* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --padding-inner-inline: 7rem;
}
@media (max-width: 1400px) {
  :root {
    --padding-inner-inline: 1rem;
  }
}

abbr {
  text-decoration: none;
}

/* Target all sections inside main */
main section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.4s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

/* The state when the section enters the viewport */
main section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body {
  overflow-x: hidden;
}

.landing-page {
  max-width: 90rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.landing-page .hero-section {
  margin: 20px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .landing-page .hero-section {
    margin: 0.62rem;
  }
}
.landing-page .hero-section .image-wrapper {
  aspect-ratio: 87.5/37.6875;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper {
    aspect-ratio: 26.25/30.25;
  }
}
.landing-page .hero-section .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page .hero-section .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.landing-page .hero-section .image-wrapper .overlay .inner {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner {
    padding: 1.25rem;
  }
}
.landing-page .hero-section .image-wrapper .overlay .inner .top {
  display: flex;
  justify-content: space-between;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top span.attention {
  color: var(--White, #FFF);
  font-family: "Atyp Display";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  /* 100% */
  opacity: 0.5;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown {
  position: relative;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown button {
  display: inline-flex;
  padding: 0.625rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0.01);
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Atyp Text";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.40625rem */
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown button:hover {
  border: 1px solid var(---Green, #2EF979);
  background: var(---Green, #2EF979);
  color: var(---Dark-Green, #00252E);
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown button svg {
  transition: all ease-in-out 0.3s;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown.open button svg {
  transform: rotate(180deg);
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown.open .menu {
  max-height: 120px;
  opacity: 1;
  pointer-events: all;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown .menu {
  display: flex;
  opacity: 0;
  pointer-events: none;
  background: white;
  border-radius: 1rem;
  flex-direction: column;
  position: absolute;
  top: 110%;
  right: 0;
  padding: 1rem;
  gap: 0.6rem;
  transition: all ease-in-out 0.3s;
  max-height: 0;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown .menu a {
  font-family: "Atyp Text";
  font-size: 0.9375rem;
  color: black;
  text-decoration: none;
  transition: color ease-in-out 0.3s;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown .menu a.active {
  opacity: 0.3;
  pointer-events: none;
}
.landing-page .hero-section .image-wrapper .overlay .inner .top .language-dropdown .menu a:not(.active):hover {
  color: rgb(39, 93, 255);
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom {
  display: flex;
  flex-direction: column;
  gap: 1.27rem;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom {
    padding: 0;
  }
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo {
    gap: 0.75rem;
  }
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .title {
  color: var(---Yellow, #ffbb29);
  font-family: "Benzin";
  font-size: 128px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .title {
    font-size: 64px;
  }
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .abbr {
  color: var(---Yellow, #FFBB29);
  font-family: "Atyp Text";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .abbr.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .abbr {
    color: var(---Yellow, #FFBB29);
    font-family: "Atyp Text";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
  }
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .abbr.mobile {
    display: block;
  }
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .logo .abbr.desktop {
    display: none;
  }
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .description {
  color: var(--White, #FFF);
  font-family: "Atyp Display";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
  max-width: 48.125rem;
}
.landing-page .hero-section .image-wrapper .overlay .inner .bottom .description.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .description {
    color: var(--White, #FFF);
    font-family: "Atyp Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
  }
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .description.mobile {
    display: block;
  }
  .landing-page .hero-section .image-wrapper .overlay .inner .bottom .description.desktop {
    display: none;
  }
}
.landing-page .button-row {
  padding-inline: var(--padding-inner-inline);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.87rem;
}
@media (max-width: 1400px) {
  .landing-page .button-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .landing-page .button-row {
    grid-template-columns: 1fr;
  }
}
.landing-page .button-row a {
  display: flex;
  padding: 1.25rem 1.875rem 1.25rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex: 1 0 0;
  border-radius: 0.9375rem;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Atyp Text";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.landing-page .button-row .primary {
  background: var(---Black, #00252E);
}
.landing-page .button-row .primary:hover {
  background: var(---Green, #2EF979);
  color: var(---Dark-Green, #00252E);
}
.landing-page .button-row .secondary {
  color: var(---Dark-Green, #00252E);
  border: 1px solid var(---Dark-Green, #00252E);
}
.landing-page .button-row .secondary:hover {
  border-radius: 0.9375rem;
  border: 1px solid var(---Green, #2EF979);
  background: var(---Green, #2EF979);
}
.landing-page .what-is-section {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  padding-inline: var(--padding-inner-inline);
  position: relative;
}
@media (max-width: 1024px) {
  .landing-page .what-is-section {
    flex-direction: column;
    gap: 1.12rem;
  }
}
.landing-page .what-is-section .decoration {
  position: absolute;
  left: -27rem;
  top: 1rem;
  opacity: 0.05;
}
.landing-page .what-is-section .title {
  color: #020202;
  font-family: "Atyp Text";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 100% */
}
.landing-page .what-is-section .column {
  width: 41.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}
@media (max-width: 1024px) {
  .landing-page .what-is-section .column {
    width: auto;
  }
}
.landing-page .what-is-section .column p {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.landing-page .about {
  padding-inline: var(--padding-inner-inline);
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .about {
    gap: 1rem;
  }
}
.landing-page .about .top {
  display: flex;
  gap: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .about .top {
    flex-direction: column;
    gap: 1rem;
  }
}
.landing-page .about .top .goal {
  display: flex;
  flex-direction: column;
  gap: 1.56rem;
  border-radius: 1.875rem;
  background: #2C8DFF;
  padding: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .about .top .goal {
    padding: 1.5rem;
  }
}
.landing-page .about .top .goal .title {
  color: var(--White, #FFF);
  font-family: "Atyp Text";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .about .top .goal .description {
  color: var(--White, #FFF);
  font-family: "Atyp Text";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
.landing-page .about .top .real {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  flex: 1 0 0;
  min-width: 41.5rem;
  max-width: 41.5rem;
  border-radius: 1.875rem;
  background: #F6F5FF;
}
@media (max-width: 1024px) {
  .landing-page .about .top .real {
    min-width: 0;
    max-width: none;
    padding: 1.5rem;
  }
}
.landing-page .about .top .real .title {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 128.571% */
}
.landing-page .about .top .real ol {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: item;
}
.landing-page .about .top .real ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .about .top .real ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 625rem;
  background: var(---Accent, #008FE3);
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
}
.landing-page .about .structure {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 3.7rem;
  border-radius: 1.875rem;
  background: #F6F5FF;
  padding: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .about .structure {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    padding: 1.5rem;
  }
}
.landing-page .about .structure .info .title {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .about .structure .info .text {
  margin-top: 1.56rem;
}
.landing-page .about .structure .info .text p {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.875rem */
}
.landing-page .about .structure .info .text ol {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: item;
  margin-top: 1rem;
}
.landing-page .about .structure .info .text ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .about .structure .info .text ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--Accent, #004FA4);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Atyp Text";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
}
.landing-page .about .structure .info p:last-of-type {
  margin-top: 1.56rem;
}
.landing-page .about .structure .image-wrapper {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .landing-page .about .structure .image-wrapper {
    order: -1;
  }
}
.landing-page .about .structure .image-wrapper img {
  aspect-ratio: 1;
  width: 20rem;
  height: 20rem;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #008FE3;
}
@media (max-width: 1024px) {
  .landing-page .about .structure .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.landing-page .main-tasks {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  padding-inline: var(--padding-inner-inline);
  position: relative;
}
@media (max-width: 1024px) {
  .landing-page .main-tasks {
    gap: 1.88rem;
    flex-direction: column;
  }
}
.landing-page .main-tasks .decoration {
  position: absolute;
  right: -27rem;
  top: 1rem;
  opacity: 0.05;
}
@media (max-width: 1024px) {
  .landing-page .main-tasks .decoration {
    display: none;
  }
}
.landing-page .main-tasks .title {
  color: var(---Accent, #008FE3);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Text";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 2.25rem */
}
.landing-page .main-tasks ol {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
  counter-reset: item;
  max-width: 41.5rem;
}
.landing-page .main-tasks ol li {
  counter-increment: item;
  position: relative;
  padding-left: 2rem;
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .main-tasks ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--Accent, #004FA4);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Atyp Text";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.6875rem */
}
.landing-page .finances {
  margin-top: 5rem;
  padding-inline: var(--padding-inner-inline);
  display: grid;
  grid-template-columns: 1fr 41.5rem;
  gap: 1.87rem;
}
@media (max-width: 1024px) {
  .landing-page .finances {
    grid-template-columns: 1fr;
  }
}
.landing-page .finances .left {
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
}
.landing-page .finances .left .general {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 1.875rem;
  background: var(---Yellow, #FFBB29);
}
@media (max-width: 1024px) {
  .landing-page .finances .left .general {
    padding: 1.5rem;
  }
}
.landing-page .finances .left .general .title {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .finances .left .general .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.landing-page .finances .left .general .info .number {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .finances .left .general .info .number strong {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .finances .left .general .info .caption {
  color: rgba(51, 51, 51, 0.5);
  font-family: "Golos Text";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.40625rem */
}
.landing-page .finances .left .by-who {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9375rem;
  align-self: stretch;
  border-radius: 1.875rem;
  border: 1px solid #F2F2F2;
  background: var(--White, #FFF);
}
@media (max-width: 1024px) {
  .landing-page .finances .left .by-who {
    padding: 1.5rem;
  }
}
.landing-page .finances .left .by-who .title {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .finances .left .by-who .list {
  display: flex;
  gap: 0.62rem;
  flex-direction: column;
}
.landing-page .finances .left .by-who .list .item {
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 0.62rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .landing-page .finances .left .by-who .list .item {
    grid-template-columns: 2.5rem 1fr;
  }
}
.landing-page .finances .left .by-who .list .item .icon {
  display: flex;
  padding: 0.3125rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #F80;
}
@media (max-width: 1024px) {
  .landing-page .finances .left .by-who .list .item .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .landing-page .finances .left .by-who .list .item .icon svg {
    scale: 80%;
  }
}
.landing-page .finances .left .by-who .list .item p {
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Text";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .finances .right {
  display: flex;
  width: 41.5rem;
  padding: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: 1.875rem;
  border: 1px solid #F2F2F2;
  background: var(--White, #FFF);
}
@media (max-width: 1024px) {
  .landing-page .finances .right {
    padding: 1.5rem;
    width: auto;
  }
}
.landing-page .finances .right .title {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .finances .right .timeline {
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
}
.landing-page .finances .right .timeline .item {
  display: flex;
  /* width: 34rem; */
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  border-radius: 0.625rem;
  border: 1px solid #F2F2F2;
  background: #F2F8FF;
}
.landing-page .finances .right .timeline .item h3 {
  color: var(--Accent, #0276FF);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Text";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.875rem */
}
.landing-page .finances .right .timeline .item p {
  color: var(--Black, #222);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Text";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
}
.landing-page .meaning-section {
  margin-top: 5rem;
  padding-inline: var(--padding-inner-inline);
  display: flex;
  flex-direction: column;
  gap: 1.88rem;
}
.landing-page .meaning-section .title {
  color: #020202;
  font-family: "Atyp Text";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.landing-page .meaning-section .people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .meaning-section .people {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.landing-page .meaning-section .people .residents,
.landing-page .meaning-section .people .business {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5625rem;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0.9375rem;
  background: #F6F5FF;
}
.landing-page .meaning-section .people .residents h3,
.landing-page .meaning-section .people .business h3 {
  overflow: hidden;
  color: var(--Black, #333);
  text-overflow: ellipsis;
  font-family: "Atyp Text";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.75rem */
}
.landing-page .meaning-section .people .residents ul,
.landing-page .meaning-section .people .business ul {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.landing-page .meaning-section .people .residents ul li,
.landing-page .meaning-section .people .business ul li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .meaning-section .people .residents ul li::before,
.landing-page .meaning-section .people .business ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.4375rem;
  aspect-ratio: 1/1;
  background: var(---Dark-Green, #00252E);
  border-radius: 999rem;
}
.landing-page .awaiting-section {
  margin-top: 5rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.88rem;
}
@media (max-width: 1024px) {
  .landing-page .awaiting-section {
    padding-inline: 1rem;
  }
}
.landing-page .awaiting-section .title {
  color: var(--Black, #333);
  text-align: center;
  font-family: "Atyp Text";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 100% */
}
.landing-page .awaiting-section ul {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.landing-page .awaiting-section ul li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--Black, #333);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.59375rem */
}
.landing-page .awaiting-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 1rem;
  height: 1rem;
  border-radius: 62.5rem;
  background: var(--Accent, #0276FF);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.66669%208.6L6.76193%2011L12%205%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem 0.75rem;
}
.landing-page .ahtung-section {
  margin-top: 5rem;
  margin-inline: var(--padding-inner-inline);
  display: flex;
  padding: 1.25rem;
  align-items: center;
  gap: 0.9375rem;
  border-radius: 0.625rem;
  border: 1px dashed #E6E6E6;
  background: var(--White, #FFF);
  align-self: stretch;
}
@media (max-width: 1024px) {
  .landing-page .ahtung-section {
    align-items: start;
  }
}
.landing-page .ahtung-section svg {
  min-width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1/1;
}
.landing-page .ahtung-section p {
  color: #808080;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Text";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
}
.landing-page .about-project {
  display: flex;
  justify-content: space-between;
  padding-inline: var(--padding-inner-inline);
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .landing-page .about-project {
    flex-direction: column;
    gap: 1.12rem;
    margin-top: 1rem;
  }
}
.landing-page .about-project h2 {
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  /* 100% */
}
.landing-page .about-project p {
  max-width: 41.5rem;
  min-width: 41.5rem;
  color: var(--Black, #333);
  font-family: "Atyp Text";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 155.556% */
}
@media (max-width: 1024px) {
  .landing-page .about-project p {
    max-width: none;
    min-width: 0;
  }
}

footer {
  margin-top: 3rem;
  background: #F4F6FF;
  padding-block: 1.88rem;
}
footer .content {
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: var(--padding-inner-inline);
  display: flex;
  flex-direction: column;
  /* padding-inline: var(--padding-inner-inline); */
}
footer .content .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .content .top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
footer .content .top .text {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}
footer .content .top .text p {
  color: var(--Grey-Dark, #828282);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Atyp Display";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.40625rem */
}
footer .content .copyright {
  text-align: center;
  color: var(--Grey-Dark, #828282);
  font-family: "Golos Text";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.88rem;
  padding-top: 1.88rem;
  border-top: 1px solid #DCEAFF;
}/*# sourceMappingURL=updated.css.map */