@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans.woff') format("woff");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Dmsans;
  src: url('../fonts/DMSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Darkergrotesque;
  src: url('../fonts/DarkerGrotesque-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Darkergrotesque;
  src: url('../fonts/DarkerGrotesque-Bold.ttf') format("truetype"), url('../fonts/DarkerGrotesque-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --dark: #101010;
  --white: white;
  --dark-grey: #2c2b2b;
  --blue: #0043d6;
  --blueclaro: #b3c7f3;
  --grey: #9c9c9c;
  --white-20: #fff3;
}

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

.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%;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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;
}

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

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

body {
  background-color: var(--dark);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  border-radius: 30px;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.button-old {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
}

.text-align-center {
  text-align: center;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 8rem;
  line-height: .8;
}

.hide {
  display: none;
}

.page-wrapper {
  overflow: clip;
}

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

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

.padding-global.bg {
  background-image: url('../images/grafismos_nice.png');
  background-position: 0 0;
  background-size: cover;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h3 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4.3rem;
  font-weight: 600;
  line-height: .9;
}

.heading-style-h3.blue {
  color: #2148f2;
}

.display-inline {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3.7rem;
  line-height: 1;
  display: inline;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.padding-section-large {
  padding-top: 12rem;
}

.header_component {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_header {
  background-image: url('../images/hero-ribbon.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  padding-top: 12rem;
  display: flex;
  overflow: clip;
}

.navbar {
  z-index: 101;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.navbar_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
  position: absolute;
  top: 2rem;
  box-shadow: 0 4px 20px #0003, inset 0 1px #ffffff24;
}

.button {
  background-color: var(--blue);
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

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

.button.is-large {
  text-align: center;
  padding: 1.25rem 2.5rem;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.button.is-grey {
  background-image: linear-gradient(#2b2b2b, #1b1b1b);
  box-shadow: inset 0 1px #ffffff14;
}

.button.is-grey:hover {
  background-image: linear-gradient(#1b1b1b, #2b2b2b);
  box-shadow: inset 0 -1px #ffffff14;
}

.button.is-small {
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: .875rem;
}

.navbar_mail-icon {
  width: 1.25rem;
}

.navbar_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navbar_mail-link {
  aspect-ratio: 1;
  background-color: #3a3a3a;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: border-color .2s;
  display: flex;
}

.navbar_mail-link:hover {
  border-color: #4d4d4d;
}

.navbar_logo {
  width: 5.5rem;
  display: block;
}

.header_sticky {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.header_images-wrap {
  height: 300vh;
}

.header_image {
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 85%;
  max-width: 1300px;
  max-height: 76%;
}

.header_image-scroll {
  object-fit: cover;
  object-position: 50% 28%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.header_image-scroll-wrap {
  border-radius: 5vw;
  width: 110%;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: clip;
}

.header_icon {
  border-radius: 0;
  width: 5rem;
  max-width: 100%;
}

.header_icon-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2c2c2c;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: absolute;
  box-shadow: 0 30px 35px -10px #000000b3;
}

.header_icon-text {
  font-size: .85rem;
}

.label_component2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffffb8;
  background-color: #333;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.label_component2.play {
  background-color: #3330;
}

.label_icon {
  border-radius: 0;
  width: 1.1rem;
  max-width: 100%;
}

.intro_texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

.intro_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-grey {
  color: var(--white);
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: .9;
}

.intro_image-2 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  max-width: 100%;
  position: absolute;
  left: 100%;
}

.intro_image-1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  max-width: 100%;
  position: absolute;
  right: 100%;
}

.intro_image-3 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  max-width: 100%;
  margin-top: 10rem;
  position: absolute;
  top: 100%;
  left: 35%;
}

.intro_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-xxlarge {
  padding-top: 20rem;
}

.intro_image-min {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  vertical-align: text-bottom;
  object-fit: cover;
  border-radius: .35rem;
  width: 2.7rem;
  position: relative;
}

.intro_image-min._1 {
  top: 8px;
  transform: rotate(-7deg);
}

.intro_image-min._3 {
  z-index: 3;
  position: relative;
  bottom: -7px;
  transform: rotate(6deg);
}

.intro_image-min._2 {
  margin-left: -10px;
  margin-right: -10px;
}

.intro_images-min-wrap {
  display: inline-flex;
}

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

.about_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 11rem 6.4rem;
  display: flex;
}

.about_graphic-3 {
  border-radius: 0;
  width: 75%;
  max-width: 100%;
}

.about_graphic-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_component {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_item {
  background-color: #1a1919;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: clip;
  box-shadow: inset 1px 1px #ffffff1a;
}

.about_item.white._3 {
  background-color: #b3c7f3;
}

.about_item.white._2 {
  background-color: #668ee6;
}

.about_item._1, .about_item._1.blue1 {
  background-color: #0043d6;
}

.about_item._1.blue2 {
  background-color: #668ee6;
}

.about_images-wrap {
  aspect-ratio: 1;
  perspective: 500px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  max-width: none;
}

.about_image.cell {
  aspect-ratio: auto;
  width: 120%;
}

.about_image-1 {
  transform-style: preserve-3d;
  width: 60%;
  position: absolute;
  top: -17%;
  right: -20%;
  transform: rotateX(15deg)rotateY(-23deg)rotateZ(0);
}

.about_image-2 {
  transform-style: preserve-3d;
  width: 51%;
  position: absolute;
  left: -10%;
  transform: rotateX(7deg)rotateY(26deg)rotateZ(0);
}

.about_image-2.back {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: visible;
  transform: none;
}

.about_image-3 {
  transform-style: preserve-3d;
  width: 46%;
  position: absolute;
  bottom: -9%;
  left: 61%;
  transform: rotateX(37deg)rotateY(-31deg)rotateZ(0);
}

.about_graphic-2 {
  width: 50%;
}

.about_graphic-2.cell {
  width: 100%;
  max-width: 100%;
}

.brands_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: column;
  padding-right: 1rem;
  display: flex;
}

.brands_block {
  background-color: #1a1919;
  background-image: linear-gradient(#202020, #1a1919);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  display: flex;
  box-shadow: inset 0 1px #ffffff1a;
}

.brands_logo {
  opacity: .6;
  height: 1.75rem;
}

.brands_gradient {
  background-image: linear-gradient(90deg, var(--dark), #10101000 20%, #10101000 80%, var(--dark));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.form_success {
  background-color: #353535;
  border-radius: .5rem;
  font-size: 1rem;
}

.form_field {
  background-color: #2e2e2e;
  border: 1px solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: border-color .2s;
}

.form_field:hover {
  border-style: solid;
  border-color: #575757;
}

.form_field:focus {
  border-color: #696969;
}

.form_field::placeholder {
  color: #999;
}

.form_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-text {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
}

.footer_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_social-icon {
  width: 1rem;
}

.footer_social-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.footer_legal-link:hover {
  text-decoration: underline;
}

.footer_legal-links {
  grid-column-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form_error {
  color: #6e1919;
  border-radius: .5rem;
  font-size: .875rem;
}

.form_form {
  flex-flow: column;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_head {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-flex {
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.resources_items.single {
  flex-flow: column;
  display: flex;
}

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

.text-style-link {
  text-decoration: underline;
}

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-style-label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  bottom: -2px;
}

.text-style-label.tiny {
  font-size: 1rem;
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.text-size-medium {
  font-size: 1rem;
}

.section_resources {
  min-height: 80vh;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.text-style-nowrap {
  white-space: nowrap;
}

.padding-section-small {
  padding-top: 6rem;
}

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.heading-style-h5 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.resources_heading {
  border-bottom: 1px solid var(--white-20);
  padding-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.resources_heading.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.spacer-custom-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.text-weight-light {
  font-weight: 300;
}

.overflow-visible {
  overflow: visible;
}

.case-content_rich-text {
  line-height: 1.5;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-weight-bold {
  font-weight: 700;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.overflow-auto {
  overflow: auto;
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

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

.text-style-all-caps {
  text-transform: uppercase;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.resources_item {
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px solid #000;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #ffffff1a;
}

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

.display-inline-block {
  display: inline-block;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.display-block {
  display: block;
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ffffff12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.resources_structure-in {
  background-color: var(--dark-grey);
  pointer-events: none;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.padding-section-medium {
  padding-top: 8rem;
}

.resources_section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.resources_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.heading-style-h6 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.pointer-events-none {
  pointer-events: none;
}

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

.resources_subheading {
  font-size: 1rem;
  font-weight: 500;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-weight-medium {
  font-weight: 500;
}

.resources_note {
  grid-column-gap: 1rem;
  background-color: var(--dark-grey);
  color: var(--grey);
  border-radius: .75rem;
  padding: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 1px 1px #ffffff0d;
}

.resources_note:hover {
  box-shadow: 1px 1px 4px #0000001a;
}

.resources_note.full {
  width: 100%;
}

.resources_note-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 29rem;
  display: flex;
}

.resources_note-content.large {
  max-width: 33rem;
}

.link {
  color: var(--white);
}

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

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_link {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}

.resources_license-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.resources_changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1rem;
  display: grid;
}

.resources_video {
  margin-bottom: -1px;
}

.resources_video-wrap {
  overflow: clip;
}

.section_brand-cms {
  min-height: 80vh;
}

.brand-cms_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey-400 {
  color: var(--grey);
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

.resources_font-1 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.resources_icons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_icon {
  width: 4rem;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.no-right-border {
  border-right-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_page-button.subpage.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 3rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_dropdown {
  z-index: 1;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_button.secondary {
  color: #919191;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
  display: none;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #424242;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.opacity-50 {
  opacity: .5;
}

.buy-template {
  z-index: 98;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 10px 10px -5px #0003;
}

.logo-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 32px;
  display: flex;
}

.logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.radio-button {
  border: 1px solid #0000001a;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: #004cda;
}

.space-top {
  margin-top: 40px;
}

.space-top-tiny {
  margin-top: 16px;
}

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

.page-wrap {
  overflow: hidden;
}

.faq-accordion {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tiny-text {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.pricing-top {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-bottom-style: dashed;
  border-radius: 10px;
  padding: 32px;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(#000c, #0000);
  padding: 24px 0;
  position: fixed;
  inset: 0% 0% auto;
}

.price {
  font-size: 40px;
  line-height: 110%;
}

.limit-medium {
  text-align: center;
  max-width: 570px;
}

.tab-link {
  color: #fff;
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  margin-bottom: -1px;
  padding: 24px 10px;
}

.tab-link.w--current {
  background-color: #fff0;
  border-bottom-color: #fff;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.no-underline {
  border-bottom-style: none;
}

.top-tag {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #004cda;
  border-radius: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 9px;
  line-height: 100%;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.spread {
  justify-content: space-between;
}

.footer-horizontal-links-2 {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
}

.radio-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.previous-conference-thumb {
  max-width: 100%;
}

.spread-vertical {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.previous-conference-video {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-ribbon-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 39vw;
  padding-top: 3vw;
  display: flex;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.no-padding-bottom {
  margin-top: 30px;
  padding-top: 116px;
  padding-bottom: 0;
}

.section.no-padding-bottom._2 {
  padding-top: 0;
}

.section.sign-up-cta {
  background-image: url('../images/sign-up-image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.opacity-white-text {
  color: #ffffff80;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 3.4rem;
}

.no-space-bottom {
  margin-bottom: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 400;
}

.nav-right-content.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right-content.mobile {
  display: none;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.space-top-small {
  margin-top: 24px;
}

.slider-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  max-height: 640px;
}

.testimonial-portrait {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% -20px auto;
}

.white-text {
  color: #fff;
}

.social-logo {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo.white {
  background-color: #fff;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.blue-button {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0043d6;
  border-radius: 8px;
  padding: 12px 24px;
  line-height: 100%;
}

.blue-button.full-width {
  text-transform: capitalize;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
}

.field-label {
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
}

.testimonial-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.footer-bottom-content {
  display: flex;
}

.footer-top {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.speaker-image {
  width: 100%;
}

.footer-content {
  border-bottom: 1px solid #f1f2fb14;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.form-block {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

.large-heading {
  text-align: center;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: .8;
}

.slider-load-track {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.white-button.blue {
  background-color: #b3c7f3;
}

.limit {
  text-align: center;
  max-width: 480px;
}

.speaker-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.pricing-head {
  border-bottom: 1px dashed #ffffff1a;
  padding-bottom: 8px;
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.center-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px -20px auto;
}

.pricing-ribbon {
  z-index: -1;
  position: absolute;
  inset: 18% 0% auto;
}

.nav-right {
  align-items: center;
  display: flex;
}

.space-top-medium {
  margin-top: 60px;
}

.accordion-item-content {
  overflow: hidden;
}

.nav-link {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.nav-link.rodape {
  letter-spacing: .1em;
  font-size: 10px;
}

.nav-link.mobile {
  font-size: 6.5px;
}

.section-separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 100%;
}

.title.no-space-bottom {
  text-transform: none;
  margin-bottom: 2px;
  font-family: Darkergrotesque, Arial, sans-serif;
}

.title.no-space-bottom.disponible {
  text-align: right;
}

.title.in-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.title.blanco {
  color: var(--blue);
}

.small-text {
  padding-top: 5px;
  font-size: 10px;
}

.footer-link-small {
  color: #fff;
  font-size: 9px;
}

.slider-load-progress {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.pricing-card-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.large-text {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.answer {
  color: #fffc;
  padding-top: 6px;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.1rem;
}

.ribbon-image {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-card-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #ffffff0d;
  border-bottom: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 100%;
  transition: background-color .2s;
}

.pricing-card-button:hover {
  background-color: #ffffff1a;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.slider-foot {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.medium-text {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.medium-text.blue {
  text-align: left;
  font-size: 17px;
}

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

.tiny-text-widget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

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

.tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-contents {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.previous-conf-overlay {
  position: absolute;
  inset: auto auto 32px 32px;
}

.accordion-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  font-family: Darkergrotesque, Arial, sans-serif;
}

.heading-2 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 2.8rem;
}

.heading-3 {
  font-family: Darkergrotesque, Arial, sans-serif;
}

.text-block {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraphdestaque {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.2rem;
}

.paragraphdestaque.blue {
  color: #2148f2;
  font-size: 1.2rem;
}

.heading-4 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3.9rem;
  line-height: .7;
}

.bold-text {
  color: var(--blueclaro);
}

.heading-5 {
  font-family: Darkergrotesque, Arial, sans-serif;
}

.heading-5.blue {
  color: #6590e7;
  text-align: center;
  font-size: 5.7rem;
  font-weight: 500;
}

.heading-5.blue.prensa {
  font-size: 6.2rem;
}

.plan-checkbox {
  color: #313b53;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.greyed {
  opacity: .4;
  filter: grayscale();
}

.plan-checkbox.greyed.last-checkbox {
  opacity: 0;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 20px 30px 22px 22px;
  position: relative;
}

.month-text {
  color: #748196;
  font-size: 22px;
  font-weight: 200;
}

.relative {
  position: relative;
}

.plan-name {
  color: #fd3e4f;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.help-tooltip {
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  width: 420px;
  min-height: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  inset: 0% 20px auto auto;
  box-shadow: 0 -5px 20px -5px #2d3e501f, 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip.bottom-tooltip {
  top: 100%;
}

.help-tooltip.tour-tooltip.bottom-tooltip.pricing-tooltip {
  margin-top: -19px;
}

.plan-price {
  color: #29334e;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
}

.div-block-7 {
  z-index: 10;
  position: relative;
}

.btn {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  padding: 20px 50px 14px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  display: block;
}

.btn.full-width:hover {
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width.inner {
  margin-top: auto;
  padding: 15px 15px 11px;
}

.btn._2 {
  color: #da1a44;
  text-align: center;
  background-color: #fff;
  background-image: none;
  margin-left: 20px;
}

.btn._2:hover {
  color: #fff;
  background-color: #fd3f6e;
}

.pricing-box {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  min-width: 275px;
  max-width: 350px;
  min-height: 465px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 24px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px 4px #1a25300f, 0 1px 3px #1421290f;
}

.trigger-text {
  margin-top: 10px;
  font-size: 13px;
}

.pricing-holder {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 10px 10px 22px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.tour-diamond {
  z-index: 1;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
}

.tour-diamond.login-diamond {
  left: auto;
  right: 120px;
}

.ms-link {
  color: #2aa8ff;
  font-weight: 800;
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: 800;
  line-height: 1.5em;
}

.help-title.inline-block {
  margin-bottom: 4px;
  font-size: 120%;
}

.plan-description {
  color: #56697e;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
}

.plan-text {
  color: #fff;
  text-align: left;
  margin-left: 9px;
  font-weight: 300;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #70adfa;
  font-size: 1rem;
}

.landing-page-hero-except {
  color: #cdd5df;
  text-align: center;
  max-width: 900px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.landing-page-button {
  color: #030303;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-button:hover {
  color: #030303;
  transform: scale(.9);
}

.landing-page-video-lightbox-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  transition: transform .4s;
  display: flex;
}

.landing-page-video-lightbox-wrapper:hover {
  transform: scale(.9);
}

.landing-page-blurry-block-two {
  opacity: .4;
  filter: blur(400px);
  background-color: #2e5cff;
  border-radius: 35%;
  width: 380px;
  height: 380px;
  position: absolute;
  top: 270px;
  right: 0;
}

.landing-page-hero-image-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-video-lightbox {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.landing-page-hero-image {
  border: 8px solid #fff;
  border-radius: 8px 8px 0 0;
  flex: none;
}

.landing-page-hero-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.landing-page-button-hover-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.landig-page-hero-image-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-page-video-lightbox-text {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-page-hero-title {
  color: #fff;
  text-align: center;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 118px;
  font-weight: 500;
  line-height: .7;
}

.landing-page-hero-title.destaque {
  margin-top: -.2rem;
  font-size: 110px;
}

.landing-page-hero-title.cafe {
  font-size: 136px;
}

.landing-page-button-text {
  z-index: 2;
  position: relative;
}

.landing-page-hero-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-page-blurry-block-one {
  opacity: .4;
  filter: blur(400px);
  background-color: #4f70e6;
  border-radius: 40%;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 260px;
  left: 0;
}

.landing-page-container-default {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-hero-section {
  background-color: #100d1f;
  overflow: hidden;
}

.landing-page-hero-section.landing-page-hero-bg-image {
  background-image: url('../images/bg-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-page-hero-section.landing-page-hero-bg-image.landing-page-hero-padding-top {
  background-color: #030303;
  background-image: url('../images/nicetobiz_letrero.jpg');
  background-position: 50% 0;
}

.landing-page-video-lightbox-icon {
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.landing-page-hero-wrapper {
  position: relative;
}

.services-sticky {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service {
  backface-visibility: hidden;
  perspective-origin: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 6vh;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  transform: none;
}

.service._2 {
  transform-style: preserve-3d;
  transform: translate3d(0, -15vh, 18vh)rotateX(36deg)rotateY(0)rotateZ(0);
}

.service._1 {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, -21vh, 11vh)rotateX(54deg)rotateY(0)rotateZ(0);
}

.service._3 {
  transform-style: preserve-3d;
  transform: translate3d(0, -7.5vh, 22vh)rotateX(18deg)rotateY(0)rotateZ(0);
}

.service._6 {
  transform-style: preserve-3d;
  transform: translate3d(0, 15vh, 17vh)rotateX(-38deg)rotateY(0)rotateZ(0);
}

.service._7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 21vh, 10vh)rotateX(-54deg)rotateY(0)rotateZ(0);
}

.service._5 {
  transform-style: preserve-3d;
  transform: translate3d(0, 8vh, 21.5vh)rotateX(-18deg)rotateY(0)rotateZ(0);
}

.service._4 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 23vh);
}

.section-2 {
  position: relative;
}

.section-2.black {
  color: #fff;
  background-color: #000;
}

.services-wrapper {
  height: 4000px;
  padding-top: 3rem;
}

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

.container-2 {
  width: 100%;
  max-width: 92.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.services-wrap {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: -4vh;
  transform: none;
}

.label {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.label.opacity {
  opacity: .5;
}

.culture-images-wrap {
  background-color: #101010;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.culture-image-1 {
  border-radius: 20px;
  width: 20vh;
  position: absolute;
  top: 0;
  left: 10vw;
}

.culture-image-2 {
  border-radius: 20px;
  width: 18vh;
  position: absolute;
  top: 0;
  left: 29.7vw;
}

.culture-image-2._3 {
  top: 10.2vh;
  left: 59.2vw;
}

.culture-image-3 {
  border-radius: 20px;
  width: 22vh;
  position: absolute;
  top: 0;
  right: 12.2vw;
}

.culture-image-3._3 {
  border-radius: 20px;
  top: 11.4vh;
  right: 33.3vw;
}

.culture-words-wrapper {
  overflow: hidden;
}

.culture-word {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 6.3rem;
  line-height: .8;
  display: block;
}

.culture-word._3 {
  position: absolute;
  top: 200%;
}

.culture-word._2 {
  position: absolute;
  top: 100%;
}

.section-3 {
  position: relative;
}

.section-3.black {
  color: #fff;
  background-color: #000;
}

.culture-lottie {
  width: 20rem;
  margin-top: -5rem;
}

.culture-words-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.culture-image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main {
  z-index: 10;
  position: relative;
}

.main.grey {
  background-color: #f6f6f3;
}

.container-3 {
  width: 100%;
  max-width: 92.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.culture-wrap {
  width: 100%;
  height: 312.5rem;
}

.culture-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.culture-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.culture-image-4-wrap {
  z-index: 4;
  width: 24vw;
  height: 21vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 1 / 1.1;
  object-fit: fill;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.home-hero-image-row-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-hero-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(218deg, #ff759f 56%, #ff196e);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.home-hero-image-placeholder {
  flex: 1;
  padding-left: 10%;
}

.button-link-text-absolute {
  position: absolute;
}

.home-hero-image-1 {
  flex: 1;
  max-width: 44%;
  padding-bottom: 10%;
}

.home-hero-column-01 {
  flex: 1;
  max-width: 42%;
}

.padding-hero-1 {
  padding-top: 158px;
  padding-bottom: 120px;
}

.image-default {
  object-fit: cover;
  object-position: 100% 100%;
  height: 100%;
}

.home-hero-image-4 {
  flex: 1;
  max-width: 40%;
}

.position-absolute {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.global-gradiant-background {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/grafismo_nice.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.global-hero-heading {
  color: var(--blue);
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3.8rem;
  line-height: .8;
}

.container-4 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-margin-big {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.home-hero-image-2 {
  flex: 1;
}

.home-hero-image-row-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.home-hero-column-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  max-width: 558px;
  display: flex;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

.bottom-margin-small {
  margin-bottom: 16px;
  padding-bottom: 0;
  display: inline-block;
}

.home-hero-image-3 {
  margin-top: -22%;
}

.home-hero-image {
  border-radius: 13px;
}

.body-text-18px {
  color: #000;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  line-height: 155%;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #0043d6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.z-index-up {
  z-index: 1;
  position: relative;
}

.home-hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.button-icon {
  max-width: 20px;
  height: 20px;
}

.heading-6 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3.1rem;
}

.heading-7 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4.6rem;
  line-height: .8;
}

.culture-image-6 {
  border-radius: 0;
  width: 36%;
  max-width: 100%;
  margin-top: -63px;
  margin-left: 66px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 245.91px;
  left: -59px;
}

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

.image.gif {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 0;
  width: 20%;
  padding-bottom: 83px;
}

.heading-8 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 2.5rem;
}

.heading-9, .heading-10 {
  color: var(--blueclaro);
  font-family: Dmsans, Arial, sans-serif;
}

.heading-11 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4.8rem;
}

.heading-12 {
  font-family: Dmsans, Arial, sans-serif;
}

.heading-13 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 6.3rem;
  line-height: .9;
}

.heading-14 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 5.8rem;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
}

.heading-15, .heading-16, .heading-17 {
  font-family: Dmsans, Arial, sans-serif;
}

.heading-18 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4.2rem;
  line-height: .9;
}

.heading-19 {
  font-family: Darkergrotesque, Arial, sans-serif;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 21px;
}

.marquee-item-left {
  flex: none;
  display: flex;
}

.marquee-row-02 {
  background-image: linear-gradient(270deg, #406deb, #406deb);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 24px;
  display: flex;
  position: absolute;
  transform: rotate(1deg);
}

.marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  font-size: 32px;
  display: flex;
}

.marquee-item-right {
  flex: none;
  display: flex;
}

.section-inner.marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-row-01 {
  color: #fff;
  background-color: #220b13;
  padding: 24px;
  display: flex;
  transform: rotate(-1deg);
}

.section-global-marquee {
  margin-bottom: 31px;
  padding-bottom: 0;
}

.text-block-13, .text-block-14, .text-block-15 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.text-block-16 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-weight: 600;
}

.text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-20, .heading-21 {
  font-family: Dmsans, Arial, sans-serif;
}

.text-block-49 {
  color: #0043d6;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-2 {
  border-radius: 0;
  width: 20px;
}

.text-block-50, .text-block-51, .text-block-52 {
  color: var(--blueclaro);
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
}

.image-3.space {
  max-width: 55%;
}

.help-content-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(218deg, #0043d6, #146def);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  display: inline-flex;
}

.padding-contact-hero {
  padding-top: 38px;
  padding-bottom: 233px;
}

.contact-us-column-02 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-wrapper {
  width: 100%;
}

.field-wrapper.message {
  max-width: 100%;
}

.contact-main-heading {
  color: var(--blue);
  font-size: 40px;
}

.cta-heading {
  color: #fff;
  width: 100%;
  max-width: 530px;
  font-size: 40px;
}

.bottom-margin-medium {
  margin-bottom: 24px;
  padding-bottom: 0;
  display: inline-block;
}

.global-cta {
  background-color: var(--blue);
  position: relative;
}

.error-empty-state {
  color: #ff1948;
  background-color: #ffeef1;
  background-image: url('../images/alert-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #ff1948;
  border-radius: 8px;
  max-width: 100%;
  padding: 14px 16px 14px 44px;
}

.error-empty-state.no-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
}

.cta-email-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  transition: border-color .4s;
}

.cta-email-field:focus {
  border-color: #ff196e;
}

.cta-email-field::placeholder {
  color: #fff;
}

.contact-main-image {
  border-radius: 8px;
  overflow: hidden;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.contact-field-label {
  color: var(--blue);
  font-weight: 400;
  line-height: 162%;
}

.episode-hero-heading {
  width: 100%;
  max-width: 724px;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4.6rem;
}

.background-grey {
  background-color: var(--dark);
}

.heading-custom-h5 {
  font-size: 24px;
  font-weight: 600;
}

.heading-custom-h5.margin-y-medium {
  color: #b3c7f3;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Dmsans, Arial, sans-serif;
}

.padding-primary {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-us-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.help-icon {
  border-radius: 0;
  max-width: 80px;
}

.cta-image-left {
  max-width: 288px;
  position: absolute;
  inset: auto auto -54% 0%;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-53 {
  -webkit-text-stroke-color: #bee4d4;
}

.contact-us-column-01 {
  flex: 1;
  max-width: 470px;
  overflow: hidden;
}

.contact-hero-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: wrap;
  position: relative;
}

.success-state {
  color: #027a48;
  background-color: #6ce9a633;
  background-image: url('../images/check-circle.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #6ce9a6;
  border-radius: 8px;
  padding: 14px 16px 14px 44px;
}

.help-content {
  color: #fff;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.2rem;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.bottom-margin-xxl {
  margin-bottom: 60px;
}

.global-gradiant-background-2 {
  background-color: var(--dark);
  color: #fff;
  position: relative;
}

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

.cta-image-right {
  max-width: 234px;
  position: absolute;
  inset: auto -5% -34% auto;
}

.contact-field-input {
  border: 1px solid #d8d0d2;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.contact-field-input:focus {
  border-color: #ff196e;
}

.contact-field-input.message {
  width: 100%;
  height: 142px;
  margin-bottom: 16px;
}

.contact-field-input.message:focus {
  border-color: #ff196e;
}

.content-align-center-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.state-message-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-content {
  color: #d8d0d2;
}

.cta-content-wrapper {
  position: relative;
}

.form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: wrap;
  margin-top: -195px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: 0 4px 60px #00000014;
}

.page-wrapper-2 {
  overflow: clip;
}

.contact-hero-content {
  width: 100%;
  max-width: 555px;
  font-family: Dmsans, Arial, sans-serif;
  line-height: 162%;
}

.cta-form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 444px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-54 {
  font-family: Dmsans, Arial, sans-serif;
  font-weight: 700;
}

.image-5 {
  border-radius: 20px;
}

.heading-22 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.paragraph-4 {
  padding-top: 8px;
  font-size: .6rem;
}

.image-6, .image-7 {
  border-radius: 0;
  width: 10%;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.section-4 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-4.is-location {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section-4.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section-4.is-bottom-cta {
  padding-top: 0;
  padding-bottom: 5rem;
}

.form-input {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: #080808;
}

.form-input:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-green {
  color: #fff;
  border-color: #ceff65;
}

.form-input.is-green:hover {
  border-color: #fff;
}

.form-input.is-green:focus {
  background-color: #ffffff1a;
  border-color: #ceff65;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.parallax-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.is-word.is-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: .9;
}

.is-word.is-2.ok {
  font-size: 6rem;
}

.is-word.is-2.bold-text-2._2 {
  color: #b3c7f3;
  font-size: 8.9rem;
}

.is-word.is-3 {
  text-transform: lowercase;
  margin-bottom: -72px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.is-word.is-3._2._3 {
  text-align: left;
  font-size: 5.9rem;
}

.is-word.is-1 {
  text-transform: none;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.is-word.is-1.textinho {
  text-transform: none;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.is-word.is-1.ok {
  font-size: 2.8rem;
}

.is-word.is-1._2 {
  letter-spacing: 0;
  -webkit-text-stroke-color: #b3c7f3;
  font-size: 4.7rem;
}

.is-word.is-1.mobile {
  margin-top: 106px;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.margin-top-32 {
  margin-top: 2rem;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.flex-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-size-medium-2 {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-2.trabajo {
  font-size: 2.2rem;
  line-height: 1;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.video_box {
  z-index: 1;
  background-color: #080808;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #b3c7f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.container-large-2 {
  width: 90%;
  max-width: 72.5rem;
  margin-bottom: -31px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.heading-style-h3-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1-2 {
  letter-spacing: -.02em;
  text-transform: lowercase;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .5;
  position: relative;
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: none;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: #ceff65;
}

.margin-top-8 {
  margin-top: .5rem;
}

.max-width-full-2 {
  width: 100%;
}

.parallax-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_title {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 5%;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.wrap_flex.is-align-top {
  align-items: flex-start;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.faqs_wrap {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
}

.max-width-440 {
  width: 100%;
  max-width: 32.3rem;
}

.max-width-440._2 {
  max-width: 56.7rem;
}

.max-width-440.mobile {
  max-width: 43.1rem;
}

.player_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.text-rich-text {
  font-size: 1.125rem;
}

.button-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #b3e940;
}

.button-2.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button-2.is-secondary:hover {
  background-color: #f3f3f3;
}

.locations_visual {
  aspect-ratio: 330 / 180;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faqs_body {
  overflow: hidden;
}

.text-color-darkgrey {
  color: #a9a9a9;
}

.text-style-link-2 {
  color: #ceff65;
  text-decoration: underline;
}

.text-style-link-2:hover {
  text-decoration: none;
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.z-index-2-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.heading-style-h4-2 {
  letter-spacing: .1em;
  text-transform: none;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.04;
}

.heading-style-h2-2 {
  text-transform: none;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.04;
}

.heading-style-h2-2._2 {
  -webkit-text-stroke-color: #b3c7f3;
  font-size: 4.1rem;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-lightgrey {
  color: #d8d8d8;
}

.player_item {
  flex: 1;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 120%;
  position: relative;
}

.body-paragraphy {
  line-height: 24px;
}

.body-paragraphy.light {
  color: #e0e7f0;
}

.body-paragraphy.light.hero-subhead {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 200;
}

.hero-div-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero {
  background-color: #0c1d27;
  background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/wckit.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.comunidad {
  background-image: url('../images/image_web_home_01.jpg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 27px;
}

.hero.laapp {
  background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/girl-img.jpg');
}

.white-heading {
  text-align: center;
  text-shadow: none;
  margin: 0 0 20px;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.white-heading.home-centred {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 53px;
}

.content-holder {
  flex: none;
  align-self: center;
  width: 50%;
  margin-left: 10%;
  margin-right: 0%;
}

.content-holder.home {
  text-align: center;
  flex: none;
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
}

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  filter: invert();
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: none;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  opacity: .42;
  background-color: #000;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.image-9, .image-10 {
  border-radius: 0;
}

.main-strip {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-strip.right {
  z-index: 51;
  inset: 0% 0% 0% auto;
}

.hero-main-title {
  color: #fff;
  text-transform: lowercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 29vw;
  font-weight: 600;
  line-height: 1;
}

.hero-interaction {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-overflow-title {
  z-index: 50;
  position: sticky;
  top: 200px;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  width: 22vw;
  height: 27vw;
  min-height: 27vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  margin-top: -50vw;
  left: -57vw;
}

.main-image.first {
  width: 16vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -39vw;
  top: -37vh;
  left: -60vw;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 20vh;
  left: 2.3vw;
}

.main-image.sixth {
  width: 22vw;
  height: 25vw;
  min-height: 25vw;
  margin-bottom: -5vw;
  top: -10.6vh;
  left: -9.6vw;
}

.main-image.eight {
  margin-top: -150%;
}

.main-image.seven {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  margin-top: -45vw;
  top: 17.4vh;
  left: 58vw;
}

.main-image.second {
  width: 11vw;
  height: auto;
  min-height: auto;
  top: -19.1vh;
  left: -4.2vw;
}

.hero-wrapper {
  height: 350vh;
  position: relative;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-images {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 40vh;
  display: flex;
}

.hero-images.right-slide {
  z-index: 25;
  justify-content: center;
  align-items: center;
  inset: 0% 0% 0% auto;
}

.hero-images.left, .top-title-overflow {
  position: relative;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border: 1px solid #0000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-first {
  z-index: 25;
  border: 1px solid #0000;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image-13, .image-14 {
  border-radius: 0;
  max-width: 100%;
}

.image-15 {
  max-width: 100%;
}

.image-16 {
  border-radius: 0;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
}

.home-header_img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 1.25rem;
  max-width: none;
  height: 9rem;
  position: absolute;
}

.footer_brand {
  letter-spacing: -.05em;
  margin-right: auto;
  font-size: 20vw;
  font-weight: 500;
  line-height: 1;
}

.section_cta {
  display: block;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.home-header_headings {
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.home-header_imgs-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 80%;
  min-height: 50rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.heading-style-h5-2 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.class-for-animation {
  display: none;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.button_inner {
  padding: 1.5rem 2rem;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.footer_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.cta_text {
  color: #6b6b6b;
  max-width: 350px;
  font-size: .875rem;
  font-weight: 500;
}

.cta_graphic-wrap {
  aspect-ratio: 1;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.services_desc {
  color: #979797;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.cta_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.home-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.work-list_head {
  position: relative;
}

.text-style-label-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Dmsans, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.services_content {
  position: sticky;
  top: 3rem;
}

.services_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button_text {
  z-index: 5;
  position: relative;
}

.pill_wrap {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7e6e0;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  padding: .35rem 1.125rem;
  display: flex;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.work-list_number-wrap {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.heading-style-h3-3 {
  letter-spacing: -.02em;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
}

.heading-style-h3-3.b {
  color: #b3c7f3;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 86%;
}

.services_items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.line {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.home-header_imgs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-list_list {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.footer_copyright {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 400;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.work-list_item {
  width: 100%;
}

.cta_button-wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_graphic {
  filter: blur(20px);
  object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
}

.footer_wrap {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.footer_social-media {
  width: 1.5rem;
}

.brands_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.footer_link-label {
  color: #000;
  font-weight: 400;
}

.services_item-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-wrapper-2 {
  position: relative;
  overflow: clip;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_number {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.home-header_location-globe {
  width: 1.5rem;
  height: 1.5rem;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.home-header_text {
  color: #fff;
  text-align: center;
  max-width: 25.625rem;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.heading-style-h4-3 {
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.footer_legal-divider {
  background-color: #b6b6b6;
  width: 1px;
  height: 1.25rem;
}

.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.home-header_img-wrap._2 {
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._1 {
  top: 0;
}

.home-header_img-wrap._5 {
  bottom: 0%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.heading-style-h6-2 {
  letter-spacing: -.02em;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.home-header_label {
  font-size: 1rem;
  font-weight: 500;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_template-link {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: #000;
}

.padding-global-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global-2.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global-2.ipad {
  margin-top: 166px;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.padding-section-small-2 {
  padding-top: 6rem;
}

.brands_list-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-xlarge-2 {
  width: 100%;
  padding-top: 4rem;
}

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

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.brands_heading {
  max-width: 56rem;
}

.cta_head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.footer_social {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.cta_pill {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.footer_legal-links-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.page-wrapper-3 {
  z-index: 1;
  position: relative;
}

.work-list_wrapper {
  width: 60%;
  max-width: 50rem;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button-3 {
  color: #fff;
  background-color: #000;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: clip;
}

.button-3:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

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

.footer_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-header_labels {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_home-header {
  background-image: url('../images/grafismos_nice.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.label_line {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
}

.home-header_labels-wrap {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.footer_link {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link:hover {
  color: #000;
}

.home-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-3 {
  padding: 1.5rem;
}

.home-header_heading {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
}

.home-header_heading._3, .home-header_heading._2 {
  display: none;
  position: absolute;
}

.home-header_heading._1 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-weight: 600;
  line-height: 87%;
}

.spacer-xxlarge-2 {
  width: 100%;
  padding-top: 5rem;
}

.padding-section-xxlarge-2 {
  padding-top: 13rem;
}

.brands_item-desc {
  color: #6b6b6b;
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
}

.heading-23 {
  min-height: 0;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.bold-text-6 {
  color: #b3c7f3;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.background-grey-2 {
  background-color: #101010;
}

.content-align-center-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-6 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.padding-section-xxlarge-3 {
  padding-top: 20rem;
}

.button-4 {
  background-color: #0043d6;
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-4:hover {
  background-color: #b3c7f3;
}

.button-4.is-large {
  text-align: center;
  padding: 1.25rem 2.5rem;
  font-family: Dmsans, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.text-color-grey-2 {
  color: #fff;
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: .9;
}

.heading-24 {
  font-family: Darkergrotesque, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  .padding-global {
    background-image: none;
  }

  .intro_image-2, .intro_image-1, .intro_image-3 {
    max-width: 100%;
  }

  .nav-link {
    font-size: 10px;
  }

  .nav-link.rodape {
    font-size: 14px;
  }

  .title.no-space-bottom {
    font-size: 1.1rem;
  }

  .title.no-space-bottom.disponible {
    text-align: right;
    font-size: .9rem;
  }

  .footer-link-small {
    font-size: 12px;
  }

  .medium-text.blue {
    text-align: left;
  }

  .heading-4 {
    font-size: 4.8rem;
  }

  .heading-5.blue {
    text-align: left;
    font-size: 5.7rem;
  }

  .landing-page-hero-image-wrapper {
    margin-top: 120px;
  }

  .landing-page-hero-title {
    font-size: 60px;
  }

  .landing-page-hero-title.destaque {
    font-size: 104px;
  }

  .landing-page-hero-title.cafe {
    font-size: 121px;
  }

  .landing-page-container-default {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .culture-word {
    aspect-ratio: 2.39;
    font-size: 7.2rem;
  }

  .home-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .home-hero-column-01 {
    max-width: 46%;
  }

  .global-hero-heading {
    font-size: 4.1rem;
  }

  .culture-image-6 {
    width: 35%;
    margin-top: -129px;
    margin-left: 69px;
    padding-left: 0;
    top: 359.509px;
    left: -67px;
  }

  .heading-8 {
    font-size: 2.9rem;
  }

  .text-block-49 {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .help-icon {
    border-radius: 0;
  }

  .contact-hero-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .section-4.is-bottom-cta {
    padding-top: 0;
  }

  .is-word.is-3 {
    font-size: 5.1rem;
  }

  .is-word.is-3._2._3 {
    text-align: left;
    font-size: 6.3rem;
  }

  .is-word.is-1 {
    font-size: 5.1rem;
  }

  .is-word.is-1._2 {
    font-size: 5.4rem;
  }

  .is-word.is-1.mobile {
    margin-top: 112px;
  }

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

  .max-width-440 {
    max-width: 43rem;
    font-size: 3.5rem;
  }

  .max-width-440._2 {
    max-width: 69.5rem;
  }

  .max-width-440.mobile {
    max-width: 48.2rem;
  }

  .heading-style-h2-2.is-title {
    text-transform: lowercase;
    font-size: 5rem;
  }

  .img-cover, .parallax-img {
    max-width: 100%;
  }

  .body-paragraphy.light.hero-subhead {
    width: 80%;
  }

  .hero.comunidad {
    padding-bottom: 81px;
  }

  .white-heading.home-centred {
    font-size: 58px;
  }

  .services_desc {
    font-size: 1.1rem;
  }

  .heading-style-h3-3.b {
    font-size: 7.3rem;
  }

  .heading-style-h6-2 {
    font-size: 1.5rem;
  }

  .padding-global-2.ipad {
    margin-top: 123px;
  }
}

@media screen and (min-width: 1440px) {
  img {
    border-radius: 40px;
    max-width: 100%;
  }

  .slider-image {
    max-width: 100%;
  }

  .nav-link {
    font-size: 13px;
  }

  .title.no-space-bottom {
    font-size: 1.2rem;
  }

  .title.no-space-bottom.disponible {
    text-align: right;
    font-size: .9rem;
  }

  .footer-link-small {
    font-size: 14px;
  }

  .medium-text.blue {
    text-align: left;
  }

  .navbar-contents {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .heading-4 {
    font-size: 5.1rem;
  }

  .heading-5.blue {
    text-align: left;
    font-size: 5.7rem;
  }

  .landing-page-blurry-block-two {
    right: -80px;
  }

  .landing-page-hero-title.destaque {
    font-size: 123px;
  }

  .landing-page-blurry-block-one {
    left: -80px;
  }

  .culture-word {
    font-size: 7.2rem;
  }

  .global-hero-heading {
    color: var(--blue);
    font-size: 4.1rem;
  }

  .body-text-18px {
    color: #000;
  }

  .heading-6 {
    font-size: 3.2rem;
  }

  .culture-image-6 {
    width: 34%;
    margin-top: -173px;
    top: 359.509px;
    left: 2px;
  }

  .culture-image-6.home {
    margin-top: -209px;
    margin-left: 51px;
  }

  .heading-8 {
    font-size: 2.8rem;
  }

  .text-block-49 {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .section-4.is-bottom-cta {
    font-size: 4.6rem;
  }

  .is-word.is-3 {
    font-size: 5.3rem;
  }

  .is-word.is-3._2._3 {
    text-align: left;
    font-size: 6rem;
  }

  .is-word.is-1 {
    font-size: 5.3rem;
  }

  .is-word.is-1.ok {
    font-size: 4.5rem;
  }

  .is-word.is-1._2 {
    font-size: 5.7rem;
  }

  .is-word.is-1.mobile {
    margin-top: 111px;
  }

  .text-size-medium-2.trabajo {
    margin-top: -27px;
    margin-bottom: .4rem;
    padding-top: 0;
    padding-bottom: 5px;
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 3.9rem;
    font-weight: 500;
  }

  .container-large-2 {
    max-width: 73.4rem;
  }

  .heading-style-h1-2 {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 4.8rem;
  }

  .text-size-eyebrow {
    text-transform: none;
    font-size: 1rem;
  }

  .max-width-440 {
    max-width: 43.1rem;
  }

  .max-width-440.mobile {
    max-width: 53rem;
  }

  .heading-style-h4-2 {
    text-transform: none;
    font-size: 1.1rem;
  }

  .body-paragraphy.light.hero-subhead {
    width: 80%;
  }

  .hero.laapp {
    background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/girl-img.jpg');
  }

  .white-heading.home-centred {
    font-size: 65px;
  }

  .image-8 {
    max-width: 93%;
  }

  .services_desc {
    font-size: 1.2rem;
  }

  .heading-style-h3-3.b {
    font-size: 8.2rem;
  }

  .padding-global-2.ipad {
    margin-top: 95px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    background-image: none;
  }

  .padding-global.bg {
    background-position: 50%;
  }

  .display-inline {
    font-size: 3.7rem;
    line-height: 1;
  }

  .header_image-scroll {
    max-width: 100%;
  }

  .header_icon {
    border-radius: 0;
    max-width: 100%;
  }

  .padding-section-xxlarge {
    padding-top: 14.1rem;
  }

  .limit-medium {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-family: Dmsans, Arial, sans-serif;
    display: block;
    position: static;
  }

  .accordion-item-trigger.spread {
    font-family: Dmsans, Arial, sans-serif;
  }

  .section {
    padding-top: 67px;
  }

  .section.no-padding-bottom {
    padding-top: 127px;
  }

  .section.sign-up-cta {
    background-size: contain;
  }

  .opacity-white-text {
    font-size: 3.4rem;
  }

  .slider-image {
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .white-button.blue {
    background-color: #b3c7f3;
  }

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

  .tag-flex.vertical {
    text-transform: capitalize;
    font-family: Darkergrotesque, Arial, sans-serif;
  }

  .nav-link {
    font-size: 13px;
  }

  .nav-link.rodape {
    font-size: 16px;
  }

  .title.blue-text.no-space-bottom {
    font-family: Dmsans, Arial, sans-serif;
  }

  .title.no-space-bottom {
    text-transform: lowercase;
    font-size: 1.4rem;
  }

  .title.no-space-bottom.disponible {
    text-align: right;
    font-size: .9rem;
  }

  .footer-link-small, .large-text {
    font-family: Dmsans, Arial, sans-serif;
  }

  .medium-text.blue {
    text-align: left;
  }

  .navbar-contents {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .heading-4 {
    font-size: 5.1rem;
  }

  .heading-5.blue {
    text-align: left;
    font-size: 5.7rem;
  }

  .landing-page-blurry-block-two {
    right: -220px;
  }

  .landing-page-hero-title {
    font-size: 169px;
  }

  .landing-page-hero-title.destaque {
    font-size: 128px;
    font-weight: 600;
  }

  .culture-image-2 {
    border-radius: 20px;
  }

  .culture-word {
    font-size: 9.8rem;
  }

  .background-video {
    aspect-ratio: 1 / 1.2;
    border-radius: 20px;
  }

  .global-gradiant-background {
    background-color: #fff;
    background-image: url('../images/grafismo_nice_bg.jpg');
    background-position: 50% 100%;
    background-size: auto;
  }

  .global-hero-heading {
    color: var(--blue);
    font-size: 4.6rem;
    line-height: .9;
  }

  .body-text-18px {
    color: #000;
  }

  .button-secondary {
    border-color: #0043d6;
  }

  .z-index-up {
    justify-content: center;
    align-items: center;
  }

  .button-icon {
    color: #0043d6;
  }

  .heading-6 {
    font-size: 3.3rem;
  }

  .culture-image-6 {
    width: 34%;
    margin-top: -229px;
    margin-left: 43px;
    padding-left: 34px;
    position: absolute;
    top: 392.113px;
    left: -66.998px;
  }

  .image.gif {
    border-radius: 0;
  }

  .heading-8 {
    font-size: 3.9rem;
  }

  .heading-11 {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 3.7rem;
  }

  .heading-14 {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 5.7rem;
  }

  .heading-20 {
    font-size: 2rem;
  }

  .text-block-49 {
    color: #0043d6;
    font-family: Dmsans, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

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

  .text-block-50, .text-block-51, .text-block-52 {
    font-family: Dmsans, Arial, sans-serif;
    font-weight: 700;
  }

  .cta-heading {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 63px;
    line-height: .9;
  }

  .global-cta {
    background-color: var(--blue);
  }

  .global-gradiant-background-2 {
    background-color: #220b1300;
  }

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

  .cta-content {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 1.1rem;
  }

  .text-block-55 {
    font-family: Dmsans, Arial, sans-serif;
    font-weight: 700;
  }

  .paragraph-4 {
    font-family: Dmsans, Arial, sans-serif;
    font-size: .8rem;
  }

  .section-4.is-bottom-cta {
    padding-top: 0;
  }

  .is-word.is-2.bold-text-2 {
    font-size: 10.8rem;
  }

  .is-word.is-3 {
    font-size: 5.8rem;
  }

  .is-word.is-3._2 {
    font-size: 4.4rem;
  }

  .is-word.is-1 {
    font-size: 5.8rem;
  }

  .is-word.is-1.textinho {
    text-transform: none;
    font-family: Dmsans, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .max-width-440 {
    width: 100%;
    max-width: 46.4rem;
  }

  .max-width-440._2 {
    max-width: 69.6rem;
  }

  .max-width-440.mobile {
    max-width: 53.4rem;
  }

  .heading-style-h2-2 {
    text-transform: none;
    font-family: Dmsans, Arial, sans-serif;
    font-size: 3rem;
  }

  .body-paragraphy.light.hero-subhead {
    width: 80%;
  }

  .hero.comunidad {
    background-image: url('../images/image_web_home_01.jpg');
    padding-top: 310px;
    padding-bottom: 13px;
  }

  .white-heading.home-centred {
    width: 65%;
    margin-bottom: 40px;
    font-size: 86px;
    font-weight: 600;
    line-height: 58px;
  }

  .hero-main-title {
    font-weight: 600;
  }

  .hero-wrapper {
    height: 250vh;
  }

  .image-13, .image-14 {
    border-radius: 0;
    max-width: 100%;
  }

  .image-16 {
    border-radius: 0;
  }

  .services_desc {
    font-size: 1.3rem;
  }

  .text-style-label-2.ipad {
    margin-top: 2.5rem;
  }

  .heading-style-h6-2 {
    font-size: 1.6rem;
  }

  .padding-global-2.ipad {
    margin-top: 59px;
  }

  .section_home-header {
    background-image: url('../images/grafismo_nice.png');
    background-position: 100% 31%;
    background-size: auto;
  }

  .padding-global-3 {
    background-image: none;
  }

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

  .padding-section-xxlarge-3 {
    padding-top: 14.1rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

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

  .padding-global {
    background-image: none;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 10rem;
  }

  .section_header {
    background-position: 50%;
    padding-top: 10rem;
  }

  .navbar_component {
    top: 1.5rem;
  }

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

  .button.is-large {
    text-align: center;
    font-size: 1rem;
  }

  .button.is-grey:hover {
    background-image: linear-gradient(#2b2b2b, #1b1b1b);
    box-shadow: inset 0 1px #ffffff14;
  }

  .navbar_logo {
    width: 5rem;
  }

  .header_sticky {
    width: auto;
    height: auto;
    margin-top: 7rem;
    position: relative;
    top: auto;
  }

  .header_images-wrap {
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .header_image {
    border-radius: 1rem;
    width: 100%;
  }

  .header_image-scroll-wrap {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
    width: 25%;
    height: auto;
    display: flex;
    top: -15%;
    right: 5.7rem;
  }

  .header_icon {
    width: 3.75rem;
  }

  .header_icon-wrap {
    padding: 1rem 1.25rem;
    top: -7%;
  }

  .intro_component {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_image-2, .intro_image-1 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_image-3 {
    border-radius: .75rem;
    width: 6rem;
    margin-top: 5.6rem;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 90%;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
  }

  .intro_image-min {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding: 4rem 4rem 5rem;
  }

  .about_graphic-3 {
    width: 50%;
  }

  .about_graphic-wrap {
    order: 1;
    width: 100%;
  }

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

  .about_item {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 4rem;
    position: relative;
    top: auto;
  }

  .about_item._1 {
    height: auto;
  }

  .about_images-wrap {
    width: 35%;
  }

  .about_image {
    border-radius: 1rem;
  }

  .about_image.cell {
    width: 110%;
  }

  .about_image-1 {
    width: 8.5rem;
    top: -12%;
    right: 0%;
  }

  .about_image-2 {
    width: 6rem;
  }

  .about_image-3 {
    width: 7rem;
    left: 43%;
  }

  .about_graphic-2 {
    width: 35%;
  }

  .brands_block {
    width: 15rem;
  }

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

  .footer_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer_legal-links {
    grid-column-gap: 1.5rem;
  }

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

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

  .heading-style-h4 {
    font-size: 2.25rem;
  }

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
  }

  .resources_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .resources_license-wrap {
    border-radius: 1.5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .nav_component {
    display: none;
  }

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

  .space-top {
    margin-top: 36px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .navbar-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-ribbon-section {
    height: 60vw;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.no-padding-bottom._2 {
    padding-top: 0;
  }

  .section.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    margin-top: 24px;
    display: flex;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    flex-direction: column;
    width: 100vw;
    padding: 32px;
    display: flex;
    box-shadow: 0 40px 40px #004cda4d;
  }

  .footer-top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-1-links {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-content {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .large-heading {
    font-size: 13vw;
  }

  .limit {
    text-align: center;
  }

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

  .space-top-medium {
    margin-top: 52px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: block;
  }

  .nav-link.mobile {
    font-size: 13px;
  }

  .title {
    text-align: center;
  }

  .title.no-space-bottom.disponible {
    text-align: right;
  }

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

  .large-text {
    font-size: 19px;
  }

  .answer {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 1.1rem;
  }

  .ribbon-image {
    top: 8%;
  }

  .medium-text {
    text-align: center;
    font-size: 16px;
  }

  .tiny-text-widget {
    position: relative;
    left: 107px;
  }

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

  .navbar-contents {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading-4 {
    font-size: 3.6rem;
  }

  .plan-checkbox.greyed.last-checkbox {
    display: none;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .btn.full-width.inner {
    margin-top: 30px;
  }

  .pricing-box {
    width: 90%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .pricing-holder {
    flex-wrap: wrap;
  }

  .landing-page-hero-except {
    font-size: 18px;
  }

  .landing-page-hero-image-wrapper {
    margin-top: 60px;
  }

  .landing-page-hero-image {
    max-width: 500px;
  }

  .landig-page-hero-image-marquee {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .landing-page-hero-title {
    font-size: 38px;
  }

  .landing-page-hero-title.cafe {
    font-size: 109px;
  }

  .landing-page-container-default {
    max-width: 740px;
  }

  .landing-page-hero-section.landing-page-hero-bg-image {
    background-position: 100% 0;
  }

  .services-sticky {
    perspective: none;
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
    position: relative;
  }

  .service {
    font-size: 3.5rem;
    position: relative;
  }

  .service._2 {
    transform: none;
  }

  .service._1 {
    position: relative;
    transform: none;
  }

  .service._3, .service._6, .service._7, .service._5, .service._4 {
    transform: none;
  }

  .services-wrapper {
    height: auto;
    padding-top: 0;
  }

  .services-wrap {
    grid-row-gap: .5rem;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 0;
    top: auto;
  }

  .label {
    font-size: 1rem;
  }

  .culture-images-wrap {
    display: none;
  }

  .culture-lottie {
    width: 18rem;
  }

  .culture-wrap {
    background-color: #101010;
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .culture-sticky {
    height: auto;
  }

  .home-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-column-01 {
    max-width: 50%;
  }

  .padding-hero-1 {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

  .home-hero-image-row-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-image-3 {
    margin-top: -30%;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-6 {
    font-size: 3.3rem;
  }

  .heading-9, .heading-10 {
    text-align: center;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    font-family: Dmsans, Arial, sans-serif;
  }

  .marquee-row-02 {
    padding: 20px;
  }

  .marquee-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .marquee-row-01 {
    padding: 20px;
  }

  .text-block-49 {
    font-size: 14px;
  }

  .div-block-8 {
    object-fit: fill;
    align-self: auto;
    position: relative;
    left: 106px;
  }

  .help-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-primary-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-contact-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .field-wrapper {
    max-width: 100%;
  }

  .heading-custom-h5 {
    font-size: 22px;
  }

  .heading-custom-h5.margin-y-medium {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .padding-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .help-icon {
    max-width: 72px;
  }

  .cta-image-left {
    max-width: 28%;
    display: none;
    bottom: -35%;
    left: -6%;
  }

  .contact-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bottom-margin-xxl {
    margin-bottom: 40px;
  }

  .cta-image-right {
    max-width: 32%;
    display: none;
  }

  .form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 50px;
    padding: 24px;
  }

  .image-6, .image-7 {
    width: 15%;
  }

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

  .section-4.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section-4.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .is-word.is-1.textinho {
    font-size: 1.1rem;
  }

  .is-word.is-1._2 {
    font-size: 3.6rem;
  }

  .is-word.is-1.mobile {
    margin-top: 171px;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .text-size-medium-2 {
    font-family: Dmsans, Arial, sans-serif;
    font-size: .9rem;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .video_wall {
    margin-top: -20vh;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .locations_list {
    width: 100%;
  }

  .heading-style-h2-2 {
    text-transform: capitalize;
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 3.3rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .parallax-img {
    max-width: 100%;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .body-paragraphy.light.hero-subhead {
    width: 85%;
  }

  .hero-div-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8%;
    margin-right: 8%;
  }

  .hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero.comunidad {
    background-image: url('../images/image_web_home_01.jpg');
    background-position: 50% 33%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero.laapp {
    background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/girl-img.jpg');
  }

  .white-heading.home-centred {
    width: 100%;
  }

  .content-holder {
    width: 100%;
    margin-left: 0%;
  }

  .content-holder.home {
    margin-left: 2%;
    margin-right: 2%;
  }

  .image-8 {
    max-width: 100%;
  }

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .image-12 {
    border-radius: 0;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .home-about_heading {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .home-header_imgs-wrap {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .brands_item-logo {
    height: 25%;
  }

  .cta_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .cta_content {
    padding: 3rem;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer_lists {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .text-style-label-2.ipad {
    margin-top: 9.1rem;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .heading-style-h3-3 {
    -webkit-text-stroke-width: 0px;
  }

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

  .work-list_list {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .container-medium-2 {
    max-width: none;
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_wrap {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .brands_head {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .services_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .padding-global-2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .padding-global-2.ipad {
    margin-top: 61px;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .cta_head {
    max-width: none;
  }

  .footer_legal-links-2 {
    place-items: end center;
  }

  .work-list_wrapper {
    width: 80%;
  }

  .home-header_heading {
    font-size: 3.5rem;
  }

  .heading-23 {
    font-size: 2.3rem;
  }

  .padding-global-3 {
    background-image: none;
  }

  .padding-section-xxlarge-3 {
    padding-top: 10rem;
  }

  .button-4:hover {
    background-color: #0043d6;
  }

  .button-4.is-large {
    text-align: center;
    font-size: 1rem;
  }
}

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

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  blockquote {
    font-size: 1rem;
  }

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-section-large.is-mobile-big {
    padding-top: 8rem;
  }

  .section_header {
    background-position: 50%;
    background-size: cover;
    padding-top: 8rem;
  }

  .navbar_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar_mail-link {
    display: none;
  }

  .header_images-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_icon-wrap {
    left: 8.75rem;
  }

  .intro_texts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .intro_component {
    width: 100%;
  }

  .intro_image-2, .intro_image-1, .intro_image-3 {
    display: none;
  }

  .intro_content {
    width: 100%;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
  }

  .about_content {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .about_graphic-wrap {
    aspect-ratio: auto;
  }

  .about_item {
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #ffffff1a;
  }

  .about_image.cell {
    width: 100%;
  }

  .about_image-1 {
    width: 42%;
    top: -1%;
  }

  .about_image-2 {
    width: 50%;
  }

  .about_image-3 {
    width: 60%;
    bottom: -16%;
  }

  .brands_block {
    border-radius: .75rem;
    width: 10rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .brands_logo {
    height: 1.25rem;
  }

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

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

  .spacer-custom-1.is-mobile-small {
    padding-top: .75rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-small {
    padding-top: 3rem;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .heading-style-h5 {
    font-size: 1.35rem;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .resources_heading {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .case-content_rich-text {
    font-size: 1.125rem;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

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

  .spacer-xxlarge {
    padding-top: 3rem;
  }

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

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .resources_license-wrap {
    border-radius: .75rem;
  }

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

  .space-top {
    margin-top: 32px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .faq-accordion {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .hero-ribbon-section {
    height: 90vw;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.no-padding-bottom._2 {
    padding-top: 0;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .nav-menu {
    padding: 24px;
  }

  .footer-top {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .large-heading {
    font-size: 15vw;
  }

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

  .space-top-medium {
    margin-top: 48px;
  }

  .nav-link {
    font-size: 11px;
  }

  .nav-link.mobile {
    font-size: 13px;
  }

  .title.no-space-bottom {
    font-size: .5rem;
  }

  .footer-link-small {
    text-align: center;
  }

  .large-text {
    font-size: 18px;
  }

  .answer {
    margin-bottom: 0;
  }

  .pricing-card-button {
    font-size: 16px;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .medium-text {
    font-size: 15px;
  }

  .faq-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navbar-contents {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pricing-box {
    width: 90%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .pricing-holder {
    margin-top: 59px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .landing-page-blurry-block-two {
    width: 280px;
    height: 280px;
  }

  .landing-page-hero-image-wrapper {
    margin-top: 40px;
  }

  .landing-page-hero-image {
    max-width: 400px;
  }

  .landig-page-hero-image-marquee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-page-hero-title {
    font-size: 30px;
  }

  .landing-page-blurry-block-one {
    width: 220px;
    height: 220px;
    top: 0;
  }

  .landing-page-hero-section.landing-page-hero-bg-image.landing-page-hero-padding-top {
    padding-top: 120px;
  }

  .services-sticky {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service {
    font-size: 1.75rem;
  }

  .container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .services-wrap {
    margin-top: 3rem;
  }

  .container-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .culture-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-hero-image-row-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-hero-column-01 {
    flex: 0 auto;
    max-width: 100%;
  }

  .home-hero-column-01.color-white {
    flex: 0 auto;
  }

  .padding-hero-1 {
    padding-top: 120px;
  }

  .global-hero-heading {
    font-size: 4.2rem;
  }

  .home-hero-image-row-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-hero-column-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .home-hero-image-3 {
    margin-top: -16%;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-9, .heading-10 {
    font-size: 1.6rem;
  }

  .marquee-row-02 {
    padding: 16px;
  }

  .marquee-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 16px;
    font-size: 24px;
  }

  .marquee-row-01 {
    padding: 16px;
  }

  .heading-20, .heading-21 {
    font-size: 1.5rem;
  }

  .image-3 {
    max-width: 40%;
  }

  .padding-contact-hero {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .contact-us-column-02 {
    max-width: 100%;
  }

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

  .contact-us-column-01 {
    max-width: 100%;
  }

  .contact-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-wrapper {
    flex-flow: column;
  }

  .contact-hero-content {
    max-width: 500px;
  }

  .section-4.is-bottom-cta {
    padding-top: 5rem;
  }

  .is-word.is-3 {
    font-size: 4rem;
  }

  .is-word.is-3._2._3 {
    font-size: 4.2rem;
  }

  .is-word.is-1 {
    font-size: 3.3rem;
  }

  .is-word.is-1.textinho {
    font-size: 1rem;
  }

  .is-word.is-1._2 {
    font-size: 2.6rem;
  }

  .is-word.is-1.mobile {
    margin-top: 246px;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

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

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .heading-style-h2-2 {
    text-transform: none;
    font-size: 3rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .body-paragraphy.light.hero-subhead {
    width: 88%;
  }

  .hero-div-holder {
    margin-left: 7%;
    margin-right: 7%;
  }

  .hero.comunidad {
    background-image: url('../images/image_web_home_01.jpg');
    background-position: 50% 33%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero.laapp {
    background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/girl-img.jpg');
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .image-8 {
    max-width: 100%;
  }

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .home-about_heading {
    -webkit-text-stroke-width: 0px;
  }

  .footer_template-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .button_inner {
    padding: 1.25rem 1.75rem;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .footer_lists {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-style-label-2 {
    letter-spacing: .05em;
  }

  .text-style-label-2.ipad {
    margin-top: -.9rem;
  }

  .heading-style-h3-3 {
    -webkit-text-stroke-width: 0px;
  }

  .services_items {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .home-header_imgs-wrapper {
    display: none;
  }

  .work-list_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_social-media {
    width: 1.25rem;
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .services_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .home-header_location-globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .home-header_text {
    font-size: 1rem;
  }

  .heading-style-h4-3 {
    -webkit-text-stroke-width: 0px;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .home-header_label {
    font-size: .75rem;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global-2.ipad {
    margin-top: -4px;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_legal-links-2 {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .button-3 {
    border-radius: 1.25rem;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .section_home-header {
    height: auto;
    min-height: auto;
  }

  .label_line {
    width: 1.75rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .home-header_heading {
    font-size: 2rem;
  }

  .heading-23 {
    font-size: 2.4rem;
  }

  .padding-global-3 {
    background-image: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-xxlarge-3 {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 479px) {
  img {
    max-width: 100%;
  }

  blockquote {
    padding-left: 1.5rem;
  }

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

  .padding-global {
    background-image: none;
  }

  .heading-style-h3, .heading-style-h3.blue {
    font-size: 2.8rem;
  }

  .display-inline {
    font-size: 2.7rem;
  }

  .navbar_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
  }

  .button {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.is-large {
    background-color: var(--blue);
  }

  .button.is-large.unete {
    margin-left: 71px;
  }

  .header_sticky {
    margin-top: 0;
  }

  .header_images-wrap {
    margin-top: 2rem;
  }

  .header_image {
    border-radius: .75rem;
  }

  .header_image-scroll-wrap {
    display: none;
  }

  .header_icon-wrap {
    display: none;
    top: -5rem;
    left: auto;
  }

  .label_icon {
    border-radius: 0;
    max-width: 100%;
  }

  .about_graphic-3 {
    width: 70%;
  }

  .about_graphic-wrap {
    width: 100%;
  }

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

  .about_images-wrap {
    width: 70%;
  }

  .about_image.cell {
    width: 80%;
  }

  .about_image-1 {
    width: 40%;
    top: 4%;
    right: 8%;
  }

  .about_image-2 {
    width: 35%;
    left: -1%;
  }

  .about_image-3 {
    width: 50%;
    bottom: -5%;
  }

  .about_graphic-2 {
    width: 50%;
  }

  .footer_legal-text {
    font-size: .75rem;
  }

  .footer_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer_legal-link {
    font-size: .75rem;
  }

  .footer_legal-links {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer_links {
    flex-flow: column;
  }

  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h6 {
    letter-spacing: .02em;
  }

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

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

  .resources_font-1 {
    font-size: 6rem;
  }

  .logo-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .page-wrap {
    width: 100vw;
    overflow: hidden;
  }

  .pricing-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .brand {
    max-width: 160px;
    padding-left: 0;
  }

  .spread-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .previous-conference-video {
    margin-top: 40px;
  }

  .hero-ribbon-section {
    max-width: 100vw;
    height: 140vw;
    padding-top: 0;
    overflow: hidden;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.no-padding-bottom {
    padding-top: 68px;
  }

  .section.no-padding-bottom._2 {
    padding-top: 0;
  }

  .section.sign-up-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .opacity-white-text {
    font-size: 2rem;
  }

  .no-space-bottom {
    text-align: center;
    font-family: Dmsans, Arial, sans-serif;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .text-field {
    height: 48px;
  }

  .nav-menu {
    padding: 16px;
  }

  .tag {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 12px;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .blue-button {
    width: 100%;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-1-links {
    grid-row-gap: 16px;
  }

  .footer-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .form-block {
    padding: 24px;
  }

  .large-heading {
    font-size: 23vw;
  }

  .limit {
    margin-bottom: 47px;
  }

  .three-column-grid {
    margin-top: 30px;
  }

  .tag-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tag-flex.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-link.mobile {
    font-size: 13px;
  }

  .title {
    color: var(--blueclaro);
    margin-bottom: 16px;
    font-family: Dmsans, Arial, sans-serif;
    font-size: .8rem;
  }

  .title.blue-text.no-space-bottom {
    margin-bottom: 0;
  }

  .title.no-space-bottom {
    font-size: 1rem;
  }

  .title.blanco {
    color: var(--blue);
  }

  .footer-link-small {
    font-size: 7px;
  }

  .menu-button {
    padding-right: 0;
  }

  .pricing-card-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 24px;
  }

  .large-text {
    font-family: Dmsans, Arial, sans-serif;
  }

  .ribbon-image {
    object-fit: cover;
    height: 90vw;
    top: 26vw;
  }

  .pricing-card-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .slider-foot {
    width: 72%;
    font-size: 16px;
  }

  .medium-text {
    padding-left: 0;
    padding-right: 9px;
    font-size: 14px;
  }

  .medium-text.limit.no-space-bottom {
    font-size: 14px;
  }

  .medium-text.blue {
    text-align: center;
    padding-left: 10px;
    padding-right: 19px;
  }

  .tiny-text-widget {
    left: 0;
  }

  .tags-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .previous-conf-overlay {
    max-width: 40%;
    bottom: 16px;
    left: 16px;
  }

  .heading-2 {
    font-size: 2.6rem;
  }

  .paragraphdestaque, .paragraphdestaque.blue {
    font-size: .9rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 2.3rem;
    line-height: .7;
  }

  .bold-text {
    color: var(--blueclaro);
    font-size: 2rem;
  }

  .heading-5.blue {
    text-align: center;
    font-size: 3.6rem;
    line-height: .9;
  }

  .heading-5.blue.prensa {
    font-size: 3.6rem;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn._2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-box {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .landing-page-hero-except {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 16px;
  }

  .landing-page-hero-image {
    max-width: 280px;
  }

  .landing-page-video-lightbox-text {
    font-family: Dmsans, Arial, sans-serif;
  }

  .landing-page-hero-title {
    font-size: 67px;
    line-height: .7;
  }

  .landing-page-hero-title.destaque {
    font-size: 97px;
  }

  .landing-page-hero-title.cafe {
    font-size: 86px;
  }

  .landing-page-button-text {
    font-family: Dmsans, Arial, sans-serif;
  }

  .landing-page-hero-section.landing-page-hero-bg-image.landing-page-hero-padding-top {
    background-position: 39%;
  }

  .culture-word {
    font-size: 4.1rem;
  }

  .section-3.black {
    background-color: #000;
  }

  .container-3 {
    padding-left: .6rem;
    padding-right: 0;
  }

  .culture-wrap {
    background-color: #0f0f0f;
  }

  .culture-content {
    object-fit: none;
    max-width: 53.9rem;
  }

  .background-video {
    border-radius: 17px;
  }

  .button-primary {
    background-image: linear-gradient(#146def 56% 100%, #f41d74 100%, #146def);
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-hero-column-01.color-white {
    text-align: center;
  }

  .padding-hero-1 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .global-hero-heading {
    font-size: 52px;
    font-weight: 600;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-column-02 {
    flex: 1;
  }

  .body-text-18px {
    font-size: 17px;
  }

  .button-secondary {
    border-color: #0043d6;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .home-hero-button-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .heading-7 {
    font-size: 3.1rem;
  }

  .image.gif {
    border-radius: 0;
    width: 40%;
  }

  .heading-8 {
    font-size: 1.6rem;
  }

  .heading-9 {
    text-align: center;
    font-size: 1.3rem;
  }

  .heading-10 {
    text-align: center;
    font-family: Dmsans, Arial, sans-serif;
    font-size: 1.3rem;
  }

  .heading-11 {
    text-align: center;
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 2.7rem;
  }

  .heading-12 {
    text-align: left;
  }

  .heading-13 {
    font-size: 5.2rem;
    font-weight: 500;
    line-height: .8;
  }

  .heading-14 {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 3.4rem;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    font-size: 11px;
  }

  .heading-18 {
    font-size: 2.7rem;
  }

  .heading-19 {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 3rem;
    line-height: .9;
  }

  .marquee-item {
    font-size: 20px;
  }

  .heading-20, .heading-21 {
    font-size: 1.6rem;
  }

  .link-2 {
    text-align: left;
  }

  .text-block-49 {
    color: #0043d6;
    font-family: Dmsans, Arial, sans-serif;
    font-weight: 700;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 1.4rem;
  }

  .image-2 {
    border-radius: 0;
  }

  .text-block-50, .text-block-51, .text-block-52 {
    font-family: Dmsans, Arial, sans-serif;
    font-size: 1.2rem;
  }

  .div-block-8 {
    left: 0;
  }

  .image-3 {
    max-width: 1%;
  }

  .image-4 {
    max-width: 5%;
  }

  .help-content-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .padding-contact-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-heading {
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 48px;
    line-height: .9;
  }

  .heading-custom-h5 {
    font-size: 20px;
    line-height: 118%;
  }

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

  .help-icon {
    border-radius: 0;
  }

  .form-2 {
    flex-flow: wrap;
  }

  .padding-bottom-120 {
    padding-bottom: 60px;
  }

  .global-gradiant-background-2 {
    background-color: var(--dark);
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-wrapper {
    padding: 16px;
  }

  .heading-22 {
    font-size: 2.3rem;
  }

  .text-block-56 {
    font-size: 10px;
  }

  .paragraph-4 {
    font-size: .7rem;
  }

  .image-6, .image-7 {
    width: 50%;
  }

  .section-4, .section-4.is-location, .section-4.is-bottom-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .is-word.is-2 {
    font-size: 5rem;
  }

  .is-word.is-2.ok {
    line-height: .5;
  }

  .is-word.is-2.bold-text-2._2 {
    font-size: 4.1rem;
  }

  .is-word.is-3 {
    font-size: 2.6rem;
  }

  .is-word.is-3._2._3, .is-word.is-1 {
    font-size: 3rem;
  }

  .is-word.is-1.textinho {
    font-size: 1.1rem;
  }

  .is-word.is-1._2 {
    font-size: 2.7rem;
    line-height: .8;
  }

  .is-word.is-1._2.lovives {
    font-size: 3.4rem;
  }

  .is-word.is-1.mobile {
    margin-top: 151px;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .text-size-medium-2.trabajo {
    font-size: 1.3rem;
  }

  .video_play {
    background-color: #b3c7f3;
  }

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

  .locations_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .max-width-440.mobile {
    margin-top: 163px;
  }

  .heading-style-h4-2 {
    font-size: .9rem;
    line-height: 1.1;
  }

  .heading-style-h2-2 {
    font-size: 2.1rem;
    line-height: 1;
  }

  .heading-style-h2-2.is-title {
    font-size: 10vw;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .hero-div-holder {
    margin-left: 3%;
    margin-right: 7%;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 79px;
  }

  .hero.comunidad {
    background-image: url('../images/image_web_home_01.jpg');
    background-position: 50% 33%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 315px;
  }

  .hero.laapp {
    background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/girl-img.jpg');
  }

  .white-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .white-heading.home-centred {
    font-size: 38px;
    line-height: 32px;
  }

  .content-holder.home {
    margin-left: 1%;
    margin-right: 1%;
  }

  .image-8 {
    max-width: 100%;
  }

  .cta-wrapper {
    color: #fff0;
  }

  .text-rotator-main {
    color: var(--white);
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    letter-spacing: 0;
    text-transform: lowercase;
    font-family: Darkergrotesque, Arial, sans-serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-9, .image-10, .image-11 {
    border-radius: 0;
  }

  .hero-main-title {
    font-size: 28vw;
    font-weight: 600;
  }

  .hero-interaction {
    margin-top: 92vh;
  }

  .main-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-image.fifth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    left: -65.6vw;
  }

  .main-image.first {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -4vw;
    left: -53vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    display: none;
    top: 33.8vh;
    left: -4.1vw;
  }

  .main-image.sixth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-bottom: -62vw;
    display: none;
    top: -19.5vh;
    left: -4vw;
  }

  .main-image.eight, .main-image.seven {
    display: none;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    margin-top: -17vw;
    left: 53vw;
  }

  .main-image.second {
    width: 25vw;
    min-height: 40vw;
    top: -8vh;
  }

  .hero-wrapper {
    height: 80vh;
  }

  .hero-images.right-slide {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-images.left {
    height: 70vh;
    max-height: 70vh;
  }

  .hero-content {
    padding-bottom: 14vh;
  }

  .hero-first {
    height: 80vh;
    min-height: 80vh;
  }

  .image-12 {
    border-radius: 0;
    max-width: 100%;
  }

  .image-15 {
    max-width: 100%;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .home-header_img {
    border-radius: 1.75vh;
    width: 10vh;
    height: auto;
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .home-header_headings {
    max-width: 15rem;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60vh;
  }

  .cta_content {
    padding: 2rem;
  }

  .footer_lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-style-label-2.ipad {
    margin-top: -.5rem;
  }

  .heading-style-h3-3.b {
    font-size: 3.5rem;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .home-header_imgs-wrapper {
    display: flex;
  }

  .footer_wrap {
    padding-bottom: 1.5rem;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .home-header_text {
    max-width: 25.7rem;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_main {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-links-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .section_home-header {
    min-height: 100vh;
  }

  .home-header_labels-wrap {
    bottom: 1.25rem;
  }

  .home-header_component {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    font-size: 1.8rem;
  }

  .bold-text-5 {
    font-size: .7rem;
  }

  .bold-text-6 {
    color: #b3c7f3;
    font-size: 2rem;
  }

  .padding-global-3 {
    background-image: none;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4 {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-4.is-large {
    background-color: #0043d6;
  }

  .heading-24 {
    font-size: 2.3rem;
  }
}

#w-node-c8bf39c1-66d1-8f55-de1a-1b08aead1237-20427a7a {
  place-self: center start;
}

#w-node-c8bf39c1-66d1-8f55-de1a-1b08aead1245-20427a7a {
  place-self: center;
}

#w-node-c3f89e00-9283-a49d-4858-84c2b06d37fe-20427a7a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c3f89e00-9283-a49d-4858-84c2b06d3805-20427a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e3765d0-28a9-367e-e790-b56a3f36994a-20427a7a, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda07d-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda085-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda187-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda18e-20427a7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e221a071-535f-8ac2-1c9c-7588f005d50c-20427a81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bab-20427a83 {
  place-self: center start;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bb9-20427a83 {
  place-self: center;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bbb-20427a83 {
  place-self: center end;
}

#w-node-bffe4603-fc4f-d4c4-b444-a391bdcffdd8-20427a83 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bffe4603-fc4f-d4c4-b444-a391bdcffddf-20427a83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e3765d0-28a9-367e-e790-b56a3f369946-20427a83, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36994a-20427a83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bab-20427a84 {
  place-self: center start;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bb9-20427a84 {
  place-self: center;
}

#w-node-_28e80505-4779-8c1e-1740-fbae0fca8bbb-20427a84 {
  place-self: center end;
}

#w-node-_0e3765d0-28a9-367e-e790-b56a3f369946-20427a84, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36994a-20427a84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1df5385e-deb2-d4dc-16d9-c45aaf4bbd9c-20427a84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e3765d0-28a9-367e-e790-b56a3f369936-20427a7a, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993a-20427a7a, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993e-20427a7a, #w-node-_0e3765d0-28a9-367e-e790-b56a3f369942-20427a7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda07d-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda085-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda13b-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda187-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda18e-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda2bf-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda2c6-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda2df-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda2e6-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda349-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda351-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda38d-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda395-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda3b1-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda3b9-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda3d5-20427a7e, #w-node-_4fce77b0-6ac6-434d-12f9-cadd83dda3dd-20427a7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e3765d0-28a9-367e-e790-b56a3f369936-20427a83, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993a-20427a83, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993e-20427a83, #w-node-_0e3765d0-28a9-367e-e790-b56a3f369942-20427a83, #w-node-_0e3765d0-28a9-367e-e790-b56a3f369936-20427a84, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993a-20427a84, #w-node-_0e3765d0-28a9-367e-e790-b56a3f36993e-20427a84, #w-node-_0e3765d0-28a9-367e-e790-b56a3f369942-20427a84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.woff') format('woff');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-Bold.ttf') format('truetype'), url('../fonts/DarkerGrotesque-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darkergrotesque';
  src: url('../fonts/DarkerGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}