:root {
  font-synthesis-weight: none;
}

@font-face {
  font-display: swap;
  font-family: "Tanker";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tanker-400.woff2") format("woff2");
}

:root {
  --fulltasks-white: #ffffff;
  --fulltasks-black: #000000;
  --fulltasks-cyan: #00dbdb;
  --fulltasks-green: #58ad7f;
  --fulltasks-navy: #192538;
  --fulltasks-ink: #101820;
  --fulltasks-muted: #53616f;
  --fulltasks-surface: #f4fbfb;
  --fulltasks-sage: #eef8f2;
  --fulltasks-border: rgba(25, 37, 56, 0.14);
  --fulltasks-shadow: 0 18px 42px rgba(25, 37, 56, 0.12);
  --fulltasks-font-display: "Tanker", "Poppins", Arial, sans-serif;
  --fulltasks-font-body: "Poppins", Arial, sans-serif;
  --main-font: var(--fulltasks-font-body);
  --base-font: var(--fulltasks-font-body);
  --ft-fonte-titulo: var(--fulltasks-font-display);
  --ft-fonte-corpo: var(--fulltasks-font-body);
  --wanzeller-accent: var(--fulltasks-cyan);
  --wanzeller-accent-dark: var(--fulltasks-navy);
  --theme-color: var(--fulltasks-cyan);
  --tra-theme-color: rgba(0, 219, 219, 0.16);
  --wz-action-bg: var(--fulltasks-cyan);
  --wz-action-text: var(--fulltasks-navy);
  --wz-action-hover-bg: var(--fulltasks-navy);
  --wz-action-hover-text: var(--fulltasks-white);
  --wz-action-shadow: rgba(25, 37, 56, 0.22);
  --ft-cor-secundaria: var(--fulltasks-cyan);
  --ft-cor-escura: var(--fulltasks-navy);
  --ft-cor-texto: var(--fulltasks-ink);
  --ft-cor-texto-suave: var(--fulltasks-muted);
  --ft-cor-fundo: var(--fulltasks-white);
  --ft-cor-botao-primario-fundo: var(--fulltasks-cyan);
  --ft-cor-botao-primario-texto: var(--fulltasks-navy);
  --ft-cor-botao-primario-hover-fundo: var(--fulltasks-navy);
  --ft-cor-botao-primario-hover-texto: var(--fulltasks-white);
  --ft-cor-botao-escuro-fundo: var(--fulltasks-navy);
  --ft-cor-botao-escuro-texto: var(--fulltasks-white);
  --yellow: var(--fulltasks-cyan);
  --laranja: var(--fulltasks-cyan);
  --tra-laranja: rgba(0, 219, 219, 0.16);
  --blue: var(--fulltasks-navy);
  --plum: var(--fulltasks-navy);
}

body {
  color: var(--fulltasks-ink);
  font-family: var(--fulltasks-font-body);
}

.fulltasks-eyebrow,
.module-subtitle {
  color: var(--fulltasks-navy);
  font-family: var(--fulltasks-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.fulltasks-highlight,
.hero-home-wanzeller__highlight {
  color: var(--fulltasks-cyan);
}

.fulltasks-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--fulltasks-border);
}

