:root {
  --page-color: #f6f3f1;
  --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
  --text-color: #5a6271;
  --_typography---body-text-l--text-l-font-size: 1rem;
  --_typography---body-text-l--text-l-line-height: 1.3em;
  --_typography---font-weight--font-weight-regular: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weight--font-weight-semibold: 600;
  --_typography---heading-01--h1-letter-spacing: -.03em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1em;
  --_typography---heading-02--h2-letter-spacing: -.03em;
  --_typography---hedaing-03--h3-font-size: 3rem;
  --_typography---hedaing-03--h3-line-height: 1em;
  --_typography---hedaing-03--h3-letter-spacing: -.03em;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---heading-05--h5-font-size: 1.5rem;
  --_typography---heading-05--h5-line-height: 1.2em;
  --_typography---heading-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.2em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --transparent: #fff0;
  --black: #030303;
  --_typography---button-text--button-text-font-size: 1.1rem;
  --_typography---button-text--button-text-line-height: 1.3em;
  --_typography---font-weight--font-weight-medium: 500;
  --_typography---button-text--button-text-letter-spacing: -.02em;
  --white: white;
  --_typography---body-text-s--text-s-font-size: .75rem;
  --_typography---body-text-s--text-s-line-height: 1.3em;
  --border-color: #d0d8e4;
  --_typography---body-text-m--text-m-font-size: .88rem;
  --_typography---body-text-m--text-m-line-height: 1.4em;
  --gray: #8a919b;
  --_typography---body-text-xl--text-xl-font-size: 1rem;
  --_typography---body-text-xl--text-xl-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
  --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  --official: #ffdf00;
  --_spacing---160: 160px;
  --_spacing---120: 120px;
  --_spacing---96: 96px;
  --_spacing---80: 80px;
  --_spacing---64: 0px;
  --_spacing---48: 48px;
  --_spacing---0: 0px;
  --_spacing---hero-top-padding: 160px;
}

body {
  background-color: var(--page-color);
  font-family: var(--_typography---primary-font-family);
  color: var(--text-color);
  font-size: var(--_typography---body-text-l--text-l-font-size);
  line-height: var(--_typography---body-text-l--text-l-line-height);
  font-weight: var(--_typography---font-weight--font-weight-regular);
  --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
  --_typography---body-text-l--text-l-font-size: 1rem;
  --_typography---body-text-l--text-l-line-height: 1.3em;
  --_typography---font-weight--font-weight-regular: 400;
  --_typography---heading-01--h1-font-size: 4.38rem;
  --_typography---heading-01--h1-line-height: 1em;
  --_typography---font-weight--font-weight-semibold: 600;
  --_typography---heading-01--h1-letter-spacing: -.03em;
  --_typography---heading-02--h2-font-size: 3.75rem;
  --_typography---heading-02--h2-line-height: 1em;
  --_typography---heading-02--h2-letter-spacing: -.03em;
  --_typography---hedaing-03--h3-font-size: 3rem;
  --_typography---hedaing-03--h3-line-height: 1em;
  --_typography---hedaing-03--h3-letter-spacing: -.03em;
  --_typography---heading-04--h4-font-size: 2rem;
  --_typography---heading-04--h4-line-height: 1.1em;
  --_typography---heading-04--h4-letter-spacing: -.01em;
  --_typography---heading-05--h5-font-size: 1.5rem;
  --_typography---heading-05--h5-line-height: 1.2em;
  --_typography---heading-05--h5-letter-spacing: -.01em;
  --_typography---heading-06--h6-font-size: 1.25rem;
  --_typography---heading-06--h6-line-height: 1.2em;
  --_typography---heading-06--h6-letter-spacing: -.01em;
  --_typography---button-text--button-text-font-size: 1.1rem;
  --_typography---button-text--button-text-line-height: 1.3em;
  --_typography---font-weight--font-weight-medium: 500;
  --_typography---button-text--button-text-letter-spacing: -.02em;
  --_typography---body-text-s--text-s-font-size: .75rem;
  --_typography---body-text-s--text-s-line-height: 1.3em;
  --_typography---body-text-m--text-m-font-size: .88rem;
  --_typography---body-text-m--text-m-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-font-size: 1rem;
  --_typography---body-text-xl--text-xl-line-height: 1.4em;
  --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
  --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  scroll-behavior: smooth;
}

