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

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

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #01080e;
  --light-grey: #f9f9f9;
  --light-red: #ffeff2;
  --red: #fe5664;
  --green: #8bff89;
  --blue: blue;
  --grey: #717886;
}

.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 {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.section {
  padding: .5625rem 1.125rem;
  position: relative;
  overflow: clip;
}

.section.is--navbar {
  z-index: 100;
  padding: 2rem 2.8125rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section.is--footer {
  padding-bottom: 1.125rem;
}

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

.container {
  border-radius: 1.5rem;
  padding: 10rem 7.5rem;
  position: relative;
  overflow: clip;
}

.container.is--hero {
  padding-top: 7.2rem;
  padding-bottom: 8.9rem;
  overflow: visible;
}

.container.is--teams {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

.container.is--gap {
  background-color: var(--light-grey);
}

.container.is--gateway {
  color: var(--white);
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#010101, #00f);
}

.container.is--onboarding {
  background-color: var(--light-grey);
}

.container.is--footer {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 3.75rem;
}

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

.hero-block {
  color: var(--white);
  text-align: center;
  width: 59.125rem;
  max-width: 100%;
  height: 58rem;
  padding-top: 7.25rem;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.svg {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.svg.size-122 {
  width: 7.625rem;
}

.svg.is--luly_logo {
  width: 7.5rem;
}

.subtitle {
  letter-spacing: -.02em;
  background-color: #ffffff0d;
  border-radius: .375rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

.subtitle.is-red {
  background-color: var(--light-red);
  color: var(--red);
}

.subtitle.is-green {
  color: var(--green);
  background-color: #8fffc121;
}

.hero-flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6.625rem;
  display: flex;
}

.heading-80 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 100%;
}

.font-playfair {
  font-family: Playfair Display, Arial, sans-serif;
}

.text-20 {
  font-size: 1.25rem;
  line-height: 135%;
}

.text-20.opacity-80 {
  opacity: .8;
}

.text-20.opacity-70 {
  opacity: .7;
}

.text-20.semibold-h120-ls2 {
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 120%;
}

.maxw-522 {
  max-width: 32.625rem;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: .375rem;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.button:hover {
  opacity: .8;
}

.button.is-blue {
  background-color: var(--blue);
  color: var(--white);
}

.button.is-blue.is-teams_button {
  letter-spacing: -.02em;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 100%;
  display: flex;
}

.button.size_small {
  padding: 1rem 2.5rem;
}

.button.size_big {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button.is-secondary {
  color: var(--black);
  background-color: #f2f2f2;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 170%;
}

.relative-z4 {
  z-index: 4;
  position: relative;
}

.hero-bg-1 {
  z-index: 2;
  width: 67.5rem;
  max-width: none;
  position: absolute;
  inset: -4rem auto auto -4.2rem;
}

.hero-bg-2 {
  width: 71.5rem;
  max-width: none;
  position: absolute;
  inset: -6.2rem auto auto -6.3rem;
}

.hero-bg-3 {
  z-index: 1;
  width: 71.5rem;
  max-width: none;
  position: absolute;
  inset: -6.6rem auto auto -7.1rem;
}

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

.teams-title_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 51.5rem;
  display: flex;
}

.maxw-466 {
  max-width: 29.125rem;
}

.teams-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -1rem auto auto 15rem;
}

.teams-icon-wrapper.is-2 {
  top: -12.5rem;
  left: 7.5rem;
}

.teams-icon-wrapper.is-1 {
  top: -20rem;
}

.teams-icon-wrapper.is-3 {
  top: 9.5rem;
  left: 4rem;
  right: auto;
}

.teams-icon-wrapper.is-4 {
  inset: -12.6rem 7.4rem auto auto;
}

.teams-icon-wrapper.is-5 {
  inset: -5.3rem 0 auto auto;
}

.teams-icon-wrapper.is-6 {
  top: 9rem;
  left: auto;
  right: 11.2rem;
}

.teams-icon-wrapper.small.is-7 {
  inset: -23rem auto auto 0;
}

.teams-icon-wrapper.small.is-8 {
  top: 5rem;
  left: 11.3rem;
  right: auto;
}

.teams-icon-wrapper.small.is-9 {
  inset: -22.7rem 0 auto auto;
}

.teams_slider {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: -1.5rem;
  display: flex;
}

.teams_column {
  flex: none;
  padding-right: 1.5rem;
  display: flex;
}

.teams_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #ffffff03;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  width: 32.4375rem;
  padding: 2.5rem;
  display: flex;
}

.teams_card.is-button {
  aspect-ratio: 1;
  background-color: var(--white);
  width: auto;
  height: 100%;
}

.teams-logo {
  object-fit: contain;
  background-color: #ffffff0d;
  border-radius: .25rem;
  align-self: flex-start;
  width: auto;
  height: 1.5rem;
}

.heading-32 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.maxw-304 {
  max-width: 19rem;
}

.teams-flex_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.teams_slider-wrapper {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  display: flex;
  position: relative;
}

.teams_slider-blur {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(90deg, var(--black), #01080e08);
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18.75rem;
  display: grid;
  position: absolute;
  inset: -1px auto -1px 0;
}

.teams_slider-blur.is-right {
  inset: 0% 0 0% auto;
  transform: rotate(180deg);
}

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

.teams-logo_text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}

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

.flex-v-center-40.pb140 {
  padding-bottom: 8.75rem;
}

.flex-v-center-40.pb60 {
  padding-bottom: 3.75rem;
}

.maxw-824 {
  max-width: 51.5rem;
}

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

.maxw-290 {
  max-width: 18.125rem;
}

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

.gap-card {
  grid-column-gap: 4.625rem;
  grid-row-gap: 4.625rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
  overflow: hidden;
}

.heading-36 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 120%;
}

.gap-title-wrapper {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 13.1875rem;
  display: flex;
  position: relative;
}

.text-24 {
  font-size: 1.5rem;
  line-height: 120%;
}

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

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

.gap-img {
  aspect-ratio: 1.73414;
  pointer-events: none;
  background-image: url('../images/gap-img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35.875rem;
  max-width: none;
  position: absolute;
  inset: -3.8rem auto auto -3.8rem;
}

.maxw-1194 {
  max-width: 74.625rem;
}

.gateway-tabs_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gateway-tablink {
  opacity: .5;
  letter-spacing: -.02em;
  border-bottom: 1px solid #0000;
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
}

.gateway-tablink.is-active {
  opacity: 1;
  border-bottom-color: inherit;
}

.gateway-tab_content {
  padding-top: 8.75rem;
  position: relative;
}

.gateway-tab_content.is-mobile {
  padding-top: 5.75rem;
}

.gateway-tab_img_wrapper {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  width: 90rem;
  max-width: 100%;
  padding: 1.5rem;
}

.gateway-tab_img_wrapper.is-mobile {
  border-radius: 4rem;
  width: 27.375rem;
}

.gateway-desktop_img {
  border-radius: 1rem;
}

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

.gateway-card {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #ffffff03;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20.0625rem;
  padding: 2.5rem;
  display: flex;
}

.gateway-card._w-374 {
  width: 23.375rem;
}

.gateway-card._w-312 {
  width: 19.5rem;
}

.gateway-card.w0349 {
  width: 21.8125rem;
}

.gateway-icon-44 {
  width: 2.75rem;
}

.flex-v-8-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 15rem;
  display: flex;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.gateway-card_wrapper {
  z-index: 2;
  position: absolute;
  inset: -11.5rem auto auto 0;
}

.gateway-card_wrapper.is-2 {
  inset: auto auto -6.2rem 1.2rem;
}

.gateway-card_wrapper.is-2.is-mob {
  bottom: 6rem;
  left: 20.2rem;
}

.gateway-card_wrapper.is-3 {
  inset: -1.8rem 0 auto auto;
}

.gateway-card_wrapper.is-3.is-mob {
  top: 11.2rem;
  right: 11rem;
}

.gateway-card_wrapper.is-1.is-mob {
  top: -.4rem;
  left: 4.8rem;
}

.gateway-bg_circle {
  z-index: 3;
  aspect-ratio: 1 / 1.2;
  mix-blend-mode: screen;
  will-change: transform;
  backface-visibility: hidden;
  background-image: url('../images/circle.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 145.125rem;
  position: absolute;
  inset: 27rem 0% auto;
  transform: translate(0);
}

.gateway-mobile_img {
  border-radius: 3rem;
}

.maxw-408 {
  max-width: 25.5rem;
}

.coming_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 55.75rem;
  max-width: 100%;
  display: grid;
}

.coming_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-grey);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.75rem;
  display: flex;
}

.coming-icon {
  border-radius: .5rem;
  width: 2.75rem;
}

.maxw-540 {
  max-width: 33.75rem;
}

.projects-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 90rem;
  max-width: 100%;
  display: flex;
}