.fulltasks-nav.is-scrolled,
.theme--dark .fulltasks-nav {
  background: rgba(5, 5, 5, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.fulltasks-nav .wanzeller-nav__desktop,
.fulltasks-nav .wanzeller-nav__mobile {
  min-height: 82px;
}

.fulltasks-nav__brand img {
  height: 36px;
  max-width: 205px;
  object-fit: contain;
  width: auto;
}

.fulltasks-nav__mobile-brand img {
  height: 30px;
  max-width: 165px;
  object-fit: contain;
  width: auto;
}

.fulltasks-nav .wanzeller-nav__links {
  gap: 2px;
}

.fulltasks-nav .wanzeller-nav__link,
.fulltasks-nav .wanzeller-nav__button,
.fulltasks-nav .wanzeller-nav__language summary {
  font-family: var(--fulltasks-font-body);
  font-size: clamp(0.95rem, 0.28vw + 0.88rem, 1.08rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.fulltasks-nav__parent-link {
  flex: 0 0 auto;
  font-weight: 800;
}

.fulltasks-nav.is-scrolled .fulltasks-nav__brand img,
.fulltasks-nav.is-scrolled .fulltasks-nav__mobile-brand img,
.theme--dark .fulltasks-nav .fulltasks-nav__brand img,
.theme--dark .fulltasks-nav .fulltasks-nav__mobile-brand img {
  filter: invert(1);
}

.fulltasks-nav .wanzeller-nav__link,
.fulltasks-nav .wanzeller-nav__button,
.fulltasks-nav .wanzeller-nav__language summary {
  color: var(--fulltasks-navy);
}

.fulltasks-nav.is-scrolled .wanzeller-nav__link,
.fulltasks-nav.is-scrolled .wanzeller-nav__button,
.fulltasks-nav.is-scrolled .wanzeller-nav__language summary,
.theme--dark .fulltasks-nav .wanzeller-nav__link,
.theme--dark .fulltasks-nav .wanzeller-nav__button,
.theme--dark .fulltasks-nav .wanzeller-nav__language summary {
  color: var(--fulltasks-white);
}

.fulltasks-nav .wanzeller-nav__link:hover,
.fulltasks-nav .wanzeller-nav__link:focus-visible,
.fulltasks-nav .wanzeller-nav__button:hover,
.fulltasks-nav .wanzeller-nav__button:focus-visible,
.fulltasks-nav .wanzeller-nav__language summary:hover,
.fulltasks-nav .wanzeller-nav__language summary:focus-visible,
.fulltasks-nav .wanzeller-nav__link.is-active,
.fulltasks-nav .wanzeller-nav__button.is-active {
  background: var(--fulltasks-surface);
  color: var(--fulltasks-navy);
}

.fulltasks-nav.is-scrolled .wanzeller-nav__link:hover,
.fulltasks-nav.is-scrolled .wanzeller-nav__link:focus-visible,
.fulltasks-nav.is-scrolled .wanzeller-nav__button:hover,
.fulltasks-nav.is-scrolled .wanzeller-nav__button:focus-visible,
.fulltasks-nav.is-scrolled .wanzeller-nav__language summary:hover,
.fulltasks-nav.is-scrolled .wanzeller-nav__language summary:focus-visible,
.fulltasks-nav.is-scrolled .wanzeller-nav__link.is-active,
.fulltasks-nav.is-scrolled .wanzeller-nav__button.is-active,
.theme--dark .fulltasks-nav .wanzeller-nav__link:hover,
.theme--dark .fulltasks-nav .wanzeller-nav__link:focus-visible,
.theme--dark .fulltasks-nav .wanzeller-nav__button:hover,
.theme--dark .fulltasks-nav .wanzeller-nav__button:focus-visible,
.theme--dark .fulltasks-nav .wanzeller-nav__language summary:hover,
.theme--dark .fulltasks-nav .wanzeller-nav__language summary:focus-visible,
.theme--dark .fulltasks-nav .wanzeller-nav__link.is-active,
.theme--dark .fulltasks-nav .wanzeller-nav__button.is-active {
  background: var(--fulltasks-white);
  color: var(--fulltasks-navy);
}

.fulltasks-nav .wanzeller-nav__link.is-active,
.fulltasks-nav .wanzeller-nav__button.is-active,
.fulltasks-nav.is-scrolled .wanzeller-nav__link.is-active,
.fulltasks-nav.is-scrolled .wanzeller-nav__button.is-active,
.theme--dark .fulltasks-nav .wanzeller-nav__link.is-active,
.theme--dark .fulltasks-nav .wanzeller-nav__button.is-active {
  background: var(--fulltasks-cyan);
  box-shadow: 0 10px 24px rgba(0, 219, 219, 0.22);
  color: var(--fulltasks-navy);
}

.fulltasks-nav .wanzeller-nav__toggle-lines,
.fulltasks-nav .wanzeller-nav__toggle-lines::before,
.fulltasks-nav .wanzeller-nav__toggle-lines::after {
  background: var(--fulltasks-navy);
}

.fulltasks-nav.is-scrolled .wanzeller-nav__toggle-lines,
.fulltasks-nav.is-scrolled .wanzeller-nav__toggle-lines::before,
.fulltasks-nav.is-scrolled .wanzeller-nav__toggle-lines::after,
.theme--dark .fulltasks-nav .wanzeller-nav__toggle-lines,
.theme--dark .fulltasks-nav .wanzeller-nav__toggle-lines::before,
.theme--dark .fulltasks-nav .wanzeller-nav__toggle-lines::after {
  background: var(--fulltasks-white);
}

.fulltasks-nav.is-scrolled .wanzeller-nav__language-button,
.fulltasks-nav.is-scrolled .wanzeller-nav__language summary,
.theme--dark .fulltasks-nav .wanzeller-nav__language-button,
.theme--dark .fulltasks-nav .wanzeller-nav__language summary {
  border-color: rgba(255, 255, 255, 0.34);
}

.fulltasks-nav.is-scrolled .wanzeller-nav__dropdown,
.fulltasks-nav.is-scrolled .wanzeller-nav__language-list,
.theme--dark .fulltasks-nav .wanzeller-nav__dropdown,
.theme--dark .fulltasks-nav .wanzeller-nav__language-list {
  background: var(--fulltasks-white);
  border-color: var(--fulltasks-border);
}

.fulltasks-nav .wanzeller-nav__dropdown a,
.fulltasks-nav .wanzeller-nav__language-list a {
  color: var(--fulltasks-navy);
  font-family: var(--fulltasks-font-body);
  font-weight: 600;
  letter-spacing: 0;
}

.fulltasks-nav .wanzeller-nav__dropdown a:hover,
.fulltasks-nav .wanzeller-nav__dropdown a:focus-visible,
.fulltasks-nav .wanzeller-nav__dropdown a.is-active,
.fulltasks-nav .wanzeller-nav__language-list a:hover,
.fulltasks-nav .wanzeller-nav__language-list a:focus-visible,
.fulltasks-nav .wanzeller-nav__language-list a.is-active {
  background: var(--fulltasks-surface);
  color: var(--fulltasks-black);
}

.fulltasks-nav .wanzeller-nav__dropdown a.is-active {
  background: rgba(0, 219, 219, 0.18);
  box-shadow: inset 4px 0 0 var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
  font-weight: 800;
}

.fulltasks-nav__services-menu {
  right: auto;
  left: 0;
  width: min(420px, calc(100vw - 48px));
}

.fulltasks-nav__services-all {
  border-bottom: 1px solid var(--fulltasks-border);
  margin-bottom: 4px;
}

.fulltasks-nav .wanzeller-nav__mobile-list details a {
  color: var(--fulltasks-navy);
}

.fulltasks-nav .wanzeller-nav__mobile-list a:hover,
.fulltasks-nav .wanzeller-nav__mobile-list a:focus-visible,
.fulltasks-nav .wanzeller-nav__mobile-list summary:hover,
.fulltasks-nav .wanzeller-nav__mobile-list summary:focus-visible {
  color: var(--fulltasks-black);
}

.fulltasks-nav .wanzeller-nav__mobile-list > li:not(.wanzeller-nav__mobile-language) > a.is-active,
.fulltasks-nav .wanzeller-nav__mobile-list summary.is-active,
.fulltasks-nav .wanzeller-nav__mobile-list details a.is-active {
  background: rgba(0, 219, 219, 0.18);
  box-shadow: inset 5px 0 0 var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
  font-weight: 800;
}

.fulltasks-nav .wanzeller-nav__mobile-list summary::after {
  border-color: var(--fulltasks-navy);
}

.fulltasks-nav .wanzeller-nav__mobile-language a.is-active {
  background: var(--fulltasks-surface);
  border-color: var(--fulltasks-navy);
  color: var(--fulltasks-navy);
}

.fulltasks-btn-primary,
.btn.fulltasks-btn-primary {
  background: var(--fulltasks-cyan);
  border: 2px solid var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
}

.fulltasks-btn-primary:hover,
.fulltasks-btn-primary:focus-visible,
.btn.fulltasks-btn-primary:hover,
.btn.fulltasks-btn-primary:focus-visible {
  background: var(--fulltasks-white);
  border-color: var(--fulltasks-white);
  color: var(--fulltasks-navy);
}

.fulltasks-btn-secondary,
.btn.fulltasks-btn-secondary {
  background: var(--fulltasks-white);
  border: 2px solid var(--fulltasks-white);
  color: var(--fulltasks-navy);
}

.fulltasks-btn-secondary:hover,
.fulltasks-btn-secondary:focus-visible,
.btn.fulltasks-btn-secondary:hover,
.btn.fulltasks-btn-secondary:focus-visible {
  background: var(--fulltasks-cyan);
  border-color: var(--fulltasks-cyan);
  color: var(--fulltasks-black);
}

#hero.fulltasks-hero .btns-group--hero {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(100%, 680px);
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-height: 58px;
  min-width: 0;
  padding: 0 22px !important;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-primary,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-secondary,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-primary {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-secondary {
  background: var(--fulltasks-white) !important;
  border-color: var(--fulltasks-white) !important;
  color: var(--fulltasks-navy) !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
  gap: 10px;
  line-height: 1 !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video {
  grid-column: 1 / 2;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video .flaticon-play-button::before,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video .flaticon-play-button::after {
  color: currentColor !important;
  font-size: 1.05rem;
  line-height: 1 !important;
  margin-left: 0;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-primary:hover,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-primary:focus-visible,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video:hover,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video:focus-visible {
  background: var(--fulltasks-green) !important;
  border-color: var(--fulltasks-green) !important;
  color: var(--fulltasks-navy) !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-secondary:hover,
#hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-secondary:focus-visible {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
}

#hero.fulltasks-hero .btns-group--hero .btn-hero-cta:focus-visible {
  outline: 3px solid var(--fulltasks-white) !important;
  outline-offset: 3px;
}

.fulltasks-video-hero-actions {
  display: grid !important;
  margin-top: 28px;
  max-width: min(100%, 300px);
}

.fulltasks-video-hero-actions .btn-hero-cta {
  align-items: center !important;
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
  display: inline-flex !important;
  gap: 10px;
  justify-content: center !important;
  min-height: 58px;
  padding: 0 22px !important;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.fulltasks-video-hero-actions .btn-hero-cta .flaticon-play-button::before,
.fulltasks-video-hero-actions .btn-hero-cta .flaticon-play-button::after {
  color: currentColor !important;
  font-size: 1.05rem;
  line-height: 1 !important;
  margin-left: 0;
}

.fulltasks-video-hero-actions .btn-hero-cta:hover,
.fulltasks-video-hero-actions .btn-hero-cta:focus-visible {
  background: var(--fulltasks-green) !important;
  border-color: var(--fulltasks-green) !important;
  color: var(--fulltasks-navy) !important;
}

.fulltasks-video-hero-actions .btn-hero-cta:focus-visible {
  outline: 3px solid rgba(25, 37, 56, 0.3) !important;
  outline-offset: 3px;
}

.fulltasks-hero {
  background: url("../img/fulltasks/bg-banner-fulltasks.webp") center/cover no-repeat;
  padding: 20px 0 44px !important;
}

@media (max-width: 767.98px) {
  #hero.fulltasks-hero .btns-group--hero {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    max-width: min(100%, 520px);
  }

  #hero.fulltasks-hero .btns-group--hero .btn-hero-cta {
    min-height: 56px;
    min-width: 0;
    width: 100%;
  }

  #hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-video,
  #hero.fulltasks-hero .btns-group--hero .btn-hero-cta.fulltasks-btn-secondary {
    grid-column: 1 / -1;
  }

  .fulltasks-video-hero-actions {
    max-width: min(100%, 520px);
  }

  .fulltasks-video-hero-actions .btn-hero-cta {
    min-height: 56px;
  }
}

.fulltasks-video-modal-open {
  overflow: hidden;
}

.fulltasks-video-modal {
  align-items: center;
  background: rgba(8, 16, 26, 0.86);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  position: fixed;
  z-index: 100000;
}

.fulltasks-video-modal__dialog {
  max-width: min(1080px, 100%);
  max-height: min(100dvh - 32px, 100%);
  position: relative;
  width: 100%;
}

.fulltasks-video-modal__shell {
  background: var(--fulltasks-navy);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
  max-height: inherit;
  overflow-x: hidden;
  overflow-y: auto;
}

.fulltasks-video-modal__player {
  border-radius: 0;
}

.fulltasks-video-modal__consent {
  align-items: center;
  aspect-ratio: 16 / 9;
  color: var(--fulltasks-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: clamp(30px, 5vw, 64px);
  text-align: center;
}

.fulltasks-video-modal__title {
  color: var(--fulltasks-white);
  font-family: var(--fulltasks-font-heading);
  font-size: clamp(1.8rem, 3.3vw, 3.2rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 auto 16px;
  max-width: 680px;
}

.fulltasks-video-modal__copy {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--fulltasks-font-body);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.45;
  margin: 0 auto;
  max-width: 620px;
}

.fulltasks-video-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.fulltasks-video-modal__action {
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: var(--fulltasks-font-body);
  font-weight: 800;
  min-height: 52px;
  min-width: 190px;
  padding: 0 22px;
}

.fulltasks-video-modal__action--primary {
  background: var(--fulltasks-cyan);
  border-color: var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
}

.fulltasks-video-modal__action--secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--fulltasks-white);
}

.fulltasks-video-modal__action:hover,
.fulltasks-video-modal__action:focus-visible {
  background: var(--fulltasks-green);
  border-color: var(--fulltasks-green);
  color: var(--fulltasks-navy);
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.fulltasks-video-modal__close {
  align-items: center;
  background: var(--fulltasks-white);
  border: 0;
  border-radius: 999px;
  color: var(--fulltasks-navy);
  display: inline-flex;
  font-family: var(--fulltasks-font-body);
  font-size: 1.1rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 42px;
  z-index: 2;
}

.fulltasks-video-modal__close:hover,
.fulltasks-video-modal__close:focus-visible {
  background: var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .fulltasks-video-modal {
    padding: 16px;
  }

  .fulltasks-video-modal__dialog {
    max-height: calc(100dvh - 32px);
  }

  .fulltasks-video-modal__shell {
    border-radius: 16px;
  }

  .fulltasks-video-modal__consent {
    aspect-ratio: auto;
    justify-content: flex-start;
    min-height: auto;
    padding: 64px 20px 24px;
  }

  .fulltasks-video-modal__title {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }

  .fulltasks-video-modal__copy {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .fulltasks-video-modal__close {
    right: 8px;
    top: 8px;
  }

  .fulltasks-video-modal__actions {
    flex-direction: column;
  }

  .fulltasks-video-modal__action {
    min-width: min(100%, 280px);
    width: 100%;
  }
}

.fulltasks-hero .fulltasks-eyebrow {
  color: var(--fulltasks-green) !important;
}

.fulltasks-hero__title {
  color: var(--fulltasks-white) !important;
  letter-spacing: 0;
}

#hero.fulltasks-hero .fulltasks-highlight,
#hero.fulltasks-hero .hero-home-wanzeller__highlight {
  color: var(--fulltasks-cyan) !important;
}

.fulltasks-section-heading {
  color: var(--fulltasks-navy);
  letter-spacing: 0;
}

.fulltasks-hero__copy {
  color: var(--fulltasks-white) !important;
}

.fulltasks-section-copy {
  color: var(--fulltasks-muted);
}

.fulltasks-hero__media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.fulltasks-hero__content {
  padding-top: 0;
}

.fulltasks-internal-hero {
  height: auto !important;
  margin-top: 0 !important;
  min-height: 0 !important;
  padding-top: 40px !important;
}

.page #conteudo-principal > .inner-page-hero:first-child {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  #hero.fulltasks-hero .fulltasks-hero__art {
    transform: translateY(-56px);
  }
}

.fulltasks-services {
  background: linear-gradient(180deg, var(--fulltasks-surface) 0%, var(--fulltasks-white) 100%);
  border-bottom: 1px solid var(--fulltasks-border);
}

.fulltasks-service-card {
  border: 1px solid var(--fulltasks-border);
  border-radius: 8px;
  box-shadow: var(--fulltasks-shadow);
  height: 100%;
  min-height: 320px;
  padding: 32px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fulltasks-service-card:hover,
.fulltasks-service-card:focus-within {
  border-color: rgba(0, 219, 219, 0.55);
  box-shadow: 0 24px 52px rgba(25, 37, 56, 0.16);
  transform: translateY(-3px);
}

.fulltasks-service-card__index {
  align-items: center;
  background: var(--fulltasks-navy);
  border-radius: 8px;
  color: var(--fulltasks-cyan);
  display: inline-flex;
  font-family: var(--fulltasks-font-display);
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  min-width: 44px;
  padding: 0 10px;
}

.fulltasks-service-card h3,
.fulltasks-point-card p {
  color: var(--fulltasks-navy);
}

.fulltasks-service-card p {
  color: var(--fulltasks-muted);
}

#page a.tra-link {
  align-items: center;
  color: var(--fulltasks-navy) !important;
  display: inline-flex;
  font-family: var(--fulltasks-font-body);
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none !important;
  transition: color 160ms ease;
}

#page a.tra-link::after {
  color: var(--fulltasks-cyan);
  content: "\2192";
  font-family: var(--fulltasks-font-body);
  font-size: 1.05em;
  font-weight: 800;
  left: 0;
  line-height: 1;
  position: relative;
  top: 0;
  transition: transform 160ms ease;
}

#page a.tra-link:hover,
#page a.tra-link:focus-visible {
  color: var(--fulltasks-navy) !important;
  text-decoration: none !important;
}

#page a.tra-link:hover::after,
#page a.tra-link:focus-visible::after {
  transform: translateX(4px);
}

