:root {
  --colors--dark: #333;
  --colors--light: #fbfbfb;
  --typography--lt-superior: "Ltsuperior Webfont", Arial, sans-serif;
  --font-size--text-paragraph: 14px;
  --font-size--text-section-title: 12px;
  --font-size--link-normal: 14px;
  --font-size--text-large-highlight: 2rem;
  --font-size--quote-serif: 1.7rem;
  --typography--lt-superior-serif: Ltsuperiorserif, "Times New Roman", sans-serif;
  --font-size--link-large: 0px;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

p {
  margin-bottom: 10px;
  font-family: Ltsuperior Webfont, Arial, sans-serif;
}

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

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

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list {
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.rl_navbar3_logo {
  mix-blend-mode: difference;
}

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.rl_navbar3_button {
  border: 1px solid var(--colors--dark);
  background-color: var(--colors--dark);
  color: var(--colors--light);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.navbar_link_header {
  color: var(--colors--light);
  mix-blend-mode: normal;
  margin-left: 0;
  margin-right: 0;
  padding: .125rem 1rem;
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.navbar_link_header.w--current {
  color: var(--colors--light);
  text-decoration: underline;
}

.navbar_link_header.submenuitem {
  opacity: .4;
  font-size: 14px;
}

.rl_navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.header-component {
  mix-blend-mode: difference;
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  align-items: center;
  min-height: 4.5rem;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-toggle {
  color: var(--colors--dark);
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding: 0;
  display: flex;
  position: static;
}

.container-hero {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 15vh;
}

.container-3 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.paragraph {
  text-align: right;
  font-family: Ltsuperior Webfont, Arial, sans-serif;
}

.background-video {
  flex: 1;
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.background-video.fixed-bg {
  z-index: -1;
  background-image: radial-gradient(circle, #ffffff17, #fff0 0%, #fff);
  width: 100%;
  padding: 0;
  position: relative;
}

.section-why {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 15vh;
  padding: 15vh 10px;
  display: flex;
}

.paragraph-hero {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-1 {
  font-family: var(--typography--lt-superior);
  color: var(--colors--dark);
  font-size: var(--font-size--text-paragraph);
  min-width: 0;
  max-width: 460px;
  line-height: 1.2em;
}

.paragraph-3 {
  mix-blend-mode: difference;
  position: fixed;
}

.image {
  flex: 0 auto;
  width: 100%;
}

.section-2 {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-holistic {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  line-height: var(--font-size--text-section-title);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15vh 40px;
  display: flex;
}

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

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.paragraph-4 {
  font-size: 32px;
  line-height: 32px;
}

.paragraph-4.minititle {
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ltsuperiorserif, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.container-4 {
  max-width: 600px;
}

.hero {
  z-index: 0;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.fixed-bg {
  z-index: -2;
  background-color: var(--colors--dark);
  position: fixed;
  inset: 0%;
}

.container-5 {
  background-image: radial-gradient(circle, #ffffff80, #fff);
  width: 100%;
  max-width: 100%;
}

.section-6-copy {
  z-index: 0;
  display: none;
  position: relative;
  inset: 0%;
}

.hero-button.big-button {
  font-family: Ltsuperior Webfont, Arial, sans-serif;
}

.button-hero {
  color: #151515;
  border-radius: .25rem;
  text-decoration: none;
}

.link-main {
  color: var(--colors--dark);
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: var(--font-size--link-normal);
  font-weight: 500;
}

.button-line-wrap {
  color: var(--colors--dark);
  background-color: #1515151a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  display: flex;
}

.button-line-animation {
  background-color: #151515;
  width: 30%;
  height: 1px;
}

.hero-interaction-wrapper {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero-card {
  background-color: #151515;
  border-radius: 1vh;
  width: 45vh;
  height: 55vh;
  position: absolute;
  overflow: hidden;
}

.hero-card.first {
  z-index: 3;
  transform: rotate(-4.89deg);
}

.hero-card.second {
  z-index: 2;
  background-color: #ee64ff;
  transform: rotate(-.463deg);
}

.hero-card.third {
  z-index: 1;
  background-color: #aa4646;
  transform: rotate(3.712deg);
}

.image-2 {
  width: 100%;
  height: 100%;
}

.block-reveal_wrap {
  aspect-ratio: 1;
  width: auto;
  max-width: 600px;
  position: relative;
}

.blocks_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.block {
  width: 100%;
  height: 100%;
  display: none;
}

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

.container-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-reveal_wrap-2 {
  aspect-ratio: 1;
  width: 40rem;
  max-width: 40%;
  position: relative;
}

.background-video-2 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-images {
  text-align: center;
  max-width: 112ch;
}

.heading-2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-2.text-large {
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: 2rem;
}

.heading-2.text-large.text-why {
  font-family: var(--typography--lt-superior);
  font-size: var(--font-size--text-large-highlight);
}

.span {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url('../images/placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 6.5rem;
  height: 4rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span.one {
  pointer-events: none;
  white-space: nowrap;
  cursor: default;
  background-image: url('../images/fluent_clothes-hanger-16-regular.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.span.two {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/ant-design_smile-outlined.svg');
  background-size: contain;
  border-radius: 0;
  width: 4rem;
  height: 2rem;
}

.span.two.icon-why {
  width: 2rem;
}

.span.three {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/heroicons_light-bulb.svg');
  background-size: contain;
  border-radius: 0;
  width: 4rem;
  height: 2rem;
}

.span.three.icon-why {
  width: 2rem;
}

.span.four {
  background-image: url('../images/arcticons_brainjogging.svg');
  background-size: contain;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.span.five {
  background-image: url('../images/solar_earth-linear.svg');
  background-size: contain;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.image-3 {
  width: 100%;
  font-family: Ltsuperior Webfont, Arial, sans-serif;
}

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

.text-quote {
  font-family: Ltsuperiorserif, Times New Roman, sans-serif;
  font-size: var(--font-size--quote-serif);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 2rem;
}

.text-quote.list-summary {
  padding-left: 40px;
  line-height: 1.5em;
  list-style-type: square;
}

.text-quote.scroll-content-text {
  max-width: 40vw;
}

.button-primary-2 {
  grid-row-gap: .25rem;
  color: #efefef;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #151515;
  border-radius: .2rem;
  flex-direction: column;
  padding: .8rem 2.5rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 5.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  text-align: left;
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.big-text {
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: 10.5rem;
  line-height: 1;
}

.top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.top-content.number.first, .top-content.number.second {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.number {
  opacity: .2;
}

.container-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-7 {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.frase-fixe {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 280px;
  padding: 20px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.video-transform {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex: 0 auto;
  min-height: 90vh;
}

.video-transform.none {
  display: none;
}

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

.container-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 30vh;
  padding: 40px;
  display: flex;
}

.hero-section-video {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: none;
}

.container-video {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  display: block;
  position: static;
}

.image-4 {
  overflow: clip;
}

.container-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50vh;
  margin-bottom: 50vh;
  display: flex;
}

.brand {
  background-image: url('../images/logo-dark.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  flex: 1;
  width: 200px;
}

.container-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
}

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.navbar-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  display: block;
  position: relative;
}

.nav-link-2 {
  flex: 0 auto;
}

.hero-origin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.hero-interaction-wrapper-2 {
  z-index: 2;
  pointer-events: none;
  cursor: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.footer {
  background-image: linear-gradient(#fbfbfb00, #fbfbfb 30%);
  flex-flow: column;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: block;
}

.footer-logo {
  mix-blend-mode: difference;
  width: 100%;
  display: block;
  overflow: visible;
}

.container-12 {
  display: block;
}

.container-13 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-14 {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.flex-block {
  flex-flow: row;
  justify-content: space-between;
}

.section-8 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  mix-blend-mode: difference;
  justify-content: space-between;
  display: flex;
}

.teaser-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._1.test {
  display: none;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  padding: 20px 60px 20px 20px;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.title1 {
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.container-17 {
  z-index: 1;
  max-width: var(--size-container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-17.is--medium {
  max-width: calc(var(--size-container) * .85);
}

.line {
  background-color: #c4c4ca;
  width: 100%;
  height: 1px;
  position: static;
}

.btn__text-p {
  margin-bottom: 0;
}

.styleguide__list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.btn {
  color: #efeeec;
  background-color: #ff4c24;
  border-radius: .25em;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .75em 1.5em;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  text-decoration: none;
}

.btn.is--secondary {
  background-color: #131313;
}

.styleguide {
  padding-bottom: calc(var(--footer-height)  + var(--section-padding));
  padding-top: calc(var(--header-height)  + var(--section-padding));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.btn-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.code-embed-css {
  pointer-events: none;
  font-size: var(--size-font);
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.paragraph-6 {
  font-size: 2rem;
}

.heading-3 {
  font-family: var(--typography--lt-superior-serif);
}

.section-title {
  font-family: var(--typography--lt-superior-serif);
  color: var(--colors--dark);
  font-size: var(--font-size--text-section-title);
  line-height: var(--font-size--text-section-title);
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 400;
}

.column-scroll-content {
  padding-top: 4.5rem;
}

.button {
  color: #fffdf3;
  text-align: center;
  letter-spacing: .02rem;
  background-color: #232325;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-weight: 600;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.column-scroll-content-text {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.column-scroll-sticky-inner {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.column-scroll-wrapper {
  width: 100%;
  height: 350vh;
  position: relative;
}

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

.column-scroll-content-title {
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: 500;
  line-height: .95;
}

.column-scroll-content-copy {
  width: 100%;
  max-width: 38rem;
  margin-top: 2rem;
  line-height: 1.2;
}

.column-scroll-content-wrapper {
  z-index: 2;
  width: 66.66vw;
  min-height: 100vh;
  margin-top: -100vh;
  padding-right: 7rem;
  position: relative;
}

.column-scroll-item {
  flex: none;
  width: 33.3333vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.column-scroll-item.is-2 {
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.column-scroll-item.is-3 {
  box-shadow: none;
  inset: 0% 0% 0% auto;
}

.column-scroll-item.is-1 {
  box-shadow: none;
}

.column-scroll-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-pillars {
  margin-top: 0;
}

.section-9 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.flex-block-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.container-individual {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section.is--letters {
  background-color: #0000004f;
}

.container-18 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.2em;
}

.grid-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-photos {
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.grid2-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: transform .4s, opacity .1s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, 4em);
}

.container-card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video-3 {
  width: 100%;
}

.card-bg {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%;
  margin: 20px;
  padding: 20px;
}

.bg1 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/blacktogrey-cover.jpg');
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg2 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/organic-sound-1_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg3 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/tangerine-1_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg4 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/the-loop-2_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg5 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/reciclados-tanger_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg6 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/sustdev_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg7 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/lenzing_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg8 {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/renewcell2_1200_opt.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.section-10 {
  display: none;
}

.image-logo-col {
  max-width: 200px;
}

.container-holistic {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.section-dp {
  flex-flow: row;
  margin-top: 50vh;
  margin-bottom: 15vh;
  display: flex;
}

.section-dp.first-sec-design {
  margin-top: 15vh;
}

.container-scroll {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  max-width: 400px;
  padding: 60vh 20px 20px;
  display: flex;
}

.container-sticky {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 650px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 25vh;
}

.sticky-section-info {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.a-block {
  background-color: #dededeb8;
  border-radius: 6px;
  flex: none;
  width: 300px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 0 100px 8px #cd2bb140;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 300vh;
  height: 100%;
  display: flex;
}

.night-sky-fixed-background {
  z-index: 100;
  opacity: 1;
  background-color: #0e1081;
  background-image: url('../images/graphy-dark.png');
  background-position: 0 0;
  width: 800vh;
  height: 100%;
  position: absolute;
}

.the-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px 140px;
  display: flex;
  position: relative;
}

.text-span-2 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.the-height-200vh-section {
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  margin-top: 50vh;
  margin-bottom: 15vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.the-height-200vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 15vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.card-horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 1;
  text-align: left;
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  height: 40vh;
  padding: 20px;
  display: flex;
}

.section-contact {
  font-family: var(--typography--lt-superior);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 460px;
  display: flex;
}

.form-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-size: var(--font-size--text-paragraph);
  flex-flow: column;
  width: 100%;
  font-weight: 300;
  line-height: 1.2rem;
  display: flex;
}

.text-field {
  color: var(--colors--dark);
  background-color: #fff0;
  border-style: solid;
  border-width: 0 0 1px;
  border-top-color: #3333331a;
  border-bottom-color: #0000001a;
  border-right-color: #000;
  margin-bottom: 30px;
  transition: border-color .6s cubic-bezier(.455, .03, .515, .955);
}

.text-field:focus {
  border-bottom-color: #000;
}

.form {
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.submit-button {
  display: none;
}

.paragraph-contact {
  font-family: var(--typography--lt-superior);
  color: var(--colors--dark);
  font-size: var(--font-size--text-paragraph);
  width: 100%;
  min-width: 0;
  line-height: 1.2em;
}

.field-label {
  font-weight: 300;
}

.paragraph-2 {
  font-family: var(--typography--lt-superior);
  color: var(--colors--dark);
  font-size: var(--font-size--text-paragraph);
  min-width: 0;
  line-height: 1.2em;
}

.background-video-4 {
  width: 100%;
}

.page-trasnsition {
  z-index: 999999;
  position: relative;
}

.pag-transition-in {
  z-index: 999999;
  background-color: #0000;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lotti-wrapper {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.lottie-animation {
  min-width: 100%;
  min-height: 100%;
}

.page-transition-out {
  z-index: 999999;
  background-color: #0000;
  width: 100vw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-transition-button {
  display: none;
}

.transition-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.transition-col-wrap {
  flex: 1;
  height: 100%;
}

.transition-col {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.transition-page {
  z-index: 9999;
  background-color: var(--colors--light);
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  z-index: 999;
  background-color: var(--colors--light);
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.curtain {
  z-index: 99;
  background-color: var(--colors--light);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, -105%);
}

.image-7, .image-8, .image-9, .image-10, .image-11 {
  max-width: 300px;
}

.footer-nav {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-3, .div-block-4 {
  flex: 1;
}

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

.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.social-link {
  font-family: var(--typography--lt-superior);
  color: var(--colors--dark);
  font-size: var(--font-size--text-paragraph);
  line-height: 2rem;
  text-decoration: none;
}

.location {
  font-size: var(--font-size--text-large-highlight);
  line-height: 2rem;
}

.navbar_link_footer {
  color: var(--colors--dark);
  mix-blend-mode: normal;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 20px;
  font-family: Ltsuperior Webfont, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.navbar_link_footer.w--current {
  color: var(--colors--dark);
  text-decoration: underline;
}

.navbar_link_footer.submenuitem {
  opacity: .4;
  font-size: 14px;
}

.rl_navbar3_container-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-lines {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40px;
  height: 40px;
  display: flex;
}

.menu-line-top, .menu-line-bottom {
  border: 1px solid var(--colors--dark);
  width: 100%;
}

.mb_navbar3_logo-link {
  padding-left: 0;
}

.mb_navbar3_logo {
  mix-blend-mode: normal;
}

.quick-stack {
  grid-column-gap: 20px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

.nav-mobile-menu {
  width: 100%;
}

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

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

.menu-container {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(105%);
}

.link-text-menu {
  color: #fff;
  text-decoration: none;
}

.link-text-menu.one, .link-text-menu.two, .link-text-menu.three {
  color: #000;
}

.text-menu {
  font-size: 9vw;
  line-height: 1em;
}

.header-mobile-components {
  z-index: 99;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rl_navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .rl_menu-icon3_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar_link_header {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .header-component {
    display: none;
  }

  .rl_navbar3_container {
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_menu-icon3_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .hero-interaction-wrapper {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

  .hero-card {
    width: 30vh;
    height: 38vh;
  }

  .text-images {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-2.section-title {
    font-size: 12px;
  }

  .span {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .span.one, .span.two, .span.three {
    width: 4rem;
  }

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

  .card {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .top-content {
    max-width: none;
  }

  .hero-interaction-wrapper-2 {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-bottom: 0;
    position: relative;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
    padding-right: 20px;
  }

  .teaser-img-tablet-down {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    height: 30vh;
    display: flex;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .container-17.is--medium {
    max-width: calc(var(--size-container) * 1);
  }

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

  .container-18 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .grid-photos {
    display: none;
  }

  .container-sticky {
    top: 10vh;
  }

  .card-horizontal {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pag-transition-in {
    background-color: #ff215d;
    display: none;
  }

  .lotti-wrapper {
    align-items: flex-start;
    display: none;
  }

  .page-transition-out {
    background-color: #ff215d;
  }

  .rl_navbar3_container-mobile {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .menu-lines {
    position: relative;
  }

  .nav-mobile-menu {
    z-index: 999;
    position: relative;
  }

  .menu-container {
    z-index: 90;
  }

  .header-mobile-components {
    z-index: 90;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .header-component {
    min-height: 4rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .image-2 {
    object-position: 50% 20%;
  }

  .heading-2 {
    font-size: 2.375rem;
  }

  .span {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-quote.scroll-content-text {
    max-width: 100%;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 9rem;
  }

  .image-5 {
    object-position: 50% 20%;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 20px;
  }

  .title1 {
    font-size: 2.6em;
  }

  .column-scroll-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .column-scroll-sticky-inner {
    width: 100%;
  }

  .column-scroll-wrapper {
    height: auto;
  }

  .column-scroll-content-title {
    font-size: 15vw;
  }

  .column-scroll-content-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .column-scroll-sticky {
    position: static;
  }

  .container-18 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .grid-2 {
    display: block;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

  .card-horizontal {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .rl_navbar3_logo {
    display: block;
  }

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

  .hero-card {
    width: 45vh;
    height: 60vh;
    position: absolute;
  }

  .heading-2 {
    font-size: 2.25rem;
  }

  .button-primary-2 {
    align-items: center;
    width: 100%;
  }

  .big-text {
    font-size: 8rem;
  }

  .container-10 {
    padding: 20px;
  }

  .hero-interaction-wrapper-2 {
    height: 60vh;
    position: relative;
  }

  .column-scroll-sticky-inner {
    position: relative;
  }

  .column-scroll-item {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .column-scroll-sticky {
    height: auto;
  }

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

  .container-individual {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-list {
    font-size: 1.1em;
  }

  .section-dp {
    margin-top: 15vh;
  }

  .container-scroll {
    padding-top: 10vh;
  }

  .container-sticky {
    position: relative;
  }

  .sticky-section-info {
    grid-template-columns: 1fr;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .the-height-200vh-section {
    margin-left: 0;
  }

  .the-sticky-div {
    padding-top: 10vh;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

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

  .rl_navbar3_container-mobile {
    grid-template: ". . Area"
    / 1fr max-content 1fr;
  }

  .mb_navbar3_logo {
    display: block;
  }

  .menu-container {
    width: 100%;
    display: flex;
  }

  .text-menu {
    font-size: 20vw;
  }
}

#w-node-bffa8e92-fead-6ec6-eeb0-7d5eb7b41eb3-b7b41eb2 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

#w-node-a3ae7879-80b1-d558-f0ef-4e4f0a95f42e-0a95f427 {
  align-self: auto;
}

#w-node-a3ae7879-80b1-d558-f0ef-4e4f0a95f443-0a95f427 {
  justify-self: end;
}

#w-node-a7e8b632-419c-92b9-e57c-f02136740a26-5f5f51df {
  place-self: auto center;
}

#w-node-a0a7841b-c997-e1c2-b123-0138d5299f8f-5f5f51df {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a3ae7879-80b1-d558-f0ef-4e4f0a95f441-0a95f427 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Ltsuperior Webfont';
  src: url('../fonts/ltsuperior-light-webfont.woff2') format('woff2'), url('../fonts/ltsuperior-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ltsuperiorserif';
  src: url('../fonts/ltsuperiorserif-regular.woff2') format('woff2'), url('../fonts/ltsuperiorserif-regular.eot') format('embedded-opentype'), url('../fonts/ltsuperiorserif-regular.woff') format('woff'), url('../fonts/ltsuperiorserif-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}