h1 {
  font-size: var(--_typography---heading-01--h1-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-01--h1-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_typography---heading-02--h2-font-size);
  line-height: var(--_typography---heading-02--h2-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-02--h2-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_typography---hedaing-03--h3-font-size);
  line-height: var(--_typography---hedaing-03--h3-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---hedaing-03--h3-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_typography---heading-04--h4-font-size);
  line-height: var(--_typography---heading-04--h4-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-04--h4-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_typography---heading-05--h5-font-size);
  line-height: var(--_typography---heading-05--h5-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-05--h5-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_typography---heading-06--h6-font-size);
  line-height: var(--_typography---heading-06--h6-line-height);
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  letter-spacing: var(--_typography---heading-06--h6-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

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

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

.main-wrapper.works-page {
  padding-bottom: 30px;
}

.body-text-m-regular {
  font-size: var(--_typography---body-text-m--text-m-font-size);
  line-height: var(--_typography---body-text-m--text-m-line-height);
}

.body-text-m-regular.line-height-down {
  line-height: 1.5em;
}

.work-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-collection-list.work-details-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.work-collection-item.work-item-collection-single {
  width: 100%;
}

.work-card {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card.v2 {
  height: 566px;
}

.work-card.work-single-home-card {
  width: 100%;
  min-width: 100%;
  height: auto;
}

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

.work-image.work-single-image {
  object-fit: cover;
  max-height: 700px;
}

.work-card-button {
  grid-column-gap: 26px;
  height: 60px;
  color: var(--black);
  font-weight: var(--_typography---font-weight--font-weight-medium);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: flex;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  overflow: hidden;
  width: auto !important;
}

.work-card-button:hover {
  justify-content: space-between;
}

.work-card-button.flutuante-topo {
  top: 32px;
  right: 32px;
}

.work-card-button.title-work-space {
  position: static;
}

.work-card-button.title-work {
  flex-flow: column;
  padding-left: 10px;
  position: static;
  background-color: #0000 !important;
}

.work-card-button.title-work.mobile-card-title-mobile {
  background-color: #0000 !important;
}

.work-card-button-arrow {
  object-fit: cover;
  width: 30px;
  height: 21px;
}

.work-card-image-block {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-text-s-regular {
  font-size: var(--_typography---body-text-s--text-s-font-size);
  line-height: var(--_typography---body-text-s--text-s-line-height);
  align-self: flex-start;
}

.work-details {
  padding-top: 35px;
  padding-left: 32px;
  padding-right: 32px;
}

.work-details-hero-block {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 40px;
  display: flex;
}

.work-details-hero-title-block {
  color: var(--black);
}

.work-details-hero-bottom-block {
  grid-column-gap: 40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  padding: 15px 20px;
  display: flex;
}

.hero-details-description-block {
  width: 100%;
  max-width: 700px;
}

.work-info-block {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-info-item {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.work-info-text-block {
  color: var(--black);
}

.work-info-devider-line {
  background-color: var(--border-color);
  width: 1px;
  height: 47px;
}

.work-info-devider-line.visible-in-mobile {
  display: none;
}

.work-info-button {
  grid-column-gap: 8px;
  color: var(--black);
  font-size: var(--_typography---body-text-m--text-m-font-size);
  line-height: var(--_typography---body-text-m--text-m-line-height);
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-info-button-icon {
  width: 16px;
  height: 16px;
}

.work-details-image-block {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  max-width: 1520px;
  height: 681px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.woek-details-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.work-description-block {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 24px;
  display: flex;
}

.work-description-text {
  color: var(--black);
}

.work-description-text h4 {
  color: var(--black);
  margin-bottom: 24px;
}

.work-description-text p {
  max-width: 550px;
}

.work-images-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.work-image-block {
  background-color: var(--transparent);
  border-radius: 12px;
  width: 100%;
  height: auto;
  max-height: 819px;
  padding: 8px;
}

.work-details-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 800px;
}

.more-works {
  padding-top: 75px;
}

.more-works-content-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px 40px;
  display: flex;
}

.more-work-title-block {
  color: var(--black);
}

.work-cta {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-wrapper {
  background-color: var(--black);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-gradient-block {
  opacity: .4;
  filter: blur(100px);
  pointer-events: none;
  background-image: linear-gradient(128deg, #3b3600, #1b1900);
  border-radius: 100%;
  width: 100%;
  max-width: 776px;
  height: 732px;
  position: absolute;
}

.cta-content-block {
  z-index: 2;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-top-block {
  grid-row-gap: 16px;
  max-width: 450px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: var(--_typography---heading-01--h1-font-size);
  line-height: var(--_typography---heading-01--h1-line-height);
  letter-spacing: var(--_typography---heading-01--h1-letter-spacing);
}

.cta-description-block {
  opacity: .5;
}

.cta-form-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.cta-form-wrap {
  background-color: #0000001a;
  border-radius: 16px;
  padding: 20px;
}

.cta-form-block {
  margin-bottom: 0;
}

.cta-form {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cta-form-field {
  height: 48px;
  color: var(--white);
  background-color: #ffffff0a;
  border: 1px solid #ffffff0a;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px;
}

.cta-form-field::placeholder {
  color: var(--gray);
}

.cta-form-field.textarea {
  height: auto;
  min-height: 116px;
}

.form-button {
  background-color: var(--white);
  height: 52px;
  color: var(--black);
  font-weight: var(--_typography---font-weight--font-weight-medium);
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 0;
}

.form-button:hover {
  background-color: #fff9;
}

.form-button.contact-page {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0 24px;
}

.form-success-state {
  background-color: var(--transparent);
  color: var(--white);
  font-size: var(--_typography---body-text-xl--text-xl-font-size);
  padding: 24px;
}

.form-success-state.contact-page {
  opacity: .5;
  color: var(--black);
}

.form-error-state {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding: 0;
}

.form-error-state.contact-page {
  color: var(--black);
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-right: 75px;
  display: flex;
}

.text-h4 {
  letter-spacing: -2px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-tile {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  margin-top: 120px;
}

.newsletter-field-master {
  max-width: 456px;
  position: relative;
}

.success-message-newsletter {
  color: #181e25;
  text-align: center;
  background-color: #bbff76;
  border-radius: 8px;
  max-width: 400px;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 133.3%;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

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

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.heading-footer {
  max-width: 314px;
}

.button-text-mask {
  flex: none;
  width: auto;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: grid;
}

.footer-links-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.footer-link-2 {
  color: #181e25;
  letter-spacing: -.25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 600;
  line-height: 133.3%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa4149;
  border-radius: 8px;
}

.cta-arrow {
  color: #181e25;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.text-field {
  color: #181e25;
  letter-spacing: -.25px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-field:focus {
  color: #181e25;
  border-color: #181e257a;
}

.text-field::placeholder {
  color: #181e257a;
}

.text-field.newsletter {
  color: #181e25;
  background-color: #181e2514;
  padding-right: 50px;
}

.text-field.newsletter::placeholder {
  color: #181e257a;
}

.footer-2 {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.button-bg {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg.dark-outlined {
  background-color: #ffffff29;
  border: 1px solid #181e2552;
}

.footer-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.section-divider {
  border-bottom: 1px solid #181e2552;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider.footer-divider-2 {
  margin-bottom: 32px;
}

.section-divider.footer-divider {
  margin-top: 32px;
  margin-bottom: 48px;
}

.button-text {
  z-index: 1;
  letter-spacing: -.5px;
  margin-top: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

.cta-main {
  color: #fff;
  letter-spacing: -.5px;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
  position: relative;
}

.cta-main.dark-outlined {
  color: #181e25;
}

.submit-button {
  background-color: #0000;
  padding-right: 24px;
  position: absolute;
  inset: 0%;
}

.social-link {
  color: #181e25;
  border-radius: 100vw;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .5;
  object-fit: fill;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.label-work {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
}

.paragraph {
  color: var(--black);
}

.paragraph.tag-works-filtro {
  background-color: var(--official);
  opacity: .7;
  color: var(--black);
  background-color: var(--official);
  opacity: .7;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
}

.flutuante-topo {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 100%;
  padding: 16px 15px 17px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.novo-header {
  z-index: 999;
  width: 100%;
  padding: 10px;
  position: fixed;
}

.container-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  max-width: 900px;
  min-height: 65px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-header.container-header-mobile {
  max-width: 1520px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 50%;
  height: 100%;
}

.container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
  display: none;
}

.container-2.container-right-header {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button, .container-2.container-menu-mobile.visible-mobile-menu, .container-2.container-menu-mobile.visible-mobile-menu.menu-button, .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
  display: none;
}

.header-nav {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-nav.header-nav-mobile {
  text-transform: uppercase;
  text-transform: uppercase;
}

.header-link {
  color: var(--black);
  font-size: 16px;
}

.header-link.w--current {
  font-size: 16px;
}

.section {
  padding: 0;
}

.faixa-header {
  background-color: var(--official);
  width: 100%;
  max-width: 100%;
  max-height: 40px;
  color: var(--black);
  padding: 5px 10px;
}

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

.text-block-3.text-faixa {
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  font-size: 15px;
  font-weight: var(--_typography---font-weight--font-weight-semibold);
  font-size: 15px;
}

.style-header {
  display: none;
}

.section-2 {
  background-color: var(--transparent);
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.work-title {
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 120px;
    --_spacing---120: 80px;
    --_spacing---96: 72px;
    --_spacing---80: 0px;
    --_spacing---64: 48px;
    --_spacing---48: 0px;
    --_spacing---0: 160px;
    --_spacing---hero-top-padding: 160px;
  }

  .hero-mobile {
    height: 850px;
  }

  .works, .services {
    padding-left: 24px;
    padding-right: 24px;
  }

  .intro {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review, .success, .pricing, .faq, .blogs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta, .footer-content-wrapper {
    padding: 24px;
  }

  .hero-content-wrapper {
    padding: 72px 24px 24px;
  }

  .hero-top-content-block {
    grid-column-gap: 32px;
  }

  .hero-brand-logo-block {
    max-width: 320px;
  }

  .hero-description-block {
    max-width: 400px;
  }

  .hero-cta-block {
    bottom: 24px;
    right: 24px;
  }

  .work-collection-list {
    grid-template-columns: 1fr;
  }

  .work-card {
    height: auto;
  }

  .works-home {
    padding-left: 24px;
    padding-right: 24px;
  }

  .works-home-top-block {
    grid-row-gap: 16px;
  }

  .work-home-collection-list {
    grid-template-columns: 1fr;
  }

  .blog-hero-block {
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .blogs-home-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .blogs-home-left-block {
    grid-column-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
    top: 0;
  }

  .home-blogs-wrapper {
    max-width: 100%;
  }

  .blog-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-details-image-block {
    height: 486px;
  }

  .work-details {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .work-details-hero-block {
    grid-row-gap: 32px;
  }

  .work-details-hero-bottom-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-info-block {
    justify-content: flex-start;
    align-items: center;
  }

  .work-details-image-block {
    height: 600px;
  }

  .work-image-block {
    height: 429px;
    max-height: none;
  }

  .work-details-image {
    height: 100%;
  }

  .more-works-content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-cta {
    padding: 24px;
  }

  .contact, .contact-hero-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .conatct-content-block {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .contact-content-image-block {
    height: 600px;
  }

  .contact-form-wrapper, .about-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-image {
    height: 433px;
  }

  .about-experties-block {
    grid-template-columns: 1fr;
  }

  .about-experties-item {
    grid-row-gap: 24px;
    border-bottom: 1px solid var(--transparent);
    border-right-style: none;
    padding: 24px;
  }

  .about-experties-item.border-none-for-mobile {
    border-bottom-style: none;
  }

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

  .intro-text-content-block {
    grid-row-gap: 24px;
  }

  .intro-image-block {
    height: 500px;
  }

  .team {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-content-wrapper {
    grid-row-gap: 24px;
  }

  .team-cards-block {
    grid-template-columns: 1fr;
  }

  .awards {
    padding: 40px 24px 24px;
  }

  .awards-content-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .award-title-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .video {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-content-block {
    height: 600px;
    padding: 24px;
  }

  .brand-logo-block {
    top: 60px;
    left: -10px;
  }

  .review-slider-arrow {
    bottom: 24px;
    right: 24px;
  }

  .review-slider-arrow.left-arrow {
    right: 96px;
  }

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

  .review-card-image-block {
    height: 700px;
    max-height: 700px;
  }

  .review-text-block {
    max-width: 500px;
    padding: 48px 56px 80px 24px;
  }

  .pricing-cards-block {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .pricng-card-rush {
    width: 100%;
    height: 503px;
  }

  .success-content-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .success-video-block {
    height: 450px;
  }

  .utility-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-image-block {
    height: 600px;
  }

  .template-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .template-content-item {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 32px;
  }

  .body-text-large {
    font-size: 16px;
  }

  .template-button-content-item {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 32px;
  }

  .color-block {
    height: 150px;
  }

  .colors-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-right {
    margin-right: 0;
  }

  .cta-master {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .container-header.container-header-mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2.container-menu-mobile {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

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

  .text-h1-2 {
    font-size: 64px;
  }

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

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-careers {
    margin-bottom: 48px;
  }

  .master_hero-home {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: #0d1526;
    border-radius: 1.5rem;
    flex-flow: column-reverse;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 1rem;
    padding: 3rem 2rem;
    display: flex;
  }

  .video_hero-home {
    height: 13.5rem;
  }

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

  .left_hero-home {
    padding: 0;
  }

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

  .image-wrap_home-features {
    height: 22.5rem;
    min-height: auto;
  }

  .image-wrap_hero-about {
    height: 25rem;
    min-height: auto;
    display: none;
  }

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

  .content-program-card-large {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer_bottom-halves {
    flex-flow: wrap;
    display: flex;
  }

  .master-footer {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .footer_columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .footer_top-tile {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-wrap-home-b-marquee {
    width: 400px;
    height: 440px;
  }

  .image-wrap-home-b-marquee.large {
    width: 450px;
  }

  .master-moving-logos {
    grid-row-gap: 100px;
  }

  .logo-moving-logo {
    object-fit: contain;
    max-width: 180px;
    max-height: 70px;
  }

  .dt-h2 {
    font-size: 2.4em;
  }

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

  .image-logos-wide {
    width: 16%;
  }

  .master-hero-home-c {
    padding-top: 0;
    padding-bottom: 0;
  }

  .master-logos {
    flex-wrap: wrap;
  }

  .inside-hero-home-c {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .h1-heading {
    font-size: 56px;
  }

  .wrap-hero-home-image-c {
    width: 100%;
    max-height: 660px;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .block-hero-home-c {
    padding: 90px 90px 120px;
  }

  .abstract-hero-home-c {
    bottom: 0%;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-a-description {
    flex-flow: column;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .numbers-halves {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-logos-fourths-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-heading-1 {
    font-size: 64px;
  }

  .home-b-hero-master {
    height: 400px;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #231f23;
    background-color: #231f2314;
    border: 1px solid #231f2300;
    border-radius: 1.5rem;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: .75rem;
    display: flex;
  }

  .menu-button.w--open {
    color: #231f23;
    background-color: #231f2314;
  }

  .nav_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .nav_column {
    max-width: none;
  }

  .dropdown_inner-small {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: 0;
  }

  .nav_right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_button-desktop {
    display: none;
  }

  .nav_label {
    padding-left: 0;
  }

  .nav-menu_inner {
    width: 100%;
    height: 68dvh;
    min-height: 100%;
    box-shadow: none;
    background-color: #f7f6f5;
    border-radius: 0 0 1.25rem 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: .25rem 1.25rem 1rem;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    padding: 0;
    position: static;
  }

  .nav-container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_wrap-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #f7f6f500;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu {
    background-color: #f7f6f500;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .link_dropdown {
    padding: 0;
  }

  .link_dropdown:hover, .link_dropdown.w--current {
    background-color: #f7f6f500;
  }

  .link_dropdown.smaller {
    padding-bottom: 0;
  }

  .dropdown-toggle {
    letter-spacing: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .menu-button_inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button_inner.close {
    color: #231f23;
    display: none;
  }

  .icon_menu {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
  }

  .divider_mobile-menu {
    background-color: #231f2314;
    flex: none;
    width: 100%;
    height: 1px;
    display: block;
  }

  .nav-menu_mobile-button {
    flex-flow: column;
    margin-top: 1.5rem;
    display: flex;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-line {
    background-color: #231f23;
    width: 90%;
    height: .094rem;
  }

  .dropdown-line.absolute {
    width: .094rem;
    height: 90%;
    position: absolute;
  }

  .icon-dropdown {
    display: none;
  }

  .cta_mobile-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    color: #231f23;
    text-align: left;
    ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: mode-432b6168-014b-d342-7aaf-e949cad7c195;
    background-image: url("https://cdn.prod.website-files.com/68e7ff5425c2f1ccbe2818d6/6a091f22b4b3e3d41a149106_mobile-cta-bg.avif");
    background-position: 50%;
    background-size: cover;
    border-radius: 1.25rem;
    flex-flow: column;
    width: 100%;
    margin-top: auto;
    padding: 1.25rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .icon-wrap_dropdown {
    justify-content: center;
    align-items: center;
    padding: .75rem;
    display: flex;
  }

  .icon-wrap_dropdown.not-visible {
    opacity: 0;
    opacity: 0;
    display: flex;
  }

  .nav-cta_desktop {
    display: none;
  }

  .nav-container_bg.for-dropdown {
    opacity: 0;
    opacity: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .link_nav {
    letter-spacing: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    display: flex;
  }

  .dropdown-animated-box {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
    position: relative;
  }

  .mobile-cta_bottom-tile {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-small_wrap {
    box-shadow: none;
    background-color: #f7f6f500;
    border-radius: 0;
    flex: 0 auto;
    overflow: visible;
  }

  .left_nav-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .dropdown-list_small.w--open {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: static;
  }

  .dropdown_inner {
    padding: 1.25rem 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 2.5rem;
    --_typography---heading-02--h2-line-height: 40px;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---hedaing-03--h3-font-size: 2.4rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 80px;
    --_spacing---120: 64px;
    --_spacing---96: 64px;
    --_spacing---80: 56px;
    --_spacing---64: 0px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 120px;
  }

  .hero-mobile {
    height: auto;
    min-height: 90vh;
  }

  .works {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .review {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .success {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing, .faq {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blogs {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta {
    padding: 16px;
  }

  .footer {
    height: auto;
  }

  .hero-video-desktop {
    display: flex;
  }

  .footer-content-wrapper {
    grid-row-gap: 198px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-brand-logo-block {
    max-width: 45%;
  }

  .footer-bottom-block {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .primary-cta-button {
    width: 100%;
  }

  .footer-cta-block {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer-menu-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-content-wrapper {
    grid-row-gap: 250px;
    padding: 80px 16px 16px;
  }

  .hero-top-content-block {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-brand-logo-block {
    max-width: 274px;
  }

  .hero-bottom-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-cta-block {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .navigation-block-inner {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 112px 16px 32px;
  }

  .nav-cta-block {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .nav-mail-block {
    border-top: 1px solid var(--border-color);
    text-align: left;
    border-bottom-style: none;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .nav-link {
    font-size: 3rem;
    line-height: 1em;
    font-weight: var(--_typography---font-weight--font-weight-semibold);
    letter-spacing: -.03em;
  }

  .faq-content-wrapper {
    padding: 40px;
  }

  .faq-question-block {
    white-space: normal;
    word-break: normal;
  }

  .faq-icon {
    flex: none;
  }

  .works-content-wrapper {
    grid-row-gap: 24px;
  }

  .work-hero-block {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: stretch;
  }

  .work-card.v2 {
    height: 366px;
  }

  .work-image.v2 {
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .works-home {
    padding: 32px 16px;
  }

  .works-home-top-block {
    padding: 20px 16px;
  }

  .blog-hero-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card-image-block, .blog-card-image-block.featured {
    height: 320px;
  }

  .blog-card-image-block.featured {
    height: 320px;
  }

  .blog-card-image-block.homepage {
    width: 100%;
    height: 250px;
  }

  .blog-card-info-block.homepage {
    width: 100%;
    max-width: 100%;
  }

  .blog-card.homepage {
    flex-flow: column;
  }

  .blogs-home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blogs-home-content-wrapper {
    grid-row-gap: 10px;
  }

  .blogs-home-left-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-details {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-details-image-block {
    height: 350px;
  }

  .work-details {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .work-details-hero-block {
    grid-row-gap: 24px;
    padding-top: 100px;
    padding-bottom: 24px;
  }

  .work-details-hero-bottom-block {
    grid-row-gap: 16px;
  }

  .work-info-block {
    flex-flow: column;
    align-items: stretch;
  }

  .work-info-item {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .work-info-devider-line {
    width: 100%;
    height: 1px;
  }

  .work-info-devider-line.visible-in-mobile {
    display: block;
  }

  .work-details-image-block {
    height: 416px;
  }

  .work-description-block {
    padding: 40px 16px;
  }

  .work-description-text h4 {
    margin-bottom: 16px;
  }

  .work-image-block {
    height: 350px;
  }

  .work-details-image {
    height: 100%;
  }

  .more-works-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-cta {
    padding: 16px;
  }

  .cta-wrapper {
    padding: 40px 16px 24px;
  }

  .cta-expert-statement-block {
    white-space: normal;
    word-break: normal;
  }

  .contact {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-hero-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-content-image-block {
    height: 400px;
  }

  .about-hero {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero-content-wrapper {
    grid-row-gap: 32px;
  }

  .about-image {
    height: 300px;
  }

  .intro-text-content-block {
    padding: 24px;
  }

  .intro-image-block {
    height: 340px;
  }

  .team {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-card {
    flex-flow: column;
  }

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    height: 332px;
  }

  .team-info-block {
    grid-row-gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .awards {
    padding: 48px 16px 16px;
  }

  .awards-content-wrapper {
    grid-row-gap: 40px;
  }

  .award-list-item {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .award-info-block {
    grid-column-gap: 8px;
    justify-content: space-between;
    width: 100%;
  }

  .partner-marquee-wrapper, .partner-marquee-inner {
    grid-column-gap: 60px;
  }

  .service-content-wrapper {
    grid-row-gap: 24px;
  }

  .services-top-block {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-slider-arrow {
    width: 80px;
    height: 80px;
  }

  .service-slider-mask {
    max-width: 100%;
  }

  .video {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-content-block {
    height: 494px;
    padding: 16px;
  }

  .brand-logo-block {
    top: 52px;
    left: -18px;
  }

  .video-content-bottom-block {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .video-content-description-block {
    max-width: 100%;
  }

  .video-play-button {
    width: 80px;
    height: 80px;
  }

  .review-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-slider-arrow {
    right: auto;
  }

  .review-slider-arrow.left-arrow {
    margin-right: 48px;
    right: auto;
  }

  .review-slider-arrow.right-arrow {
    margin-left: 48px;
  }

  .review-card {
    padding-bottom: 24px;
  }

  .review-card-image-block {
    height: 400px;
    max-height: 400px;
  }

  .review-text-block {
    padding: 32px 16px 40px;
  }

  .success-video-text-content-block {
    padding: 24px;
  }

  .utility-wrapper {
    padding: 100px 16px 16px;
  }

  .utility-top-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
  }

  .button-primary-v2 {
    width: 100%;
  }

  .utility-image-block {
    height: 400px;
  }

  .changelog-version-text {
    font-size: 16px;
    line-height: 1.75em;
  }

  .tempalte-page-content-block {
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .template-page-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .template-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .template-content-item {
    padding: 24px;
  }

  .template-page-section {
    padding-top: 100px;
  }

  .style-guide-rich-text-wrapper-dark {
    padding-bottom: 40px;
  }

  .template-button-content-item {
    padding: 24px;
  }

  .color-block {
    width: 100%;
    height: 200px;
  }

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

  .style-guide-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-item-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    padding-right: 0;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .cta-master {
    max-width: 500px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-icon {
    width: 48px;
    height: 48px;
  }

  .container-header.container-header-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    min-height: 0;
    overflow: hidden;
    border-radius: 20px !important;
    justify-content: space-between !important;
  }

  .container-2.container-right-header.mobile-container-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
  }

  .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-2.container2-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav.header-nav-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3.open-menu {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    filter: brightness(0);
    cursor: pointer;
    cursor: pointer;
  }

  .heading-style-h5-2 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .subtext_contact-c {
    max-width: 28rem;
  }

  .form_block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .label-master-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .5rem;
    padding: .5rem;
  }

  .contact-c_halves {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-form_top-tile {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-block_contact {
    border-radius: 1rem;
    margin-bottom: 0;
    padding: 2rem;
  }

  .icon_button {
    width: 12px;
    height: 1rem;
  }

  .icon_button.right {
    margin-left: .5rem;
  }

  .icon_button.left {
    margin-right: .5rem;
  }

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

  .testimonial_author {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .image-wrap_testimonial-author {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .section_hero-contact-c {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }

  .checkbox {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .label-large {
    letter-spacing: .5px;
    font-size: .625rem;
    line-height: .75rem;
  }

  .left_contact-c {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .image_cover.about-hero {
    object-position: 50% 15%;
    object-position: 50% 15%;
  }

  .testimonial-small_top-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-wrap_testimonial-author {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .cta_primary {
    letter-spacing: 0;
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .checkbox_contact {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -16px;
  }

  .icon-wrap_button.right {
    margin-right: 0;
  }

  .text-field-2 {
    letter-spacing: 0;
    border-radius: .5rem;
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-field-2.text-area {
    padding: .5rem .75rem;
  }

  .contact-form_bottom-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial_tile {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .headline_contact-c {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-inner {
    padding: .5rem .75rem;
  }

  .btn-bg {
    border-radius: .5rem;
  }

  .text-size-large {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .input_halves {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button_text-mask {
    height: 1.25rem;
  }

  .button_text-mask.button {
    height: .75rem;
  }

  .input_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h1-2 {
    letter-spacing: -.062rem;
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .contact-form_inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .careers-about-halves {
    grid-template-columns: 1fr;
  }

  .text-h1-2 {
    font-size: 56px;
  }

  .master_hero-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1.25rem;
    margin-bottom: 12px;
    padding: 32px 16px;
  }

  .video_hero-home {
    border-radius: 1.25rem;
  }

  .grid_support {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .wrap_icon-btn {
    padding-left: .5rem;
  }

  .icon-feature {
    width: 1.5rem;
    height: 1.5rem;
  }

  .btn-bg-2 {
    border-radius: 2rem;
  }

  .icon-wrap_feature {
    border-radius: 1.25rem;
    padding: .75rem;
  }

  .book_support-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .hero-home_top-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h1-3 {
    letter-spacing: -.125rem;
    font-size: 4rem;
    line-height: 3rem;
  }

  .icon_button-2 {
    width: 1rem;
    height: 1rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-wrap_book-social.base {
    border-radius: 2rem;
    padding: .5rem;
  }

  .button-group_book {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .wrap_swap-text {
    height: 3rem;
  }

  .left_hero-home {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-radius: 1.25rem;
    padding: 0;
  }

  .label-large-2 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .cta_primary-2 {
    letter-spacing: 0;
    border-radius: 2rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .button-social-book {
    border-radius: 1rem;
    padding: .5rem .75rem;
  }

  .heading_hero-home {
    grid-column-gap: .5rem;
    grid-row-gap: .25rem;
    max-width: 20rem;
  }

  .text-wrap_support-tile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-style-h5-3 {
    letter-spacing: -.031rem;
    font-size: 1.5rem;
    line-height: 1.25rem;
  }

  .section_hero-home {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .marquee_services {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .slider.slider-services {
    display: block;
  }

  .slide_service {
    margin-right: .75rem;
  }

  .marquee_services-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .master_label {
    border-radius: 1rem;
    padding: .25rem .5rem;
  }

  .service-item_button {
    border-radius: 100vw;
    padding: .75rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .heading-style-h4 {
    letter-spacing: -.031rem;
    font-size: 2rem;
    line-height: 1.75rem;
  }

  .cta_tertiary {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 1rem;
  }

  .headline_home-services {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 42.5rem;
    margin-bottom: 1.5rem;
  }

  .content_nav-service {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.25rem 5rem 1.25rem 1.25rem;
  }

  .slider_button {
    border-radius: 1.5rem;
    padding: .75rem;
  }

  .marquee_service-item {
    width: 100%;
  }

  .mask_services {
    max-width: 20.75rem;
    margin-bottom: 2rem;
  }

  .card_scroll-service {
    border-radius: 1rem;
    max-width: 20.75rem;
    height: 22.5rem;
  }

  .marquee.home-marquee {
    display: none;
  }

  .icon-service-button {
    width: 1.25rem;
    height: 1.25rem;
  }

  .label-large-3 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .icon_button-tertiary {
    width: 1rem;
    height: 1rem;
  }

  .home-services_bottom-tile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: 28rem;
    margin-top: 2.5rem;
  }

  .section_home-services {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .icon_slider-button.large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .heading-style-h2 {
    letter-spacing: -.094rem;
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .section_home-features {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home-features_halves, .right_home-features {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-wrap_about-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card_home-feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    padding: 2rem;
  }

  .label-large-4 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .grid_home-features {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .image-wrap_home-features {
    border-radius: 1.25rem;
  }

  .headline_home-featires {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1.25rem;
    padding: 2rem;
  }

  .image-wrap_hero-about-mobile {
    border-radius: 1rem;
    display: block;
  }

  .image-wrap_hero-about {
    border-radius: 1.25rem;
  }

  .headline_about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h1-4 {
    letter-spacing: -.125rem;
    font-size: 4rem;
    line-height: 3rem;
  }

  .label-large-5 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .master_hero-about {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .content_hero-about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5rem 1.5rem 2rem;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-program-carousel {
    max-width: 680px;
  }

  .button-wrap-program-carousel {
    padding-right: 80px;
  }

  .icon-button {
    width: 12px;
  }

  .slide-blog {
    margin-right: 12px;
  }

  .content-program-card-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 24px;
  }

  .label-small-2 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .name-wrap-program-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .mask-program-slider {
    max-width: 912px;
  }

  .cta-tertiary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-button {
    margin-top: 32px;
    margin-right: 10px;
  }

  .slider-button.upper {
    top: -100px;
    left: 148px;
    right: auto;
  }

  .slider-button.upper.prev {
    margin-right: 32px;
    left: 106px;
  }

  .text-h4-3 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .programs-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-wrap-program-card-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .button-icon-wrap.right {
    margin-right: 0;
  }

  .button-icon-wrap.left {
    margin-left: 0;
  }

  .button-slider {
    border-radius: 24px;
    padding: 8px;
  }

  .image-wrap-program-card-large {
    height: 360px;
  }

  .program-card-large {
    border-radius: 24px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .headline-program-carousel {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 56px;
  }

  .text-h2.no-margins {
    letter-spacing: -1.5px;
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 36px;
  }

  .icon-slider-button.small {
    width: 12px;
    height: 12px;
  }

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

  .cta-main-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 32px;
    padding: 10px 16px;
  }

  .footer_bottom-halves {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1.5fr;
  }

  .footer_legal {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .master-footer {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .footer_bottom-right {
    order: -9999;
  }

  .footer_bottom-tile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .brand_footer {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-column-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 13.5rem;
  }

  .footer_links-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_columns {
    grid-column-gap: .75rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    place-items: start;
    width: 100%;
  }

  .footer-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .link-socials {
    width: .75rem;
    height: .75rem;
  }

  .footer_tag {
    padding: .25rem .5rem;
  }

  .right-footer {
    order: -9999;
  }

  .link_footer-legal {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
  }

  .footer_top-tile {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .text-size-small {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
  }

  .link_footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .footer_socials {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_bottom-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: .5rem;
  }

  .footer-bottom-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-brand-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-column-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid #f4f3f029;
    border-bottom: 1px solid #f4f3f029;
  }

  .footer-column-3.no-borders {
    border-top-style: none;
    border-bottom-style: none;
  }

  .footer-link-3 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-right-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .label-small-3 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .content-footer {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .footer-social-wrap-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-left-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-small-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .footer-links-column-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-halves-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

  .master-footer-2 {
    border-radius: 20px;
    max-width: 1800px;
    padding: 48px 16px 24px;
  }

  .footer-left-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .social-link-2 {
    width: 12px;
    height: 12px;
  }

  .footer-top-tile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-right-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-social-wrap-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-left-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-small-3 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-links-column-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-halves-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

  .social-link-3 {
    width: 12px;
    height: 12px;
  }

  .icon-button-2 {
    width: 12px;
  }

  .text-small-4 {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .link-cs-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .section-5 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small-4 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .cs-number-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
  }

  .headline-home-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .overlay-with-image {
    padding: 16px;
  }

  .marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-book {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .card-marquee-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-wrap-home-b-hero {
    max-width: 400px;
  }

  .card-marquee {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .card-marquee-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h4-4 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 32px;
  }

  .image-wrap-home-b-marquee {
    width: 300px;
    height: 360px;
  }

  .image-wrap-home-b-marquee.large {
    width: 400px;
  }

  .text-h1-3 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .icon-wrap-card-link {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .icon-link-arrow {
    width: 16px;
    height: 16px;
  }

  .cta-main-4 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-moving-logos {
    grid-row-gap: 70px;
  }

  .move-moving-logo.second-moving {
    grid-column-gap: 120px;
    grid-column-gap: 120px;
  }

  .logo-moving-logo {
    max-width: 150px;
    max-height: 57px;
  }

  .single-moving-logo {
    grid-column-gap: 120px;
  }

  .dt-h2 {
    font-size: 2em;
  }

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

  .image-logos-wide {
    width: 33%;
    max-width: none;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .h1-heading {
    font-size: 48px;
    line-height: 115%;
  }

  .wrap-hero-home-image-c {
    width: 90%;
    max-height: 580px;
  }

  .block-hero-home-c {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .logos-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headline-logos {
    max-width: 332px;
    margin-bottom: 80px;
  }

  .text-h1-4 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 48px;
  }

  .single-logo-marquee {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .marquee-logo-3 {
    max-width: 100px;
  }

  .logo-tile {
    border-radius: 20px;
    width: 220px;
    height: 100px;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrap-marquee-logos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-logos-fourths-2 {
    grid-template-columns: 1fr 1fr;
  }

  .main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h1-5 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 48px;
  }

  .marquee-logo-4 {
    max-width: 100px;
  }

  .vector-2 {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    inset: auto;
  }

  .vector-3-2 {
    width: 60%;
    margin-left: 0;
    position: relative;
    inset: auto;
    transform: rotate(0);
  }

  .text-heading-1 {
    letter-spacing: -.06em;
    font-size: 52px;
  }

  .home-b-hero-master {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .headline-home-b-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
  }

  .home-b-hero-paragraph {
    margin-bottom: 0;
  }

  .body-m {
    letter-spacing: -.03em;
    font-size: 18px;
  }

  .vector-1 {
    width: 60%;
    position: relative;
    transform: rotate(0);
  }

  .heading-style-h5-4 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .nav_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .dropdown_inner-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .text-wrap_dropdown-item.bigger-gap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .wrap_banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cta-small {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    letter-spacing: 0;
    border-radius: .5rem;
    padding: .5rem;
    font-size: .75rem;
    line-height: .75rem;
  }

  .icon_dropdown-link {
    width: 1rem;
    height: 1rem;
  }

  .heading-style-h6 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .icon-wrap_dropdown-link {
    padding: .5rem;
  }

  .nav-menu_inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .25rem 1rem .75rem;
  }

  .nav-container-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: 112.5rem;
    padding: .75rem 1rem;
  }

  .nav_wrap-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: .5rem;
  }

  .link_small-dropdown {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
  }

  .link_dropdown {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    letter-spacing: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .link_dropdown.smaller {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 0;
  }

  .dropdown-toggle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    letter-spacing: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .brand_navbar {
    max-width: 7rem;
    padding-left: 0;
  }

  .nav-menu_mobile-button {
    margin-top: 1.25rem;
  }

  .dropdown-line {
    height: .094rem;
  }

  .dropdown-line.absolute {
    width: .094rem;
  }

  .icon-dropdown {
    width: 1rem;
    height: 1rem;
  }

  .cta_primary-3 {
    letter-spacing: 0;
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .master_navigation {
    padding-top: .5rem;
  }

  .btn-bg-3 {
    border-radius: .5rem;
  }

  .icon-wrap_dropdown {
    padding: .5rem;
  }

  .link_banner {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1rem;
  }

  .nav-cta_desktop {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .banner {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
    text-align: center;
    border-radius: 1rem;
    flex-flow: wrap;
    max-width: 112.5rem;
    margin-bottom: .5rem;
    padding: .25rem 1.25rem;
  }

  .link_nav {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mobile-cta_bottom-tile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .name-wrap_dropdown-link {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .banner_close {
    width: .75rem;
    height: .75rem;
    right: .5rem;
  }

  .left_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .dropdown_inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem 0;
  }

  .dropdown-large_inner {
    max-width: 112.5rem;
  }

  .btn-bg-4 {
    border-radius: 2rem;
  }

  .heading-style-h1-5 {
    letter-spacing: -.125rem;
    font-size: 4rem;
    line-height: 3rem;
  }

  .icon_button-3 {
    width: 1rem;
    height: 1rem;
  }

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label-large-6 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .heading-style-h5-5 {
    letter-spacing: -.031rem;
    font-size: 1.5rem;
    line-height: 1.25rem;
  }

  .padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .label-large-7 {
    letter-spacing: .031rem;
    font-size: .625rem;
    line-height: .75rem;
  }

  .content_hero-about-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1.25rem;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2.5rem 1.5rem 2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_spacing---160: 64px;
    --_spacing---120: 48px;
    --_spacing---96: 48px;
    --_spacing---80: 48px;
    --_spacing---64: 48px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 120px;
  }

  .hero-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 95vh;
    display: block;
  }

  .hero-video-desktop {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4.38rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 3.75rem;
    --_typography---heading-02--h2-line-height: 1em;
    --_typography---heading-02--h2-letter-spacing: -.03em;
    --_typography---hedaing-03--h3-font-size: 3rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
    --_spacing---160: 160px;
    --_spacing---120: 120px;
    --_spacing---96: 96px;
    --_spacing---80: 80px;
    --_spacing---64: 0px;
    --_spacing---48: 48px;
    --_spacing---0: 0px;
    --_spacing---hero-top-padding: 160px;
    display: block;
  }

  .body-text-l-medium.review-slider-author {
    flex: none;
  }

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

  .work-card-button.title-work.mobile-card-title-mobile {
    min-width: 100% !important;
  }

  .work-details {
    overflow: hidden;
  }

  .work-image-block {
    background-color: var(--transparent);
  }

  .work-details-image {
    height: 100%;
  }

  .more-works {
    padding-top: 40px;
  }

  .heading-style-h1.font-size-mobile {
    font-size: 40px;
  }

  .service-slider-arrow.right-arrow, .service-slider-arrow.left-arrow, .service-slider-arrow.right-arrow, .service-slider-arrow.left-arrow {
    display: flex;
  }

  .text-color-regular.review-slider-author {
    flex: none;
  }

  .template-page-section {
    overflow: hidden;
  }

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

  .newsletter-form {
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-right.footer-right-on-mobile {
    grid-template-columns: auto;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .submit-button-wrap {
    width: 45px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .cta-master {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .footer-link-2 {
    font-size: 14px;
  }

  .footer-rights-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-icon {
    width: 32px;
    height: 32px;
    position: static;
  }

  .cta-arrow {
    height: 12px;
  }

  .text-field {
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .newsletter-form-block {
    width: 100%;
  }

  .collection-list-wrapper {
    max-width: 100%;
    overflow: visible;
  }

  .collection-list {
    scrollbar-width: none;
  }

  .form {
    max-width: 100%;
  }

  .button-filtro {
    width: auto;
  }

  .mobile-cases-font {
    font-size: var(--_typography---body-text-l--text-l-font-size);
  }

  .mobile-title-case {
    text-align: center;
    font-size: 22px;
  }

  .title-site-mobile {
    font-size: 40px;
  }

  .container-header {
    flex-flow: row;
  }

  .container-header.container-header-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    min-height: 0;
    padding: 0 15px;
    display: flex;
    overflow: hidden;
    border-radius: 20px !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .container-2 {
    width: 60%;
  }

  .container-2.container-right-header {
    width: 100%;
    display: block;
  }

  .container-2.container-right-header.mobile-container-nav {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
  }

  .container-2.container-menu-mobile.visible-mobile-menu {
    display: flex;
  }

  .container-2.container-menu-mobile.visible-mobile-menu.menu-button {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 50px;
    margin-right: 0;
    display: flex;
  }

  .container-2.container2-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav.header-nav-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    cursor: pointer;
    filter: brightness(0);
  }

  .image-3.open-menu {
    --_typography---primary-font-family: Interdisplay, Arial, sans-serif;
    --_typography---body-text-l--text-l-font-size: 1rem;
    --_typography---body-text-l--text-l-line-height: 1.3em;
    --_typography---font-weight--font-weight-regular: 400;
    --_typography---heading-01--h1-font-size: 4rem;
    --_typography---heading-01--h1-line-height: 1em;
    --_typography---font-weight--font-weight-semibold: 600;
    --_typography---heading-01--h1-letter-spacing: -.03em;
    --_typography---heading-02--h2-font-size: 2.5rem;
    --_typography---heading-02--h2-line-height: 40px;
    --_typography---heading-02--h2-letter-spacing: -.02em;
    --_typography---hedaing-03--h3-font-size: 2.4rem;
    --_typography---hedaing-03--h3-line-height: 1em;
    --_typography---hedaing-03--h3-letter-spacing: -.03em;
    --_typography---heading-04--h4-font-size: 2rem;
    --_typography---heading-04--h4-line-height: 1.1em;
    --_typography---heading-04--h4-letter-spacing: -.01em;
    --_typography---heading-05--h5-font-size: 1.5rem;
    --_typography---heading-05--h5-line-height: 1.2em;
    --_typography---heading-05--h5-letter-spacing: -.01em;
    --_typography---heading-06--h6-font-size: 1.25rem;
    --_typography---heading-06--h6-line-height: 1.2em;
    --_typography---heading-06--h6-letter-spacing: -.01em;
    --_typography---button-text--button-text-font-size: 1.1rem;
    --_typography---button-text--button-text-line-height: 1.3em;
    --_typography---font-weight--font-weight-medium: 500;
    --_typography---button-text--button-text-letter-spacing: -.02em;
    --_typography---body-text-s--text-s-font-size: .75rem;
    --_typography---body-text-s--text-s-line-height: 1.3em;
    --_typography---body-text-m--text-m-font-size: .88rem;
    --_typography---body-text-m--text-m-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-font-size: 1rem;
    --_typography---body-text-xl--text-xl-line-height: 1.4em;
    --_typography---body-text-xl--text-xl-letter-spacing: -.01em;
    --_typography---body-text-xl--text-xl-medium-line-height: 1.3em;
  }

  .section {
    margin-left: 0;
  }

  .close-menu {
    cursor: pointer;
    filter: brightness(0);
    display: none;
  }

  .faixa-header {
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-3.text-faixa {
    font-size: 10px;
  }

  .typed-text-session {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .radio-button-label {
    white-space: nowrap;
    font-size: 14px;
  }

  .hero-video-mobile {
    flex-flow: row;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .hero-desktop.background-video-desktop {
    display: none;
  }

  .image_cover.about-hero {
    border-radius: 30px;
    padding-top: 0;
  }

  .checkbox_contact {
    width: 20px;
    height: 20px;
  }

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

  .cta-main-2 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h4-2 {
    font-size: 24px;
  }

  .button-animation-hide {
    height: auto;
  }

  .text-h1-2 {
    font-size: 13vw;
  }

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

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-3.hero-careers {
    padding-top: 100px;
  }

  .button-content-tile.bottom-tile, .career-image._4, .career-image._2, .career-image._3, .career-image._4, .career-image._2, .career-image._3 {
    display: none;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .headline-careers {
    margin-bottom: 32px;
  }

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

  .left_hero-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-swap {
    padding-top: .3rem;
    padding-bottom: 1rem;
  }

  .heading-style-h2.margin-0 {
    font-size: 2.5rem;
  }

  .card_home-feature {
    flex-flow: row;
  }

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

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

  .footer_legal {
    grid-row-gap: .75rem;
  }

  .footer_bottom-right {
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
  }

  .footer_columns, .footer-columns {
    grid-auto-columns: 1fr;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-marquee {
    width: 400px;
  }

  .image-wrap-home-b-marquee {
    width: 220px;
    height: 250px;
    min-height: 100%;
  }

  .image-wrap-home-b-marquee.large {
    width: 300px;
  }

  .dt-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dt-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-h2 {
    font-size: 1.9em;
  }

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

  .image-logos-wide {
    width: 37%;
    max-height: 39px;
  }

  .subtitle {
    font-size: 22px;
  }

  .h1-heading {
    font-size: 38px;
    line-height: 115%;
  }

  .wrap-hero-home-image-c {
    height: 100vw;
    max-height: none;
  }

  .block-hero-home-c {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-cta-hero-left {
    flex-direction: column;
    align-items: stretch;
  }

  .main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marquee-logo {
    height: 45px;
  }

  .section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .marquee-text-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-h4-5 {
    font-size: 24px;
    line-height: 140%;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .master-marquees-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-endorse {
    padding-left: 16px;
  }

  .marquee-text-wrap-2, .single-text-marquee-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .endorse-feature-grid {
    grid-row-gap: 24px;
  }

  .marquee-logo-2 {
    height: 25px;
  }

  .marquee-logo-2.large {
    height: 30px;
  }

  .master-marquees-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .logo-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .headline-logos {
    margin-bottom: 80px;
  }

  .logo-tile {
    width: 175px;
    height: 85px;
  }

  .grid-logos-fourths-2 {
    grid-template-columns: 1fr;
  }

  .vector-2 {
    width: 85%;
  }

  .section-11 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .vector-3-2 {
    width: 85%;
  }

  .text-heading-1 {
    font-size: 13vw;
  }

  .headline-home-b-2 {
    margin-bottom: 40px;
  }

  .vector-inside {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vector-1 {
    width: 85%;
  }
}

#w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2691809-6831-cea1-765a-5f46cc3d65dc-cc3d65b7 {
    grid-column: span 1 / span 1;
  }
}
