:root {
  --white-smoke: #eee;
  --gold: #ffc000;
  --black: black;
  --tango-orange: #dd4124;
  --cinza: #1e1e1e;
  --verde: #62ed07;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--primary-600: #6157f8;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --accessible-components--dark-grey: #9b9b9b;
  --cornflower-blue: #879bff;
  --accessible-components--white-smoke: whitesmoke;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
}

p {
  margin-bottom: 0;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.ths13-hero-section {
  background-image: url('../images/degrade-elevemedia.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.ths13-header {
  z-index: 9;
  pointer-events: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.ths13-menu-link-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths13-menu-icon-wrapper {
  border: 1px solid var(--white-smoke);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.ths13-menu-icon-bar-top {
  background-color: var(--white-smoke);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-menu-link-text-wrapper {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.ths13-nav-link {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths13-logo {
  width: 130px;
}

.ths13-overlay {
  opacity: .72;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: multiply;
  background-image: url('../images/background-elevemedia-escada.png');
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.ths13-heading-h1 {
  color: #eee;
  text-align: center;
  font-family: Egosta Regular, sans-serif;
  font-size: 90px;
  line-height: 100px;
}

.ths13-hero-section-footer {
  z-index: 7;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-social-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-social-icon {
  width: 22px;
}

.ths13-social-links-divider {
  color: var(--gold);
  font-family: Arimo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.ths13-hero-footer-scroll-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.ths13-scroll-line-wrapper {
  opacity: .8;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.ths13-hero-footer-scroll-text-wrapper {
  opacity: 1;
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.ths13-hero-slider {
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-hero-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.ths13-hero-slide-content {
  justify-content: center;
  align-items: center;
  max-width: 1234px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
}

.ths13-slide-number-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths13-hero-slide-number {
  color: var(--white-smoke);
  font-family: Italiana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-hero-slide-number-divider {
  color: var(--gold);
  margin-top: 7px;
  font-family: Arimo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(20deg);
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.ths13-scroll-line {
  background-color: var(--white-smoke);
  width: 2px;
  height: 50px;
}

.ths13-nav-link-hover-text, .ths13-menu-link-hover-text {
  position: absolute;
}

.ths13-menu {
  z-index: 8;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths13-menu-nav-link-1, .ths13-menu-nav-link-2, .ths13-menu-nav-link-3, .ths13-menu-nav-link-4 {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italiana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-menu-icon-bar-bottom {
  background-color: var(--white-smoke);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-hero-slide-total-number {
  color: var(--white-smoke);
  font-family: Italiana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-menu-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-menu-contact-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  overflow: hidden;
}

.ths13-contact-address {
  color: var(--white-smoke);
  text-align: right;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths13-menu-contact-link {
  color: #f2f2f2a6;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths13-menu-contact-link:hover {
  color: var(--white-smoke);
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navigation-wrapper {
  width: 100%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-icon-wrap {
  align-items: center;
  display: flex;
}

.dropdown-card-xl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  -webkit-text-stroke-color: #eee;
  background-color: #eee;
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  min-width: 686px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.text-color-gray-500 {
  color: #ababab;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.integration-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.badge-purple-s {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px 5%;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.nav-link {
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  background-color: #52525252;
}

.nav-link.w--current {
  color: #642eff;
}

.navigation-grid-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%), linear-gradient(#ffffff14, #ffffff14);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.integration-primary {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.integration-primary.integration-secondary {
  margin-left: -8px;
}

.navigation-grid-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 32px;
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navigation-grid-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-secondary-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-s.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e0a, #5e5e5e00);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-block-link:hover {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e24, #5e5e5e00);
}

.logo-image {
  width: 150px;
  padding-bottom: 10px;
}

.caption {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-500 {
  color: #ababab;
}

.caption.text-color-gray-300 {
  color: #d1d1d1;
}

.dropdown-title-wrap {
  color: #858585;
  padding: 8px;
  font-weight: 500;
  line-height: 18px;
}

.navigation-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle:hover {
  color: #fff;
  background-color: #ffffff73;
}

.navigation-toggle.w--current {
  color: #642eff;
}

.navigation-toggle.w--open {
  color: #eee;
  background-color: #fff;
}

.button-secondary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #eee;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #ffffff14;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.paragraph-regular {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-icon {
  color: var(--tango-orange);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-block {
  color: var(--tango-orange);
  font-family: Mabry Pro Regular, sans-serif;
}

.text-block-2 {
  color: #dd4124;
  font-family: Mabry Pro Regular, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  opacity: 1;
  color: var(--white-smoke);
  overflow-wrap: normal;
  mix-blend-mode: normal;
  font-family: Egosta Regular, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Mabry Pro Regular, sans-serif;
  font-weight: 400;
}

.html-embed-2 {
  clear: right;
  opacity: 1;
  -webkit-text-stroke-color: transparent;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 18% 18% 0% auto;
  overflow: visible;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-2 {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-icon-l {
  padding: 5px;
}

.nav-dropdown {
  color: var(--white-smoke);
  height: 100%;
  position: static;
}

.nav-block {
  width: 100%;
}

.icon-small-2 {
  color: var(--tango-orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  display: flex;
  transform: rotate(-90deg);
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-link-text:hover {
  color: var(--tango-orange);
}

.button-secondary-s-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-s-2:hover {
  background-color: #eceefe;
}

.button-secondary-s-2:active {
  background-color: #d8ddfd;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white-smoke);
  color: var(--tango-orange);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  color: var(--white-smoke);
  background-color: #dd4124d6;
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

.button-primary-s.interno {
  background-color: var(--tango-orange);
  color: var(--white-smoke);
}

.button-primary-s.interno:hover {
  background-color: var(--cinza);
}

.button-primary-s.interno.contato {
  margin-top: 25px;
}

.nav-link-2 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  background-color: var(--white-smoke);
  color: var(--tango-orange);
}

.nav-link-2.w--current {
  color: var(--tango-orange);
}

.nav-link-2.interno {
  color: var(--cinza);
}

.nav-link-2.interno:hover, .nav-link-2.interno.w--current {
  color: var(--tango-orange);
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navigation-2 {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 0%;
  display: flex;
}

.navigation-2.internos {
  border-bottom: 1px solid #d0d0d0;
  padding-left: 7%;
  padding-right: 7%;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover {
  color: var(--tango-orange);
  background-color: #eeeffc;
}

.nav-toggle.w--open {
  color: var(--tango-orange);
  background-color: #eee;
}

.span-yellow {
  color: #e5cb61;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.caption-2 {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--cinza);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: var(--tango-orange);
}

.nav-wrapper-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-2.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.image {
  width: 150px;
}

.text-block-5 {
  color: var(--white-smoke);
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block-5:hover, .text-block-5:focus {
  color: var(--tango-orange);
}

.nav-menu-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.banner-3 {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

.icon-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-link-3 {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link-3.w--current {
  color: #642eff;
}

.navigation-3 {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white-smoke);
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle-2:hover {
  color: var(--tango-orange);
  -webkit-text-stroke-color: var(--tango-orange);
  background-color: #0000;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-toggle-2.w--open {
  color: var(--tango-orange);
  background-color: #1e1e1e;
}

.nav-toggle-2.interno {
  color: var(--cinza);
  background-color: #eee;
}

.nav-toggle-2.interno:hover {
  color: var(--tango-orange);
  background-color: #eee;
}

.caption-3 {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-wrapper-3 {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-3.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-6 {
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 19px;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.text-block-7 {
  font-size: 19px;
}

.button {
  float: none;
  clear: none;
  background-color: var(--white-smoke);
  color: var(--tango-orange);
  text-align: center;
  border-radius: 20px;
  width: 150px;
  font-family: Egosta Regular, sans-serif;
  font-size: 19px;
  display: inline-block;
  position: static;
}

.div-block {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.heading {
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  overflow-wrap: normal;
  outline: 3px #eee;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-header {
  background-color: var(--white-smoke);
  border-top: .2px solid #1e1e1e1f;
  align-items: center;
  padding: 20px 5% 50px;
  display: flex;
  position: relative;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  object-fit: fill;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.header-block {
  padding-top: 60px;
  padding-bottom: 20px;
}

.header-block.cases {
  padding-bottom: 0;
}

.navigation-wrapper-2 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.button-primary {
  background-color: var(--verde);
  color: var(--cinza);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-family: Egosta Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--cinza);
  color: var(--verde);
}

.button-primary.inicial {
  background-color: var(--white-smoke);
  color: var(--tango-orange);
}

.button-primary.inicial:hover {
  color: var(--white-smoke);
  background-color: #dd4124d6;
}

.button-primary.missao {
  margin-top: 0;
}

.button-primary.passo {
  margin-top: 26px;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.paragraph-regular-4 {
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-regular-4.claro {
  color: var(--white-smoke);
  max-width: 100%;
}

.paragraph-regular-4.texto-claro {
  color: var(--white-smoke);
  text-align: center;
}

.paragraph-regular-4.home {
  color: var(--white-smoke);
}

.paragraph-regular-4.cases {
  margin-top: 20px;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-regular-4.cases.claro {
  text-align: left;
}

.paragraph-regular-4.cases.feedback {
  max-width: none;
}

.paragraph-regular-4.cases.citacao {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
}

.paragraph-regular-4.nossa-missao {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 17px;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-column-gap: 46px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.35fr;
  align-items: center;
}

.header-grid.interno {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .85fr;
  align-content: stretch;
  align-items: start;
}

.header-grid.interno.performance {
  grid-column-gap: 41px;
  grid-template-columns: .75fr 1fr;
  margin-top: 0;
}

.header-grid.interno.web {
  grid-template-columns: .75fr .85fr;
}

.header-grid.interno.cases {
  grid-column-gap: 30px;
  grid-template-columns: 1fr .5fr .5fr;
}

.header-grid.interno.cases.novo {
  grid-column-gap: 70px;
  grid-template-columns: 1fr .5fr;
  place-items: start stretch;
}

.header-grid.interno.cases.novo.inverso {
  grid-template-columns: 1fr 1.75fr;
  align-self: auto;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button:hover {
  color: #1457ff;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.button-wrapper.inicial {
  justify-content: center;
  margin-top: 20px;
}

.header-image-graphic {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 150%;
  max-width: none;
  margin-right: -153px;
}

.header-image-graphic.social-media {
  width: 100%;
  margin-right: 0;
}

.header-image-graphic.home {
  align-self: center;
  width: 100%;
  margin-right: 0;
}

.navigation-link {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.header-card {
  background-color: #0000;
  border: 4px #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 0;
  position: absolute;
  inset: auto auto 32px -10%;
  overflow: hidden;
}

.header-card.estrategias {
  margin-bottom: 200px;
  margin-left: 233px;
}

.header-card.cases {
  margin-bottom: -36px;
  margin-left: 308px;
}

.button-arrow-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.hero-heading {
  color: var(--cinza);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading.claro {
  color: var(--white-smoke);
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.hero-heading.escuro {
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.hero-heading.solucoes {
  text-align: center;
  font-weight: 400;
  line-height: 50px;
}

.hero-heading.solucoes.cases {
  margin-bottom: 47px;
}

.hero-heading.solucoes-servicos {
  color: var(--cinza);
  font-size: 50px;
  font-weight: 400;
}

.hero-heading.interno {
  color: var(--cinza);
}

.hero-heading.home {
  color: var(--cinza);
  font-size: 50px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrapper {
  background-image: linear-gradient(#0f0f0fe6, #0f0f0fe6);
  background-position: 0 0;
  height: 100vh;
}

.header-wrapper.interno {
  background-color: var(--white-smoke);
  background-image: none;
  height: auto;
}

.navigation-4 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.header-icon-block {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.text-span {
  color: var(--tango-orange);
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.texto-menor-escuro {
  color: var(--cinza);
  font-family: Mabry Pro Regular, sans-serif;
  font-weight: 400;
}

.texto-menor-escuro.titulo {
  font-family: Egosta Regular, sans-serif;
  font-size: 35px;
}

.texto-menor-escuro._2 {
  margin-top: -10px;
  display: block;
}

.texto-menor-escuro.feedback {
  vertical-align: baseline;
  max-width: none;
  font-size: 15px;
  line-height: 100%;
  display: block;
}

.div-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-2.solucoes {
  justify-content: center;
  line-height: 20px;
}

.image-3 {
  width: 20px;
}

.m-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.m-margin-bottom-08 {
  margin-bottom: 8px;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.m-section-large {
  background-color: var(--tango-orange);
  background-image: linear-gradient(145deg, #121212f7, #1e1e1ef2), url('../images/background-elevemedia-2.jpg'), linear-gradient(to bottom, var(--tango-orange), var(--tango-orange));
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  background-clip: border-box;
  padding: 80px 7% 120px;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.m-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-feature-header-block {
  max-width: 620px;
}

.m-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-subheading-large {
  font-family: Egosta Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.m-feature-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.m-feature-card {
  color: #fff;
  background-color: #131313;
  border: 4px solid #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-feature-card.social-media-card {
  mix-blend-mode: normal;
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-social-media-1.png');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.performance-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-performance.png');
  background-position: 0 0, 40% 30%;
  background-size: auto, auto 250px;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.producao-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-producao.png');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, repeat;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.design-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-design.png');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.branding-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-identidade-visual-branding.png');
  background-position: 0 0, 50% 80%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.web-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-desenvolvimento-web.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.marketing-influencia-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('../images/background-elevemedia-identidade-marketing-influencia.png');
  background-position: 0 0, 50% 45%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: var(--tango-orange);
  font-family: Mabry Pro Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-feature-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.bold-text-2 {
  color: var(--white-smoke);
  font-weight: 400;
}

.image-4 {
  float: none;
  width: 100px;
  height: 100px;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
}

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.image-5 {
  width: 24px;
  height: 24px;
}

.bold-text-3 {
  font-family: Egosta Regular, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.m-feature-grid-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.background-video {
  padding: 0 0%;
  position: relative;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: var(--tango-orange);
  text-align: center;
  margin-bottom: 20px;
  font-family: Egosta Regular, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 41%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  mix-blend-mode: luminosity;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  mix-blend-mode: normal;
  background-color: #0000;
}

.f-logo-carousel-wrap {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 41%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 70px 3%;
  display: grid;
  position: relative;
}

.f-logo-carousel {
  pointer-events: auto;
  cursor: auto;
  flex: none;
  display: flex;
}

.section-logo-dark {
  background-color: #07090d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-paragraph-no-margin {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  overflow: hidden;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 5%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.bold-text-4 {
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: var(--white-smoke);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: var(--tango-orange);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid var(--white-smoke);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: var(--tango-orange);
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  background-color: var(--cinza);
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  color: var(--cinza);
  margin-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  color: var(--tango-orange);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-faq2_title {
  color: var(--cinza);
  font-family: Egosta Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

.combine-faq2_accordion:hover {
  background-color: #eee;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  background-color: var(--cinza);
  background-image: linear-gradient(#1e1e1ec9, #1e1e1ec9), url('../images/F85D7E88-50BB-4F69-AC8E-DFEEA8458F30.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px 1.25rem 60px;
}

.combine-section_faq2 {
  background-color: var(--combine-library--grey-050);
}

.bold-text-5 {
  color: var(--tango-orange);
  font-weight: 400;
}

.bold-text-6 {
  font-family: Egosta Regular, sans-serif;
  font-weight: 300;
}

.bold-text-7 {
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.texto-menor-claro {
  color: var(--white-smoke);
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
}

.cf-logos-2---image-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 178px;
  height: auto;
  display: flex;
}

.cf-logos-2--wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-section-2 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-logo-gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-cell-2 {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-2:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap-2 {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel-2 {
  flex: none;
  display: flex;
}

.heading-2 {
  position: static;
}

.div-block-5 {
  position: relative;
}

.section-header-2 {
  align-items: center;
  padding: 80px 5% 100px;
  display: flex;
  position: relative;
}

.header-image-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 200%;
  height: 90%;
  margin-left: -5%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #1237a5;
}

.paragraph-regular-5 {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.hero-heading-2 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-5 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.cf-logo-images-2 {
  filter: none;
  mix-blend-mode: normal;
  background-color: #0000;
  max-width: 30%;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.cf-logos-contain-2 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  opacity: 1;
  mix-blend-mode: normal;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logos-wrapper {
  mix-blend-mode: luminosity;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.f-footer-link {
  grid-column-gap: 20px;
  color: var(--white-smoke);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: var(--tango-orange);
}

.f-footer-link.contato {
  color: var(--cinza);
}

.f-footer-link.contato:hover {
  color: var(--tango-orange);
}

.f-footer-divider {
  background-color: var(--tango-orange);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: var(--cinza);
  padding: 64px 5% 40px;
  position: relative;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-paragraph-small {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-social {
  background-color: var(--white-smoke);
  color: var(--cinza);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  background-color: var(--tango-orange);
  color: var(--tango-orange);
}

.f-footer-detail {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.f-footer-block {
  flex-direction: column;
  line-height: 15px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--white-smoke);
}

.f-footer-bottom {
  text-align: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icones-social-media {
  color: var(--white-smoke);
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: var(--tango-orange);
}

.fn-standard-white-link.w--current {
  color: #df0;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.fn-footer-second {
  background-color: var(--cinza);
  color: #ecf0ef;
  text-align: center;
  border-top: 1px solid #313233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 5%;
  font-family: Open Sans, sans-serif;
  display: block;
}

.fn-banner-image-three {
  object-fit: contain;
  width: 200px;
  height: auto;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 150px;
  height: auto;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 250px;
  height: 180px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-banner-image-one.missao {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 22px;
  line-height: 1.6em;
}

.fn-heading-3 {
  color: var(--cinza);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 80px;
  line-height: 1.2em;
}

.fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.fn-cta-banner {
  background-color: var(--white-smoke);
  color: #1d1f1e;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-cta-banner.missao {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-2.overflow-none {
  background-color: var(--cinza);
  padding: 100px 5% 150px;
  overflow: hidden;
}

.fn-section-2.overflow-none.missao {
  background-image: linear-gradient(#1e1e1ee0, #1e1e1ee0), url('../images/background-elevemedia-escada_03.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 7%;
  padding-right: 7%;
}

.text-block-8 {
  color: var(--white-smoke);
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--cinza);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.bold-text-9.claro {
  color: var(--white-smoke);
}

.bold-text-10 {
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.body {
  background-color: var(--white-smoke);
}

.section {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature2_content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: block;
}

.combine-padding-section-medium-2 {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: static;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  background-color: var(--cinza);
  background-image: linear-gradient(#1e1e1ef0, #1e1e1ef0), url('../images/background-elevemedia-escada_03.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.combine-section_feature2 {
  background-color: var(--combine-library--grey-050);
}

.html-embed-4 {
  text-align: center;
}

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-classic {
  color: #df0;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-container-grid-3.relative {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fn-section-404 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.section-2 {
  align-items: center;
  padding: 100px 7% 0%;
  display: flex;
}

.section-2.solucoes {
  display: block;
}

.section-2.cases {
  padding-top: 150px;
}

.section-2.cases.off {
  display: none;
}

.section-2.cases.novo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.cases.novo.colorido {
  background-color: var(--cinza);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.cases.novo.primeiro {
  padding-top: 0;
}

.section-3 {
  z-index: 9;
  clear: none;
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-4 {
  display: block;
}

.fn-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: var(--tango-orange);
  align-items: center;
  margin-top: auto;
  font-family: Egosta Light, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-link-with-arrow:hover {
  color: var(--white-smoke);
}

.fn-paragraph-2 {
  color: var(--white-smoke);
  margin-bottom: 32px;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.fn-heading-4 {
  color: var(--tango-orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Egosta Regular, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.fn-features-card-column {
  background-color: var(--cinza);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-image:hover {
  filter: none;
  background-image: linear-gradient(#00000080, #00000080);
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  height: 100%;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-405 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-9, .text-block-10 {
  text-decoration: none;
}

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

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  max-width: 30%;
}

.image-8 {
  flex: 0 auto;
  max-width: 80%;
  position: static;
  top: -346px;
  bottom: auto;
  left: 53%;
}

.cell {
  justify-content: center;
  align-items: center;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library--grey-800);
}

.combine-form_text {
  color: var(--combine-library--grey-400);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-3 {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta2_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2-3 {
  color: var(--tango-orange);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Egosta Regular, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-3 {
  background-color: var(--tango-orange);
  padding-left: 7%;
  padding-right: 7%;
}

.combine-section_cta2 {
  background-color: var(--combine-library--white);
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library--light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  background-color: var(--cinza);
  color: #fff;
  position: relative;
}

.link-block {
  color: var(--cinza);
  align-items: center;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--tango-orange);
}

.link-block.w--current {
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
}

.link-block-2 {
  color: var(--white-smoke);
  object-fit: fill;
  background-color: #0000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2:hover {
  background-color: var(--cinza);
  color: var(--tango-orange);
}

.bold-text-12 {
  font-size: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: var(--cinza);
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.cf-pricing-plan-check-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 0;
}

.cf-body---18px {
  color: var(--cinza);
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: var(--cinza);
  margin-bottom: 25px;
  font-family: Egosta Regular, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.cf-different-tab-pane-wrapper {
  padding-left: 0;
}

.cf-different-tab-pane-wrapper.cases {
  margin-top: 40px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 25px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: 1;
  filter: grayscale();
  color: var(--cinza);
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Egosta Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  background-color: var(--cinza);
  opacity: 1;
  filter: none;
  color: var(--white-smoke);
  border-radius: 32px;
  padding: 5px 20px;
  font-family: Egosta Regular, sans-serif;
  font-weight: 400;
}

.cf-different-menu {
  flex-direction: column;
  width: 70%;
  max-width: 540px;
  margin-right: 5%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: var(--cinza);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Egosta Regular, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.cf-h2-heading-56px.claro {
  color: var(--white-smoke);
  text-align: left;
}

.cf-different-upper-container {
  margin-bottom: 40px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.cf-different-section {
  background-color: var(--white-smoke);
  padding-left: 7%;
  padding-right: 7%;
}

.cf-different-section.performance {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium {
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 80px 0%;
  display: flex;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-top: 10px;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.fn-error-message {
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #e4e4e4;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  border: 2px solid var(--tango-orange);
  background-color: var(--tango-orange);
  color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 20px;
  font-family: Egosta Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: var(--cinza);
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: var(--tango-orange);
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  color: var(--cinza);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-field-message {
  color: var(--cinza);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover, .fn-field-message:active, .fn-field-message:focus {
  border-color: var(--tango-orange);
}

.fn-field-message::placeholder {
  color: var(--cinza);
  font-family: Mabry Pro Light, sans-serif;
  font-weight: 300;
}

.fn-field-message.form-home, .fn-field-message.form-home::placeholder {
  color: var(--white-smoke);
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.form-label {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  margin-bottom: 0;
}

.fn-select-field {
  color: var(--cinza);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.fn-select-field:hover, .fn-select-field:focus {
  border-color: var(--tango-orange);
}

.fn-select-field.form-home {
  color: var(--white-smoke);
}

.fn-field {
  border: 1px solid var(--cinza);
  color: var(--white-smoke);
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover, .fn-field:active, .fn-field:focus {
  border-color: var(--tango-orange);
  font-family: Mabry Pro Light, sans-serif;
  font-weight: 300;
}

.fn-field::placeholder {
  color: var(--cinza);
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.fn-field.form-home {
  color: var(--white-smoke);
  border-color: #3e4545;
}

.fn-field.form-home::placeholder {
  color: var(--white-smoke);
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: var(--cinza);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-form.form-home {
  margin-left: 20px;
  padding-left: 0;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-label-small {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fn-column-3.forms {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  max-width: 1310px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.fn-section-406 {
  background-color: var(--cinza);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 7%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.icones-social-media {
  display: flex;
}

.fn-section-407 {
  background-color: var(--white-smoke);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 7%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-407.forms-home {
  background-color: var(--cinza);
  background-image: url('../images/forma-logo-elevemedia.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border: 1px #000;
  padding-top: 110px;
  padding-left: 5%;
  padding-right: 5%;
}

.fn-section-407.contato {
  padding-top: 150px;
}

.checkbox-label {
  color: var(--cinza);
  padding-left: 20px;
  font-family: Mabry Pro Light, sans-serif;
  font-weight: 300;
  line-height: 17px;
}

.checkbox-label.form-home {
  color: var(--white-smoke);
}

.text-block-11 {
  color: var(--cinza);
  margin-top: 7px;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-12 {
  color: var(--tango-orange);
  font-family: Egosta Regular, sans-serif;
  font-size: 35px;
}

.text-block-13 {
  font-family: Mabry Pro Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-4 {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-padding-section-large-2 {
  background-color: var(--tango-orange);
  border-radius: 14px;
  padding: 30px 60px;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-4 {
  background-color: var(--white-smoke);
  padding: 40px 7%;
}

.combine-section_cta1 {
  background-color: var(--combine-library--grey-050);
}

.combine-gallery1_image {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-gallery1_component.midia-off {
  grid-template-columns: 1fr 1fr;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-section-medium-3 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.combine-padding-global-5 {
  padding-left: 0;
  padding-right: 0;
}

.combine-section_gallery1 {
  background-color: #0000;
}

.bold-text-13 {
  font-weight: 300;
}

.bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 400;
}

.div-block-7 {
  width: auto;
  height: 30px;
}

.slide-wrap {
  align-items: center;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  padding: 25px 40px;
  display: none;
}

.slide-wrap.novo {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-img._50-r-m {
  width: 150px;
  max-width: none;
  margin-left: 0;
  margin-right: 30px;
  padding-right: 0;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.combine-text-size-regular-6 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-pricing5_tooltip {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  border-radius: .5rem;
  width: 12rem;
  padding: .5rem .75rem;
  font-size: .75rem;
}

.combine-pricing5_tooltip-triangle {
  color: var(--combine-library--grey-800);
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.combine-pricing5_tooltip-wrapper {
  z-index: 3;
  display: none;
  position: absolute;
  left: 0;
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.combine-pricing5_help {
  color: var(--combine-library--grey-400);
  padding: .25rem;
  position: relative;
}

.combine-pricing5_table-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white-smoke);
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-pricing5_table-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: .75rem;
  display: grid;
}

.combine-background-color-grey {
  background-color: #272727;
}

.combine-icon_color5 {
  color: var(--combine-library--success-800);
}

.combine-text-weight-semibold {
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 0;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-pricing5_table-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.combine-pricing5_table-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem .75rem 1.85rem;
  display: grid;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-pricing5_span {
  color: var(--combine-library--grey-800);
  font-size: 1.25rem;
}

.combine-pricing5_cost-tertiary {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.combine-pricing5_cost-primary {
  color: var(--combine-library--primary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_cost-secondary {
  color: var(--combine-library--secondary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-pricing5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: center;
}

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_pricing5 {
  background-color: var(--cinza);
  padding: 60px 5% 100px;
}

.image-9 {
  text-align: center;
  max-width: 60%;
  display: inline-block;
}

.combine-feature3_image {
  object-fit: cover;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-section_feature3 {
  background-color: var(--combine-library--grey-050);
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_numbercount-1_text {
  color: var(--cinza);
  text-align: center;
  flex: 0 auto;
  font-family: Mabry Pro Regular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.fs_numbercount-1_number {
  color: var(--cinza);
  flex-wrap: nowrap;
  font-family: Egosta Bold, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.fs_numbercount-1_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.fs_numbercount-1_card.empresas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 0 2rem 0 0;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: -20px;
  display: block;
}

.fs_numbercount-1_component.mobile {
  display: none;
}

.text-block-15 {
  font-family: Egosta Bold, sans-serif;
}

.text-block-16 {
  color: var(--cinza);
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Egosta Bold, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.section-header-3 {
  align-items: center;
  padding: 100px 5%;
  display: none;
  position: relative;
}

.header-image-3 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.button-primary-3 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #1237a5;
}

.paragraph-regular-6 {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.header-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  place-items: center start;
}

.button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.button-wrapper-3.meio {
  justify-content: center;
  align-items: center;
}

.header-image-graphic-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.hero-heading-3 {
  color: var(--white-smoke);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.navigation-6 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.image-10 {
  display: none;
}

.slide {
  height: auto;
}

.slider {
  object-fit: fill;
  background-color: #0000;
  height: 580px;
}

.slider.mobile {
  display: none;
}

.icon-2 {
  color: var(--verde);
}

.left-arrow {
  margin-left: -82px;
}

.right-arrow {
  margin-right: -82px;
}

.icon-3 {
  color: #62ed07;
}

.slider-2 {
  background-color: #0000;
  height: 70%;
  max-height: none;
  margin-left: 20px;
  padding-left: 0;
}

.cf-pricing-plan-pointers-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-copy.no-margin {
  margin-bottom: 0;
}

.image-12 {
  max-width: 130%;
  margin-top: 0;
  margin-left: -49px;
  padding-right: 20px;
}

.heading-3 {
  text-align: center;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-17 {
  line-height: 30px;
}

.div-block-8 {
  height: 20px;
}

.div-block-9, .div-block-10 {
  margin-top: 20px;
}

.text-span-4 {
  color: var(--tango-orange);
}

.portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
}

.background-video-2 {
  align-self: center;
  width: 300px;
  height: 553px;
}

.html-embed-5 {
  display: block;
  overflow: visible;
}

.html-embed-5.mobile {
  display: none;
}

.html-embed-6 {
  display: none;
  overflow: visible;
}

.fn-link-arrow-3 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-2 {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-4 {
  color: var(--white-smoke);
  margin-bottom: 32px;
  font-family: Mabry Pro Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.fn-heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-heading-7._2 {
  font-size: 27px;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-features-card {
  border: 1px solid var(--tango-orange);
  color: #ecf0ef;
  text-align: center;
  background-color: #151515;
  border-radius: 12px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 20%;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  border-color: var(--tango-orange);
  color: #ecf0ef;
  background-color: #0f0f0f;
}

.fn-features-card._2 {
  background-color: #1515158a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.fn-paragraph-no-margin-4 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-container-grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-408 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-408._2 {
  background-color: #0000;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-11._2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
}

.numero-metodo {
  font-family: Egosta Bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.image-19 {
  max-width: none;
  max-height: 70px;
  margin-bottom: 30px;
}

.bold-text-20 {
  color: var(--tango-orange);
  font-family: Mabry Pro Regular, sans-serif;
  font-weight: 400;
}

.youtube {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  width: auto;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.image-20 {
  align-self: center;
  max-width: 80%;
}

.heading-4, .heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-9 {
  font-size: 18px;
}

.heading-10, .heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.carrossel-container {
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  left: auto;
}

.image-21 {
  width: 150px;
  max-width: none;
}

.logo-image {
  width: auto;
  max-width: 100%;
  height: 90px;
  overflow: visible;
}

.play-pause-button {
  display: none;
  overflow: visible;
}

.background-video-3 {
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text-21 {
  font-family: Egosta Regular, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-family: Mabry Pro Regular, sans-serif;
  font-weight: 400;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding: 80px 7% 100px;
}

.image-22, .image-23, .image-24 {
  max-width: 300px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apricot {
  object-fit: cover;
  max-width: 100%;
}

.image-25, .image-26 {
  aspect-ratio: 1;
}

.image-27 {
  max-width: 150px;
}

.image-28 {
  border-radius: 10px;
}

.image-29 {
  max-width: 150px;
}

.image-29._2 {
  mix-blend-mode: screen;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.feedback {
  max-width: 50px;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.heading-12 {
  font-family: Egosta Regular, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.heading-12.feedback {
  max-width: none;
  margin-top: 0;
}

.heading-13 {
  line-height: 50%;
}

.div-block-19 {
  border: 1px solid var(--tango-orange);
  border-radius: 20px;
  max-width: 80%;
  margin-left: 0;
  padding: 15px 30px 25px;
}

.code-embed {
  border-radius: 10px;
  align-self: auto;
  width: auto;
  padding: 10px;
  display: block;
}

.code-embed.mobile {
  display: none;
}

html.w-mod-js [data-ix="ths13-scroll-line-move"] {
  opacity: 1;
  transform: translate(0, -100%);
}

@media screen and (min-width: 1280px) {
  .nav-link-2.interno, .text-block-6 {
    font-size: 20px;
  }

  .text-block-6.w--current {
    font-size: 20px;
    font-weight: 400;
  }

  .header-image {
    align-items: flex-end;
    padding-top: 25px;
    padding-left: 0;
  }

  .header-block {
    padding-bottom: 40px;
  }

  .header-block.performance {
    padding-bottom: 0;
  }

  .paragraph-regular-4 {
    margin-bottom: 60px;
  }

  .paragraph-regular-4.texto-claro {
    color: var(--white-smoke);
    margin-bottom: 52px;
    font-size: 22px;
  }

  .header-grid {
    grid-template-columns: 1.25fr 1.35fr;
  }

  .header-grid.interno.performance {
    grid-column-gap: 41px;
  }

  .header-grid.interno.cases {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .header-image-graphic {
    width: 120%;
  }

  .hero-heading {
    color: var(--white-smoke);
  }

  .header-wrapper {
    background-image: linear-gradient(#0f0f0fe6, #0f0f0fe6);
    background-position: 0 0;
  }

  .m-feature-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bold-text-8 {
    color: var(--cinza);
  }

  .section-2 {
    padding-bottom: 0;
  }

  .section-2.performance {
    padding-top: 0%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-wrapper-2 {
    background-color: var(--cinza);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-pricing-plan-pointers.no-margin {
    margin-bottom: 16px;
  }

  .cf-different-tab-pane-wrapper {
    padding-left: 0;
  }

  .cf-different-tab-pane {
    padding-left: 30px;
  }

  .cf-different-tab-link.w--current {
    background-color: var(--cinza);
    color: var(--white-smoke);
    border-radius: 32px;
    padding: 5px 20px;
  }

  .cf-different-menu {
    align-items: stretch;
    margin-right: 5%;
  }

  .cf-different-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .cf-different-upper-container {
    margin-bottom: 39px;
  }

  .slide-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
  }

  .logo-img._50-r-m {
    margin-right: 100px;
  }

  .combine-padding-section-medium-4 {
    margin-bottom: 60px;
  }

  .combine-section_pricing5 {
    padding: 80px 10%;
  }

  .text-span-2 {
    color: var(--tango-orange);
  }

  .section-header-3 {
    padding-left: 7%;
    padding-right: 4%;
  }

  .hero-heading-3 {
    color: var(--white-smoke);
    font-family: Egosta Regular, sans-serif;
    font-size: 50px;
    line-height: 55px;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3 {
    color: var(--tango-orange);
  }

  .slider.desktop {
    display: block;
  }

  .cf-pricing-plan-pointers-copy.no-margin {
    margin-bottom: 16px;
  }

  .div-block-12 {
    object-fit: fill;
    display: block;
    position: absolute;
    inset: auto auto 0%;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link-2.interno, .text-block-6 {
    font-size: 20px;
  }

  .section-header {
    border: 0 solid #000;
    border-top: .2px solid #1e1e1e1f;
  }

  .paragraph-regular-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .header-grid {
    grid-template-columns: 1.5fr 1.35fr;
  }

  .header-grid.interno {
    grid-column-gap: 50px;
  }

  .header-grid.interno.cases {
    grid-template-columns: 1.25fr .5fr .5fr;
  }

  .header-wrapper {
    height: 100vh;
  }

  .m-section-large {
    text-align: left;
    display: block;
    position: static;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    font-size: 19px;
    line-height: 25px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 35px;
  }

  .cf-different-tab-pane {
    padding-left: 0;
  }

  .cf-different-tabs-content {
    max-width: none;
    margin-left: 0;
  }

  .cf-different-tab-link {
    font-size: 27px;
  }

  .fn-section-407.forms-home {
    background-position: 100%;
  }

  .combine-text-size-regular-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .combine-gallery1_component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
  }

  .text-block-14 {
    font-size: 30px;
  }

  .slide-wrap {
    border: 1px #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-img {
    max-width: none;
  }

  .logo-img._50-r-m {
    width: 150px;
    margin-right: 30px;
  }

  .section-header-3 {
    height: 100vh;
  }

  .container-5 {
    max-width: none;
  }

  .slider {
    float: none;
    clear: both;
    text-align: left;
    object-fit: fill;
    width: 1139px;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .image-13 {
    margin-top: 60px;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-image {
    height: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link-2.interno {
    font-size: 27px;
  }

  .image {
    width: 200px;
  }

  .text-block-6 {
    font-size: 27px;
  }

  .text-block-7, .button-primary {
    font-size: 25px;
  }

  .paragraph-regular-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .header-grid.interno {
    align-content: stretch;
  }

  .hero-heading.solucoes {
    font-size: 70px;
  }

  .container {
    max-width: none;
  }

  .texto-menor-escuro {
    font-size: 22px;
  }

  .f-footer-link {
    font-size: 22px;
    line-height: 25px;
  }

  .f-footer-regular {
    margin-left: auto;
    margin-right: auto;
  }

  .f-footer-title {
    font-size: 30px;
    font-weight: 400;
  }

  .f-footer-detail {
    font-size: 18px;
  }

  .fn-standard-white-link {
    font-size: 18px;
    font-weight: 300;
  }

  .text-block-8 {
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .fn-link-with-arrow {
    font-size: 22px;
  }

  .fn-paragraph-2 {
    font-size: 18px;
  }

  .fn-heading-4 {
    font-size: 40px;
  }

  .combine-text-size-regular-3 {
    font-size: 25px;
    font-weight: 300;
  }

  .combine-heading-style-h2-3 {
    font-size: 90px;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .link-block {
    font-weight: 400;
  }

  .bold-text-12 {
    font-size: 25px;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    font-size: 25px;
    line-height: 30px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 40px;
  }

  .cf-different-tab-pane {
    padding-left: 0;
  }

  .cf-different-tabs-content {
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin-left: 5%;
    display: block;
  }

  .cf-different-tab-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .cf-different-tab-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .cf-different-menu {
    align-items: stretch;
    width: 100%;
    max-width: 40%;
    margin-right: 0%;
  }

  .cf-different-tabs {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .cf-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160.different-flex {
    flex-direction: column;
  }

  .cf-different-section {
    justify-content: flex-start;
  }

  .combine-text-size-regular-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .combine-gallery1_component.midia-off {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-14 {
    font-size: 35px;
  }

  .logo-img._50-r-m {
    width: 200px;
  }

  .container-5 {
    max-width: none;
  }

  .fn-paragraph-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .fn-heading-7 {
    font-size: 30px;
  }

  .fn-features-card {
    align-self: stretch;
  }

  .image-19 {
    max-width: none;
    max-height: 100px;
  }

  .waves-master-gallery-1 {
    max-width: none;
  }

  .waves---main-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .ths13-hero-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-heading-h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .dropdown-card-xl {
    min-width: auto;
  }

  .nav-menu-button {
    color: #fff;
    background-color: #000000a3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #36178c;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #000;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-list.w--open {
    padding-top: 8px;
    position: relative;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-menu-2.interno {
    background-color: var(--cinza);
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .button-secondary-s-2, .button-primary-s {
    display: none;
  }

  .button-primary-s.interno.contato {
    display: block;
  }

  .nav-link-2 {
    color: var(--cinza);
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2.interno {
    color: var(--white-smoke);
    margin-top: 0;
  }

  .nav-link-2.interno:hover {
    background-color: #2d2d2d;
  }

  .navigation-2 {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .navigation-2.internos {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button-2 {
    background-color: var(--tango-orange);
    color: #282b3e;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-2.w--open {
    background-color: var(--cinza);
    border-color: #fff;
  }

  .nav-menu-3 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-3.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-dropdown-2 {
    width: 100%;
  }

  .nav-link-3 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-3 {
    position: relative;
  }

  .nav-toggle-2 {
    color: var(--cinza);
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
  }

  .nav-toggle-2:hover, .nav-toggle-2.w--open {
    background-color: #eee;
  }

  .nav-toggle-2.interno {
    color: var(--white-smoke);
    background-color: #0000;
    height: auto;
  }

  .nav-toggle-2.interno:hover {
    background-color: #2d2d2d;
  }

  .nav-wrapper-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button-3 {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-3.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .icon {
    color: var(--white-smoke);
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary.passo {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-regular-4 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .header-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .header-grid.interno {
    display: block;
  }

  .header-grid.interno.cases.novo.inverso {
    flex-flow: column-reverse;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .button-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .header-image-graphic {
    max-width: 100%;
    max-height: 100%;
  }

  .navigation-link {
    width: 100%;
  }

  .header-card {
    left: 32px;
  }

  .header-card.experiencia {
    max-width: 250px;
    margin-bottom: 118px;
  }

  .header-card.estrategias {
    max-width: 250px;
    margin-bottom: 262px;
    margin-left: 90px;
  }

  .header-card.cases {
    max-width: 200px;
    margin-bottom: 8px;
    margin-left: 140px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading {
    font-size: 45px;
  }

  .hero-heading.solucoes-servicos {
    margin-bottom: 12px;
  }

  .navigation-4 {
    position: relative;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .m-section-large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .m-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .m-feature-header {
    flex-direction: column;
    align-items: center;
  }

  .m-feature-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .section-logo-dark {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

  .section-header-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header-image-2 {
    width: 100%;
    height: 100%;
  }

  .navigation-5 {
    position: relative;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .f-footer-regular {
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-second {
    padding-bottom: 60px;
  }

  .fn-banner-image-three {
    width: 200px;
    height: 160px;
    display: block;
  }

  .fn-banner-image-two {
    width: 80px;
    height: 130px;
    display: block;
  }

  .fn-banner-image-one {
    object-fit: contain;
    width: 180px;
    height: auto;
    display: block;
    overflow: visible;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-section-2.overflow-none {
    padding-left: 10%;
    padding-right: 10%;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fn-heading-4 {
    font-size: 32px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .fn-heading-5 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-405 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-8 {
    max-width: 40%;
    padding-top: 38px;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 60px;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
    align-items: center;
  }

  .link-block {
    color: var(--white-smoke);
  }

  .link-block-2 {
    color: var(--black);
    width: auto;
    height: auto;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tab-pane-wrapper.cases {
    padding-bottom: 20px;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fn-success-message-wrapper {
    min-height: 100px;
  }

  .fn-success-message {
    width: 100%;
  }

  .fn-form {
    margin-top: 49px;
  }

  .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-column-3 {
    aspect-ratio: auto;
    align-items: flex-start;
    display: block;
    position: static;
    overflow: visible;
  }

  .fn-column-3.img {
    display: none;
  }

  .fn-column-3.forms {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: block;
  }

  .fn-section-406 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-section-407 {
    padding: 60px 10%;
  }

  .fn-section-407.forms-home {
    background-image: linear-gradient(#1e1e1ed1, #1e1e1ed1), url('../images/forma-logo-elevemedia.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
    padding-left: 10%;
    padding-right: 10%;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img._50-r-m {
    width: 30%;
    margin-right: 40px;
  }

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-section_pricing5 {
    padding-bottom: 50px;
  }

  .image-9 {
    max-width: 80%;
    display: inline-block;
  }

  .header-grid-2 {
    grid-column-gap: 26px;
    grid-template-columns: .75fr 1fr;
  }

  .hero-heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .navigation-6 {
    position: relative;
  }

  .image-10 {
    display: inline-block;
  }

  .image-11 {
    display: none;
  }

  .slider {
    height: 360px;
    display: block;
  }

  .slider.mobile {
    display: none;
  }

  .slider.desktop {
    display: block;
  }

  .image-15 {
    max-width: 50%;
    padding-right: 10px;
  }

  .image-16 {
    max-width: 50%;
    padding-left: 10px;
  }

  .image-17 {
    max-width: 50%;
    padding-right: 10px;
  }

  .image-18 {
    max-width: 50%;
    padding-left: 10px;
  }

  .html-embed-5 {
    margin-top: 45px;
    display: block;
  }

  .html-embed-6 {
    display: block;
  }

  .fn-paragraph-4 {
    color: var(--white-smoke);
  }

  .fn-heading-7 {
    font-size: 40px;
  }

  .fn-features-card {
    align-self: stretch;
    width: 100%;
  }

  .fn-features-card:hover {
    border-color: var(--tango-orange);
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-408 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .image-20 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    position: static;
    overflow: visible;
  }

  .div-block-19 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .code-embed {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .ths13-hero-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-heading-h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .navigation-grid-b {
    grid-template-columns: 1fr 1fr;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .banner-3 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-header {
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-secondary {
    display: none;
  }

  .header-image-graphic {
    max-width: 100%;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .m-h3-heading {
    font-size: 40px;
  }

  .m-section-large {
    padding-left: 10%;
    padding-right: 10%;
  }

  .m-feature-header {
    margin-bottom: 0;
  }

  .image-4 {
    width: 60px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-items: center;
  }

  .f-footer-regular {
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-footer-bottom {
    flex-direction: column-reverse;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-second {
    text-align: center;
    padding-bottom: 40px;
  }

  .fn-banner-image-two {
    right: 21px;
  }

  .fn-banner-image-one {
    width: 120px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-paragraph-dark {
    line-height: 27px;
  }

  .fn-heading-3 {
    font-size: 45px;
  }

  .fn-cta-banner {
    padding: 40px;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-4 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

  .fn-heading-5 {
    font-size: 34px;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-405 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-heading-style-h2-3 {
    font-size: 50px;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 0;
  }

  .cf-different-section.performance {
    display: block;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fn-form-advance {
    grid-template-columns: 1fr;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-column-3 {
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fn-column-3.forms {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-406, .fn-section-407 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-section-407.forms-home, .fn-section-407.contato {
    padding-left: 0%;
    padding-right: 0%;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-pricing5_table-item {
    border-bottom: 1px solid var(--combine-library--grey-100);
    padding-bottom: .5rem;
  }

  .combine-pricing5_table-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .combine-hide-mobile-landscape {
    display: none;
  }

  .combine-pricing5_table-header {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature3_component {
    flex-direction: column;
  }

  .slide {
    height: auto;
  }

  .slider.mobile {
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .slider.desktop {
    display: none;
  }

  .left-arrow {
    margin-left: -60px;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .image-14 {
    max-width: 100%;
  }

  .html-embed-5 {
    display: none;
  }

  .html-embed-5.mobile, .html-embed-6 {
    display: block;
  }

  .fn-paragraph-4 {
    margin-bottom: 24px;
  }

  .fn-heading-7 {
    font-size: 18px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-container-grid-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-408 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .code-embed {
    text-align: left;
    width: auto;
    display: none;
  }

  .code-embed.mobile {
    display: block;
  }

  .div-block-20 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .ths13-hero-section, .ths13-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-heading-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .navigation-grid-b {
    grid-template-columns: 1fr;
  }

  .banner {
    display: none;
  }

  .navigation-grid-a {
    grid-template-columns: 1fr;
  }

  .nav-button-wrap {
    display: none;
  }

  .dropdown-block-link, .dropdown-block-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .html-embed-2 {
    width: auto;
  }

  .nav-menu-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-menu-2.interno {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .nav-link-text {
    color: var(--cinza);
    font-weight: 300;
  }

  .nav-link-text.interno {
    color: var(--white-smoke);
  }

  .button-primary-s {
    width: 100%;
  }

  .nav-link-2.interno {
    margin-bottom: 10px;
  }

  .nav-link-2.interno.fale-conosco {
    color: var(--tango-orange);
    background-color: #eee;
    margin-top: 0;
  }

  .nav-link-2.contato {
    color: var(--white-smoke);
    background-color: #dd4124;
    margin-top: 40px;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-dropdown-base-a.interno {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
  }

  .nav-link-s.interno {
    color: var(--tango-orange);
  }

  .nav-dropdown-2 {
    height: auto;
  }

  .nav-toggle-2.interno {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 10px;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-secondary {
    display: none;
  }

  .header-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button-primary {
    text-align: center;
    width: 100%;
  }

  .paragraph-regular-4 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-regular-4.cases.claro {
    text-align: center;
  }

  .header-card-title {
    font-size: 16px;
  }

  .header-grid {
    grid-row-gap: 5px;
  }

  .header-grid.interno.cases.novo {
    order: 0;
    align-self: auto;
  }

  .header-grid.interno.cases.novo.inverso {
    flex-flow: column-reverse;
    flex: 0 auto;
    display: flex;
  }

  .navigation-button {
    display: none;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-image-graphic {
    max-width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-card.experiencia {
    margin-top: 0;
    margin-bottom: 41px;
  }

  .header-card.estrategias {
    margin-bottom: 179px;
    margin-left: 28px;
    left: 49px;
  }

  .header-card.cases {
    margin-bottom: -18px;
    margin-left: 34px;
    left: 54px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    text-align: center;
    font-family: Egosta Regular, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .hero-heading.solucoes {
    line-height: 40px;
  }

  .hero-heading.solucoes-servicos {
    font-size: 35px;
  }

  .hero-heading.home {
    font-size: 40px;
    line-height: 45px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .header-wrapper {
    height: auto;
  }

  .texto-menor-escuro {
    font-size: 18px;
  }

  .texto-menor-escuro.titulo {
    text-align: center;
    font-size: 22px;
  }

  .texto-menor-escuro._2 {
    text-align: center;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .div-block-2 {
    justify-content: center;
  }

  .m-section-large {
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .m-feature-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .m-button-outline {
    width: 100%;
  }

  .m-feature-header {
    margin-bottom: 10px;
  }

  .div-block-3 {
    justify-content: center;
    font-size: 15px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .image-4 {
    width: 70px;
  }

  .m-feature-grid-copy {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .combine-faq2_title {
    font-size: 22px;
    line-height: 25px;
  }

  .combine-padding-global {
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .bold-text-5 {
    font-family: Egosta Regular, sans-serif;
    font-weight: 400;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .f-logo-gradient-r-2, .f-logo-gradient-l-2 {
    width: 40px;
  }

  .heading-2 {
    text-align: center;
    font-size: 15px;
  }

  .section-header-2 {
    padding-bottom: 60px;
  }

  .header-image-2 {
    width: 100%;
    height: 100%;
  }

  .header-block-2 {
    text-align: center;
  }

  .button-primary-2 {
    width: 100%;
  }

  .paragraph-regular-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .button-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-2 {
    font-size: 44px;
    line-height: 62px;
  }

  .cf-logo-images-2 {
    width: 150px;
    max-width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: row;
    display: flex;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .f-footer-link {
    justify-content: center;
  }

  .f-footer-link.w--current {
    text-align: center;
  }

  .f-footer-link.contato {
    justify-content: center;
    align-items: center;
  }

  .f-footer-regular {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-footer-social-group {
    justify-content: center;
    align-items: center;
  }

  .f-footer-title {
    text-align: center;
    font-weight: 400;
  }

  .f-footer-grid {
    text-align: center;
    display: block;
  }

  .f-footer-block {
    text-align: left;
    padding-top: 45px;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-banner-image-three {
    width: 100px;
    right: -23px;
  }

  .fn-banner-image-two {
    right: 0;
  }

  .fn-banner-image-one {
    width: 60px;
    bottom: 124px;
  }

  .fn-banner-image-one.missao {
    width: 60px;
  }

  .fn-paragraph-dark {
    font-size: 18px;
    line-height: 20px;
  }

  .fn-heading-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .fn-cta-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-cta-banner.missao {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fn-container {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-section-2.overflow-none {
    padding: 100px 10%;
  }

  .fn-section-2.overflow-none.missao {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-8, .preloader, .image-6, .div-block-6 {
    text-align: center;
  }

  .bold-text-8 {
    text-align: center;
    font-family: Egosta Regular, sans-serif;
    font-weight: 400;
  }

  .html-embed-3 {
    clear: none;
    width: 0;
    max-width: 0;
    max-height: 0;
    padding-bottom: 20%;
    padding-left: 0%;
    padding-right: 30%;
    display: inline-block;
    position: static;
    inset: 0%;
  }

  .bold-text-9 {
    font-weight: 400;
  }

  .bold-text-10, .bold-text-11 {
    font-family: Egosta Regular, sans-serif;
    font-weight: 400;
  }

  .body {
    overflow: visible;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }

  .section-2.cases.novo.colorido {
    flex-flow: row;
  }

  .section-2.cases.novo.primeiro {
    padding-top: 20px;
  }

  .image-8 {
    max-width: 40%;
    padding-top: 10px;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular-3 {
    padding-top: 20px;
    font-weight: 300;
    line-height: 25px;
  }

  .combine-heading-style-h2-3 {
    line-height: 45px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: block;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 30%;
    max-width: 240px;
    padding-bottom: 28px;
    display: block;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .link-block {
    color: var(--white-smoke);
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 17px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-body---18px {
    font-size: 17px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 25px;
  }

  .cf-different-tab-pane-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    text-align: center;
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 10px;
  }

  .cf-different-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cf-different-section.performance {
    display: block;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---section-medium {
    height: 80vh;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .fn-button-form {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .fn-checkbox-wrapper {
    display: flex;
  }

  .fn-form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fn-form {
    margin-bottom: 15px;
  }

  .fn-column-3 {
    align-items: center;
  }

  .fn-section-407 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-section-407.forms-home {
    background-image: linear-gradient(to bottom, null, null), url('../images/forma-logo-elevemedia.png');
    background-size: auto, cover;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-11 {
    margin-top: 18px;
    line-height: 25px;
  }

  .text-block-12 {
    font-size: 30px;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-17, .bold-text-18, .bold-text-19 {
    font-family: Mabry Pro Regular, sans-serif;
    font-weight: 400;
  }

  .text-block-14 {
    line-height: 30px;
  }

  .logo-img._50-r-m {
    width: 50%;
  }

  .combine-pricing5_cost-tertiary {
    font-size: 1.25rem;
  }

  .combine-pricing5_details {
    justify-content: space-between;
    padding: 0;
    font-size: .875rem;
  }

  .combine-pricing5_cost-primary, .combine-pricing5_cost-secondary {
    font-size: 1.25rem;
  }

  .combine-pricing5_table-header {
    grid-column-gap: .5rem;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_pricing5 {
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-9 {
    text-align: center;
    width: auto;
    max-width: none;
    max-height: none;
    display: inline-block;
  }

  .combine-feature3_wrapper {
    flex-direction: column;
  }

  .fs_numbercount-1_card.empresas.mobile {
    place-content: center;
    justify-items: center;
    margin-top: 28px;
  }

  .fs_numbercount-1_card.mobile {
    justify-items: center;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
    display: block;
  }

  .fs_numbercount-1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: none;
  }

  .fs_numbercount-1_component.mobile {
    margin-top: 20px;
    display: block;
  }

  .section-header-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header-image-3 {
    height: 250px;
  }

  .header-block-3 {
    text-align: center;
  }

  .button-primary-3 {
    width: 100%;
  }

  .paragraph-regular-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .header-grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .button-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-3 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .slider {
    height: 200px;
  }

  .slide-nav {
    object-fit: fill;
    width: auto;
    height: auto;
    display: none;
  }

  .image-15 {
    max-width: 100%;
    padding-right: 0;
  }

  .image-16 {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-17 {
    max-width: 100%;
    padding-right: 0;
  }

  .image-18 {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .html-embed-5 {
    display: none;
    overflow: visible;
  }

  .html-embed-5.mobile {
    overflow: hidden;
  }

  .html-embed-6 {
    display: block;
  }

  .fn-heading-7 {
    font-size: 30px;
  }

  .fn-features-card {
    align-self: center;
    width: 100%;
    padding: 30px;
  }

  .fn-features-card:hover {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-color: var(--tango-orange);
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .heading-5 {
    font-size: 17px;
  }

  .heading-6, .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .carrossel-container {
    overflow: hidden;
  }

  .logo-container {
    min-width: 1080px;
  }

  .background-video-3 {
    height: auto;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-22, .image-23, .image-24 {
    max-width: 100%;
  }

  .div-block-15._2 {
    margin-top: 40px;
  }

  .image-29 {
    max-width: 250px;
  }

  .div-block-16 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed {
    width: auto;
    max-width: none;
  }
}

#w-node-_0d16e381-bcb2-fe05-239f-31a27ebb1df8-f6a78054 {
  place-self: center;
}

#w-node-f954d169-8edc-8504-ba89-bbcffd255ed7-f6a78054 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b02e400-90e1-36b9-1d09-5deb6897215a-f6a78054, #w-node-_2b02e400-90e1-36b9-1d09-5deb6897215b-f6a78054, #w-node-f954d169-8edc-8504-ba89-bbcffd255ede-f6a78054, #w-node-_537915b4-420e-f21d-9417-3c8032db1642-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb74361-7772-9013-69df-cb34b999e044-f6a78054 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4f7c825-0e7d-25f4-43f2-613b3838248f-f6a78054, #w-node-ffb74361-7772-9013-69df-cb34b999e049-f6a78054, #w-node-ffb74361-7772-9013-69df-cb34b999e04a-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_45d17cff-5822-fe16-9951-b619fb8a434f-f6a78054 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_45d17cff-5822-fe16-9951-b619fb8a4363-f6a78054 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_45d17cff-5822-fe16-9951-b619fb8a436d-f6a78054 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-c5c812cf-09e9-4e67-768d-bdda6b0fd4e8-f6a78054 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2aeb7641-20e4-c7d2-645b-2a08e8c73509-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d596ea31-7908-e6d7-b466-4879bdc1c6b7-f6a78054 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d596ea31-7908-e6d7-b466-4879bdc1c6c6-f6a78054, #w-node-d596ea31-7908-e6d7-b466-4879bdc1c6ca-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c22a2006-8545-2d8d-5b96-9fd074f02d02-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e31-f6a78054 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d853495e-e71a-395a-bf0a-4af694fb4e40-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e44-f6a78054 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d853495e-e71a-395a-bf0a-4af694fb4e47-f6a78054 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_16daec79-f843-2153-b073-bf07882d57ca-f6a78054, #w-node-_16daec79-f843-2153-b073-bf07882d57d5-f6a78054, #w-node-_16daec79-f843-2153-b073-bf07882d57e0-f6a78054, #w-node-_16daec79-f843-2153-b073-bf07882d57eb-f6a78054, #w-node-_90aa8b8a-6782-58b9-9df4-9ffb11f71002-f6a78054, #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1d4-c513c1b2, #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1da-c513c1b2, #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1de-c513c1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a1fcaea-1f22-f7ca-b5d6-27cc0ec7d656-5f32af92 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a1fcaea-1f22-f7ca-b5d6-27cc0ec7d659-5f32af92, #w-node-_8a1fcaea-1f22-f7ca-b5d6-27cc0ec7d65f-5f32af92, #w-node-_8a1fcaea-1f22-f7ca-b5d6-27cc0ec7d660-5f32af92, #w-node-de0a591d-bf84-5664-1dc1-bc58764ca65b-5f32af92, #w-node-de0a591d-bf84-5664-1dc1-bc58764ca65c-5f32af92, #w-node-fc3cadb9-0c3b-ae06-d688-6cb04c7d81b2-5f32af92, #w-node-fc3cadb9-0c3b-ae06-d688-6cb04c7d81b3-5f32af92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc3cadb9-0c3b-ae06-d688-6cb04c7d81be-5f32af92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-5f32af92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_76113b52-76c8-74b3-7ea5-4493e61acaac-5f32af92, #w-node-_763435cd-5b8c-85a5-db58-b16258f01b51-5f32af92 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-dd703b8a-aa7f-dab1-947c-e8c2de969825-ecdaec5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ecbbf613-2e23-636b-b8eb-33a3c7a8a48c-ecdaec5c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-ecbbf613-2e23-636b-b8eb-33a3c7a8a497-ecdaec5c {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-ecbbf613-2e23-636b-b8eb-33a3c7a8a4a2-ecdaec5c {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-cfe89a40-792d-452b-1b68-0dd8b32e2174-ecdaec5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cfe89a40-792d-452b-1b68-0dd8b32e2176-ecdaec5c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-cfe89a40-792d-452b-1b68-0dd8b32e2182-ecdaec5c {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-cfe89a40-792d-452b-1b68-0dd8b32e218e-ecdaec5c {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-db1bb5fc-3028-0143-407e-be84bf230ac3-ecdaec5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-db1bb5fc-3028-0143-407e-be84bf230ac5-ecdaec5c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8f38b3bb-2794-86ff-e23f-163bd854ea93-1f12f077, #w-node-_8f38b3bb-2794-86ff-e23f-163bd854ea98-1f12f077, #w-node-_48623020-900c-81a7-0366-ee27c859bf38-1f12f077, #w-node-_5ee220a9-1b12-084d-5273-40bb1f5a1bf6-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c09-1f12f077, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0c-1f12f077, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0f-1f12f077, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c12-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c16-1f12f077, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c19-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1c-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1f-1f12f077 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_76319b67-906a-404a-a9aa-faf9f625097d-27255818 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ec2f600a-d6f3-970f-ee06-76e834113774-27255818, #w-node-_82e4e18a-6382-297c-126d-8c8c3b64b28a-27255818 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_080474a4-3c1c-6600-cd79-fa6de2a92148-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf19-27255818 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf28-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf2c-27255818 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf2f-27255818 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-a5193fc5-6dab-f3dc-cc65-56b8f86040d7-76499b0d, #w-node-a5193fc5-6dab-f3dc-cc65-56b8f86040d9-76499b0d, #w-node-_3d0a82bc-e2fa-11d2-3ec4-11608487e221-76499b0d, #w-node-_8e1ac778-d5c9-1081-73de-6613449a3f86-76499b0d, #w-node-_8e5f3883-7bf6-c228-c2ac-90c27e8bfaf3-76499b0d, #w-node-eae1d08c-b947-5f63-0fd0-a69438d6eccf-76499b0d, #w-node-_5e072601-8b7a-1d78-3d7f-63d0802a090f-76499b0d, #w-node-f6594185-9f04-0487-af05-8a933905f404-76499b0d, #w-node-_4ee0beda-9438-ccfa-1d62-ff932de7d172-76499b0d, #w-node-_76810ad3-4f36-9a33-3827-ce5b826096b1-76499b0d, #w-node-_1290f4cc-ec3f-156c-316b-a92096c9b6e4-76499b0d, #w-node-_68e619b6-8bea-10c4-b62a-dc2f9c423467-76499b0d, #w-node-_2e71778f-d258-e6d5-51d8-a4dec8b4a1c7-76499b0d, #w-node-a3f74334-45c2-5256-e295-2044b239217f-76499b0d, #w-node-d8476d0e-ab80-c4e9-63fb-cb769bff3103-76499b0d, #w-node-f8b39e92-7ed0-74b3-86cf-37d79537e208-76499b0d, #w-node-d8067a9d-fb6d-5ae5-f15c-068448b61694-76499b0d, #w-node-f5849b61-bcc1-2db4-7bd1-9bbfff0e2ca7-76499b0d, #w-node-_19ea792c-3303-93b4-e684-ba507a73eaad-76499b0d, #w-node-_0fd0e2ed-1c8c-f414-cc63-51e0d27991c5-76499b0d, #w-node-_80616800-4370-bc91-0287-955434d0f8de-76499b0d, #w-node-e2a3be4c-dfc6-b16f-ee0b-77e9e0f246fa-76499b0d, #w-node-c48358d3-2311-3c5d-e49e-5f8a90db9e0d-76499b0d, #w-node-c48358d3-2311-3c5d-e49e-5f8a90db9e0f-76499b0d, #w-node-_8f7f94da-cce8-8b00-7d07-78cb4307aa9f-76499b0d, #w-node-_8f7f94da-cce8-8b00-7d07-78cb4307aaa1-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a979e-76499b0d, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a0-76499b0d, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a2-76499b0d, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a4-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a7-76499b0d, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a9-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ab-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ad-76499b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_63d8af16-a04a-28a1-6bcb-3eff06f6d1a5-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-6a920795, #w-node-_9fb56c38-a729-95ff-68ba-3e1c57bf3554-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c09-6a920795, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0c-6a920795, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0f-6a920795, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c12-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c16-6a920795, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c19-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1c-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1f-6a920795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-e08cd393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5e072601-8b7a-1d78-3d7f-63d0802a090f-e08cd393, #w-node-_5e072601-8b7a-1d78-3d7f-63d0802a0911-e08cd393, #w-node-c48358d3-2311-3c5d-e49e-5f8a90db9e0d-e08cd393, #w-node-c48358d3-2311-3c5d-e49e-5f8a90db9e0f-e08cd393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a5193fc5-6dab-f3dc-cc65-56b8f86040d7-ed34d04a, #w-node-a5193fc5-6dab-f3dc-cc65-56b8f86040d9-ed34d04a, #w-node-_16dec5a5-aaca-b5e1-a255-6697aa9edd13-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a979e-ed34d04a, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a0-ed34d04a, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a2-ed34d04a, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a4-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a7-ed34d04a, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a9-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ab-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ad-ed34d04a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-ee630c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a979e-ee630c31, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a0-ee630c31, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a2-ee630c31, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a4-ee630c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a7-ee630c31, #w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97a9-ee630c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ab-ee630c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4424575e-d133-b6fd-5e1c-772c9b3a97ad-ee630c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c97f1216-8b54-a5f7-de90-6159d56bd87b-85455903, #w-node-_1c71eafe-08bf-5af6-18d9-bc36c2a85f4d-85455903, #w-node-c3d12e7c-6c4d-1de2-fdd9-4e08b2f5744f-85455903, #w-node-c3d12e7c-6c4d-1de2-fdd9-4e08b2f57450-85455903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c09-85455903, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0c-85455903, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c0f-85455903, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c12-85455903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c16-85455903, #w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c19-85455903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1c-85455903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01c4facd-4a73-4ee1-2903-2ac960d71c1f-85455903 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_8e1ac778-d5c9-1081-73de-6613449a3f86-76499b0d, #w-node-_8e5f3883-7bf6-c228-c2ac-90c27e8bfaf3-76499b0d, #w-node-eae1d08c-b947-5f63-0fd0-a69438d6eccf-76499b0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-f6a78054, #w-node-fc3cadb9-0c3b-ae06-d688-6cb04c7d81be-5f32af92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_63d8af16-a04a-28a1-6bcb-3eff06f6d1a5-6a920795 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-e08cd393 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_45d17cff-5822-fe16-9951-b619fb8a434f-f6a78054, #w-node-_45d17cff-5822-fe16-9951-b619fb8a4363-f6a78054, #w-node-_45d17cff-5822-fe16-9951-b619fb8a436d-f6a78054, #w-node-c5c812cf-09e9-4e67-768d-bdda6b0fd4e8-f6a78054 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d596ea31-7908-e6d7-b466-4879bdc1c6b7-f6a78054, #w-node-c22a2006-8545-2d8d-5b96-9fd074f02d02-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e31-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e47-f6a78054 {
    grid-column: span 3 / span 3;
  }

  #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1b5-c513c1b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76113b52-76c8-74b3-7ea5-4493e61acaac-5f32af92, #w-node-_763435cd-5b8c-85a5-db58-b16258f01b51-5f32af92 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dd703b8a-aa7f-dab1-947c-e8c2de969825-ecdaec5c, #w-node-cfe89a40-792d-452b-1b68-0dd8b32e2174-ecdaec5c, #w-node-db1bb5fc-3028-0143-407e-be84bf230ac3-ecdaec5c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76319b67-906a-404a-a9aa-faf9f625097d-27255818, #w-node-_080474a4-3c1c-6600-cd79-fa6de2a92148-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf19-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf2f-27255818 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d596ea31-7908-e6d7-b466-4879bdc1c6b7-f6a78054, #w-node-c22a2006-8545-2d8d-5b96-9fd074f02d02-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e31-f6a78054, #w-node-d853495e-e71a-395a-bf0a-4af694fb4e47-f6a78054, #w-node-_76319b67-906a-404a-a9aa-faf9f625097d-27255818, #w-node-_080474a4-3c1c-6600-cd79-fa6de2a92148-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf19-27255818, #w-node-_1eb98668-6a4c-b553-6ffa-0011a4dccf2f-27255818 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f954d169-8edc-8504-ba89-bbcffd255ed8-f6a78054, #w-node-ffb74361-7772-9013-69df-cb34b999e045-f6a78054, #w-node-_8a1fcaea-1f22-f7ca-b5d6-27cc0ec7d657-5f32af92 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Egosta Light';
  src: url('../fonts/EGOSTALIGHT-YZ63Y.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egosta Regular Italic';
  src: url('../fonts/EGOSTAITALIC-8MP8Z.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Egosta Bold Italic';
  src: url('../fonts/EGOSTABOLDITALIC-BWEBG.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Egosta Light Italic';
  src: url('../fonts/EGOSTALIGHTITALIC-RGB28.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Mabry Pro Regular';
  src: url('../fonts/MABRYPRO-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mabry Pro Light';
  src: url('../fonts/MABRYPRO-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egosta Bold';
  src: url('../fonts/EGOSTABOLD-1GKPJ.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Egosta Regular';
  src: url('../fonts/EGOSTA-RP6KV.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}