#page a.tra-link:focus-visible {
  outline: 3px solid rgba(0, 219, 219, 0.38);
  outline-offset: 4px;
}

.fulltasks-method,
.fulltasks-about {
  background: var(--fulltasks-white);
}

.fulltasks-method {
  border-bottom: 1px solid var(--fulltasks-border);
  padding-bottom: 96px;
}

.fulltasks-about-intro {
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
  min-height: clamp(320px, 34vh, 420px);
  padding: 0 !important;
}

.fulltasks-about-intro .section-overlay {
  align-items: center;
  display: flex;
  margin: 0 !important;
  min-height: inherit;
  padding: clamp(64px, 7vw, 96px) 0 !important;
  width: 100%;
}

.fulltasks-about-intro .row {
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.fulltasks-about-intro .section-title {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.fulltasks-about-intro h1 {
  display: inline-block;
  line-height: 1.05;
  margin: 0 auto;
  text-align: center;
}

.fulltasks-about-intro p {
  margin: 24px auto 0 !important;
  max-width: 860px;
  text-align: center;
}

.fulltasks-proof-list {
  border-left: 3px solid var(--fulltasks-cyan);
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding-left: 18px;
}

.fulltasks-proof-list p {
  color: var(--fulltasks-navy);
  font-weight: 600;
  margin: 0;
}

.fulltasks-product-spotlight {
  background: var(--fulltasks-navy);
  border-bottom: 1px solid rgba(0, 219, 219, 0.22);
  padding: 76px 0;
}

.fulltasks-product-spotlight__grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.fulltasks-product-spotlight .fulltasks-eyebrow {
  color: var(--fulltasks-cyan);
}

.fulltasks-product-spotlight h2 {
  color: var(--fulltasks-white);
  font-family: var(--fulltasks-font-body);
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 22px;
}

.fulltasks-product-spotlight__content p:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 0.7vw + 0.95rem, 1.28rem);
  line-height: 1.68;
  margin: 0;
  max-width: 720px;
}

