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

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans;
  src: url('../fonts/IBMPlexSans-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans text;
  src: url('../fonts/IBMPlexSans-Text.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Doto Variablefont Rond Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #161616;
  --primary-text-color: #eee;
  --text-grey02: #cecece;
  --brandcolor-01: #ffdc15;
  --black: black;
  --brand-logo-hover: #ffc415;
  --primary-button-pressed: #b28202;
  --secondary-button-pressed: #393939;
  --accent-border: #ffe187;
  --secondary-background: #262626;
  --tertiary-background: #2e2e2e;
  --secondary-button-hover: #606060;
  --secondary-button: #6f6f6f;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--background-color);
  color: var(--primary-text-color);
  font-family: Ibmplexsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 300;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .75rem;
  padding-left: 1rem;
}

ol {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 1rem;
}

li {
  margin-bottom: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: .25rem solid var(--primary-text-color);
  margin-bottom: .5rem;
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.utility-page-form-wrapper {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 300;
}

.text-size-large.color-grey02 {
  color: var(--text-grey02);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Ibmplexsans, sans-serif;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.color-grey02 {
  color: var(--text-grey02);
}

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

.button {
  background-color: var(--brandcolor-01);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.button:hover {
  background-color: var(--brand-logo-hover);
}

.button:active {
  background-color: var(--primary-button-pressed);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  filter: drop-shadow(0 2px 16px #eeba0052);
  color: var(--black);
  border: 5px solid #000000ab;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  overflow: visible;
}

.button.is-icon:hover {
  background-color: var(--brand-logo-hover);
  filter: drop-shadow(2px -2px 20px #c2fff182);
  background-image: linear-gradient(156deg, #65ebe4, #fff 60%, #ffce3f);
  border-color: #1d4947d6;
}

.button.is-secondary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--secondary-button-pressed);
  background-color: var(--background-color);
  color: var(--primary-text-color);
  padding-right: 1rem;
  display: inline-flex;
}

.button.is-secondary:hover {
  filter: brightness(145%);
}

.button.is-secondary.is-small {
  background-color: #26262600;
  border-width: 1px;
}

.button.is-secondary.is-small:hover {
  border-color: var(--brandcolor-01);
}

.icon-1x1-small {
  filter: invert();
  color: var(--black);
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-45deg);
}

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.social-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.fs-styleguide_section-header {
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-size: .875rem;
  background-attachment: fixed;
  border-top: 1px solid #393939a8;
  border-bottom: 1px solid #393939a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.footer4_links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.contact1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_resultados {
  background-color: var(--black);
  position: relative;
}

.nav2_logo-link {
  align-items: center;
}

.footer_copyright {
  font-size: .875rem;
  font-weight: 300;
}

.contact1_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: grid;
}

.layout3_image {
  object-fit: cover;
  max-width: 80%;
}

.footer4_content {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.nav2_link {
  color: var(--text-grey02);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 300;
  transition: color .1s;
  display: flex;
}

.nav2_link:hover {
  color: var(--accent-border);
}

.fs-styleguide_section-divider {
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-size: .875rem;
  background-attachment: fixed;
  border-top: 1px solid #393939a8;
  border-bottom: 1px solid #393939a8;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
  overflow: hidden;
}

.sticky1_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: sticky;
  top: 20%;
}

.sticky_content-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.layout14_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  background-color: var(--secondary-background);
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  position: relative;
}

.layout2_image-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer {
  background-color: var(--black);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.layout4_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.sticky1_item {
  border: 1px none var(--secondary-background);
  background-image: linear-gradient(38deg, #ffffff05, #0000 36%);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.nav2_menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer4_bottom-content {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.social-link:hover {
  opacity: .7;
}

.layout14_image {
  z-index: 12;
  box-sizing: border-box;
  aspect-ratio: auto;
  opacity: .62;
  object-fit: cover;
  border-radius: 13px;
}

.layout3_content-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.layout3_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 4rem 4rem 4rem 1rem;
  display: flex;
}

.social-icon {
  height: 2rem;
}

.layout3_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer4_logo-link {
  justify-content: flex-start;
  align-items: center;
}

.nav_main_component {
  z-index: 10;
  border-bottom: 1px solid var(--secondary-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1f1f1fe0;
  width: 100%;
  height: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
}

.layout2_content_right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-form {
  background-color: var(--brandcolor-01);
  color: var(--black);
  text-align: center;
  border-radius: 1rem;
  padding: .5rem 1.5rem;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-weight: 500;
  transition: background-color .1s;
}

.button-form:hover {
  background-color: var(--brand-logo-hover);
}

.button-form:active {
  background-color: var(--primary-button-pressed);
}

.section_header-bee {
  position: relative;
}

.footer4_link {
  opacity: .7;
  color: var(--primary-text-color);
  font-weight: 400;
  text-decoration: none;
}

.footer4_link:hover {
  opacity: 1;
}

.section_contact1 {
  background-color: var(--background-color);
  background-image: linear-gradient(#00000094 59%, #ffffff14), url('../images/dots.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: static;
}

.form-text-input {
  background-color: var(--background-color);
  color: var(--primary-text-color);
  border: 1px solid #414141;
  border-radius: 1rem;
  height: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.form-text-input:focus {
  border: 1px solid var(--primary-text-color);
}

.layout2_content_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 4rem 2rem .25rem;
  display: flex;
}

.form_message-error {
  background-color: #fa4d56;
}

.layout4_content-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout5_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout4_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer4_logo {
  max-height: 50px;
}

.nav2_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sticky1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.fs-styleguide_section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.fs-styleguide_section-divider-title {
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 500;
}

.fs-styleguide-blank-space {
  height: 4rem;
}

.container-medium {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_estrategia {
  background-color: var(--background-color);
  background-image: radial-gradient(circle at 50% 140%, #ffc4152e 25%, #0000 40%), radial-gradient(circle at 50% 0, #00000087 46%, #181818 86%), url('../images/dots.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.home_header_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 57px;
  display: flex;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav2_logo {
  max-height: 2rem;
}

.utility-page-form-icon {
  height: 4.5rem;
}

.padding-section-xlarge {
  z-index: 9;
  padding: 6rem 0 4rem;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.color-gradient {
  font-size: 2.6rem;
}

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 300;
}

.text-size-medium.text-align-center.color-grey2, .text-size-medium.text-colorgrey2 {
  color: var(--text-grey02);
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h1.color-gradient {
  font-size: 3.8rem;
  font-weight: 500;
  display: block;
}

.heading-style-h1.color-gradient2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(82deg, #ffe866, #fff 55%, #6af9db 91%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4rem;
  font-weight: 500;
}

.heading-style-h1.text-align-center.color-gradient {
  align-self: center;
  font-size: 4rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.dots-text {
  z-index: 40;
  color: var(--brandcolor-01);
  letter-spacing: 4px;
  font-family: Doto Variablefont Rond Wght, Verdana, sans-serif;
  font-size: 1.5rem;
  position: static;
  inset: auto 0% 0% auto;
}

.text-style-allcaps.dots-text.text-align-center {
  color: var(--primary-text-color);
}

.text-style-allcaps.marquee {
  letter-spacing: 4px;
  font-family: Doto Variablefont Rond Wght, Verdana, sans-serif;
  font-size: 1.7rem;
}

.color-gradient {
  background-image: linear-gradient(135deg, white, var(--accent-border));
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.1;
}

.color-gradient.text-align-center {
  font-size: 2.2rem;
}

.tag-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000007a;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: inline-flex;
}

.text-span-2 {
  color: var(--primary-text-color);
}

.color-brand2 {
  color: var(--primary-text-color);
  font-weight: 400;
  line-height: 129%;
}

.icon-button2 {
  color: var(--black);
  width: 1.2rem;
  height: 1.2rem;
}

.text-block {
  font-size: 1.2rem;
}

.image {
  width: 140px;
}

.code-embed {
  width: 1.6rem;
  height: 1.6rem;
}

.cnto-4 {
  position: absolute;
  inset: auto 1% 0% auto;
}

.cnto-1 {
  z-index: 7;
  position: absolute;
  inset: 1% auto auto 1%;
  transform: rotate(180deg);
}

.background-video {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 480px;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.cnto-3 {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto 3% 2%;
}

.cnto-2 {
  opacity: .05;
  border: 0 solid #000;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 3% 2% auto auto;
  transform: rotate(180deg);
}

.img-wrp {
  position: relative;
}

.image-4 {
  border-radius: 14px;
  position: relative;
}

.cnto-images {
  opacity: .6;
  border: 0 solid #000;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 3% 2% auto auto;
  transform: rotate(180deg);
}

.cnto-images.is-3 {
  inset: auto auto 2% 2%;
  transform: none;
}

.footer-txt2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer2_content_left {
  flex-direction: column;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 100%;
  align-content: start;
  max-width: 70%;
  padding-right: 3rem;
  display: flex;
}

.bold-text {
  color: var(--brandcolor-01);
  font-weight: 600;
}

.marquee_image_wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.section_marquee_design {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black);
  color: #eee;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_icon {
  width: 2.6rem;
}

.marquee_text_wrapper {
  align-self: flex-end;
}

.marquee_design_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee_design_content.scroll {
  justify-content: space-around;
  align-self: center;
  align-items: center;
}

.text-span-6 {
  color: var(--brandcolor-01);
}

.image-6 {
  z-index: 40;
  max-width: 33%;
  position: absolute;
  inset: -13% auto 82px 15%;
}

.text-resultados {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
}

.map_image {
  z-index: 4;
  opacity: .09;
  mix-blend-mode: normal;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gradient_stroke {
  background-image: linear-gradient(90deg, #8a84e200, #ffeb79 25%, #69fadd 75%, #69fadd00);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

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

.video-bg-hero {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: auto;
  overflow: visible;
}

.bg-back-overley {
  z-index: 4;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
}

.padding-hero {
  z-index: 9;
  padding: 0 0 0 3%;
  position: relative;
}

.background-video-3 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 230px;
  height: 250px;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-txt-medium {
  max-width: 70%;
}

.lottie-wrapper {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 2% 4% auto;
}

.scroll-indicator {
  width: 1.9em;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2 {
  width: 4px;
  height: 136px;
}

.contact2_component-2 {
  background-color: var(--brand-logo-hover);
  border-radius: 2rem;
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 0 2.5rem #0000000d;
}

.form_input-3 {
  border: .0625rem #d8d8d8;
  border-radius: .9rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.form_input-3:focus {
  color: var(--background-color);
  border-width: 2rem;
  border-color: #0385ce;
  font-size: 1rem;
}

.form_input-3::placeholder {
  color: #888;
  font-size: .875rem;
}

.form_input-row {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form_checkbox-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .3125rem;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-label-2 {
  font-size: 1rem;
}

.form_checkbox-label-2.text-color-black {
  margin-bottom: 0;
  font-size: .9rem;
}

.form_checkbox-icon-3 {
  background-color: var(--primary-text-color);
  border-width: .0625rem;
  border-radius: .125rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  margin: .4rem .5rem 0 -1.25rem;
}

.form_checkbox-icon-3.w--redirected-checked {
  background-color: #0385ce;
  background-size: 80%;
  border-width: .0625rem;
  border-color: #0385ce;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 -1.25rem;
}

.form_checkbox-icon-3.w--redirected-focus {
  box-shadow: none;
  border-width: .0625rem;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .4rem 0 -1.25rem;
}

.button-form2 {
  background-color: var(--brandcolor-01);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Clashgrotesk, Tahoma, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.button-form2:hover {
  background-color: var(--brand-logo-hover);
}

.button-form2:active {
  background-color: var(--primary-button-pressed);
}

.button-form2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-color);
  filter: drop-shadow(0 2px 16px #eeba0052);
  color: var(--brand-logo-hover);
  border: 5px solid #ffffff1f;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
  overflow: visible;
}

.button-form2.is-icon:hover {
  background-color: var(--tertiary-background);
  filter: drop-shadow(1px 7px 20px #eeba0082);
  color: var(--primary-text-color);
  border-color: #fff;
  width: 100%;
  max-width: 100%;
}

.button-form2.is-icon.w--current {
  background-color: var(--background-color);
  color: var(--brand-logo-hover);
  width: 100%;
  margin-top: 20px;
}

.icon-1x1-small2 {
  color: var(--brandcolor-01);
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-45deg);
}

.code-embed-3 {
  position: relative;
  top: 9px;
}

.link, .link-3 {
  color: var(--black);
  font-weight: 600;
}

.success-message {
  background-color: var(--brand-logo-hover);
  color: var(--background-color);
  border-radius: 10px;
}

.error-message {
  background-color: var(--primary-button-pressed);
  border-radius: 8px;
}

.video-junt {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: auto;
  height: 600px;
  overflow: hidden;
}

.hexagon-icon {
  width: 8rem;
}

.container-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.text-span-7 {
  color: var(--brandcolor-01);
}

.text-color-grey2 {
  color: var(--text-grey02);
}

.lottie-animation {
  filter: invert();
  mix-blend-mode: screen;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 19% 0 auto;
}

.hexagon-wrp {
  position: relative;
}

.legal2-content_sidebar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--secondary-button-hover);
  border-radius: 13px;
  flex-direction: column;
  width: 100%;
  margin-top: 27px;
  margin-right: 12rem;
  padding: 5%;
  display: flex;
  position: sticky;
  top: 6rem;
}

.section_legal2-header {
  background-color: var(--secondary-background);
}

.legal2-content_sidebar-heading {
  font-size: 1.5rem;
}

.legal2-content_link {
  width: 100%;
  padding: .75rem;
  text-decoration: none;
}

.legal2-content_link.w--current {
  font-weight: 600;
}

.legal2-content_link.current.w--current {
  color: var(--brandcolor-01);
  border-radius: 0;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.legal2-content_link-wrapper {
  overflow: hidden;
}

.text-rich-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_politica-privacidade {
  background-color: var(--secondary-button-pressed);
}

.legal2-content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal2-content_h-trigger {
  display: none;
}

.margin-top, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.legal2-content_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.block-quote {
  font-weight: 200;
  line-height: 1.5;
}

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

.section_termos-de-uso {
  background-color: var(--secondary-button-pressed);
}

.hero-h1 {
  font-size: 3.8rem;
}

.hero-h1.color-gradient {
  font-size: 3.7rem;
}

.logo-fxpro {
  opacity: .56;
  max-width: none;
}

.fxpro-content {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  border: 2px solid var(--secondary-background);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.fxpro-logo {
  background-color: var(--secondary-background);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2rem;
}

@media screen and (min-width: 1920px) {
  h6 {
    font-size: 1.3rem;
  }

  .container-large {
    max-width: 100rem;
  }

  .layout2_component {
    grid-template-columns: 50% 50%;
  }

  .layout2_image-wrapper {
    height: 100%;
  }

  .layout2_content_left {
    padding-top: 2rem;
    padding-left: 0;
  }

  .nav2_container {
    max-width: 100rem;
  }

  .container-medium {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    max-width: 72.1rem;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 4.1rem;
  }

  .heading-style-h2.color-gradient {
    font-size: 4rem;
  }

  .heading-style-h1.color-gradient2, .color-gradient {
    font-size: 5rem;
  }

  .color-gradient.text-align-center {
    letter-spacing: 0;
    font-size: 2.6rem;
  }

  .color-brand2 {
    color: var(--primary-text-color);
  }

  .image-4 {
    border: 1px #202020;
  }

  .image-6 {
    left: 12%;
  }

  .text-resultados {
    padding-right: 4rem;
  }

  .video-bg-hero {
    aspect-ratio: 1;
    flex: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .padding-hero {
    padding-top: 0;
    padding-left: 1%;
  }

  .contact2_component-2 {
    margin-bottom: 0;
  }

  .text-color-grey2.text-align-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.9rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2.1rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .padding-global {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-size-small.color-grey02 {
    font-size: 1rem;
  }

  .footer4_links-list {
    flex-flow: row;
    grid-auto-columns: 1fr;
  }

  .layout2_component {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 40rem;
  }

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

  .nav2_link {
    background-color: var(--background-color);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: background-color .2s;
  }

  .nav2_link:hover {
    background-color: var(--secondary-background);
    color: #f4f4f4;
  }

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

  .nav2_menu_button-icon {
    height: 1rem;
  }

  .layout4_content-right {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .sticky1_item {
    padding: 1.25rem;
  }

  .nav2_menu {
    background-color: #161616;
    padding-bottom: 1.25rem;
  }

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

  .layout14_image {
    aspect-ratio: 3 / 2;
    position: static;
  }

  .section_protecao {
    background-image: linear-gradient(#0000 74%, #ffffff12);
  }

  .layout3_content-left {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .layout3_component {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer4_logo-link {
    justify-content: flex-start;
  }

  .nav_main_component {
    z-index: 1000;
  }

  .layout2_content_right {
    aspect-ratio: 1;
    object-fit: cover;
    order: -1;
    width: 100%;
    margin-top: -35px;
  }

  .nav2_menu_mobile-button {
    justify-content: center;
    align-items: center;
    padding: .5rem 0 .5rem 1.25rem;
    display: flex;
  }

  .nav2_menu_mobile-button.w--open {
    background-color: #0000;
  }

  .nav2_button-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    display: flex;
  }

  .layout2_content_left {
    z-index: 1;
    width: 100%;
    padding: 0 5%;
    position: relative;
    top: -118px;
  }

  .layout5_component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout4_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .section_resultados-reais {
    display: flex;
  }

  .section_estrategia {
    background-image: radial-gradient(circle at 50% 140%, #ffc4152e, #0000 47%), radial-gradient(circle at 50% 0, #00000040, #181818 58%), url('../images/dots.svg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 67px;
  }

  .home_header_component {
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
  }

  .text-size-medium.text-align-center {
    font-size: 1.2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 4.2rem;
  }

  .color-gradient {
    font-size: 3.6rem;
  }

  .color-gradient.text-align-center {
    line-height: 1.2;
  }

  .tag-24 {
    background-color: #141414;
  }

  .background-video {
    width: 330px;
    height: 230px;
  }

  .cnto-2, .cnto-images {
    width: 24px;
    height: 24px;
  }

  .footer2_content_left {
    max-width: 100%;
  }

  .marquee_image_wrapper {
    flex-flow: row;
    display: block;
  }

  .section_marquee_design {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .marquee_icon {
    width: 1.3rem;
  }

  .marquee_text_wrapper {
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .image-6 {
    inset: -8% auto auto 13%;
  }

  .map_image {
    max-width: 100%;
  }

  .gradient_stroke {
    width: 65%;
  }

  .video-bg-hero {
    background-image: linear-gradient(#00000014 68%, #000);
    order: 0;
    height: 94%;
  }

  .padding-hero {
    padding-left: 0%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .container-txt-medium {
    max-width: 100%;
  }

  .lottie-wrapper {
    bottom: 3%;
    right: 3%;
  }

  .code-embed-2 {
    width: 2px;
  }

  .form_input-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-junt {
    width: 50%;
    height: auto;
  }

  .container-small {
    max-width: 90%;
  }

  .legal2-content_sidebar {
    border-radius: 20px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--brandcolor-01);
    border-radius: 11px;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .logo-fxpro {
    max-width: none;
  }

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

  .fxpro-logo {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .8rem;
  }

  .utility-page-form-wrapper {
    width: 16rem;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

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

  .max-width-medium {
    max-width: 25rem;
  }

  .fs-styleguide_section-header {
    padding: 4rem 2rem;
  }

  .footer4_links-list {
    margin-top: 1.25rem;
  }

  .contact1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout2_component {
    flex-direction: column-reverse;
  }

  .layout3_image {
    max-width: 70%;
  }

  .footer4_content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .nav2_link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky1_content-left {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .sticky_content-right {
    width: 100%;
    position: static;
  }

  .layout14_component {
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
  }

  .layout4_content-right {
    padding: 0;
  }

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

  .section_protecao {
    background-image: linear-gradient(#0000 72%, #ffffff12);
  }

  .layout3_content-left {
    padding: 0 0 2rem;
  }

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

  .nav_main_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav2_button-wrapper {
    padding-left: 2rem;
  }

  .layout2_content_left {
    order: -1;
    width: 100%;
    padding-bottom: 0;
    top: -92px;
  }

  .layout5_component, .layout4_component {
    grid-template-columns: 1fr;
  }

  .layout_item {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky1_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .section_estrategia {
    height: auto;
    padding-bottom: 4rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-grey {
    font-size: .9rem;
  }

  .heading-style-h2 {
    font-size: 2.2rem;
  }

  .text-size-medium.text-colorgrey2 {
    color: var(--text-grey02);
    font-size: 1.2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.8rem;
  }

  .heading-style-h1.text-align-center.color-gradient {
    font-size: 3.4rem;
  }

  .text-style-allcaps.dots-text.text-align-center {
    line-height: 1.1;
  }

  .text-style-allcaps.marquee {
    font-size: 1rem;
  }

  .color-gradient.text-align-center {
    font-size: 2.1rem;
  }

  .text-span-2 {
    font-size: 1rem;
  }

  .color-brand2 {
    font-size: 2rem;
  }

  .background-video {
    width: 100%;
    height: auto;
  }

  .marquee_image_wrapper {
    display: block;
  }

  .section_marquee_design {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .marquee_icon {
    width: 1rem;
  }

  .marquee_text_wrapper {
    align-items: center;
    display: block;
  }

  .image-6 {
    left: 38%;
  }

  .text-resultados {
    padding-left: 0;
  }

  .video-bg-hero {
    height: 100%;
  }

  .lottie-wrapper {
    display: block;
  }

  .scroll-indicator {
    width: 1.7em;
  }

  .code-embed-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .contact2_component-2 {
    padding: 1.5rem;
  }

  .form_checkbox-label-2 {
    font-size: .875rem;
  }

  .bold-text-2 {
    font-size: 1rem;
  }

  .video-junt {
    width: 70%;
    height: auto;
  }

  .hexagon-icon {
    width: 5rem;
  }

  .lottie-animation {
    width: 3.1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-h1.color-gradient {
    letter-spacing: -2px;
    font-size: 3.4rem;
    line-height: 1;
  }

  .logo-fxpro {
    opacity: .47;
    width: 5.2rem;
  }

  .fxpro-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .text-size-small.color-grey02 {
    color: var(--text-grey02);
    font-size: .8rem;
  }

  .button.is-icon {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-left: .5rem;
    padding-right: 1rem;
    display: flex;
  }

  .icon-1x1-small {
    width: 1rem;
    height: 1rem;
  }

  .max-width-medium {
    max-width: 24.3rem;
  }

  .social-icons-wrapper {
    place-items: center;
  }

  .footer4_links-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact1_component {
    grid-row-gap: 2rem;
  }

  .footer_copyright.text-color-grey {
    text-align: left;
    align-self: center;
  }

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

  .layout3_image {
    max-width: 100%;
  }

  .footer4_content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .layout14_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sticky1_item {
    padding-top: 2.85rem;
    padding-bottom: 3.85rem;
  }

  .footer4_bottom-content {
    justify-content: flex-start;
    align-items: center;
  }

  .section_protecao {
    background-image: linear-gradient(#0000 70%, #ffffff12 95%);
  }

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

  .nav_main_component {
    z-index: 1000;
  }

  .layout2_content_left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: -57px;
  }

  .layout5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-xlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h2.color-gradient {
    letter-spacing: 0;
    font-size: 2.1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1.color-gradient {
    font-size: 2rem;
  }

  .heading-style-h1.color-gradient2 {
    font-size: 2.6rem;
  }

  .heading-style-h1.text-align-center.color-gradient {
    font-size: 2.5rem;
  }

  .text-style-allcaps.dots-text {
    text-align: left;
    line-height: .5;
  }

  .text-style-allcaps.dots-text.text-align-center {
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .text-style-allcaps.dots-text.color-gradient {
    flex: none;
    align-self: stretch;
    padding: 3px;
  }

  .color-gradient {
    letter-spacing: -1px;
    font-size: 2.4rem;
  }

  .color-gradient.text-align-center {
    letter-spacing: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .text-span-2 {
    text-align: left;
    line-height: 1.38;
  }

  .color-brand2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 1.1rem;
  }

  .code-embed {
    width: 4rem;
    height: 4rem;
  }

  .footer2_content_left {
    padding-right: 0;
  }

  .image-6 {
    max-width: 27%;
    top: -6.5%;
    left: 36%;
  }

  .map_image {
    z-index: 3;
    opacity: .13;
    top: -3%;
  }

  .padding-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-video-3 {
    opacity: 1;
    mix-blend-mode: lighten;
    width: 150px;
    height: 150px;
  }

  .div-block-5 {
    margin-top: 45px;
  }

  .lottie-wrapper {
    display: none;
  }

  .contact2_component-2 {
    border-radius: 1.3rem;
    padding: .5rem;
  }

  .form_input-3 {
    height: 3.5rem;
  }

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

  .code-embed-3 {
    filter: invert(0%);
  }

  .video-junt {
    width: 100%;
    height: auto;
  }

  .legal2-content_sidebar {
    padding-bottom: 2%;
  }

  .legal2-content_sidebar-heading {
    flex: 0 auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-h1.color-gradient {
    letter-spacing: -1px;
    font-size: 2.6rem;
  }
}

#w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce30-9c8c535c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce47-9c8c535c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce30-9cac28a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce47-9cac28a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ae87dc5c-d142-c469-1143-0ab7434cf94d-50012cb9, #w-node-_908822b3-533e-1c3a-d443-354cf0926008-50012cb9 {
    order: -9999;
  }

  #w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce47-9c8c535c, #w-node-_97fdde06-ff00-fdf0-1a01-adc5ada8ce47-9cac28a7 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29a6b8e2-ed59-b503-3270-6ea0c75accc8-50012cb9 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans text';
  src: url('../fonts/IBMPlexSans-Text.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Doto Variablefont Rond Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}