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

@font-face {
  font-family: Mission Control;
  src: url('../fonts/Mission-Control.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  color: #201d1d;
  background-color: #f4f4f4;
  font-family: Haffer;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}

.body {
  color: #312e2e;
  background-color: #fff;
}

.code-embed-css, .code-embed-js, .noscript {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.section-resource {
  color: #f4f4f4;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section-resource.hide {
  display: none;
}

.section-resource__bg {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.section-resource__dark {
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.osmo-icon-svg {
  color: #f85931;
  width: 2.5em;
  display: none;
  position: absolute;
  bottom: 3em;
}

.section-resource__h1 {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 8em;
  font-family: Haffer XH;
  font-size: 6em;
  font-weight: 400;
  line-height: .95;
  display: none;
  position: relative;
}

.underlay-nav__header {
  z-index: 100;
  color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.underlay-nav__bar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.underlay-nav__container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
}

.underlay-nav__logo {
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  width: 6.875em;
  display: block;
}

.underlay-nav__logo.hide {
  display: none;
}

.underlay-nav__logo-svg {
  width: 100%;
}

.underlay-nav__toggle {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  outline: 3px #555;
  justify-content: center;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.underlay-nav__toggle.hide {
  display: block;
}

.underlay-nav__toggle-text {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.5em;
  display: block;
  overflow: hidden;
}

.underlay-nav__toggle-label {
  text-transform: uppercase;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1.2em;
  display: none;
}

.underlay-nav__toggle-icon {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 1.5em;
  margin-bottom: -.3em;
  display: flex;
}

.underlay-nav__toggle-bar {
  background-color: currentColor;
  flex: none;
  width: 100%;
  height: .125em;
  padding: 0;
}

.underlay-nav__menu {
  z-index: 1;
  width: var(--menu-width);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.underlay-nav__overlay {
  z-index: 100;
  pointer-events: none;
  cursor: pointer;
  visibility: hidden;
  position: fixed;
  inset: 0% -1px 0% 0%;
  overflow: visible;
}

.underlay-nav__inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.5em 2em 2em;
  display: flex;
  overflow: auto;
}

.underlay-nav__inner.hide {
  display: none;
}

.underlay-nav__list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.underlay-nav__list.is--small {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.underlay-nav__link-large {
  border-radius: .25em;
  width: 100%;
  padding: .75em 1em;
}

.underlay-nav__link-large.w--current {
  color: #ededed;
  background-color: #f85931;
}

.underlay-nav__link-label {
  letter-spacing: -.04em;
  font-family: Haffer XH;
  font-size: 3.25em;
  line-height: .9;
}

.underlay-nav__bottom {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5em;
  display: flex;
  position: relative;
}

.underlay-nav__bottom-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.underlay-nav__link-small {
  font-size: 1em;
  line-height: 1.1;
}

.underlay-nav__link-small.is--faded {
  opacity: .5;
}

.underlay-nav__corner {
  transform-origin: 100% 0;
  color: #fff;
  background-image: none;
  width: 2em;
  height: 2em;
}

.underlay-nav__corner.is--bottom {
  transform-origin: 100% 100%;
  background-image: none;
}

.underlay-nav__dark {
  opacity: 0;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.underlay-nav__corners {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 1em 0% 1em auto;
}

.underlay-nav__corner-shape {
  width: 100%;
}

.underlay-nav__bottom-border {
  opacity: .15;
  transform-origin: 0%;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.underlay-nav__borders {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0;
}

.underlay-nav__border {
  background-color: #fff;
  width: 100%;
  height: 1em;
  display: none;
}

.underlay-nav__border-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container {
  max-width: none;
  height: 100%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: absolute;
  top: 0;
}

.code-embed {
  height: 100%;
  display: block;
}

.div-block-2 {
  width: auto;
}

.section {
  height: 100vh;
  display: block;
}

.paragraph {
  color: #cacaca;
  font-family: Neuehaasdisplayroman, Georgia, sans-serif;
}

.div-block-4 {
  display: block;
}

.div-block-3 {
  z-index: 999;
  background-image: none;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 60px;
  padding-left: 2.5rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.lottie-animation {
  z-index: 0;
  width: 100px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.underlay-nav__logo-svg-2 {
  background-image: url('../images/Sesto-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
}

.underlay-nav__list-2 {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.underlay-nav__list-2.is--small {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.underlay-nav__list-2.hide {
  display: none;
}

.underlay-nav__link-label-2 {
  letter-spacing: -.04em;
  font-size: 3.25em;
  line-height: .9;
}

.success-message {
  background-color: #097e001a;
  padding: 1.7em;
}

.submit-button {
  background-color: #000;
  border-radius: 0;
  padding: 1.3em 3.5em;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: .94em;
  font-weight: 400;
  line-height: 120%;
}

.submit-button:hover {
  background-color: #ff3f01;
}

.underlay-nav__link-small-2 {
  color: #7c7c7c;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1em;
  line-height: 1.1;
}

.underlay-nav__link-small-2:hover {
  color: #353535;
}

.underlay-nav__link-small-2.is--faded {
  opacity: .5;
  text-transform: uppercase;
  font-family: Neuehaasdisplayroman, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.li-4 {
  text-transform: uppercase;
  font-size: 1em;
}

.select-field {
  color: #00000054;
  text-transform: uppercase;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom: 1px solid #1534432e;
  height: 3.3em;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1em;
  line-height: 130%;
}

.text-field {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #1534432e;
  height: 3.3em;
  margin-bottom: 0;
  padding: 1em 0;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1.125em;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::placeholder {
  color: #15344359;
}

.text-success {
  color: #097e00;
  font-weight: 500;
}

.block-page-body {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: block;
}

.text-error {
  color: red;
  font-weight: 500;
}

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

.error-message {
  background-color: #ff00001a;
  margin-top: 2em;
  padding: 1.7em;
}

.field-label {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 600;
  line-height: 120%;
  display: none;
}

.field {
  width: 100%;
}

.textarea {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #1534432e;
  min-width: 100%;
  max-width: 100%;
  min-height: 6em;
  max-height: 20em;
  margin-bottom: 0;
  padding: 1em 0;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1.125em;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.textarea::placeholder {
  color: #15344359;
}

.li-3 {
  color: #7c7c7c;
  text-transform: uppercase;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1em;
}

.li-3:hover {
  color: #353535;
}

.block-field {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  margin-bottom: 1em;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/Sesto-Element.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 2.5rem;
  display: block;
}

.underlay-nav__toggle-label-2 {
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 1.25em;
}

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

.section-2 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.background-video {
  height: 100%;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 3em;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: #0a0a0a00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  width: 100%;
  height: .5em;
  transform-style: preserve-3d;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  position: absolute;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 100;
  color: #fff;
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.background-video-2 {
  height: 100%;
}

.loading-container {
  z-index: 500;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-screen {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-words {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  align-items: center;
  display: block;
}

.loading-words__dot {
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 800px;
  display: flex;
}

.loading-words__word {
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.background-video-3 {
  width: 40%;
  height: 40%;
}

.container-3 {
  background-color: #000;
  max-width: none;
}

.lottie-animation-2 {
  height: 100vh;
}

.tabs {
  display: block;
}

.tab-link-tab-1 {
  font-family: Droid Sans, sans-serif;
}

.tab-link-tab-1.w--current {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom-style: solid;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Mission Control, Georgia, sans-serif;
}

.text-block {
  font-family: Mission Control, Georgia, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  font-family: Mission Control, Georgia, sans-serif;
}

.tab-link-tab-2, .tab-link-tab-3 {
  color: #fff;
  background-color: #ddd0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 30px;
}

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

.paragraph-4 {
  color: #cacaca;
  font-family: Neuehaasdisplayroman, Georgia, sans-serif;
}

.tab-cont {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tab-line {
  background-color: #eeeeee4d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading--2 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tab-bg._1 {
  display: block;
}

.heading-1 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.tab-menu {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 5em 4em 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.tab-txt {
  color: #eeeeee4d;
  margin-bottom: 8px;
  margin-right: 12em;
}

.tab-txt._3 {
  color: #eeeeee14;
  text-transform: uppercase;
  font-family: Mission Control, Georgia, sans-serif;
}

.tab-txt._1 {
  color: #fff;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Mission Control, Georgia, sans-serif;
  line-height: 120%;
}

.tab-txt._2 {
  color: #eeeeee14;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Mission Control, Georgia, sans-serif;
}

.overlay {
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tabs-cont {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.tab-index {
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-left: 2.5em;
  display: block;
  position: relative;
}

.tab-line-main {
  background-color: #eee;
  width: 100%;
  height: 1px;
}

.auto-tab-link {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.auto-tab-link.w--current {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.auto-tab-link._3, .auto-tab-link._1 {
  width: 200px;
}

.auto-tab-link._1.w--current {
  width: 200px;
  margin-right: 0;
}

.auto-tab-link._4.hide {
  display: none;
}

.auto-tab-link._2 {
  width: 200px;
}

.auto-tab-link._2.w--current {
  width: 200px;
  margin-right: 0;
}

.heading--4 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.heading-3 {
  color: #fff;
  font-family: Mission Control, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-8 {
  width: auto;
  display: block;
}

.heading--3 {
  color: #eee;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
}

.container-main {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
}

.tab-text-cont {
  width: 60%;
  display: none;
}

.tab {
  border: 1px solid #0006;
  width: 100%;
  height: 100%;
}

.container-4 {
  max-width: none;
  height: 100%;
}

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

._137-1-nav-item {
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: none;
}

._137-nav-item-text {
  color: #090319e6;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

._137-lottie-animation-1 {
  flex: 0 auto;
  width: 90px;
  margin-top: 5px;
}

.path {
  display: block;
}

.path-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .underlay-nav__toggle-text {
    height: 1.4em;
  }

  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .auto-tab-link._2 {
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .underlay-nav__toggle-text {
    height: 1.3em;
  }

  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .heading {
    font-size: 32px;
  }

  .loading-container {
    display: none;
  }

  .tab-txt._3 {
    font-size: 14px;
  }

  .tab-txt._1 {
    font-size: 16px;
  }

  .tab-txt._2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .underlay-nav__toggle-icon {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 32px;
  }

  .li-3 {
    margin-bottom: 9px;
  }

  .tab-txt._3, .tab-txt._1, .tab-txt._2 {
    font-size: 14px;
  }

  .auto-tab-link._3, .auto-tab-link._1, .auto-tab-link._1.w--current, .auto-tab-link._2, .auto-tab-link._2.w--current {
    width: 250px;
  }

  .heading-3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    inset: 0%;
  }

  .heading-1 {
    font-size: 8vw;
  }

  .tab-menu {
    padding-left: 2em;
    padding-right: 4em;
  }

  .tab-txt {
    flex: none;
    width: 100%;
    margin-right: 0;
    font-size: 2.2vw;
  }

  .tab-txt._4 {
    margin-right: 0;
    font-size: 2.5vw;
  }

  .auto-tab-link._3 {
    width: 100%;
    display: flex;
    position: relative;
  }

  .auto-tab-link._1, .auto-tab-link._1.w--current {
    width: 100%;
  }

  .auto-tab-link._4 {
    width: 40em;
    position: absolute;
  }

  .auto-tab-link._4.hide {
    width: 100%;
    position: relative;
  }

  .auto-tab-link._2 {
    width: 100%;
    display: flex;
    position: relative;
  }

  .auto-tab-link._2.w--current {
    width: 100%;
  }

  ._137-1-nav-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    ---mode--collection-b533492b-4802-d64c-8300-e79d044ec143: mode-b2e5ed5c-7325-545a-8e87-2bf36801b6ad;
  }

  .section-resource__h1 {
    font-size: 3em;
  }

  .underlay-nav__container {
    padding: 1.25em;
  }

  .underlay-nav__logo {
    width: 5em;
  }

  .underlay-nav__toggle-text {
    height: 1.25em;
  }

  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .underlay-nav__inner {
    padding: 5em 1.25em 1.25em;
  }

  .underlay-nav__link-label {
    font-size: 2em;
  }

  .underlay-nav__bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-3 {
    display: none;
    inset: 649px 0% 0%;
  }

  .underlay-nav__link-label-2 {
    font-size: 2em;
  }

  .div-block-5 {
    width: 100px;
    height: 100px;
  }

  .underlay-nav__toggle-label-2 {
    font-size: 1em;
  }

  .loading-words {
    font-size: 2.75vw;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .tab-menu {
    padding-left: 4em;
  }

  .auto-tab-link._3, .auto-tab-link._1.w--current {
    width: 100%;
  }

  .auto-tab-link._4 {
    width: 90em;
  }

  .auto-tab-link._2 {
    width: 100%;
  }

  .tab-text-cont {
    width: 80%;
  }

  ._137-1-nav-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .block-field {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .heading--2, .heading-1 {
    font-size: 14vw;
  }

  .tab-menu {
    padding-left: 4em;
  }

  .tab-txt._3 {
    font-size: 3vw;
  }

  .tab-txt._1 {
    font-size: 12px;
  }

  .tab-txt._2 {
    font-size: 3vw;
  }

  .tab-txt._4 {
    font-size: 6vw;
  }

  .tab-index {
    padding-right: 4em;
  }

  .auto-tab-link._3, .auto-tab-link._1.w--current {
    width: 100%;
  }

  .auto-tab-link._4 {
    width: 90em;
  }

  .auto-tab-link._2 {
    width: 100%;
  }

  .heading--4, .heading--3 {
    font-size: 14vw;
  }

  .tab-text-cont {
    width: 100%;
  }
}


@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mission Control';
  src: url('../fonts/Mission-Control.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}