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

:root {
  --_font---body: "Roboto Mono", sans-serif;
  --_color---grey-50: #f9f9f9;
  --text-regular: 1rem;
  --_font---heading: "PP Editorial New", Arial, sans-serif;
  --h1: 4rem;
  --h2: 3.5rem;
  --h3: 3rem;
  --h4: 2.5rem;
  --h5: 2rem;
  --h6: 1.375rem;
  --_color---semantics--bg-dark: #121212;
  --_color---grey-50-0: #f9f9f900;
  --_color---grey-50-5: #f9f9f90d;
  --text-small: .875rem;
  --border-radius-big: 200rem;
  --text-medium: 1.125rem;
  --_color---semantics--bg-dark-75: #121212bf;
  --text-tiny: .75rem;
  --_color---grey-500: #c2c0c0;
  --_color---grey-800: #434343;
  --_color---grey-900: #2e2b2b;
  --text-large: 1.25rem;
  --_color---orange: #e83103;
  --_color---blue: #32a3d7;
  --_color---yellow: #d9a441;
  --_color---pink: #d7a18f;
  --_color---white: #c9b8a3;
  --body: 1.125rem;
}

body {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  line-height: 1.35;
}

h1 {
  font-family: var(--_font---heading);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: var(--_font---heading);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  font-family: var(--_font---heading);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  font-family: var(--_font---heading);
  font-size: var(--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-family: var(--_font---heading);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--_font---heading);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

.page-wrapper.policy-pages {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.main-wrapper {
  margin-top: -4.875rem;
}

.main-wrapper.for-exp {
  margin-top: 0;
}

.main-wrapper.policy-pages {
  flex-flow: column;
  flex: 1 0 auto;
  display: flex;
}

.section-404 {
  background-color: var(--_color---semantics--bg-dark);
  flex-direction: column;
  height: calc(100vh - 54px);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-404 {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.nav {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.logo-link {
  width: 8.3125rem;
  height: 1.875rem;
  padding-left: 0;
}

.nav-links {
  justify-content: space-between;
  align-items: center;
  column-gap: 120px;
  display: flex;
}

.nav-link {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  text-transform: uppercase;
  background-image: url('../images/nav-arw.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .2s ease-in-out;
}

.nav-link:hover {
  background-position: 0;
}

.nav-link.w--current {
  color: var(--_color---grey-50);
  background-image: url('../images/nav-arw.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 5px 6px;
}

.content-404 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-404 {
  font-family: var(--_font---heading);
  color: var(--_color---grey-50);
  margin-bottom: 24px;
  font-size: 11rem;
  line-height: 1.25;
}

.footer-info-404 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.address-text-404 {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.3;
}

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

.bottom-bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 82.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  display: grid;
}

.bottom-bar-text {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.3;
}

.bottom-bar-bold {
  font-size: var(--text-regular);
  font-weight: 500;
}

.bar-link-404 {
  opacity: .7;
  color: var(--_color---grey-50);
  column-gap: 8px;
  padding-left: .75rem;
  padding-right: .75rem;
  text-decoration: none;
}

.bar-link-dim {
  opacity: .7;
}

.back-to-top-404 {
  color: var(--_color---grey-50);
  align-items: center;
  column-gap: 18px;
  text-decoration: none;
  display: flex;
}

.arrow-icon-404 {
  width: 20px;
  height: 17px;
  transform: rotate(-90deg);
}

.link-icon-404 {
  width: 5px;
  height: 6px;
}

.logo-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

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

.nav-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--_color---semantics--bg-dark);
  opacity: .9;
  color: var(--_color---grey-50);
  position: relative;
}

.back-to-top-404_arw {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link {
  color: var(--_color---grey-50);
  text-decoration: none;
}

.text-link.is-arrow {
  background-image: url('../images/nav-arw.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-left: .5rem;
  transition: background-position .2s;
}

.text-link.is-arrow:hover {
  background-position: 0;
}

.text-link.is-arrow.is-active {
  background-position: 0%;
}

.nav-line-left {
  z-index: 1;
  pointer-events: none;
  width: 21px;
  height: 463px;
  position: absolute;
  top: 20%;
  left: 150px;
}

.nav-line-right {
  z-index: 1;
  pointer-events: none;
  width: 21px;
  height: 463px;
  position: absolute;
  top: 20%;
  right: 150px;
  transform: rotate(180deg);
}

.nav-line-arrow {
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  border-left: 5px solid #f9f9f9;
  width: 0;
  height: 0;
}

.nav-line-ticks {
  background-image: repeating-linear-gradient(#f9f9f9 0 1px, #0000 1px 17px);
  width: 2px;
  height: 460px;
  position: absolute;
  top: 3px;
  right: 0;
}

.nav-line-dividers {
  background-image: repeating-linear-gradient(#f9f9f9 0 1px, #0000 1px 153px);
  width: 6px;
  height: 460px;
  position: absolute;
  top: 3px;
  right: 0;
}

.section-home_hero {
  z-index: 1;
  background-color: var(--_color---semantics--bg-dark);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_bg-image {
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero_bg-lines {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_bg-line {
  background-image: linear-gradient(180deg, var(--_color---grey-50-0) 0px, var(--_color---grey-50) 50%, var(--_color---grey-50-0));
  opacity: .8;
  width: 1px;
  height: 100%;
}

.hero_nav-line-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  left: .5rem;
}

.hero_nav-line-wrapper.is-right {
  transform-style: preserve-3d;
  left: auto;
  right: .5rem;
  transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_heading-wrap {
  flex-direction: column;
  width: 100%;
  max-width: 33.75rem;
  display: flex;
}

.hero_heading, .hero_heading-line {
  font-family: var(--_font---heading);
  color: var(--_color---grey-50);
  margin-bottom: 0;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1;
}

.hero_heading-line.is-line-2 {
  text-align: left;
}

.hero_heading-line.is-line-3 {
  text-align: right;
}

.hero_subtext-container {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  margin-left: 75%;
  padding-right: 8%;
  font-weight: 500;
  line-height: 1.35;
  transform: translate(.125rem);
}

.hero_cursor {
  background-color: var(--_color---grey-50-5);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  will-change: transform;
  border: 1px solid #f9f9f91a;
  border-radius: 50%;
  flex: none;
  width: 103px;
  height: 103px;
  box-shadow: inset 0 0 20px #f9f9f908, 0 8px 32px #0003;
}

.hero_info {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.hero_info-col {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.hero_info-col.is-center {
  text-align: center;
  align-items: center;
}

.hero_info-col.is-align-right {
  text-align: right;
  align-items: flex-end;
}

.hero_info-label {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  font-weight: 300;
  line-height: 1.35;
}

.hero_info-label.is-dark {
  color: var(--_color---semantics--bg-dark);
}

.hero_info-value {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  font-weight: 500;
  line-height: 1.35;
}

.hero_info-value.is-dark {
  color: var(--_color---semantics--bg-dark);
}

.hero_cursor-wrapper {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient-canvas-wrapper {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  max-width: 81.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.content-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100dvh;
  display: flex;
}

.content-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.content-wrapper.is-full.is-hero-1st {
  margin-top: -100vh;
  position: sticky;
  top: 0;
}

.content-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.content-wrapper.for-bhm, .content-wrapper.for-paper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero_bg-line-wrapper {
  opacity: .2;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.hero_bg-lines-wrapper {
  z-index: 5;
  pointer-events: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.hero_nav-line-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: auto;
  display: flex;
  position: relative;
}

.nav-line-ticks_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.nav-line-tick {
  background-color: var(--_color---grey-50);
  width: 2px;
  height: 1px;
}

.nav-line-tick.is-big {
  width: 6px;
}

.placeholder {
  width: 0;
  height: 0;
}

.hide {
  display: none;
}

.h3 {
  font-family: var(--_font---heading);
  font-size: var(--h3);
  font-weight: 400;
}

.h3.is-overlay_head {
  z-index: 0;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.h3.is-main-head {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--_color---grey-50), var(--_color---grey-50));
  color: #f9f9f900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.h3.for-mobile {
  display: none;
}

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

.hero-2nd {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 65%;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
  transform: translate(-.25rem);
}

.hero-2nd.on-hw {
  transform: translate(-.25rem, 30%);
}

.home_slide-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_subtext {
  margin-bottom: 0;
}

.slide-heading_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.slide-content_container {
  flex-flow: column;
  align-self: flex-end;
  width: 80%;
  display: flex;
}

.slide-image_wrapper {
  aspect-ratio: 5 / 3;
  cursor: pointer;
  object-fit: cover;
  align-self: flex-start;
  width: 65%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide-image_description {
  align-self: flex-end;
  width: 30%;
  margin-top: -6rem;
  display: none;
}

.screw-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.screw-wrapper.is-bottom {
  inset: auto 0% 0%;
}

.screw-container {
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.screw_icon-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: .1;
  display: flex;
}

.screw_icon {
  border-radius: var(--border-radius-big);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  box-shadow: inset 0 11.01px 20.03px #ffffffab, inset -2px -2px 4.01px #0000001a;
}

.section-home_wsdp {
  z-index: 2;
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
  overflow: clip;
}

.wsdp-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.heading_container.is-wfw {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 53.75rem;
}

.heading_container.is-dial {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  color: var(--_color---grey-50);
}

._2-col-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-layout.is-wsdp {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  align-items: start;
  max-width: 65rem;
}

.h5 {
  font-family: var(--_font---heading);
  font-size: var(--h5);
  font-weight: 400;
}

.h5.is-3wds-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.h5.is_cube-title {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.wsdp-content_right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wsdp-content_right {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  display: flex;
}

.wsdp-content_right-description {
  max-width: 19.375rem;
}

.description_container {
  max-width: 33rem;
}

.text-regular {
  font-size: var(--text-regular);
}

.bhm_content-container {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21rem;
  height: auto;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.bhm_content-container.is-1 {
  inset: auto auto 87% 0%;
}

.bhm_content-container.is-2 {
  inset: auto auto 84% 70%;
}

.bhm_content-container.is-3 {
  inset: auto auto 62.5% 48%;
}

.bhm_content-container.is-4 {
  inset: auto auto 40.5% 74.5%;
}

.bhm_content-container.is-5 {
  justify-content: flex-start;
  align-items: flex-start;
  inset: auto auto 20% 12%;
}

.bhm_content-top {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.bhm_content-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .4s;
  display: flex;
}

.text-medium {
  font-size: var(--text-medium);
}

.bhm_content-main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  height: auto;
  display: flex;
  overflow: hidden;
}

.bhm_content-line {
  background-image: linear-gradient(#ff6640, #9990);
  flex: none;
  width: 1px;
  height: auto;
  margin-left: .5rem;
  margin-right: .5rem;
}

.bhm_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-top: .625rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.bhm_icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.bhm_content-description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  transition: all .4s;
  display: flex;
}

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

.bhm_path.is-tablet {
  display: none;
}

.bhm_path-wrapper {
  z-index: 2;
  width: 100%;
  padding-top: 15rem;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: var(--h1);
  font-weight: 400;
}

.footer-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.footer-counter_container {
  border-radius: var(--border-radius-big);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 7.5rem;
  height: 7.5rem;
  font-family: var(--_font---heading);
  color: var(--_color---grey-50);
  font-size: var(--h4);
  background-color: #f9f9f94d;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.375rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-section {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-canvas {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
}

.hero-2nd_heading-wrapper {
  position: relative;
}

.h3-mask {
  background-color: var(--_color---grey-50);
}

.text-reveal-anim {
  color: #f9f9f966;
  position: relative;
}

.text-reveal-anim.is-overlay_head {
  z-index: 0;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.text-reveal-anim.is-main-head {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--_color---grey-50), var(--_color---grey-50));
  color: #f9f9f900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.text-reveal-anim.is-active {
  position: relative;
}

.wsdp_lottie {
  filter: saturate(0%);
  overflow: hidden;
}

.bhm-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.bhm_section {
  width: 100%;
  position: relative;
}

.nav-line-container {
  height: 100vh;
  position: sticky;
  top: 0;
}

.content-sec {
  margin-top: -100vh;
}

.nav-lines {
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.wsdp_lottie-wrapper {
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

.slide-image_bg {
  z-index: 1;
  background-color: var(--_color---semantics--bg-dark-75);
  position: absolute;
  inset: 0%;
}

.slide-image_content {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  scrollbar-width: none;
  flex-flow: column;
  padding: 2.5rem 5rem 2.5rem 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.text-tiny {
  font-size: var(--text-tiny);
}

.slide-imgage_content-bc {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--_color---grey-500);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-image_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.slide-image_description-box {
  max-width: 28rem;
  padding-top: .875rem;
}

.wsdp-bg_gradient {
  opacity: .2;
  filter: blur(80px);
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0%;
  transform: translate(50%);
}

.bhm_path-bg_1 {
  z-index: 0;
  opacity: .15;
  filter: blur(80px);
  pointer-events: none;
  width: 34rem;
  height: auto;
  position: absolute;
  top: 25%;
  left: -50%;
}

.bhm_path-bg_2 {
  z-index: 0;
  opacity: .25;
  filter: blur(500px);
  pointer-events: none;
  width: 34rem;
  height: auto;
  position: absolute;
  inset: auto -25% -8% auto;
}

.nav-line-arrow_wrapper {
  height: auto;
  transition: transform .4s ease-in-out;
}

.nav-line-arrow_wrapper.on-first {
  transform: translate(0, 33.33%);
}

.nav-line-arrow_wrapper.on-second {
  transform: translate(0, 66%);
}

.nav-line-arrow_wrapper.on-third {
  transform: translate(0, 98.5%);
}

.footer-timer-svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(-90deg);
  overflow: visible !important;
}

.glass {
  z-index: 99;
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.footer-timer-progress {
  fill: none;
  stroke: #f9f9f9;
  stroke-width: 4px;
  stroke-linecap: butt;
}

.h2 {
  font-size: var(--h2);
  line-height: 1.25;
}

.h2.has-spacing {
  letter-spacing: .5px;
}

.style-heading {
  padding-top: 5rem;
}

.dark-text {
  color: var(--_color---grey-800);
}

.style-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.style-list-text {
  font-size: 1.5rem;
}

.style-list-text.is-title {
  border-bottom: 2px solid var(--_color---grey-800);
  padding-bottom: .5rem;
  font-weight: 600;
}

.section-exp_hero {
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
}

.exp-hero_wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 81.75rem;
  min-height: 100vh;
  margin-top: -100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: sticky;
  top: 0;
}

.exp-hero_wrap.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.exp-hero_wrap.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.exp-hero_wrap.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.exp-hero_wrap.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.exp-hero_wrap.is-footer {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.exp-hero_wrap.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.exp-hero_mask {
  aspect-ratio: 1;
  border: 1px solid var(--_color---grey-800);
  border-radius: var(--border-radius-big);
  width: 100%;
  max-width: 36rem;
  height: auto;
  max-height: 36rem;
  position: relative;
  overflow: hidden;
}

.exp-hero_mask-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.exp-hero_gradient-canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(50%);
  -webkit-mask-source-type: alpha;
  mask-mode: alpha;
}

.exp-hero_gradient-canvas.will-round {
  border-radius: var(--border-radius-big);
  overflow: hidden;
}

.exp-hero_heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 15% 5%;
}

.hero_h1 {
  font-size: 5.625rem;
  line-height: .8;
}

.hero_h1.is-2h {
  position: absolute;
}

.hero_h1.is-about_heading {
  line-height: 1;
}

.exp-hero_mask-content_wrapper {
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.exp-hero_mask-content_container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

.exp-hero_mask-heading {
  line-height: 1.25;
}

.content-exp_tech {
  background-image: radial-gradient(circle closest-corner at 100% 50%, #fde7d9, var(--_color---grey-50));
  color: var(--_color---semantics--bg-dark);
}

.exp-tech_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 81.75rem;
  margin-top: -100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 1.25rem 20rem;
  display: flex;
  position: relative;
}

.exp-tech_wrap.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.exp-tech_wrap.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.exp-tech_wrap.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.exp-tech_wrap.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.exp-tech_wrap.is-footer {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.exp-tech_wrap.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.exp-tech_heading-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 49.375rem;
  display: flex;
}

.exp-tech_img-box {
  z-index: 1;
  border: 1px solid var(--_color---grey-50);
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.exp-tech_img-wrapper {
  aspect-ratio: 5 / 6.3;
  color: var(--_color---grey-50);
  justify-content: center;
  align-items: stretch;
  padding: 2.125rem 1.5rem 2.5rem;
  display: flex;
  position: relative;
}

.exp-tech_img-wrapper.is-2 {
  transform: translate(0, 40%);
}

.exp-tech_img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-tech_img-top_left {
  padding: .5rem 1.125rem;
}

.exp-tech_img-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
}

.exp-tech_img-top {
  border-bottom: 1px solid var(--_color---grey-50);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.exp-tech_img-icon_wrapper {
  border-left: 1px solid var(--_color---grey-50);
  padding: .5rem .75rem;
}

.exp-tech_img-bottom {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: .75rem 1.125rem;
  display: flex;
}

.exp-tech_img-bg_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.h6 {
  font-size: var(--h6);
}

.h4 {
  font-size: var(--h4);
}

.exp-hero_trigger {
  min-height: 72rem;
}

.exp-tech_img-bg {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.exp-tech_img-bg.is-active {
  opacity: 100;
}

.exp-tech_img-bg.is-visible {
  opacity: 1;
}

.footer-gradient_bg {
  z-index: 0;
  background-color: var(--_color---semantics--bg-dark);
  position: absolute;
  inset: 0%;
}

.content-exp_gradient {
  background-image: none;
  min-height: 85rem;
}

.content-exp_gradient.is-reverse {
  background-image: none;
}

.content-exp_gradient.is-main {
  transform: rotate(180deg);
}

.bw-liq-grad_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.bw-liq-grad_canvas {
  filter: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transform: scale(1.2);
}

.bw-liq-grad_blur {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-image: linear-gradient(#121212 1%, #fff0 50%, #f9f9f9 99%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.bw-liq-grad_blur.inverse {
  background-image: linear-gradient(#f9f9f9 1%, #fff0 50%, #121212 99%);
}

.bw-liq-grad_container {
  flex: none;
  width: 100%;
  height: 64rem;
  margin-top: -2px;
  margin-bottom: -2px;
}

.test-white {
  background-color: #fff;
  height: 100vh;
}

.test-black {
  background-color: #000;
  height: 100vh;
}

.nav-line-arrow_wrapper-exp {
  transition: transform .4s ease-in-out;
}

.nav-line-arrow_wrapper-exp.on-first {
  transform: translate(0, 33.33%);
}

.nav-line-arrow_wrapper-exp.on-second {
  transform: translate(0, 66.66%);
}

.hwd-hero_trigger {
  min-height: 54rem;
}

.section-hwd_hero, .section-hwd_intro {
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
}

.section-hwd_twg {
  background-color: var(--_color---grey-50);
  background-image: linear-gradient(120deg, var(--_color---grey-50) 34%, #fde7d9);
  color: var(--_color---grey-900);
  overflow: clip;
}

.hwd_twg-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.hwd_twg-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.hwd_twg-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.hwd_twg-wrapper.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.hwd_twg-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hwd_twg-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.hwd_twg-wrapper.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hwd_twg-wrapper.for-twg {
  display: none;
  position: sticky;
  top: 0;
}

.hwd_twg-wrapper.for-dial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hwd_twg-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  max-width: 40.5rem;
  padding-top: 2.5rem;
  display: flex;
}

.hwd-twg_img-wrapper {
  backface-visibility: hidden;
  width: 100%;
  max-width: 40.5rem;
  color: var(--_color---grey-50);
  position: absolute;
}

.hwd-twg_img-wrapper.is-1 {
  align-self: flex-end;
  max-width: 36rem;
  margin-top: 7.75rem;
}

.hwd-twg_img-wrapper.is-2 {
  align-self: flex-start;
  max-width: 26.875rem;
  margin-top: 9rem;
}

.hwd-twg_img-wrapper.is-3 {
  align-self: flex-end;
  max-width: 26.875rem;
  margin-top: 12.75rem;
  margin-right: 15rem;
}

.hwd-twg_img-wrapper.is-twg_1 {
  width: 100%;
  transform-style: preserve-3d;
  position: relative;
  transform: rotateY(0)translateZ(20.25rem);
}

.hwd-twg_img-wrapper.is-twg_2 {
  transform-style: preserve-3d;
  inset: 0% 0% auto;
  transform: rotateY(90deg)translateZ(20.25rem);
}

.hwd-twg_img-wrapper.is-twg_3 {
  transform-style: preserve-3d;
  inset: 0% 0% auto;
  transform: rotateY(180deg)translateZ(20.25rem);
}

.hwd-twg_img-wrapper.is-twg_4 {
  transform-style: preserve-3d;
  inset: 0% 0% auto;
  transform: rotateY(270deg)translateZ(20.25rem);
}

.hwd-twg_img-wrapper.is-twg_5 {
  transform-style: preserve-3d;
  inset: 0% 0% auto;
  transform: rotate3d(1, 0, 0, -90deg)translateZ(20.25rem);
}

.hwd-twg_img-box {
  border: 1px solid var(--_color---grey-50);
  position: absolute;
  inset: auto 2.125rem 2.125rem;
}

.hwd-nav_link {
  opacity: .7;
  font-family: var(--_font---body);
  color: var(--_color---grey-800);
  font-size: var(--text-small);
  background-image: url('../images/nav-arw-dark.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  padding: 0 .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .2s ease-in-out;
}

.hwd-nav_link:hover {
  background-position: 0;
}

.hwd-nav_link.is-active {
  opacity: 100;
  background-position: 0;
}

.twg-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 2000px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 4.25rem;
  display: flex;
}

.twg-text_container {
  max-width: 36rem;
  color: var(--_color---grey-800);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.twg-wrapper {
  width: 100%;
}

.wfw-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wfw-numbering {
  padding-top: .75rem;
}

.wfw-title_container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wfw-content_container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.hwd-twg_img-container {
  width: 40.5rem;
  transform-style: preserve-3d;
  position: relative;
  transform: rotate(0);
}

.hwd_twg-trigger {
  flex-flow: column;
  width: 1px;
  height: 162rem;
  margin-top: -80vh;
  display: flex;
}

.hwd_twg-container {
  position: relative;
}

.hwd-pro_gradient-canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.dial-section {
  z-index: 2;
  pointer-events: none;
  height: 500vh;
  overflow: clip;
}

.dial-container {
  width: 100%;
  height: 0;
  transform-style: preserve-3d;
  will-change: transform;
  display: none;
  position: relative;
}

.dial-item {
  color: #f7f7f7;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform, opacity;
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.dial-canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.form-wrapper {
  background-color: #2e2e2e;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 81.75rem;
  margin-top: 9.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  overflow: clip;
}

.form-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.form-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.form-wrapper.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.form-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.form-wrapper.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-about_form {
  z-index: 1;
  background-color: var(--_color---semantics--bg-dark);
  padding-top: 25rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: clip;
}

.button-list {
  margin-top: 2rem;
}

.button {
  border-radius: var(--border-radius-big);
  color: var(--_color---grey-50);
  font-size: var(--text-small);
  background-color: #f30;
  padding: .5rem 1.25rem;
  text-decoration: none;
}

.button.is-alternate {
  background-color: var(--_color---grey-50);
  font-family: var(--_font---heading);
  color: var(--_color---semantics--bg-dark);
  font-size: var(--h6);
  border-radius: .25rem;
  flex: 1;
  padding: .65625rem 1.125rem;
}

.button-wrapper {
  display: flex;
}

.button-wrapper.for-heading {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.button-wrapper.for-form {
  margin-top: 2rem;
}

.form-title_container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.form-detail_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.t-c-grey500 {
  color: var(--_color---grey-500);
}

.form-content {
  font-family: var(--_font---body);
  font-size: var(--text-regular);
  font-weight: 400;
  line-height: 1.5;
}

.form-content p {
  margin-bottom: 2rem;
}

.form-content h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.form-content ul {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: var(--_color---grey-800);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: .25rem;
  outline: 3px #d9d9d9;
  min-height: 3.25rem;
  margin-bottom: .5rem;
  padding: .875rem 2.25rem;
}

.form_input::placeholder {
  color: var(--_color---grey-500);
}

.paper-bill_container {
  justify-content: space-between;
  margin-top: 4.375rem;
  display: flex;
}

.paper-bill_top {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.paper-bill_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 52rem;
  display: flex;
}

.paper-bill {
  width: 100%;
  max-width: 46.875rem;
  color: var(--_color---semantics--bg-dark);
  background-color: #f4f4f2;
  padding: 3.25rem 2rem 9.5rem;
}

.paper-bill_line {
  border: 2px dashed var(--_color---semantics--bg-dark);
}

.h-display {
  letter-spacing: .619px;
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 1.08;
}

.t-c-orange {
  color: #f30;
}

._1st-paper {
  margin-top: 7rem;
  margin-left: 65%;
}

.paper-bill_content-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

._2nd-paper {
  margin-top: -5%;
}

._2nd-paper_description {
  max-width: 11.125rem;
  margin-left: 20%;
}

._3rd-paper {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

._5th-paper {
  margin-top: 3.5rem;
  margin-left: 56%;
}

._6th-paper {
  margin-top: -6%;
}

._6th-paper_description {
  max-width: 11rem;
}

._5th-paper_description {
  max-width: 15rem;
}

.heading-wrapper {
  width: 100%;
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.star-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.star-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.star-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.star-wrapper.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.star-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.star-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.star-wrapper.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.star-wrapper.for-twg {
  position: sticky;
  top: 0;
}

.star-wrapper.for-dial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-about_paper {
  z-index: 1;
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
  overflow: clip;
}

.section-about_tnb {
  background-color: var(--_color---semantics--bg-dark);
  color: var(--_color---grey-50);
}

.star-container {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.star-item {
  position: relative;
}

.star-item.is-2 {
  display: flex;
  transform: translate(-30%, -130%);
}

.star-item.is-3 {
  transform: translate(40%, -30%);
}

.star-item.is-4 {
  transform: translate(0, -170%);
}

.star-item_hover-state {
  -webkit-backdrop-filter: blur(7.66px);
  backdrop-filter: blur(7.66px);
  pointer-events: none;
  background-image: linear-gradient(150deg, #2121211a, #2121210a);
  border: .08px solid #ffffff26;
  min-width: 16.5rem;
  max-width: 16.5rem;
  padding: 1rem .5rem;
  transition: opacity .25s;
  position: absolute;
  inset: 30% auto auto 96%;
  box-shadow: 0 1.53px 9.19px -.38px #0003;
}

.star-item_hover-state.is-left {
  left: auto;
  right: 96%;
}

.star-img {
  z-index: 1;
  object-fit: contain;
  width: .875rem;
  height: .875rem;
  position: relative;
}

.star-img_wrapper {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.star-img_bg {
  border-radius: var(--border-radius-big);
  opacity: .3;
  background-image: radial-gradient(circle, #f30, #21212100);
  position: absolute;
  inset: 0%;
}

.star-item_description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
}

.star-item_description_inner {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.star_bg {
  z-index: 0;
  pointer-events: none;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.section-about_intro {
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
}

.about-2nd-wrapper {
  width: 100%;
  max-width: 81.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10.875rem 1.25rem 12rem;
  position: relative;
}

.about-2nd-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.about-2nd-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.about-2nd-wrapper.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.about-2nd-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-2nd-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.about-2nd-wrapper.for-bhm, .about-2nd-wrapper.for-paper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.photo-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.about-2nd {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 49.5rem;
  margin-bottom: 3.5rem;
  display: flex;
  position: relative;
  transform: translate(-.25rem);
}

.photo-img {
  aspect-ratio: 1 / 1.17;
  object-fit: cover;
  border-bottom-right-radius: .625rem;
  width: 100%;
  height: auto;
}

.photo-img.is-temp {
  object-fit: contain;
}

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

.photo-content_description {
  max-width: 28.5rem;
  max-height: 25rem;
  margin-top: 3.125rem;
  margin-left: 5.5rem;
  position: relative;
  overflow: hidden;
}

.photo-trigger {
  width: .1px;
  height: 160rem;
}

.photo-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.star-info {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.photo-strip-overlay {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.photo-img_wrapper {
  filter: saturate(0%);
  position: relative;
}

.photo-strip {
  width: 36px;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(208px);
}

.photo-strip_img {
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
}

.hwd_tag-line_container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: none;
}

.hwd-twg_info-bar {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.slice-canvas-wrapper {
  aspect-ratio: 1 / 1.17;
  width: 100%;
  height: auto;
}

.photo-content_gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_color---semantics--bg-dark), #fff0);
  pointer-events: none;
  height: 30%;
  position: absolute;
  inset: 0% 0% auto;
}

.photo-content_gradient.is-bottom {
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

._3wds-spacer {
  color: #fff0;
  display: block;
}

._3w-title {
  display: block;
}

.hwd_dial-trigger {
  width: 0;
  height: 120rem;
  display: none;
}

.show-m-l {
  display: none;
}

.form-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 6.875rem;
  display: grid;
}

.form-container.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.form-container.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.form-container.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.form-container.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form-container.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.form-container.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form-detail_wrapper {
  position: sticky;
  top: 3.25rem;
}

.twg-nav-target {
  flex: none;
  width: 1px;
  height: 1px;
}

.twg-nav-target.is-1 {
  height: 31.25%;
}

.twg-nav-target.is-2, .twg-nav-target.is-3 {
  height: 18.75%;
}

.twg-nav-target.is-4 {
  height: 31.25%;
}

.exp-tech_content-wrapper {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.hwd-twg_img {
  width: 100%;
  height: auto;
}

.nav-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  column-gap: 120px;
  display: flex;
}

.nav-m-link {
  font-family: var(--_font---body);
  color: var(--_color---grey-50);
  font-size: var(--text-regular);
  text-transform: uppercase;
  background-image: url('../images/nav-arw.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .2s ease-in-out;
}

.nav-m-link:hover {
  background-position: 0;
}

.nav-m-link.w--current {
  color: var(--_color---grey-50);
  background-image: url('../images/nav-arw.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 5px 6px;
}

.nav-m-links {
  column-gap: 120px;
  display: none;
}

.section-standard_content {
  background-color: var(--_color---semantics--bg-dark);
  color: var(--_color---grey-50);
  padding-top: 6.625rem;
  padding-bottom: 6.625rem;
}

.section-standard_content.policy-pages {
  flex: 1 0 auto;
}

.standard-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.standard-wrapper.is-full {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.standard-wrapper.is-full.is-hero-2nd {
  justify-content: space-between;
  align-items: flex-end;
}

.standard-wrapper.is-full.is-hero-1st {
  position: sticky;
  top: 0;
}

.standard-wrapper.for-wsdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.standard-wrapper.is-footer {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 56px);
  display: flex;
}

.standard-wrapper.for-bhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.standard-wrapper.for-twg {
  position: sticky;
  top: 0;
}

.standard-wrapper.for-dial {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.standard-wrapper.for-hero {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 80vh;
  padding-bottom: 5rem;
}

.standard-wrapper.for-hero.policy-pages {
  min-height: auto;
  padding-top: 10rem;
}

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

.standard_gradient-canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-standard_hero {
  background-color: var(--_color---semantics--bg-dark);
  position: relative;
}

.standard_hero {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 45rem;
  display: flex;
  position: relative;
}

.standard_rt h1 {
  margin-bottom: 1.875rem;
  line-height: 1.25;
}

.standard_rt p {
  margin-bottom: 1rem;
}

.standard_rt h3 {
  margin-bottom: 2rem;
}

.standard_rt h4, .standard_rt h5, .standard_rt h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.standard_rt a {
  color: var(--_color---grey-50);
}

.standard_rt ul, .standard_rt ol {
  margin-bottom: 4.6875rem;
}

.standard_rt h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

._404_gradient-canvas {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._404_nav-line-container {
  z-index: 1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.footer-bar-404 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 82.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.close {
  display: none;
}

.slide_text-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 81.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide_text-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 80%;
  display: flex;
  transform: translate(0, -120%);
}

.slide_text-box {
  width: 30%;
}

.test-line {
  background-image: linear-gradient(#ff6640, #ff664000);
  width: 1px;
  height: auto;
}

.section_cube {
  background-color: var(--_color---grey-50);
  background-image: linear-gradient(120deg, var(--_color---grey-50) 34%, #fde7d9);
  color: var(--_color---grey-900);
  overflow: clip;
}

.pos-relative {
  position: relative;
}

.cube_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.cube_wrap {
  width: 40rem;
  height: 24.5rem;
  transform-style: preserve-3d;
  position: relative;
  transform: rotate(0);
}

.cube_face {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cube_face.is-front {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 20rem);
}

.cube_face.is-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate3d(0, 0, 20rem);
}

.cube_face.is-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0)translate3d(0, 0, 20rem);
}

.cube_face.is-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0, 0, 20rem);
}

.cube_trigg {
  padding-bottom: 50vh;
}

.cube_trigg-1 {
  height: 50vh;
}

.cube_wrap-2 {
  perspective: 1200px;
}

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

.cube_btm-text {
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.cube_wrap-5 {
  position: relative;
}

.cube_title-wrap {
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cube_pretrigg {
  height: 100vh;
}

.cube_nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  max-width: 40.5rem;
  padding-top: 2.5rem;
  display: flex;
}

.cube_nav-link {
  opacity: .7;
  font-family: var(--_font---body);
  color: var(--_color---grey-800);
  font-size: var(--text-small);
  background-image: url('../images/nav-arw-dark.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 5px 6px;
  padding: 0 .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-position .2s ease-in-out;
}

.cube_nav-link:hover {
  background-position: 0;
}

.cube_nav-link.is-current {
  opacity: 100;
  background-position: 0;
}

.cube_btm-info-bar {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.cube_posttrigg {
  height: 100vh;
}

.rotor_pre-text-wrap {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  color: #f7f7f7;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.rotor_container {
  perspective: 1200px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 81.75rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.rotor_trigg {
  height: 100vh;
}

.rotor_pre-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.rotor_words-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  width: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.rotor_word-item {
  font-family: var(--_font---heading);
  color: #f7f7f7;
  letter-spacing: -.02em;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.rotor_wrap {
  position: relative;
}

.cube_content-wrap {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

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

.cube_content {
  border: 1px solid var(--_color---grey-50);
  color: var(--_color---grey-50);
  position: absolute;
  inset: auto 2.125rem 2.125rem;
}

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

.cube_section-mobile {
  display: none;
}

.cube_cards-mob-wrap {
  width: 40.5rem;
  transform-style: preserve-3d;
  position: relative;
  transform: rotate(0);
}

@media screen and (max-width: 991px) {
  body {
    --text-regular: 1rem;
    --h1: 3.5rem;
    --h2: 3rem;
    --h3: 2.5rem;
    --h4: 2rem;
    --h5: 1.5rem;
    --h6: 1.25rem;
    --text-small: .875rem;
    --border-radius-big: 200rem;
    --text-medium: 1.125rem;
    --text-tiny: .75rem;
    --text-large: 1.25rem;
    --body: 1rem;
  }

  .main-wrapper {
    margin-top: -3.75rem;
  }

  .nav {
    min-height: 3.75rem;
    padding-top: 0;
  }

  .nav-links {
    flex-flow: column;
    align-items: stretch;
  }

  .nav-link {
    border-bottom: 1px solid #7f7f7f;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .footer-info-404 {
    padding-bottom: 3rem;
  }

  .bottom-bar {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: .375rem;
    padding-bottom: .375rem;
  }

  .hero_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero_heading-wrap {
    max-width: none;
  }

  .hero_heading, .hero_heading-line {
    font-size: 4.5rem;
  }

  .hero_subtext-container {
    align-self: flex-end;
    max-width: 17.25rem;
    margin-left: auto;
    padding-right: 0%;
  }

  .hero_bg-lines-wrapper {
    display: none;
  }

  .hero-2nd {
    width: 100%;
  }

  .slide-content_container {
    margin-left: 10%;
  }

  .slide-image_wrapper {
    aspect-ratio: auto;
    flex-flow: wrap-reverse;
    width: 100%;
    display: flex;
  }

  .slide-image_description {
    width: 70%;
    margin-top: 0;
  }

  ._2-col-layout.is-wsdp {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .bhm_content-container {
    max-width: none;
    position: relative;
  }

  .bhm_content-container.is-1, .bhm_content-container.is-2, .bhm_content-container.is-3, .bhm_content-container.is-4, .bhm_content-container.is-5 {
    bottom: auto;
    left: auto;
  }

  .bhm_content-top.is-reverse, .bhm_content-main.is-reverse {
    flex-flow: row-reverse;
  }

  .bhm_content-line {
    background-image: none;
  }

  .bhm_path.is-desktop {
    display: none;
  }

  .bhm_path.is-tablet {
    border-radius: var(--border-radius-big);
    background-image: linear-gradient(#feecec, #feecec00);
    justify-content: center;
    align-items: flex-start;
    width: 4px;
    height: 95%;
    display: flex;
    position: absolute;
    inset: 1% auto 0% 0%;
  }

  .bhm_path-wrapper {
    grid-column-gap: 5.375rem;
    grid-row-gap: 5.375rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 6rem;
    padding-top: 0;
    padding-bottom: 5rem;
    padding-left: 2rem;
    display: flex;
  }

  .footer-counter_container {
    width: 6.5rem;
    height: 6.5rem;
  }

  .gradient-canvas {
    height: 100dvh;
    bottom: auto;
  }

  .nav-line-container {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 25rem;
    display: flex;
    position: relative;
    top: auto;
  }

  .content-sec {
    margin-top: 0;
  }

  .nav-lines, .slide-image_bg {
    display: none;
  }

  .slide-image_content {
    padding: 1rem;
    position: relative;
    inset: auto;
  }

  .exp-hero_wrap.is-footer {
    min-height: calc(100vh - 88px);
  }

  .exp-tech_wrap {
    padding-bottom: 6rem;
  }

  .exp-tech_wrap.is-footer {
    min-height: calc(100vh - 88px);
  }

  .exp-tech_img-wrapper.is-2 {
    transform: none;
  }

  .hwd_twg-wrapper.is-footer {
    min-height: calc(100vh - 88px);
  }

  .hwd_twg-wrapper.for-twg {
    min-height: auto;
    padding-bottom: 4.5rem;
    display: flex;
    position: relative;
    top: auto;
  }

  .hwd-twg_img-wrapper {
    backface-visibility: visible;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    max-width: none;
    padding: 14rem 1.125rem 1.125rem;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: none !important;
  }

  .hwd-twg_img-wrapper.is-twg_2 {
    display: none;
    top: auto;
    left: auto;
    right: auto;
  }

  .hwd-twg_img-wrapper.is-twg_3, .hwd-twg_img-wrapper.is-twg_4 {
    top: auto;
    left: auto;
    right: auto;
  }

  .hwd-twg_img-box {
    position: relative;
    inset: auto;
  }

  .hwd-nav_link {
    display: none;
  }

  .twg-container {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    display: flex;
  }

  .hwd-twg_img-container {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    transform: none;
  }

  .hwd_twg-trigger {
    display: none;
  }

  .dial-section {
    background-color: var(--_color---semantics--bg-dark);
  }

  .form-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-wrapper.is-footer {
    min-height: calc(100vh - 88px);
  }

  .button {
    color: var(--_color---grey-50);
    text-decoration: none;
  }

  .star-wrapper.is-footer {
    min-height: calc(100vh - 88px);
  }

  .star-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .star-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .star-item.is-2 {
    margin-left: 30%;
    transform: none;
  }

  .star-item.is-3 {
    margin-left: 40%;
    transform: none;
  }

  .star-item.is-4 {
    margin-left: 30%;
    transform: none;
  }

  .star-item_hover-state {
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .star-item_hover-state.is-left {
    right: auto;
  }

  .about-2nd-wrapper.is-footer {
    min-height: calc(100vh - 88px);
  }

  .photo-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    place-items: start center;
    height: auto;
    position: relative;
    top: auto;
  }

  .about-2nd {
    width: 100%;
  }

  .photo-content_description {
    max-height: none;
  }

  .photo-trigger {
    display: none;
  }

  .hwd_tag-line_container {
    position: relative;
  }

  .hwd-twg_info-bar {
    display: none;
  }

  .slice-canvas-wrapper {
    position: sticky;
    top: 2rem;
  }

  .photo-content_gradient, .photo-content_gradient.is-bottom {
    display: none;
  }

  .form-container.is-footer {
    min-height: calc(100vh - 88px);
  }

  .bhm_path-path {
    border-radius: var(--border-radius-big);
    background-image: linear-gradient(#f30 50%, #f300);
    width: 100%;
    height: 20%;
  }

  .exp-tech_content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 3.5rem;
  }

  .hwd-twg_img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon1_line-top {
    background-color: var(--_color---grey-50);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--_color---grey-50);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--_color---grey-50);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: #fff0;
  }

  .nav-links-wrapper {
    background-color: var(--_color---semantics--bg-dark);
    flex-flow: column;
    align-items: stretch;
    height: calc(80vh - 60px);
    padding: 1rem 1rem 2rem;
    justify-content: flex-end !important;
  }

  .nav-links-container {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    display: flex;
  }

  .nav-m-link {
    color: var(--_color---grey-500);
    text-align: left;
    border-bottom: 1px solid #7f7f7f;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    display: block;
  }

  .nav-m-links {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .standard-wrapper.is-footer {
    min-height: calc(100vh - 88px);
  }

  .footer-bar-404 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .close {
    display: none;
  }

  .slide_text-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .slide_text-container {
    width: 100%;
    transform: none;
  }

  .slide_text {
    font-size: var(--text-large);
  }

  .slide_text-box {
    width: 100%;
  }

  .cube_container, .cube_trigg, .cube_pretrigg, .cube_nav-link, .cube_btm-info-bar, .cube_posttrigg {
    display: none;
  }

  .rotor_wrap {
    background-color: var(--_color---semantics--bg-dark);
  }

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

  .cube_content {
    position: relative;
    inset: auto;
  }

  .cube_section-mobile {
    padding: 3rem 1.25rem;
    display: block;
  }

  .cube_cards-mob-wrap {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --text-regular: 1rem;
    --h1: 3rem;
    --h2: 2.5rem;
    --h3: 2rem;
    --h4: 1.5rem;
    --h5: 1.25rem;
    --h6: 1rem;
    --text-small: .875rem;
    --border-radius-big: 200rem;
    --text-medium: 1.125rem;
    --text-tiny: .75rem;
    --text-large: 1.25rem;
    --body: 1rem;
  }

  .footer-info-404 {
    padding-bottom: 2rem;
  }

  .bottom-bar {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .back-to-top-404, .hero_info-col.is-center {
    display: none;
  }

  .slide-content_container {
    width: 100%;
    margin-left: 0%;
  }

  .slide-image_description {
    width: auto;
  }

  ._2-col-layout.is-wsdp {
    grid-template-columns: 1fr;
  }

  .wsdp-content_right-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .wsdp-content_right {
    min-height: auto;
  }

  .wsdp-content_right-description {
    max-width: none;
  }

  .bhm_path-wrapper {
    padding-left: 1.5rem;
  }

  .footer-counter_container {
    width: 4.5rem;
    height: 4.5rem;
  }

  .content-sec {
    margin-top: 0;
  }

  .wsdp_lottie-wrapper {
    min-height: auto;
    position: relative;
    top: auto;
  }

  .div-block {
    min-height: calc(100vh - 180.797px);
  }

  .slide-image_content {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-image_description-box {
    max-width: none;
  }

  .exp-hero_wrap {
    min-height: 100dvh;
  }

  .hero_h1, .hero_h1.is-2h {
    font-size: 12.5vw;
  }

  .exp-tech_wrap {
    padding-bottom: 6rem;
  }

  .exp-tech_img-wrapper {
    aspect-ratio: 4 / 5;
  }

  .bw-liq-grad_container {
    height: 32rem;
  }

  .hwd-twg_img-wrapper {
    width: 100%;
    padding-top: 10rem;
  }

  .hwd-twg_img-wrapper.is-1, .hwd-twg_img-wrapper.is-2 {
    max-width: none;
    margin-top: 4.5rem;
  }

  .hwd-twg_img-wrapper.is-3 {
    max-width: none;
    margin-top: 4.5rem;
    margin-right: 0;
  }

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

  .hwd-twg_img-container {
    width: 100%;
  }

  .form-wrapper {
    grid-template-columns: .75fr;
  }

  .section-about_form {
    padding-top: 6.125rem;
    padding-bottom: 6rem;
  }

  .form-title_container {
    padding-bottom: 0;
  }

  .section-about_tnb {
    overflow: hidden;
  }

  .star-item_hover-state {
    min-width: auto;
  }

  .star-item_hover-state.is-left {
    right: auto;
  }

  .about-2nd-wrapper {
    padding-top: 6.875rem;
    padding-bottom: 6rem;
  }

  .photo-container {
    flex-flow: column;
    grid-template-columns: .6fr;
    display: flex;
  }

  .photo-content_description {
    max-width: none;
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .slice-canvas-wrapper {
    position: relative;
    top: auto;
  }

  .hide-m-l {
    display: none;
  }

  .show-m-l {
    display: block;
  }

  .form-container {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .form-detail_wrapper {
    position: relative;
    top: auto;
  }

  .exp-tech_content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .section-standard_content {
    overflow: hidden;
  }

  ._404_nav-line-container {
    display: none;
  }

  .footer-bar-404 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .rotor_word-item {
    font-size: 2.5rem;
  }

  .cube_cards-mob-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --text-regular: 1rem;
    --h1: 3rem;
    --h2: 2.5rem;
    --h3: 2rem;
    --h4: 1.5rem;
    --h5: 1.25rem;
    --h6: 1rem;
    --text-small: .875rem;
    --border-radius-big: 200rem;
    --text-medium: 1.125rem;
    --text-tiny: .75rem;
    --text-large: 1.25rem;
    --body: 1rem;
  }

  .address-right-404 {
    text-align: center;
  }

  .hero_heading, .hero_heading-line {
    font-size: 15vw;
  }

  .h3.for-mobile {
    max-width: 20rem;
    display: block;
  }

  .h3.for-desktop, .slide-imgage_content-bc.on-home {
    display: none;
  }

  .slide-image_description-box {
    padding-top: 0;
  }

  .exp-hero_wrap {
    transform: translate(0, -2rem);
  }

  .exp-hero_mask-content_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .exp-hero_mask-heading {
    font-size: var(--h4);
  }

  .exp-tech_img-box {
    min-width: auto;
  }

  .hwd-twg_img-wrapper {
    padding-top: 6rem;
  }

  .hwd-twg_img-box {
    min-width: auto;
  }

  .star-item.is-2, .star-item.is-3, .star-item.is-4 {
    margin-left: 0%;
  }

  .star-item_hover-state {
    min-width: 12rem;
  }

  .star-img_wrapper {
    width: 3.25rem;
    height: 3.25rem;
  }

  .footer-bar-404 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cube_content {
    min-width: auto;
  }
}

#w-node-_7af5cd91-c5df-3629-a293-a3980b2092b9-0b2092b7 {
  justify-self: start;
}

#w-node-_7af5cd91-c5df-3629-a293-a3980b2092c4-0b2092b7 {
  justify-self: end;
}

#w-node-_6c0fa10f-a81e-789d-27b7-1a572b28e986-95bc862f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04fc821e-8820-3c8b-86d2-9daa1d42a260-4344011e {
  justify-self: end;
}

#twg-cube.w-node-_643d17e3-5570-b757-8e51-4055ffce3292-3f1f5a4a {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7af5cd91-c5df-3629-a293-a3980b2092b9-0b2092b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7af5cd91-c5df-3629-a293-a3980b2092c4-0b2092b7 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7af5cd91-c5df-3629-a293-a3980b2092b9-0b2092b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7af5cd91-c5df-3629-a293-a3980b2092c0-0b2092b7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7af5cd91-c5df-3629-a293-a3980b2092c4-0b2092b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}