.projects-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-buttons_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-link_all {
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.projects-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.projects-icon {
  background-image: url('../images/inprogress.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.projects-icon.is-checked {
  background-image: url('../images/check.svg');
}

.teams-bg_circle {
  z-index: 3;
  aspect-ratio: 1 / 1.2;
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  background-image: url('../images/circle-2.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 83.5625rem;
  position: absolute;
  inset: -21rem 0% auto;
}

.teams-icon {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff0d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 7.5rem;
  display: flex;
}

.teams-icon.small {
  background-color: #ffffff05;
  font-size: 4.5rem;
}

.footer-flex-v-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-s_links_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.s_link {
  color: #fefffc;
  background-color: #ffffff1a;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 3.5rem;
  display: flex;
}

.s_link:hover {
  opacity: .8;
}

.maxw-728 {
  max-width: 45.5rem;
}

.footer-bottom_links_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25.5rem;
  display: flex;
}

.footer-grey_text {
  opacity: .5;
  font-size: 1rem;
  line-height: 135%;
  text-decoration: none;
}

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

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

.home-link {
  color: var(--black);
  width: 6.125rem;
}

.maxw-1012 {
  max-width: 63.25rem;
}

.text_underline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}

.hero-mobile-img_wrapper {
  display: none;
}

.teams-track {
  height: 300vh;
  position: relative;
}

.teams-sticky_block {
  height: 100vh;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: sticky;
  top: 0;
}

.teams-luly_wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 13rem;
  display: flex;
  position: relative;
}