.fulltasks-product-spotlight__panel {
  background: var(--fulltasks-white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
  padding: 28px;
}

.fulltasks-product-spotlight__panel ul {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.fulltasks-product-spotlight__panel li {
  color: var(--fulltasks-navy);
  font-weight: 700;
  line-height: 1.35;
  padding-left: 26px;
  position: relative;
}

.fulltasks-product-spotlight__panel li::before {
  background: var(--fulltasks-cyan);
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0.43em;
  width: 9px;
}

.fulltasks-product-spotlight__cta {
  align-items: center;
  background: var(--fulltasks-cyan);
  border: 2px solid var(--fulltasks-cyan);
  border-radius: 8px;
  color: var(--fulltasks-navy);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fulltasks-product-spotlight__cta:hover,
.fulltasks-product-spotlight__cta:focus-visible {
  background: var(--fulltasks-navy);
  border-color: var(--fulltasks-navy);
  color: var(--fulltasks-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.fulltasks-product-spotlight__cta:focus-visible {
  outline: 3px solid var(--fulltasks-cyan);
  outline-offset: 3px;
}

.fulltasks-sibs-proof {
  background: var(--fulltasks-sage);
  border-bottom: 1px solid rgba(88, 173, 127, 0.26);
  padding: 78px 0;
}

.fulltasks-conversion-banner {
  margin-top: 0 !important;
}

.fulltasks-conversion-banner .banner-overlay {
  background-color: var(--fulltasks-ink);
}

.fulltasks-sibs-proof__grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
}

.fulltasks-sibs-proof h2 {
  color: var(--fulltasks-navy);
  font-family: var(--fulltasks-font-body);
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 20px;
}

.fulltasks-sibs-proof__content p:last-child {
  color: var(--fulltasks-muted);
  font-size: clamp(1.04rem, 0.62vw + 0.94rem, 1.22rem);
  line-height: 1.68;
  margin: 0;
  max-width: 760px;
}

.fulltasks-sibs-proof__details {
  border-left: 4px solid var(--fulltasks-cyan);
  padding-left: 30px;
}

.fulltasks-sibs-proof__details ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.fulltasks-sibs-proof__details li {
  color: var(--fulltasks-navy);
  font-weight: 800;
  line-height: 1.35;
  padding-left: 26px;
  position: relative;
}

.fulltasks-sibs-proof__details li::before {
  background: var(--fulltasks-green);
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0.43em;
  width: 9px;
}

.fulltasks-sibs-proof__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fulltasks-sibs-proof__cta,
.fulltasks-sibs-proof__link {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
}

.fulltasks-sibs-proof__cta {
  background: var(--fulltasks-cyan);
  border: 2px solid var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
}

.fulltasks-sibs-proof__link {
  background: transparent;
  border: 2px solid var(--fulltasks-navy);
  color: var(--fulltasks-navy);
}

.fulltasks-sibs-proof__cta:hover,
.fulltasks-sibs-proof__cta:focus-visible,
.fulltasks-sibs-proof__link:hover,
.fulltasks-sibs-proof__link:focus-visible {
  background: var(--fulltasks-navy);
  border-color: var(--fulltasks-navy);
  color: var(--fulltasks-white);
  text-decoration: none;
}

.fulltasks-faq {
  background: linear-gradient(135deg, var(--fulltasks-navy) 0%, var(--fulltasks-ink) 100%);
}

.fulltasks-faq .faq-1-title {
  margin-top: 0;
}

.fulltasks-faq .module-subtitle,
.fulltasks-faq .faq-1-title h2,
.fulltasks-faq .accordion-thumb h3 {
  color: var(--fulltasks-white);
}

.fulltasks-faq .module-subtitle::before {
  background-color: var(--fulltasks-cyan);
  opacity: 1;
}

.fulltasks-faq .faq-1-title p,
.fulltasks-faq .accordion-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.fulltasks-faq.faqs-section .accordion-item,
.fulltasks-faq.faqs-1.faqs-section .accordion-item,
.fulltasks-faq.faqs-section .accordion-item.acc-last-item,
.fulltasks-faq.faqs-1.faqs-section .accordion-item.acc-last-item {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0 22px;
}

.fulltasks-faq.faqs-section .accordion-thumb {
  padding-right: 48px;
}

.fulltasks-faq.faqs-section .accordion-item .accordion-thumb::after,
.fulltasks-faq.faqs-section .accordion-item.is-active .accordion-thumb::after {
  background-color: var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
  right: 0;
}

.fulltasks-detail-hero {
  background: url("../img/fulltasks/bg-capa-fulltasks.webp") center/cover no-repeat;
  padding-bottom: 68px;
  padding-top: 112px !important;
}

.fulltasks-detail-hero h1,
.fulltasks-detail-hero p {
  color: var(--fulltasks-white);
}

.fulltasks-detail-hero .fulltasks-eyebrow {
  color: var(--fulltasks-green);
}

.fulltasks-detail-hero__lead {
  color: var(--fulltasks-white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.55;
}

.fulltasks-detail-hero__mark {
  align-items: center;
  background: var(--fulltasks-navy);
  border: 1px solid rgba(0, 219, 219, 0.5);
  border-radius: 8px;
  box-shadow: var(--fulltasks-shadow);
  color: var(--fulltasks-cyan);
  display: flex;
  min-height: 320px;
  justify-content: center;
}

.fulltasks-detail-hero__mark span {
  font-family: var(--fulltasks-font-display);
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 700;
  line-height: 1;
}

.fulltasks-service-video {
  background: var(--fulltasks-white);
}

.fulltasks-service-video__figure,
.fulltasks-service-video__placeholder {
  aspect-ratio: 16 / 9;
  background: var(--fulltasks-navy);
  border: 1px solid var(--fulltasks-border);
  border-radius: 8px;
  box-shadow: var(--fulltasks-shadow);
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.fulltasks-service-video__figure > img,
.fulltasks-service-video__figure > iframe,
.fulltasks-service-video__placeholder > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.fulltasks-service-video__placeholder > img {
  opacity: 0.28;
}

.fulltasks-service-video__pending {
  align-items: flex-start;
  color: var(--fulltasks-white);
  display: flex;
  flex-direction: column;
  gap: 10px;
  inset: auto 28px 28px 28px;
  position: absolute;
  z-index: 1;
}

.fulltasks-service-video__pending span {
  color: var(--fulltasks-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fulltasks-service-video__pending strong {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.fulltasks-service-context {
  background: linear-gradient(135deg, var(--fulltasks-navy) 0%, var(--fulltasks-ink) 100%);
  border-bottom: 1px solid rgba(0, 219, 219, 0.28);
  border-top: 1px solid rgba(0, 219, 219, 0.28);
}

.fulltasks-service-context .fulltasks-section-heading {
  color: var(--fulltasks-white);
}

.fulltasks-service-context__body {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
}

.fulltasks-service-context__body li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.75;
  list-style: none;
  margin: 0;
  padding-left: 28px;
  position: relative;
}

.fulltasks-service-context__body li::before {
  background: var(--fulltasks-cyan);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(0, 219, 219, 0.12);
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 0.74em;
  width: 8px;
}

.fulltasks-detail-points {
  background: linear-gradient(180deg, var(--fulltasks-surface) 0%, rgba(88, 173, 127, 0.14) 100%);
  border-bottom: 1px solid var(--fulltasks-border);
  border-top: 1px solid var(--fulltasks-border);
}

.fulltasks-detail-points .section-title h2 {
  color: var(--fulltasks-navy);
}

.fulltasks-detail-points .section-title p {
  color: var(--fulltasks-muted);
}

.fulltasks-point-card {
  background: var(--fulltasks-white);
  border: 1px solid rgba(88, 173, 127, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(25, 37, 56, 0.1);
  height: 100%;
  padding: 28px;
}

.fulltasks-point-card span {
  align-items: center;
  background: var(--fulltasks-navy);
  border-radius: 8px;
  color: var(--fulltasks-cyan);
  display: inline-flex;
  font-family: var(--fulltasks-font-display);
  font-weight: 800;
  height: 40px;
  justify-content: center;
  margin-bottom: 14px;
  min-width: 40px;
  padding: 0 10px;
}

.fulltasks-related {
  background: var(--fulltasks-white);
  border-bottom: 1px solid var(--fulltasks-border);
  border-top: 1px solid var(--fulltasks-border);
  padding-top: 100px;
}

.fulltasks-related .section-title h2 {
  color: var(--fulltasks-navy);
}

.fulltasks-related .fulltasks-service-card {
  background: var(--fulltasks-surface);
  border-color: rgba(0, 219, 219, 0.24);
  box-shadow: 0 18px 42px rgba(25, 37, 56, 0.08);
}

.fulltasks-service-card--compact {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.fulltasks-service-card--compact .tra-link {
  color: var(--fulltasks-navy);
  font-weight: 800;
  margin-top: auto;
}

.fulltasks-service-card--compact .tra-link:hover,
.fulltasks-service-card--compact .tra-link:focus-visible {
  color: var(--fulltasks-navy);
  text-decoration: none;
}

.fulltasks-contact-hero {
  background: linear-gradient(135deg, var(--fulltasks-navy) 0%, var(--fulltasks-ink) 100%);
  border-bottom: 1px solid rgba(0, 219, 219, 0.28);
  margin-bottom: 0 !important;
  padding-bottom: 72px !important;
}

.fulltasks-contact-hero + .divider {
  display: none;
}

.fulltasks-contact-hero .module-subtitle {
  color: var(--fulltasks-cyan);
}

.fulltasks-contact-hero h2,
.fulltasks-contact-hero p {
  color: var(--fulltasks-white);
}

.fulltasks-contact-hero .cbox-3-txt {
  padding-left: 0;
}

.fulltasks-contact-hero .wz-contact-scheduling .btn {
  border-radius: 8px;
  font-weight: 800;
}

.fulltasks-contact-hero .wz-contact-scheduling .btn--yellow,
.fulltasks-contact-hero .wz-contact-scheduling .btn--yellow:hover,
.fulltasks-contact-hero .wz-contact-scheduling .btn--yellow:focus-visible {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
}

.fulltasks-contact-hero .wz-contact-scheduling .btn--tra-black {
  background: var(--fulltasks-white) !important;
  border-color: var(--fulltasks-white) !important;
  color: var(--fulltasks-navy) !important;
}

.fulltasks-contact-hero .wz-contact-scheduling .btn--tra-black:hover,
.fulltasks-contact-hero .wz-contact-scheduling .btn--tra-black:focus-visible {
  background: var(--fulltasks-green) !important;
  border-color: var(--fulltasks-green) !important;
  color: var(--fulltasks-navy) !important;
}

.fulltasks-contact-section {
  background: var(--fulltasks-surface);
  border-bottom: 1px solid var(--fulltasks-border);
  padding: 84px 0 !important;
}

.fulltasks-contact-section__head {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  margin-bottom: 34px;
}

.fulltasks-contact-section__head .fulltasks-eyebrow {
  margin-bottom: 14px;
}

.fulltasks-contact-section__head h2 {
  color: var(--fulltasks-navy);
  font-family: var(--fulltasks-font-body);
  font-size: clamp(2.2rem, 4.6vw, 4.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.fulltasks-contact-section__head > p {
  color: var(--fulltasks-muted);
  font-size: clamp(1rem, 0.55vw + 0.9rem, 1.2rem);
  line-height: 1.65;
  margin: 0;
}

.fulltasks-contact-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fulltasks-contact-card {
  background: var(--fulltasks-white);
  border: 1px solid var(--fulltasks-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(25, 37, 56, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 28px;
}

.fulltasks-contact-card--highlight {
  border-color: rgba(0, 219, 219, 0.36);
}

.fulltasks-contact-card__meta {
  align-items: center;
  color: var(--fulltasks-muted);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.fulltasks-contact-card__code {
  align-items: center;
  background: var(--fulltasks-navy);
  border-radius: 8px;
  color: var(--fulltasks-cyan);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0 10px;
}

.fulltasks-contact-card h3 {
  color: var(--fulltasks-navy);
  font-family: var(--fulltasks-font-body);
  font-size: clamp(1.35rem, 0.65vw + 1.2rem, 1.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 26px 0 14px;
}

.fulltasks-contact-card address,
.fulltasks-contact-card p {
  color: var(--fulltasks-ink);
  font-size: 1.02rem;
  font-style: normal;
  line-height: 1.62;
  margin: 0 0 26px;
}

.fulltasks-contact-card__cta {
  align-items: center;
  align-self: flex-start;
  background: var(--fulltasks-surface);
  border: 1px solid var(--fulltasks-border);
  border-radius: 8px;
  color: var(--fulltasks-navy);
  display: inline-flex;
  font-family: var(--fulltasks-font-body);
  font-size: 1rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fulltasks-contact-card__cta:hover,
.fulltasks-contact-card__cta:focus-visible {
  background: var(--fulltasks-cyan);
  border-color: var(--fulltasks-cyan);
  color: var(--fulltasks-navy);
  text-decoration: none;
  transform: translateY(-1px);
}

.fulltasks-contact-card__cta:focus-visible {
  outline: 3px solid rgba(25, 37, 56, 0.28);
  outline-offset: 3px;
}

.fulltasks-contact-card__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.fulltasks-contact-card__actions .fulltasks-contact-card__cta {
  margin-top: 0;
}

.fulltasks-contact-card__cta--primary {
  background: var(--fulltasks-cyan);
  border-color: var(--fulltasks-cyan);
}

.fulltasks-contact-card__cta--primary:hover,
.fulltasks-contact-card__cta--primary:focus-visible {
  background: var(--fulltasks-navy);
  border-color: var(--fulltasks-navy);
  color: var(--fulltasks-white);
}

.fulltasks-contact-card__cta .flaticon-whatsapp {
  display: inline-flex;
  line-height: 1;
}

.fulltasks-contact-card__cta .flaticon-whatsapp::before {
  font-size: 1.05rem;
}

.fulltasks-footer {
  background: var(--fulltasks-navy);
  padding: 64px 0 32px;
}

.fulltasks-footer__logo {
  filter: invert(1);
  height: auto;
  max-width: 180px;
}

.fulltasks-footer .footer-title::after {
  background: var(--fulltasks-cyan);
}

.fulltasks-footer p,
.fulltasks-footer li,
.fulltasks-footer a,
.fulltasks-footer span {
  color: rgba(255, 255, 255, 0.9);
}

.fulltasks-footer .footer-title {
  color: var(--fulltasks-white);
}

.fulltasks-footer a:hover,
.fulltasks-footer a:focus-visible {
  color: var(--fulltasks-cyan);
}

.fulltasks-footer > .container > .row > [class*="col-"] {
  margin-bottom: 0.75rem !important;
}

.fulltasks-footer .footer-bottom {
  margin-top: 8px;
  padding-top: 14px;
}

.fulltasks-footer__title--mobile {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.fulltasks-footer .fulltasks-footer__title--mobile {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fulltasks-footer .fulltasks-footer__title--mobile span {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.fulltasks-footer__title--mobile:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(0, 219, 219, 0.42);
  outline-offset: 4px;
}

.fulltasks-footer__follow,
.fulltasks-footer__socials--mobile {
  display: none;
}

@media (max-width: 767px) {
  .fulltasks-footer {
    padding: 56px 0 26px;
  }

  .fulltasks-footer > .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .fulltasks-footer > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .fulltasks-footer > .container > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .fulltasks-footer__logo {
    max-width: 152px;
  }

  .fulltasks-footer > .container > .row > .col-12:first-child {
    margin-bottom: 58px !important;
  }

  .fulltasks-footer > .container > .row > .col-12:first-child p {
    display: none;
  }

  .fulltasks-footer > .container > .row > .fulltasks-footer__section {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom-color: rgba(255, 255, 255, 0.72);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0 !important;
    padding: 15px 0;
  }

  .fulltasks-footer .fulltasks-footer__title--desktop {
    display: none;
  }

  .fulltasks-footer .fulltasks-footer__title--mobile {
    color: var(--fulltasks-white);
    display: flex;
    font-family: var(--fulltasks-font-body);
    font-size: 1.1875rem;
    font-weight: 800;
    line-height: 1.2;
    min-height: 29px;
  }

  .fulltasks-footer .fulltasks-footer__title--mobile::after {
    background: transparent !important;
    border-bottom: 3px solid var(--fulltasks-white);
    border-right: 3px solid var(--fulltasks-white);
    bottom: auto;
    content: "";
    flex: 0 0 auto;
    height: 11px;
    left: auto;
    margin-right: 6px;
    position: static;
    transform: rotate(45deg) translateY(-4px);
    transition: transform 180ms ease;
    width: 11px;
  }

  .fulltasks-footer .fulltasks-footer__title--mobile.expanded::after {
    transform: rotate(-135deg) translate(-4px, -1px);
  }

  .fulltasks-footer__panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    transform: translateY(-4px);
    transition:
      max-height 260ms ease,
      opacity 200ms ease,
      padding-top 260ms ease,
      transform 260ms ease;
  }

  .fulltasks-footer__panel li {
    margin-bottom: 10px;
  }

  .fulltasks-footer__panel.is-open {
    max-height: 480px;
    opacity: 1;
    padding-top: 18px;
    transform: translateY(0);
  }

  .fulltasks-footer__socials--desktop {
    display: none;
  }

  .fulltasks-footer__follow {
    display: block;
    padding: 50px 0 0;
  }

  .fulltasks-footer .fulltasks-footer__social-title {
    display: block;
    font-family: var(--fulltasks-font-body);
    font-size: 1.1875rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 26px;
    padding-bottom: 0;
  }

  .fulltasks-footer .fulltasks-footer__social-title::after {
    display: none;
  }

  .fulltasks-footer__socials--mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .fulltasks-footer__socials--mobile li {
    display: inline-flex !important;
    margin: 0;
    width: auto !important;
  }

  .fulltasks-footer__socials--mobile a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-right: 16px;
  }

  .fulltasks-footer__socials--mobile [class^="flaticon-"]::before,
  .fulltasks-footer__socials--mobile [class*=" flaticon-"]::before,
  .fulltasks-footer__socials--mobile [class^="flaticon-"]::after,
  .fulltasks-footer__socials--mobile [class*=" flaticon-"]::after {
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.5rem;
    line-height: 1;
  }

  .fulltasks-footer .footer-bottom {
    margin-top: 54px;
    padding-top: 0;
  }

  .fulltasks-footer .footer-bottom p,
  .fulltasks-footer .footer-company-data {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .fulltasks-footer .footer-bottom-links {
    gap: 13px 28px;
    justify-content: flex-start;
    margin-top: 28px;
  }

  .fulltasks-footer .footer-bottom-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9375rem;
    line-height: 1.35;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .fulltasks-footer__panel {
    transition: none;
  }
}

.fulltasks-video-play,
.video-btn.fulltasks-video-play {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
}

.fulltasks-video-play [class^="flaticon-"]::before,
.fulltasks-video-play [class*=" flaticon-"]::before,
.fulltasks-video-play [class^="flaticon-"]::after,
.fulltasks-video-play [class*=" flaticon-"]::after {
  color: var(--fulltasks-navy) !important;
}

.bt-laranja,
.btn.bt-laranja,
a.bt-laranja,
a.btn.bt-laranja,
.btn--yellow,
.btn.btn--yellow,
.color--white .btn--yellow,
.btn-cta-amarelo,
.color--white .btn-cta-amarelo,
#banner .btn-cta-amarelo,
.botao-laranja,
.video-btn.bt-laranja,
.video-btn.btn--yellow,
#page:not(.pagina-home) #hero .btns-group--hero .btn-hero-cta {
  background: var(--fulltasks-cyan) !important;
  border-color: var(--fulltasks-cyan) !important;
  color: var(--fulltasks-navy) !important;
}

.bt-laranja:hover,
.bt-laranja:focus-visible,
.btn.bt-laranja:hover,
.btn.bt-laranja:focus-visible,
a.bt-laranja:hover,
a.bt-laranja:focus-visible,
a.btn.bt-laranja:hover,
a.btn.bt-laranja:focus-visible,
.btn--yellow:hover,
.btn--yellow:focus-visible,
.btn.btn--yellow:hover,
.btn.btn--yellow:focus-visible,
.color--white .btn--yellow:hover,
.color--white .btn--yellow:focus-visible,
.btn-cta-amarelo:hover,
.btn-cta-amarelo:focus-visible,
.color--white .btn-cta-amarelo:hover,
.color--white .btn-cta-amarelo:focus-visible,
#banner .btn-cta-amarelo:hover,
#banner .btn-cta-amarelo:focus-visible,
.botao-laranja:hover,
.botao-laranja:focus-visible,
.video-btn.bt-laranja:hover,
.video-btn.bt-laranja:focus-visible,
.video-btn.btn--yellow:hover,
.video-btn.btn--yellow:focus-visible,
.hover--yellow:hover,
.hover--theme:hover,
.hover--blue:hover,
.hover--plum:hover,
#page:not(.pagina-home) #hero .btns-group--hero .btn-hero-cta:hover,
#page:not(.pagina-home) #hero .btns-group--hero .btn-hero-cta:focus-visible {
  background: var(--fulltasks-navy) !important;
  border-color: var(--fulltasks-navy) !important;
  color: var(--fulltasks-white) !important;
}

.btn--yellow:focus-visible,
.btn.bt-laranja:focus-visible,
.btn-cta-amarelo:focus-visible,
.botao-laranja:focus-visible,
.video-btn.bt-laranja:focus-visible,
.fulltasks-video-play:focus-visible {
  outline: 2px solid var(--fulltasks-cyan) !important;
  outline-offset: 2px;
}

.laranja,
.subtitulo-laranja,
.color--yellow,
.color--yellow a,
.color--yellow :is(h1, h2, h3, h4, h5, h6),
.link-hover--orange a:hover,
.link-hover--orange a:focus-visible {
  color: var(--fulltasks-cyan) !important;
}

.border-yellow {
  border-color: var(--fulltasks-cyan) !important;
}

.loading--laranja .loader {
  border-color: transparent var(--fulltasks-cyan) !important;
}

.loading--laranja .loader::after {
  border-color: transparent rgba(0, 219, 219, 0.16) !important;
}

@media (max-width: 991px) {
  body {
    padding-top: 84px;
  }

  .fulltasks-hero,
  .fulltasks-detail-hero {
    padding-top: 96px !important;
  }

  .page #conteudo-principal > .inner-page-hero:first-child {
    margin-top: 0 !important;
  }

  .fulltasks-internal-hero {
    padding-top: 48px !important;
  }

  .fulltasks-service-hero.fulltasks-internal-hero {
    padding-top: 0 !important;
  }

  .fulltasks-service-hero .img-block.right-column {
    margin: 0 auto 28px !important;
  }

  .hero-home-wanzeller.fulltasks-hero {
    padding: 0 0 44px !important;
  }

  .hero-home-wanzeller.fulltasks-hero .hero-home-wanzeller__title {
    max-width: 16ch;
  }

  .fulltasks-service-card {
    min-height: 0;
  }

  .fulltasks-contact-section {
    padding: 68px 0 !important;
  }

  .fulltasks-contact-section__head {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .fulltasks-product-spotlight__grid,
  .fulltasks-sibs-proof__grid {
    grid-template-columns: 1fr;
  }

  .fulltasks-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fulltasks-detail-hero__mark {
    margin-top: 32px;
    min-height: 180px;
  }

}

@media (max-width: 575px) {
  .fulltasks-nav__mobile-brand img {
    height: 27px;
    max-width: 150px;
  }

  .fulltasks-internal-hero {
    padding-top: 40px !important;
  }

  .fulltasks-service-hero.fulltasks-internal-hero {
    padding-top: 0 !important;
  }

  .fulltasks-hero__title {
    font-size: 2.35rem !important;
  }

  .fulltasks-contact-grid {
    grid-template-columns: 1fr;
  }

  .fulltasks-product-spotlight {
    padding: 58px 0;
  }

  .fulltasks-sibs-proof {
    padding: 58px 0;
  }

  .fulltasks-sibs-proof__details {
    padding-left: 22px;
  }

  .fulltasks-product-spotlight__panel {
    padding: 24px;
  }

  .fulltasks-product-spotlight__cta,
  .fulltasks-sibs-proof__cta,
  .fulltasks-sibs-proof__link {
    width: 100%;
  }

  .fulltasks-contact-card {
    min-height: 0;
    padding: 24px;
  }

  .fulltasks-contact-card__cta {
    width: 100%;
  }

  .fulltasks-footer__logo {
    max-width: 152px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fulltasks-service-card {
    transition: none;
  }
}