.teams-luly_wrapper.is-tablet {
  display: none;
}

.teams-slider_cont {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

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

.title-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.close-lb {
  z-index: 2;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 2.375rem;
  display: flex;
  position: absolute;
  inset: 2.5rem 2.5rem auto auto;
}

.close-lb.is-white {
  background-color: #f0f0f01a;
}

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

.text-16 {
  font-size: 1rem;
  line-height: 120%;
}

.text-16.op-70 {
  opacity: .7;
}

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

.lb-bg {
  background-color: #01010199;
  height: 200vh;
  position: fixed;
  inset: -50vh 0%;
}

.lb-block {
  z-index: 2;
  background-color: #fff;
  border-radius: 2.75rem;
  width: 29.8125rem;
  max-width: 100%;
  padding: 2.5rem;
  position: relative;
}

.lb-block.is--transparent {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #ffffff0d;
}

.text-14 {
  font-size: .875rem;
  line-height: 120%;
}

.text-14.op-70 {
  opacity: .7;
}

.titlr-20-inter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

.lb {
  z-index: 200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lb.lb-imprint {
  display: none;
}

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

.simple_navbar {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._404_section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding: 1rem;
  display: flex;
}

.rich_text {
  font-size: 1.25rem;
  line-height: 140%;
}

.rich_text p {
  margin-bottom: 1.2rem;
}

.rich_text h2 {
  letter-spacing: -.02em;
  margin-top: 1em;
  margin-bottom: .6em;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 125%;
}

.rich_text h1 {
  letter-spacing: -.02em;
  margin-top: 1em;
  margin-bottom: .6em;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 120%;
}

.rich_text h3 {
  letter-spacing: -.02em;
  margin-top: 1em;
  margin-bottom: .6em;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 125%;
}

@media screen and (max-width: 991px) {
  .section {
    padding: .3125rem .625rem;
  }

  .section.is--navbar {
    padding: 1.5rem;
  }

  .section.is--footer {
    padding-bottom: .625rem;
  }

  .container {
    border-radius: 1rem;
    padding: 3.75rem 3.125rem;
  }

  .container.is--teams {
    padding-top: 0;
    padding-bottom: 60px;
}

  .container.is--footer {
    padding-bottom: 2.5rem;
  }

  .hero-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-block {
    width: 100%;
    height: 47rem;
    padding-top: 6.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle {
    font-size: .875rem;
  }

  .hero-flex-v-40 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 5.1rem;
  }

  .heading-80 {
    font-size: 4rem;
    line-height: 90%;
  }

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

  .text-20.semibold-h120-ls2.t-20 {
    font-size: 1.25rem;
  }

  .maxw-522 {
    max-width: 25.75rem;
  }

  .button.size_small {
    font-size: 1rem;
  }

  .hero-bg-1 {
    width: 54rem;
    top: -2.5rem;
    left: -7.2rem;
  }

  .hero-bg-2 {
    width: 57.2rem;
    display: none;
  }

  .hero-bg-3 {
    width: 57.2rem;
    top: -5rem;
    left: -8rem;
  }

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

  .maxw-466 {
    max-width: 22.5rem;
  }

  .teams-icon-wrapper.is-2 {
    top: -7rem;
    left: 0;
  }

  .teams-icon-wrapper.is-1 {
    top: -11.5rem;
    left: 4.6rem;
  }

  .teams-icon-wrapper.is-3 {
    top: 6.4rem;
    left: 4.6rem;
  }

  .teams-icon-wrapper.is-4 {
    top: -7rem;
    right: 4.6rem;
  }

  .teams-icon-wrapper.is-5 {
    top: -2.7rem;
  }

  .teams-icon-wrapper.is-6 {
    top: 15rem;
    right: 9rem;
  }

  .teams-icon-wrapper.small.is-7 {
    top: -14.6rem;
  }

  .teams-icon-wrapper.small.is-8 {
    top: 12.4rem;
    left: auto;
    right: 6.4rem;
  }

  .teams-icon-wrapper.small.is-9 {
    top: -14.7rem;
  }

  .teams_slider {
    grid-template-columns: 1fr;
    margin-right: -1rem;
  }

  .teams_column {
    padding-right: 1rem;
  }

  .teams_card {
    width: 26.25rem;
    padding: 1.5rem;
  }

  .heading-32 {
    font-size: 1.5rem;
  }

  .maxw-304 {
    max-width: 17.5rem;
  }

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

  .teams_slider-wrapper {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .teams_slider-blur {
    width: 5rem;
  }

  .teams_slider-blur.is-right {
    width: 11rem;
  }

  .flex-v-center-40 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-v-center-40.pb140, .flex-v-center-40.pb60 {
    padding-bottom: 2rem;
  }

  .maxw-290 {
    max-width: 14.625rem;
  }

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

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

  .gap-title-wrapper {
    height: 16.5625rem;
  }

  .gap-img {
    width: 45rem;
    top: -4.8rem;
    left: -4.8rem;
  }

  .maxw-1194 {
    max-width: 32.75rem;
  }

  .maxw-1194.t-fullw {
    max-width: 100%;
  }

  .gateway-tabs_menu {
    display: none;
  }

  .gateway-tab_content {
    padding-top: 24.875rem;
    padding-bottom: 12rem;
  }

  .gateway-tab_content.is-mobile {
    padding-top: 24.875rem;
    padding-bottom: 8rem;
  }

  .gateway-tab_content.is-desktop {
    display: none;
  }

  .gateway-card {
    width: 20.625rem;
    padding: 1.5rem;
  }

  .flex-v-8-left {
    max-width: 14rem;
  }

  .gateway-card_wrapper.is-2 {
    bottom: 3rem;
    left: 0;
  }

  .gateway-card_wrapper.is-2.is-mob {
    inset: 12rem 0% auto auto;
  }

  .gateway-card_wrapper.is-3 {
    top: 7rem;
  }

  .gateway-card_wrapper.is-3.is-mob {
    inset: auto auto 0% 0%;
  }

  .gateway-card_wrapper.is-1 {
    top: .6rem;
  }

  .gateway-card_wrapper.is-1.is-mob {
    top: 0;
    left: 0;
  }

  .gateway-bg_circle {
    background-size: 110rem;
    top: 47rem;
  }

  .maxw-408 {
    max-width: 20rem;
  }

  .coming_card {
    padding: 1.5rem 2rem;
  }

  .maxw-540 {
    max-width: 24rem;
  }

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

  .projects-link_all {
    border-radius: .5rem;
    padding: 2rem 4.5rem;
  }

  .projects-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .teams-bg_circle {
    background-size: 55rem;
    top: 0;
  }

  .teams-icon {
    border-radius: .625rem;
    font-size: 4.5rem;
  }

  .teams-icon.small {
    border-radius: .25rem;
    font-size: 2.75rem;
  }

  .footer-flex-v-40 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom_links_row {
    margin-top: 17.5rem;
  }

  .footer-grey_text {
    font-size: .75rem;
  }

  .maxw-1012 {
    max-width: 100%;
  }

  .teams-sticky_block {
    height: 100dvh;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .teams-luly_wrapper {
    padding-bottom: 7.25rem;
  }

  .teams-luly_wrapper.is-desktop {
    display: none;
  }

  .teams-luly_wrapper.is-tablet {
    padding-bottom: 0;
    display: flex;
  }

  .close-lb {
    top: 1.5rem;
    right: 1.5rem;
  }

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

  .lb-block {
    border-radius: 2.125rem;
    width: 27.8125rem;
    padding: 1.5rem;
  }

  .rich_text {
    font-size: 1rem;
  }

  .rich_text h2 {
    font-size: 2.5rem;
  }

  .rich_text h1 {
    font-size: 4em;
  }

  .rich_text h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section.is--navbar {
    padding: .625rem;
  }

  .section.is-teams {
    flex-flow: column;
  }

  .container {
    padding: 2rem 1.5rem;
  }

  .container.is--hero {
    padding: 6rem 1.5rem 6.875rem;
  }

  .container.is--teams {
    flex-flow: column;
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 32px;
  }

  .container.is--footer {
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hero-block {
    height: 31.25rem;
    padding-top: 2rem;
  }

  .svg.size-122 {
    width: 3.875rem;
  }

  .svg.is--luly_logo {
    width: 4.0625rem;
  }

  .subtitle {
    padding: .5rem 1rem;
    font-size: .75rem;
  }

  .hero-flex-v-40 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 5.125rem;
  }

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

  .text-20 {
    font-size: .75rem;
  }

  .text-20.semibold-h120-ls2.t-20 {
    font-size: 1rem;
  }

  .text-20.semibold-h120-ls2.t-20.m-12 {
    font-size: .75rem;
  }

  .button {
    align-self: stretch;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1rem;
  }

  .button.is-blue.is-teams_button {
    font-size: 1.5rem;
  }

  .button.size_small {
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: .875rem;
  }

  .button.size_big {
    padding: 1rem 2rem;
  }

  .hero-bg-1 {
    width: 100vw;
    top: .3rem;
    left: -.625rem;
  }

  .teams-wrapper {
    grid-column-gap: 10.6rem;
    grid-row-gap: 10.6rem;
    flex: 1;
    margin-bottom: 2rem;
    padding-top: 10.6rem;
  }

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

  .maxw-466 {
    max-width: 17rem;
  }

  .teams-icon-wrapper.is-2 {
    top: 3.5rem;
  }

  .teams-icon-wrapper.is-1 {
    top: .7rem;
    left: 2.8rem;
  }

  .teams-icon-wrapper.is-3 {
    inset: 6.3rem auto auto 2.8rem;
  }

  .teams-icon-wrapper.is-4 {
    top: 3.5rem;
    right: 2.9rem;
  }

  .teams-icon-wrapper.is-5 {
    top: 6.2rem;
  }

  .teams-icon-wrapper.is-6 {
    inset: 6.3rem 5.6rem auto auto;
  }

  .teams-icon-wrapper.small.is-7 {
    top: -2rem;
  }

  .teams-icon-wrapper.small.is-8 {
    display: none;
  }

  .teams-icon-wrapper.small.is-9 {
    top: .5rem;
    right: 1.2rem;
  }

  .teams_slider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
    position: relative;
  }

  .teams_column {
    flex-flow: column;
    padding-right: 0;
    position: sticky;
    top: 2rem;
  }

  .teams_card {
    background-color: var(--black);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: .75rem;
    flex: 1;
    width: auto;
  }

  .teams_card.is-button {
    flex: none;
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .heading-32 {
    font-size: 1rem;
  }

  .teams-flex_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 12.5rem;
  }

  .teams_slider-wrapper {
    flex-flow: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .teams_slider-blur {
    display: none;
  }

  .teams-logo_text {
    font-size: .75rem;
  }

  .flex-v-center-40 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-v-center-40.pb60 {
    padding-bottom: 1.5rem;
  }

  .maxw-290 {
    max-width: 11rem;
  }

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

  .grid-gap24.is-mobile-sticky {
    position: relative;
  }

  .gap-card {
    padding: 1.5rem;
    position: sticky;
    top: 2rem;
  }

  .heading-36 {
    font-size: 1.5rem;
  }

  .gap-title-wrapper {
    height: 16.25rem;
  }

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

  .gap-img {
    aspect-ratio: 1 / 1.01067;
    background-image: url('../images/gap-img-mob.png');
    width: 23.4375rem;
    top: -3.8rem;
    left: -3.7rem;
  }

  .maxw-1194 {
    max-width: 17.6rem;
  }

  .gateway-tablink {
    font-size: 1rem;
  }

  .gateway-tab_content, .gateway-tab_content.is-mobile {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .gateway-tab_img_wrapper {
    display: none;
  }

  .gateway-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    width: 100%;
  }

  .gateway-card._w-374, .gateway-card._w-312, .gateway-card.w0349 {
    width: 100%;
  }

  .gateway-icon-44 {
    width: 2rem;
  }

  .flex-v-8-left {
    max-width: 12.3rem;
  }

  .heading-24 {
    font-size: 1rem;
  }

  .gateway-card_wrapper {
    padding-bottom: 1rem;
    position: static;
  }

  .gateway-bg_circle {
    opacity: .6;
    background-size: 58rem;
    top: 18rem;
  }

  .maxw-408 {
    max-width: 15rem;
  }

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

  .projects-link_all {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .projects-card {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: .5rem;
  }

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

  .teams-bg_circle {
    background-size: 28rem;
    top: 1rem;
  }

  .teams-icon {
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    border-radius: .375rem;
    font-size: 2.75rem;
  }

  .teams-icon.small {
    border-radius: .1875rem;
    font-size: 1.75rem;
  }

  .footer-flex-v-40 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-s_links_row {
    padding-bottom: 1rem;
  }

  .s_link {
    border-radius: .125rem;
    font-size: 2rem;
  }

  .footer-bottom_links_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 6.125rem;
  }

  .footer-grey_text {
    font-size: .625rem;
  }

  .home-link {
    width: 5.375rem;
  }

  .hero-desktop-img_wrapper {
    display: none;
  }

  .hero-mobile-img_wrapper {
    display: block;
  }

  .teams-track {
    height: auto;
  }

  .teams-sticky_block {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: static;
  }

  .teams-slider_cont {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-32 {
    font-size: 1rem;
  }

  .title-32.m_s24 {
    font-size: 1.5rem;
  }

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

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

  .text-16.op-70.m_s12 {
    font-size: .75rem;
  }

  .flex-gap8 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .lb-block {
    border-radius: 1.5rem;
  }

  .text-14 {
    font-size: .625rem;
  }

  .titlr-20-inter {
    font-size: 1rem;
  }

  .lb {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rich_text {
    font-size: .75rem;
  }

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

  .rich_text h2 {
    font-size: 1.5rem;
  }

  .rich_text h1 {
    font-size: 2em;
  }

  .rich_text h3 {
    font-size: 1.25rem;
  }
}


@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}