@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Inter+Tight:wght@500;700&family=Jost:wght@400;700&display=swap");:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.about-page {
  position: relative;
}
.about-page > :not(.about-page__bg) {
  position: relative;
  z-index: 1;
}

.about-page__bg {
  position: sticky;
  top: 0;
  z-index: 0;
  height: var(--app-height, 100vh);
  margin-bottom: calc(var(--app-height, 100vh) * -1);
  overflow: hidden;
  background: #0a0f13;
}

@media screen and (max-width: 1023px) {
  .about-page__bg {
    height: var(--app-height);
    margin-bottom: calc(var(--app-height) * -1);
  }
}
.about-page__bg-video {
  width: 100%;
  height: 100%;
}
.about-page__bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.86);
  backdrop-filter: blur(2px);
}

.about-section__head {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(40 / 1920 * 100vw);
}

.about-section__line {
  position: relative;
  width: 100%;
  height: 1.1458333333vw;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.about-section__line svg {
  display: block;
  width: 100%;
  height: 100%;
}

.about-line-mask {
  display: block;
  overflow: hidden;
}

.about-line-inner {
  display: block;
  will-change: transform, opacity;
}

.about-line-word {
  display: inline-block;
}

.about-gallery__counter-clip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1;
  isolation: isolate;
  contain: layout paint;
}

.about-gallery__counter-current,
.about-gallery__counter-next {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.about-section__title {
  text-transform: uppercase;
  margin: 0;
}

.about-history .about-section__head,
.about-capabilities .about-section__head,
.about-materials .about-section__head,
.about-approach .about-section__head,
.about-gallery .about-section__head {
  display: contents;
}
.about-history .about-section__line,
.about-capabilities .about-section__line,
.about-materials .about-section__line,
.about-approach .about-section__line,
.about-gallery .about-section__line {
  margin-bottom: calc(40 / 1920 * 100vw);
}

.about-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(600 / 1920 * 100vw);
  padding: var(--header-h) var(--p40) calc(80 / 1920 * 100vw);
  overflow: hidden;
}
.about-hero.single-catalog-hero {
  width: 100%;
  justify-content: space-between;
  padding-top: var(--header-h);
}
@media screen and (max-width: 1023.98px) {
  .about-hero.single-catalog-hero .catalog-hero__content {
    display: none;
  }
}
.about-hero.single-catalog-hero .catalog-hero__list {
  display: flex;
  flex-direction: column;
}
.about-hero.single-catalog-hero .catalog-hero__link {
  padding: 0 var(--g8);
  display: flex;
  justify-content: flex-end;
}
.about-hero.single-catalog-hero .catalog-hero__link.active {
  background: var(--color-black);
}
.about-hero.single-catalog-hero .catalog-hero__link.active span {
  color: var(--color-white-3);
}

.about-hero__title {
  display: flex;
  flex-direction: column;
  line-height: 0.85;
}
.about-hero__title span {
  display: block;
  clip-path: inset(0 100% 0 0);
}

.about-hero__corner {
  position: absolute;
  top: calc(-40 / 1920 * 100vw);
  right: calc(-40 / 1920 * 100vw);
  transform-origin: 85% 12%;
  width: calc(1590 / 1920 * 100vw);
  max-width: calc(444 / 1920 * 100vw);
  pointer-events: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.about-hero__corner img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.about-history {
  padding: 0 var(--p40);
}

.about-section__text-wrap {
  display: flex;
  align-items: flex-start;
  gap: var(--g40);
  justify-content: space-between;
}

.about-history__text,
.about-capabilities__text,
.about-approach__text,
.about-gallery__text {
  margin-right: calc(160 / 1920 * 100vw);
  width: calc(760 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: calc(12 / 1920 * 100vw);
}
@media screen and (max-width: 1023px) {
  .about-list {
    gap: calc(12 / 375 * 100vw);
  }
}

.about-list__items {
  display: flex;
  flex-direction: column;
  gap: calc(2 / 1920 * 100vw);
}
.about-list__items li {
  display: flex;
  gap: var(--g20);
  align-items: baseline;
}

.about-list__dot {
  flex: none;
}

.about-history__media {
  display: flex;
  gap: calc(2 / 1920 * 100vw);
  margin-top: calc(60 / 1920 * 100vw);
}

.about-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #0a0f13;
}
.about-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.about-media--square {
  aspect-ratio: 1/1;
}

.about-motion-layer {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.about-capabilities {
  display: flex;
  flex-direction: column;
  padding: calc(200 / 1920 * 100vw) var(--p40) 0 var(--p40);
}

.about-feature {
  position: relative;
  margin: calc(60 / 1920 * 100vw) 0 0;
  width: 100%;
  height: calc(900 / 1920 * 100vw);
  overflow: hidden;
}
.about-feature .about-motion-layer {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1023.98px) {
  .about-feature .about-motion-layer {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.about-feature .about-motion-layer img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 1023.98px) {
  .about-feature img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.about-feature__caption {
  position: absolute;
  bottom: calc(60 / 1920 * 100vw);
  left: calc(40 / 1920 * 100vw);
  z-index: 1;
  width: calc(760 / 1920 * 100vw);
  max-width: calc(100% - var(--p80));
}
.about-feature__caption--top {
  top: calc(60 / 1920 * 100vw);
  bottom: auto;
}

.about-materials {
  padding: calc(200 / 1920 * 100vw) var(--p40);
}

.about-materials__list {
  display: flex;
  justify-content: space-between;
  gap: calc(2 / 1920 * 100vw);
  margin-top: calc(40 / 1920 * 100vw);
}

.about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  will-change: transform;
  width: calc(612 / 1920 * 100vw);
  height: calc(600 / 1920 * 100vw);
}

.about-card__media {
  position: absolute;
  inset: 0;
}
.about-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 15, 19, 0) 30%, rgba(10, 15, 19, 0.85) 100%);
}

.about-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--p40);
  height: 100%;
}

.about-approach {
  padding: calc(200 / 1920 * 100vw) var(--p40) 0 var(--p40);
}

.about-approach__title {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}

.about-gallery {
  padding: calc(200 / 1920 * 100vw) var(--p40);
}

.about-gallery__slider {
  display: flex;
  gap: var(--g40);
  margin-top: calc(60 / 1920 * 100vw);
}

.about-gallery__viewport {
  width: calc(920 / 1920 * 100vw);
  height: calc(740 / 1920 * 100vw);
  overflow: hidden;
}

.about-gallery__slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-gallery__controls-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(900 / 1920 * 100vw);
}

.about-gallery__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-gallery__counter {
  display: flex;
  align-items: baseline;
  gap: var(--g20);
}

.about-gallery__nav {
  display: flex;
  gap: var(--g20);
}

.about-gallery__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(120 / 1920 * 100vw);
  height: calc(120 / 1920 * 100vw);
  color: var(--color-black);
  background: transparent;
  cursor: pointer;
  transition: background 0.28s ease, color 0.28s ease;
}
.about-gallery__arrow svg {
  width: 100%;
  height: 100%;
}
.about-gallery__arrow:is(:hover, :focus-visible) svg path {
  stroke: currentcolor;
}
.about-gallery__arrow:focus-visible {
  outline: none;
}
.about-gallery__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media screen and (max-width: 1023.98px) {
  .about-page__bg-overlay {
    background: rgba(246, 246, 246, 0.9);
  }
  .about-section__head {
    margin-bottom: 6.4vw;
  }
  .about-history,
  .about-capabilities,
  .about-materials,
  .about-approach,
  .about-gallery {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .about-capabilities,
  .about-materials,
  .about-approach,
  .about-gallery {
    padding-top: 25.6vw;
  }
  .about-hero {
    align-items: flex-end;
    min-height: calc(242 / 375 * 100vw);
    padding: 25.6vw var(--gutter) 12.8vw;
  }
  .about-hero__title {
    gap: 1.0666666667vw;
    max-width: 100%;
  }
  .about-hero__corner {
    top: -8vw;
    right: -10.1333333333vw;
    width: 50.6666666667vw;
    max-width: none;
  }
  .about-history .about-section__head,
  .about-capabilities .about-section__head,
  .about-materials .about-section__head,
  .about-approach .about-section__head,
  .about-gallery .about-section__head {
    display: contents;
  }
  .about-history .about-section__line,
  .about-capabilities .about-section__line,
  .about-materials .about-section__line,
  .about-approach .about-section__line,
  .about-gallery .about-section__line {
    margin-bottom: calc(20 / 375 * 100vw);
    height: 5.8666666667vw;
  }
  .about-section__line svg {
    width: auto;
    height: 74%;
  }
  .about-section__text-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 5.3333333333vw;
  }
  .about-history__text,
  .about-capabilities__text,
  .about-approach__text,
  .about-gallery__text {
    width: 100%;
    margin-right: 0;
    gap: 3.7333333333vw;
  }
  .about-list {
    gap: 2.1333333333vw;
  }
  .about-list__items {
    gap: 1.6vw;
  }
  .about-list__items li {
    gap: 3.2vw;
  }
  .about-history__media {
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 6.4vw;
  }
  .about-media--square {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .about-capabilities {
    padding-top: 25.6vw;
  }
  .about-feature {
    height: auto;
    margin-top: 6.4vw;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 2.1333333333vw;
    text-align: center;
  }
  .about-materials__list {
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 6.4vw;
    padding: 0;
  }
  .about-card {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about-card__title {
    margin: 0;
    align-self: flex-end;
  }
  .about-card__body {
    padding: 5.3333333333vw;
    gap: 16vw;
  }
  .about-approach {
    padding-top: 25.6vw;
  }
  .about-approach__title {
    gap: 2.1333333333vw;
  }
  .about-approach__title p {
    width: 100%;
  }
  .about-gallery {
    padding-bottom: 0;
  }
  .about-gallery__slider {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .about-gallery__controls-wrap {
    width: 100%;
    gap: 5.3333333333vw;
  }
  .about-gallery__controls-wrap > span {
    font-size: 4.8vw;
    line-height: 1.25;
  }
  .about-gallery__controls {
    gap: 4.2666666667vw;
  }
  .about-gallery__counter {
    gap: 3.2vw;
  }
  .about-gallery__nav {
    gap: 3.2vw;
  }
  .about-gallery__viewport {
    width: 100%;
    height: 80vw;
  }
  .about-gallery__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .about-gallery__arrow svg {
    width: 100%;
    height: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-hero__title span,
  .about-section__line {
    clip-path: none;
  }
  .about-hero__corner,
  .about-media img,
  .about-feature img {
    will-change: auto;
  }
}
@media screen and (max-width: 767px) {
  .about-feature__caption {
    position: relative;
    left: auto;
    bottom: auto;
    color: var(--color-black) !important;
    width: 100%;
    max-width: 90%;
  }
  .about-feature__caption--top {
    top: auto;
    bottom: auto;
  }
}/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.catalog-page {
  font-family: "Inter Tight", sans-serif;
  color: var(--color-black);
  background: var(--color-bg);
}

.catalog-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(var(--app-height, 100vh) * 0.6);
  padding: var(--p80) var(--p40);
  background: linear-gradient(to top, rgba(10, 15, 19, 0.65) 0%, rgba(10, 15, 19, 0.1) 60%, transparent 100%), center/cover no-repeat url("https://www.figma.com/api/mcp/asset/b68f9289-1d2c-46bb-b396-c22cb6b781a3");
  color: var(--color-white-2);
}
@media screen and (max-width: 1023px) {
  .catalog-hero {
    min-height: calc(var(--app-height, 100vh) * 0.5);
    padding: 48px 20px;
  }
}

.catalog-hero__label {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ocher);
  margin-bottom: var(--g24);
}
@media screen and (max-width: 1023px) {
  .catalog-hero__label {
    font-size: 11px;
    margin-bottom: 16px;
  }
}

.catalog-hero__title {
  font-family: "Climate Crisis", sans-serif;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .catalog-hero__title {
    font-size: 22vw;
  }
}

.catalog-services {
  padding: var(--p100) var(--p40);
}
@media screen and (max-width: 1023px) {
  .catalog-services {
    padding: 60px 20px;
  }
}

.catalog-services__header {
  margin-bottom: var(--g60);
  padding-bottom: var(--g40);
  border-bottom: 1px solid rgba(10, 15, 19, 0.12);
}
@media screen and (max-width: 1023px) {
  .catalog-services__header {
    margin-bottom: 36px;
    padding-bottom: 24px;
  }
}

.catalog-services__label {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: var(--g16);
}
@media screen and (max-width: 1023px) {
  .catalog-services__label {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.catalog-services__title {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
  color: var(--color-black);
}
@media screen and (max-width: 1023px) {
  .catalog-services__title {
    font-size: 18vw;
  }
}

.catalog-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(10, 15, 19, 0.1);
  border: 1px solid rgba(10, 15, 19, 0.1);
}
@media screen and (width >= 768px) {
  .catalog-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width >= 1024px) {
  .catalog-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.catalog-service {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-black);
  background: var(--color-bg);
  transition: background 0.2s ease;
}
.catalog-service:hover {
  background: #f0ede8;
}

.catalog-service__img {
  height: 13.5416666667vw;
  min-height: 160px;
  background: center/cover no-repeat var(--color-ocher);
  background-image: url("https://www.figma.com/api/mcp/asset/b68f9289-1d2c-46bb-b396-c22cb6b781a3");
}
.catalog-service__img--gates {
  background-image: url("https://www.figma.com/api/mcp/asset/7f60a552-5978-4a72-8cd9-4f37bb6f6268");
}
.catalog-service__img--railings {
  background-image: url("https://www.figma.com/api/mcp/asset/b5d43181-9bff-49e1-8676-c25f42aa2f20");
}
.catalog-service__img--stairs {
  background-image: url("https://www.figma.com/api/mcp/asset/fab0621e-80e8-4650-b4f7-1be0710a2247");
}
.catalog-service__img--canopies {
  background-image: url("https://www.figma.com/api/mcp/asset/bfae0f40-8ad8-45e2-bf1c-10d9d99e5664");
}
.catalog-service__img--fences {
  background-image: url("https://www.figma.com/api/mcp/asset/d0d5343c-b02e-4f16-be69-7d03bb30b24e");
}
.catalog-service__img--furniture {
  background-image: url("https://www.figma.com/api/mcp/asset/5925068d-95dc-4bcd-8f8c-4af4a5f98061");
}
.catalog-service__img--facade {
  background-image: url("https://www.figma.com/api/mcp/asset/20a23ee4-2e0e-471a-8bfb-b2be7ce25fce");
}
.catalog-service__img--bbq {
  background-image: url("https://www.figma.com/api/mcp/asset/485b6c45-dbd1-46f1-998e-2d9b9e1955d5");
}
.catalog-service__img--panels {
  background-image: url("https://www.figma.com/api/mcp/asset/3f97e671-6ed8-4e23-9fb5-4cdcb2791c9f");
}
.catalog-service__img--loft {
  background-image: url("https://www.figma.com/api/mcp/asset/3602827b-4871-4751-8edf-5c27cd30b199");
}
.catalog-service__img--industrial {
  background-image: url("https://www.figma.com/api/mcp/asset/a37da27c-0406-49f8-b14b-4069d8c3d2f5");
}
.catalog-service__img--custom {
  background-image: url("https://www.figma.com/api/mcp/asset/1cefb83f-d8ef-4bcf-9fa1-413302c687fa");
}

.catalog-service__content {
  display: flex;
  flex-direction: column;
  gap: var(--g12);
  padding: var(--p30);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .catalog-service__content {
    padding: 20px;
    gap: 8px;
  }
}

.catalog-service__num {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-muted);
}
@media screen and (max-width: 1023px) {
  .catalog-service__num {
    font-size: 11px;
  }
}

.catalog-service__title {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .catalog-service__title {
    font-size: 5.5vw;
  }
}

.catalog-service__text {
  font-size: 0.8333333333vw;
  line-height: 1.5;
  color: var(--color-muted);
}
@media screen and (max-width: 1023px) {
  .catalog-service__text {
    font-size: 13px;
  }
}

.catalog-service__arrow {
  position: absolute;
  top: var(--p30);
  right: var(--p30);
  font-size: 1.0416666667vw;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .catalog-service__arrow {
    top: 16px;
    right: 16px;
    font-size: 16px;
  }
}
.catalog-service:hover .catalog-service__arrow {
  opacity: 1;
}

.catalog-process {
  padding: var(--p100) var(--p40);
  background: var(--color-bg-dark);
  color: var(--color-white-2);
}
@media screen and (max-width: 1023px) {
  .catalog-process {
    padding: 60px 20px;
  }
}

.catalog-process__header {
  margin-bottom: var(--g60);
  padding-bottom: var(--g40);
  border-bottom: 1px solid rgba(228, 228, 228, 0.1);
}
@media screen and (max-width: 1023px) {
  .catalog-process__header {
    margin-bottom: 36px;
    padding-bottom: 24px;
  }
}

.catalog-process__label {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ocher);
  margin-bottom: var(--g16);
}
@media screen and (max-width: 1023px) {
  .catalog-process__label {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.catalog-process__title {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .catalog-process__title {
    font-size: 18vw;
  }
}

.catalog-process__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(228, 228, 228, 0.08);
}
@media screen and (width >= 768px) {
  .catalog-process__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width >= 1024px) {
  .catalog-process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.catalog-process__step {
  display: flex;
  flex-direction: column;
  gap: var(--g16);
  padding: var(--p50) var(--p40);
  background: var(--color-bg-dark);
}
@media screen and (max-width: 1023px) {
  .catalog-process__step {
    padding: 32px 20px;
    gap: 12px;
  }
}

.catalog-process__num {
  font-size: 0.7291666667vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-ocher);
}
@media screen and (max-width: 1023px) {
  .catalog-process__num {
    font-size: 12px;
  }
}

.catalog-process__step-title {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .catalog-process__step-title {
    font-size: 6.5vw;
  }
}

.catalog-process__step-text {
  font-size: 0.8333333333vw;
  line-height: 1.55;
  color: rgba(228, 228, 228, 0.55);
}
@media screen and (max-width: 1023px) {
  .catalog-process__step-text {
    font-size: 13px;
  }
}

.catalog-cta {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
  align-items: center;
  padding: var(--p120) var(--p40);
  text-align: center;
  background: linear-gradient(180deg, rgba(34, 35, 42, 0) 0%, #22232a 100%), center/cover no-repeat url("https://www.figma.com/api/mcp/asset/1cefb83f-d8ef-4bcf-9fa1-413302c687fa");
  color: var(--color-white-2);
}
@media screen and (max-width: 1023px) {
  .catalog-cta {
    padding: 60px 20px;
    gap: 16px;
  }
}

.catalog-cta__label {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ocher);
}
@media screen and (max-width: 1023px) {
  .catalog-cta__label {
    font-size: 11px;
  }
}

.catalog-cta__title {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .catalog-cta__title {
    font-size: 18vw;
  }
}

.catalog-cta__text {
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.03em;
  opacity: 0.8;
  max-width: 640px;
}
@media screen and (max-width: 1023px) {
  .catalog-cta__text {
    font-size: 15px;
  }
}

.catalog-cta__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--g10);
  width: min(920px, 100%);
  margin-top: var(--g20);
}
@media screen and (width >= 768px) {
  .catalog-cta__form {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (width >= 1024px) {
  .catalog-cta__form {
    grid-template-columns: 1fr 1fr auto;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-cta__form {
    gap: 10px;
    margin-top: 16px;
  }
}

.catalog-cta__form input {
  width: 100%;
  height: 4.1666666667vw;
  min-height: 52px;
  padding: 0 var(--p30);
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--color-white-2);
  background: rgba(10, 15, 19, 0.65);
  border: 1px solid rgba(228, 228, 228, 0.2);
  outline: none;
}
@media screen and (max-width: 1023px) {
  .catalog-cta__form input {
    height: 52px;
    padding: 0 16px;
    font-size: 13px;
  }
}
.catalog-cta__form input::-moz-placeholder {
  opacity: 0.45;
}
.catalog-cta__form input::placeholder {
  opacity: 0.45;
}
.catalog-cta__form input:focus {
  border-color: rgba(228, 228, 228, 0.55);
}

@media screen and (width >= 768px) {
  .catalog-cta__form .cm-btn {
    grid-column: 1/-1;
  }
}
@media screen and (width >= 1024px) {
  .catalog-cta__form .cm-btn {
    grid-column: auto;
  }
}
.catalog-contacts {
  padding: var(--p100) var(--p40) 0;
}
@media screen and (max-width: 1023px) {
  .catalog-contacts {
    padding: 60px 20px 0;
  }
}

.catalog-contacts__label {
  font-size: 0.6770833333vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: var(--g16);
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__label {
    font-size: 11px;
  }
}

.catalog-contacts__title {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  line-height: 0.8;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
  color: var(--color-black);
  margin-bottom: var(--g60);
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__title {
    font-size: 18vw;
    margin-bottom: 36px;
  }
}

.catalog-contacts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--g60);
  margin-bottom: var(--g80);
  padding-top: var(--g50);
  border-top: 1px solid rgba(10, 15, 19, 0.12);
}
@media screen and (width >= 768px) {
  .catalog-contacts__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__grid {
    gap: 36px;
    padding-top: 32px;
    margin-bottom: 48px;
  }
}

.catalog-contacts__item {
  display: flex;
  flex-direction: column;
  gap: var(--g8);
}

.catalog-contacts__item-label {
  font-size: 0.8333333333vw;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--color-muted);
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__item-label {
    font-size: 12px;
  }
}

.catalog-contacts__link,
.catalog-contacts__value {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--color-black);
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__link,
  .catalog-contacts__value {
    font-size: 7.5vw;
  }
}

.catalog-contacts__socials {
  display: flex;
  gap: var(--g20);
  flex-wrap: wrap;
  margin-top: var(--g12);
}
.catalog-contacts__socials a {
  font-size: 1.0416666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--color-black);
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__socials a {
    font-size: 15px;
  }
}

.catalog-contacts__footer {
  padding: var(--g40) 0;
  border-top: 1px solid rgba(10, 15, 19, 0.1);
  font-size: 0.7291666667vw;
  color: var(--color-muted);
}
@media screen and (max-width: 1023px) {
  .catalog-contacts__footer {
    font-size: 12px;
    padding: 24px 0;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.footer {
  width: 100%;
  background-color: var(--color-bg);
  color: var(--color-black);
}

.id-page-contacts .footer-contacts {
  padding: calc(200 / 1920 * 100vw) var(--p40) !important;
}
@media screen and (max-width: 1023.98px) {
  .id-page-contacts .footer-contacts {
    padding: calc(120 / 375 * 100vw) var(--p20) !important;
  }
}

.footer-contacts {
  position: relative;
  padding: 0 var(--p40) calc(200 / 1920 * 100vw) var(--p40);
  display: flex;
  flex-direction: column;
  gap: var(--g100);
}
.footer-contacts__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--g20);
}
.footer-contacts__title {
  margin: 0;
}
.footer-contacts__icon {
  display: inline-flex;
  flex-shrink: 0;
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
}
.footer-contacts__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .footer-contacts__icon {
    display: none;
  }
}
.footer-contacts__body {
  display: flex;
  flex-direction: column;
  gap: var(--g80);
}
@media screen and (max-width: 1023px) {
  .footer-contacts__body {
    gap: var(--g40);
    padding: var(--p60) 0 var(--p80);
  }
}
.footer-contacts__row {
  display: flex;
  align-items: flex-start;
  gap: var(--g80);
}
@media screen and (max-width: 1023px) {
  .footer-contacts__row {
    flex-direction: column;
    gap: var(--g40);
  }
}
.footer-contacts__row--top .footer-contacts__item {
  align-items: stretch;
}
.footer-contacts__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--g8);
}
.footer-contacts__item--location {
  gap: var(--g40);
}
.footer-contacts__label {
  text-transform: uppercase;
  color: var(--color-black);
}
.footer-contacts__link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-black);
  text-decoration: none;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
}
.footer-contacts__link:hover {
  background-size: 100% 2px;
}
.footer-contacts__location-text {
  display: flex;
  flex-direction: column;
  gap: var(--g8);
}
.footer-contacts__value {
  margin: 0;
}

.footer-socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--g8);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: var(--g12);
  color: var(--color-black);
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}
.footer-social span {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer-social svg {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.footer-social svg {
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .footer-social svg {
    width: calc(28 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
}
.footer-social:hover span {
  background-size: 0% 1px;
}
.footer-social:hover svg {
  transform: translate(3px, -3px);
}

.footer-form {
  position: relative;
  isolation: isolate;
  padding: calc(200 / 1920 * 100vw) var(--p40) calc(280 / 1920 * 100vw);
  overflow: hidden;
  color: var(--color-white-3);
}
@media screen and (max-width: 1023px) {
  .footer-form {
    padding: var(--p80) var(--p20) var(--p80);
  }
}
.footer-form__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.footer-form__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer-form__bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(34, 35, 42, 0) 0%, #22232a 100%);
}
.footer-form__inner {
  display: flex;
  align-items: flex-start;
  gap: var(--g80);
}
@media screen and (max-width: 1023px) {
  .footer-form__inner {
    flex-direction: column;
    gap: var(--g40);
  }
}
.footer-form__intro {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--g60);
}
.footer-form__title {
  margin: 0;
  color: var(--color-white-3);
}
.footer-form__text {
  display: flex;
  flex-direction: column;
  gap: var(--g12);
  color: var(--color-cream);
}
.footer-form__subtitle {
  margin: 0;
  text-shadow: 0 0 calc(28 / 1920 * 100vw) #22232a;
}
.footer-form__note {
  margin: 0;
  text-shadow: 0 0 calc(8 / 1920 * 100vw) #22232a;
}
.footer-form__form {
  flex-shrink: 0;
  width: calc(920 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: var(--g60);
}
@media screen and (max-width: 1023px) {
  .footer-form__form {
    width: 100%;
    gap: var(--g30);
  }
}
.footer-form__inputs {
  display: flex;
  flex-direction: column;
  gap: var(--g40);
}
@media screen and (max-width: 1023px) {
  .footer-form__inputs {
    gap: var(--g20);
  }
}
.footer-form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(80 / 1920 * 100vw);
  padding: calc(23 / 1920 * 100vw) calc(28 / 1920 * 100vw);
  background: rgba(10, 15, 19, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.28s ease;
}
.footer-form__field:focus-within {
  border-color: var(--color-white-3);
}
.footer-form__field:focus-within .footer-form__field-star {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .footer-form__field {
    height: calc(64 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.footer-form__field-label {
  color: var(--color-white-3);
  text-transform: uppercase;
  pointer-events: none;
}
.footer-form__field input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: calc(23 / 1920 * 100vw) calc(28 / 1920 * 100vw);
  background: transparent;
  border: 0;
  outline: none;
  color: var(--color-white-3);
  font-family: "Inter Tight", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .footer-form__field input {
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.footer-form__field input:not(:-moz-placeholder) + .footer-form__field-label {
  opacity: 0;
}
.footer-form__field input:not(:placeholder-shown) + .footer-form__field-label, .footer-form__field input:focus + .footer-form__field-label {
  opacity: 0;
}
.footer-form__field-star {
  position: absolute;
  top: calc(-1 / 1920 * 100vw);
  right: calc(-1 / 1920 * 100vw);
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  font-size: calc(16 / 1920 * 100vw);
  line-height: 1;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .footer-form__field-star {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.footer-form__submit {
  width: 100% !important;
}

.footer__bottom {
  width: calc(100% - var(--p40) * 2);
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: var(--p40) 0 calc(32 / 1920 * 100vw);
}
@media screen and (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--g20);
    min-height: auto;
  }
}

.footer__copy {
  margin: 0;
  color: var(--color-muted);
}

.footer__logo {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  flex-shrink: 0;
  width: calc(40 / 1920 * 100vw);
  height: calc(44 / 1920 * 100vw);
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    width: calc(40 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
  }
}

.request-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 991;
  display: none;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  background: rgba(6, 10, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.46s ease, visibility 0s linear 0.46s;
}
.request-modal.modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.46s ease, visibility 0s;
  display: flex;
}
.request-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  min-height: calc(480 / 1920 * 100vw);
  padding: calc(100 / 1920 * 100vw) var(--p40);
  background: #e8e6e4;
  color: #0a0f13;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate3d(0, 5vh, 0) scale(0.985);
  clip-path: inset(10% 0 0 0);
  transition: transform 0.66s cubic-bezier(0.22, 1, 0.36, 1), clip-path 0.66s cubic-bezier(0.22, 1, 0.36, 1);
}
.request-modal.modal--open .request-modal__body {
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0 0 0 0);
}
.request-modal__close {
  position: absolute;
  top: calc(28 / 1920 * 100vw);
  right: calc(28 / 1920 * 100vw);
  width: calc(28 / 1920 * 100vw);
  height: calc(28 / 1920 * 100vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.request-modal__close span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0a0f13;
}
.request-modal__close span:first-child {
  transform: rotate(45deg);
}
.request-modal__close span:last-child {
  transform: rotate(-45deg);
}
.request-modal__content {
  display: flex;
  width: 100%;
}
.request-modal__intro {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #0a0f13;
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.request-modal__title, .request-modal__subtitle, .request-modal__note {
  margin: 0 !important;
  color: #0a0f13;
}
.request-modal__subtitle {
  margin-top: calc(60 / 1920 * 100vw);
  margin-bottom: calc(12 / 1920 * 100vw);
}
.request-modal__form {
  width: 50%;
  gap: var(--g60);
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.request-modal.modal--open .request-modal__intro {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.request-modal.modal--open .request-modal__form {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.request-modal .footer-form__inputs {
  gap: var(--g40);
}
.request-modal .footer-form__field {
  height: calc(80 / 1920 * 100vw);
  padding: calc(24 / 1920 * 100vw) calc(28 / 1920 * 100vw);
  background: transparent;
  border: 1px solid rgba(10, 15, 19, 0.42);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.request-modal .footer-form__field:focus-within {
  border-color: #0a0f13;
}
.request-modal .footer-form__field input {
  padding: calc(18 / 1920 * 100vw) calc(24 / 1920 * 100vw);
  color: #0a0f13;
  text-transform: uppercase;
}
.request-modal .footer-form__field-star {
  color: #0a0f13;
}
.request-modal .input-message {
  color: #cb1a1a;
}
.request-modal .footer-form__submit {
  margin-top: var(--g20);
  min-height: calc(80 / 1920 * 100vw);
}

.thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 991;
  display: none;
  align-items: flex-end;
  justify-content: center;
  width: 100vw;
  background: rgba(6, 10, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.thank-you-popup.popup--open {
  display: flex;
}
.thank-you-popup__sheet {
  position: relative;
  display: flex;
  width: 100%;
  min-height: calc(480 / 1920 * 100vw);
  padding: calc(100 / 1920 * 100vw) var(--p40);
  background: #e8e6e4;
  color: #0a0f13;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: thank-you-sheet-in 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}
.thank-you-popup__close {
  position: absolute;
  top: calc(28 / 1920 * 100vw);
  right: calc(28 / 1920 * 100vw);
  width: calc(28 / 1920 * 100vw);
  height: calc(28 / 1920 * 100vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.thank-you-popup__close span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0a0f13;
}
.thank-you-popup__close span:first-child {
  transform: rotate(45deg);
}
.thank-you-popup__close span:last-child {
  transform: rotate(-45deg);
}
.thank-you-popup__media {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--g60);
  animation: thank-you-content-in 0.52s ease both;
  animation-delay: 0.18s;
}
.thank-you-popup__img-wrapper {
  display: flex;
  align-items: center;
  gap: var(--g60);
}
.thank-you-popup__img-wrapper img {
  display: block;
  width: calc(140 / 1920 * 100vw);
  height: calc(140 / 1920 * 100vw);
}
.thank-you-popup__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: thank-you-content-in 0.52s ease both;
  animation-delay: 0.26s;
}
.thank-you-popup__title {
  margin: 0;
  color: #0a0f13;
}
.thank-you-popup__text {
  margin-top: calc(12 / 1920 * 100vw);
  max-width: calc(620 / 1920 * 100vw);
}
.thank-you-popup__btn {
  width: 100% !important;
  margin-top: calc(46 / 1920 * 100vw);
}

@keyframes thank-you-sheet-in {
  from {
    transform: translate3d(0, 8vh, 0) scale(0.985);
    opacity: 0;
    clip-path: inset(10% 0 0 0);
  }
  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes thank-you-content-in {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .request-modal,
  .request-modal * {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
  .thank-you-popup__sheet,
  .thank-you-popup__media,
  .thank-you-popup__content {
    animation: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .request-modal__body {
    width: 100vw;
    max-height: 100vh;
    padding: var(--p80) calc(12 / 375 * 100vw);
  }
  .request-modal__close {
    top: 4.8vw;
    right: 4.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .request-modal__hero {
    height: 34.1333333333vw;
  }
  .request-modal__content {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
  }
  .request-modal__intro {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2.6666666667vw;
    text-align: center;
  }
  .request-modal__note {
    max-width: 78%;
  }
  .request-modal__form {
    width: 100%;
  }
  .request-modal .footer-form__field {
    height: 17.0666666667vw;
    padding: 3.2vw var(--g20);
  }
  .request-modal .footer-form__field input {
    padding: 3.2vw var(--g20);
  }
  .request-modal .footer-form__submit {
    min-height: 14.9333333333vw;
  }
  .overlay {
    background: rgba(6, 10, 14, 0.88);
  }
  .thank-you-popup__sheet {
    flex-direction: column;
    width: 100%;
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
    padding: 19.2vw var(--g20) 8.5333333333vw;
  }
  .thank-you-popup__close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .thank-you-popup__media {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 5.3333333333vw;
    align-items: center;
    text-align: center;
  }
  .thank-you-popup__img-wrapper {
    flex-direction: column-reverse;
  }
  .thank-you-popup__img-wrapper img {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
  }
  .thank-you-popup__content {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .thank-you-popup__text {
    max-width: 100%;
    margin-top: 4.2666666667vw;
  }
  .thank-you-popup__btn {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-contacts {
    padding: 25.6vw var(--gutter) 19.2vw;
    gap: 10.6666666667vw;
    align-items: center;
    text-align: center;
  }
  .footer-contacts__head {
    align-items: flex-start;
    gap: 4.2666666667vw;
  }
  .footer-contacts__body {
    gap: 8.5333333333vw;
    padding: 0;
    width: 100%;
    align-items: center;
  }
  .footer-contacts__row {
    gap: 8.5333333333vw;
    width: 100%;
    align-items: center;
  }
  .footer-contacts__row--bottom {
    gap: 8.5333333333vw;
    flex-direction: column-reverse;
  }
  .footer-contacts__item {
    gap: 1.6vw;
  }
  .footer-contacts__item--location {
    gap: 5.3333333333vw;
    width: 100%;
  }
  .footer-contacts__label {
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .footer-contacts__link, .footer-contacts__value {
    font-size: 4.8vw;
    line-height: 1.25;
    word-break: break-word;
  }
  .footer-contacts__location-text {
    gap: 1.6vw;
  }
  .footer-socials {
    gap: 2.6666666667vw;
  }
  .footer-social {
    gap: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.2;
  }
  .footer-social svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .footer-contacts__item--location .cm-btn {
    width: 100% !important;
    min-height: 14.9333333333vw;
    height: auto;
    padding: 0 var(--g20);
  }
  .footer-form {
    padding: 26.6666666667vw var(--gutter) 26.6666666667vw;
  }
  .footer-form__inner {
    gap: 10.6666666667vw;
  }
  .footer-form__intro {
    gap: 5.3333333333vw;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .footer-form__text {
    gap: 1.0666666667vw;
    width: 75%;
  }
  .footer-form__subtitle {
    text-shadow: 0 0 5.3333333333vw #22232a;
  }
  .footer-form__note {
    text-shadow: 0 0 1.6vw #22232a;
  }
  .footer-form__form {
    gap: 8.5333333333vw;
  }
  .footer-form__inputs {
    gap: 8.5333333333vw;
  }
  .footer-form__field {
    height: 14.9333333333vw;
    padding: 3.7333333333vw var(--g20);
  }
  .footer-form__field input {
    padding: 3.7333333333vw var(--g20);
    font-size: 3.7333333333vw;
  }
  .footer-form__field-label {
    font-size: 3.2vw;
  }
  .footer-form__field-star {
    top: 0;
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .footer-form__submit {
    min-height: 14.9333333333vw;
    padding: 0 var(--g20);
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2vw;
    padding: 3.2vw 0;
    width: calc(100% - var(--gutter) * 2);
  }
  .footer__copy {
    max-width: 80%;
    font-size: 3.2vw;
    line-height: 1.45;
  }
  .footer__logo {
    width: 10.6666666667vw;
    height: 11.7333333333vw;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 12, 21, 0.8);
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}
.overflow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overflow .form-wrap {
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
}
@media screen and (width >= 768px) {
  .overflow .form-wrap {
    width: 688px;
  }
}
.hidden .overflow .form-wrap {
  transform: scale(1.2);
  opacity: 0;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  background: #14293e;
  border: none;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
  margin: 0 16px;
  padding: 20px;
  padding-bottom: 28px;
  border-radius: 24px;
}
.hidden .modal-form {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media screen and (width >= 768px) {
  .modal-form {
    padding: 40px;
    width: 688px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.call-us__container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #14293e;
  transform: translate(-50%, -50%);
  padding: 32px 16px;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
}
.hidden .call-us__container {
  transform: translate(-50%, -20%);
  opacity: 0;
}
@media screen and (width >= 768px) {
  .call-us__container {
    padding: 72px 24px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__container {
    padding: 100px 100px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__container {
    padding: 100px 120px;
  }
}

.close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
}
.close-btn svg {
  width: 14px;
  height: 14px;
}
@media screen and (width >= 1024px) {
  .close-btn {
    top: 30px;
    right: 30px;
  }
}
@media screen and (width >= 1920px) {
  .close-btn {
    top: 50px;
    right: 50px;
  }
}

.call-us__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (width >= 768px) {
  .call-us__title-wrap p {
    width: 324px;
  }
}
@media screen and (width >= 1024px) {
  .call-us__title-wrap p {
    width: 500px;
  }
}
@media screen and (width >= 1920px) {
  .call-us__title-wrap p {
    width: 600px;
  }
}
@media screen and (width >= 768px) {
  .call-us__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}

.inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (width >= 768px) {
  .inputs-wrapper {
    gap: 20px;
  }
}
@media screen and (width >= 1024px) {
  .inputs-wrapper {
    gap: 30px;
  }
}

.input-title {
  color: var(--color-ocher);
}

.form-field {
  position: relative;
}
.form-field__checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  position: relative;
}
@media screen and (width >= 768px) {
  .form-field__checkbox-container {
    margin-top: 10px;
  }
}
.form-field__checkbox-container[data-status=field--error] .form-field__checkbox-checkmark {
  border-color: #ff0000;
}
.form-field__checkbox-container[data-status=field--error] .input-message {
  display: block;
  opacity: 1;
}
.form-field__checkbox {
  display: flex;
  align-items: self-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-field__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark {
  background-color: transparent;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark::after {
  display: block;
}
.form-field__checkbox-checkmark {
  display: block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--white, #fff);
  position: relative;
  margin-top: 3px;
}
.form-field__checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox-text {
  color: var(--color-ocher);
}
.form-field__checkbox-text a {
  text-decoration: underline;
  color: inherit;
}
.form-field__checkbox-text a:hover {
  opacity: 0.7;
}
.form-field__required {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.form-field__required svg {
  width: 100%;
  height: 100%;
}

.form-field[data-custom-select] {
  position: relative;
  cursor: pointer;
}
.form-field[data-custom-select] .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1a2e44;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger {
  border-bottom-color: #ffffff;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger__icon {
  transform: rotate(90deg);
}
.form-field[data-custom-select] .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.form-field[data-custom-select] .select-trigger__text {
  color: var(--color-ocher);
}
.form-field[data-custom-select] .select-trigger__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.form-field[data-custom-select] .select-trigger__icon svg {
  width: 16px;
  height: 16px;
  color: var(--color-ocher);
}
.form-field[data-custom-select] .select-item {
  padding: 12px 20px;
  color: white;
  list-style: none;
  transition: all 0.3s ease;
}
.form-field[data-custom-select] .select-item:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  color: var(--color-ocher);
}

.input-message {
  position: absolute;
  bottom: -16px;
  z-index: 2;
  color: red;
}

.form-field__input {
  width: 100%;
  padding: 16px 0;
  color: #403939;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
@media screen and (width >= 768px) {
  .form-field__input {
    padding: 20px 0;
  }
}
.form-field__input::-moz-placeholder {
  color: var(--color-ocher);
}
.form-field__input::placeholder {
  color: var(--color-ocher);
}

.text-input {
  resize: none;
}

.form__button {
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.form__button:hover .submit-btn__text {
  position: relative;
  z-index: 1;
}

.form__button-svg {
  transform: scale(1.25);
}
@media screen and (width >= 1024px) {
  .form__button-svg {
    transform: translateY(50%) scale(1.25);
  }
}

.form__button-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iti__flag {
  background-image: url("../images/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}
.footer .iti--allow-dropdown input {
  color: #0f0f0f;
  padding-right: 0;
}
@media screen and (width >= 1024px) {
  .footer .iti--allow-dropdown input {
    padding-right: 20px;
  }
}

.iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.iti__mobile .iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.form-phone span {
  color: #fff;
  font-size: 20px;
}
@media screen and (width >= 768px) {
  .form-phone span {
    font-size: 40px;
  }
}
@media screen and (width >= 1024px) {
  .form-phone span {
    font-size: 2vw;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.cm-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding-left: var(--p40);
  padding-right: var(--scrollbar-w, 0px);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media screen and (max-width: 1023px) {
  .cm-header {
    padding-left: calc(12 / 375 * 100vw);
  }
}

.cm-header__logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
  mix-blend-mode: difference;
  line-height: 0;
}
.cm-header__logo svg {
  display: block;
  width: auto;
  height: calc(40 / 1920 * 100vw);
}
@media screen and (max-width: 1023px) {
  .cm-header__logo svg {
    height: calc(40 / 375 * 100vw);
  }
}

.cm-header__logo-main {
  font-family: "Jost", "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: calc(34.326 / 1920 * 100vw);
  line-height: 0.63;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .cm-header__logo-main {
    font-size: calc(26.25 / 375 * 100vw);
  }
}

.cm-header__logo-sub {
  font-family: "Jost", "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: calc(23.496 / 1920 * 100vw);
  line-height: 0.63;
  letter-spacing: calc(5.873 / 1920 * 100vw);
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .cm-header__logo-sub {
    font-size: calc(17.968 / 375 * 100vw);
    letter-spacing: calc(4.492 / 375 * 100vw);
  }
}

.cm-header__actions {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--p40);
}
@media screen and (max-width: 1023px) {
  .cm-header__actions {
    padding: 0 calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .cm-header__actions [data-modal-open=request] {
    display: none;
  }
}

.cm-header__btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--g8);
  height: calc(48 / 1920 * 100vw);
  padding: 0 calc(28 / 1920 * 100vw);
  margin-right: -1px;
  border: 1px solid var(--color-black);
  background: rgba(255, 255, 255, 0.01);
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.32s ease, color 0.32s ease, border-color 0.32s ease;
}
.cm-header__btn:last-child {
  margin-right: 0;
}
.cm-header__btn > * {
  position: relative;
  z-index: 1;
}
.cm-header__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--color-black);
  transform: translateX(-101%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-header__btn:is(:hover, :focus-visible) {
  color: var(--color-white-3);
}
.cm-header__btn:is(:hover, :focus-visible)::before {
  transform: translateX(0);
}
.cm-header__btn:focus-visible {
  outline: none;
  border-color: var(--color-black);
}
@media screen and (max-width: 1023px) {
  .cm-header__btn {
    height: calc(40 / 375 * 100vw);
    padding: 0 calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 1023.98px) {
  .cm-header__btn.btn-phone {
    padding: 0;
    width: calc(40 / 375 * 100vw);
    background: var(--color-black);
  }
}
@media screen and (max-width: 1023.98px) {
  .cm-header__btn.btn-phone .cm-header__btn-icon img {
    filter: invert(1);
  }
}

.cm-header__btn--dark {
  background: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white-3);
}
.cm-header__btn--dark::before {
  background: var(--color-white-3);
  transform: translateX(101%);
}
.cm-header__btn--dark:is(:hover, :focus-visible) {
  color: var(--color-black);
}
.cm-header__btn--dark:is(:hover, :focus-visible)::before {
  transform: translateX(0);
}

.cm-header__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  flex-shrink: 0;
}
.cm-header__btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.32s ease;
}
@media screen and (max-width: 1023px) {
  .cm-header__btn-icon {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}

.cm-header__btn--outline:is(:hover, :focus-visible) .cm-header__btn-icon img {
  filter: invert(1);
}

@media screen and (max-width: 1023px) {
  .cm-header__btn .text-button {
    display: none;
  }
  [data-modal-open=menu] .text-button {
    display: inline;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.home-page {
  position: relative;
}
.home-page > :not(.home-page__bg) {
  position: relative;
  z-index: 1;
}

.home-page__bg {
  position: sticky;
  top: 0;
  z-index: 0;
  height: var(--app-height, 100vh);
  margin-bottom: calc(var(--app-height, 100vh) * -1);
  overflow: hidden;
  background: #0a0f13;
}

@media screen and (max-width: 1023px) {
  .home-page__bg {
    height: var(--app-height);
    margin-bottom: calc(var(--app-height) * -1);
  }
}
.home-page__bg-video {
  width: 100%;
  height: 100%;
}
.home-page__bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--app-height, 100vh);
  padding-top: var(--header-h);
}

.home-hero__media {
  height: 100%;
  position: relative;
  width: calc(960 / 1920 * 100vw);
  padding: 0 0 var(--p40) var(--p40);
}
.home-hero__media-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero__media-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero__scroll {
  position: absolute;
  left: var(--p40);
  bottom: var(--p40);
  display: flex;
  gap: var(--g10);
  align-items: center;
  padding: calc(28 / 1920 * 100vw) var(--p40);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
}

.home-hero__scroll-icon {
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home-hero__scroll-icon svg {
  display: block;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  min-width: 18px;
  min-height: 18px;
  animation: home-scroll-icon-drop 1.4s linear infinite;
}
@keyframes home-scroll-icon-drop {
  0% {
    transform: translateY(-160%);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  48% {
    transform: translateY(0);
    opacity: 1;
  }
  72% {
    transform: translateY(160%);
    opacity: 0;
  }
  73% {
    transform: translateY(-160%);
    opacity: 0;
  }
  100% {
    transform: translateY(-160%);
    opacity: 0;
  }
}

.home-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--g30);
  align-items: center;
  justify-content: space-between;
  padding: var(--p60);
}
@media screen and (max-width: 1023px) {
  .home-hero__content {
    padding: 48px 20px;
    gap: 24px;
  }
}
.home-hero__content-intro {
  display: flex;
  flex-direction: column;
  gap: var(--g48);
  align-items: center;
}
.home-hero__content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--g20);
}
.home-hero__content-subtitle {
  width: 80%;
}

.home-hero__stats {
  display: flex;
  justify-content: center;
  gap: var(--g60);
  width: 100%;
}

.home-hero__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--g8);
  position: relative;
}
.home-hero__stats li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(10, 15, 19, 0.2);
  position: absolute;
  right: calc(-30 / 1920 * 100vw);
  top: 0;
}

@media screen and (max-width: 1023.98px) {
  .home-hero {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: var(--app-height);
    padding: var(--header-h) var(--gutter) var(--gutter);
    gap: 17.0666666667vw;
  }
  .home-hero__content {
    order: 1;
    height: auto;
    padding: 8.5333333333vw 0 0;
    gap: 10.6666666667vw;
  }
  .home-hero__content-intro {
    gap: 6.4vw;
    width: 100%;
  }
  .home-hero__content-subtitle {
    width: 100%;
  }
  .home-hero__content .cm-btn {
    width: 100%;
  }
  .home-hero__stats {
    gap: 0;
    justify-content: space-between;
  }
  .home-hero__stats li {
    flex: 1;
    text-align: center;
    gap: calc(2 / 1920 * 100vw);
  }
  .home-hero__stats li:not(:last-child)::after {
    right: 0;
    height: 100%;
    top: 0;
  }
  .home-hero__media {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 351/436;
    padding: 0;
  }
  .home-hero__media-video {
    overflow: hidden;
  }
  .home-hero__media-video::before, .home-hero__media-video::after, .home-hero__media::before, .home-hero__media::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: var(--corner);
    height: var(--corner);
    pointer-events: none;
    border-color: var(--color-white);
    border-style: solid;
    border-width: 0;
  }
  .home-hero__media-video::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .home-hero__media-video::after {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .home-hero__media::before {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
  .home-hero__media::after {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
  .home-hero__scroll {
    display: none;
  }
}
.home-about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(calc(520 / 1920 * 100vw), calc(860 / 1920 * 100vw)) minmax(0, 1fr);
  gap: var(--g60);
  align-items: center;
  justify-content: space-between;
  min-height: var(--app-height, 100vh);
  padding: var(--p80) calc(100 / 1920 * 100vw);
  overflow: hidden;
  background: var(--color-white);
  isolation: isolate;
}

.home-about__sequence {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: var(--app-height, 100vh);
  pointer-events: none;
}
.home-about__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(28 / 1920 * 100vw);
  max-width: calc(380 / 1920 * 100vw);
  will-change: transform;
}
.home-about__item--left {
  grid-column: 1;
}
.home-about__item--right {
  grid-column: 3;
}

.home-about__divider {
  width: 60px;
  height: 1px;
  background: rgba(10, 15, 19, 0.25);
  flex-shrink: 0;
}

.home-about__title {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--color-black);
}

.home-about__text {
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-black);
}

.home-about-company {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: var(--p80) calc(143 / 1920 * 100vw);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  visibility: hidden;
  opacity: 0;
}

.home-about-company__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(860 / 1920 * 100vw), 100%);
  text-align: center;
}

.home-about-company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-about-company__subtitle {
  max-width: calc(860 / 1920 * 100vw);
  margin-top: var(--g20);
}

.home-about-company__text {
  max-width: calc(530 / 1920 * 100vw);
  margin: calc(48 / 1920 * 100vw) 0;
}

.home-about-company__button {
  min-width: calc(336 / 1920 * 100vw);
}

.home-about-company__visual {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.home-about-company__visual--left {
  top: var(--p120);
  left: calc(var(--p60) * -1);
  width: calc(310 / 1920 * 100vw);
  height: calc(722 / 1920 * 100vw);
}

.home-about-company__visual--right {
  top: var(--p120);
  right: calc(var(--p60) * -1);
  width: calc(310 / 1920 * 100vw);
  height: calc(722 / 1920 * 100vw);
}

.home-about-company__image {
  position: absolute;
  overflow: hidden;
}

.home-about-company__image--left-tall {
  top: calc(60 / 1920 * 100vw);
  left: calc(20 / 1920 * 100vw);
  width: calc(136 / 1920 * 100vw);
  height: calc(722 / 1920 * 100vw);
  transform: rotate(20deg);
}

.home-about-company__image--left-plate {
  bottom: calc(80 / 1920 * 100vw);
  left: calc(-4 / 1920 * 100vw);
  width: calc(249 / 1920 * 100vw);
  height: calc(341 / 1920 * 100vw);
  transform: rotate(20deg);
}

.home-about-company__image--right-sheet {
  top: calc(60 / 1920 * 100vw);
  right: calc(-40 / 1920 * 100vw);
  width: calc(407 / 1920 * 100vw);
  height: calc(432 / 1920 * 100vw);
  transform: rotate(-20deg);
}

.home-about-company__image--right-grid {
  right: calc(-4 / 1920 * 100vw);
  bottom: calc(80 / 1920 * 100vw);
  width: calc(356 / 1920 * 100vw);
  height: calc(345 / 1920 * 100vw);
  transform: rotate(-20deg);
}

@media screen and (max-width: 1023.98px) {
  .home-about {
    grid-template-columns: 1fr;
    align-content: flex-start;
    min-height: var(--app-height);
    gap: 6.4vw;
    padding: 26.6666666667vw var(--gutter) 12.8vw var(--gutter);
  }
  .home-about__sequence {
    min-height: var(--app-height);
  }
  .home-about__item {
    max-width: none;
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 4.2666666667vw;
  }
  .home-about__item--left, .home-about__item--right {
    grid-column: 1;
    justify-self: center;
  }
  .home-about__title {
    font-size: 7.4666666667vw;
  }
  .home-about__text {
    font-size: 4.2666666667vw;
  }
  .home-about-company {
    padding: 12.8vw var(--gutter);
  }
  .home-about-company__content {
    width: 100%;
  }
  .home-about-company__subtitle {
    max-width: none;
    margin-top: 3.2vw;
  }
  .home-about-company__text {
    max-width: none;
    margin: 6.4vw 0;
  }
  .home-about-company__button {
    min-width: 58.6666666667vw;
  }
  .home-about-company__visual--right {
    top: auto;
    bottom: 0;
    width: calc(310 / 375 * 100vw);
    height: calc(722 / 375 * 100vw);
  }
  .home-about-company__image--right-sheet {
    top: auto;
    bottom: 15%;
    width: calc(156 / 375 * 100vw);
    height: calc(162 / 375 * 100vw);
  }
  .home-about-company__image--right-grid {
    top: auto;
    bottom: 5%;
    width: calc(134 / 375 * 100vw);
    height: calc(134 / 375 * 100vw);
  }
  .home-about-company__visual--left {
    top: calc(120 / 375 * 100vw);
    width: calc(156 / 375 * 100vw);
    height: calc(362 / 375 * 100vw);
  }
  .home-about-company__image--left-tall {
    top: auto;
    bottom: 16vw;
    left: 3.2vw;
    width: calc(156 / 375 * 100vw);
    height: calc(722 / 375 * 100vw);
  }
  .home-about-company__image--left-plate {
    bottom: 16vw;
    left: 1.0666666667vw;
    width: calc(156 / 375 * 100vw);
    height: calc(214 / 375 * 100vw);
  }
}
.home-catalog {
  display: grid;
  padding: var(--p160) var(--p40);
  grid-template-columns: 1fr 1fr;
}
.home-catalog--single {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .home-catalog--single {
    display: grid;
  }
}

.home-catalog__left {
  position: sticky;
  top: calc(160 / 1920 * 100vw);
  align-self: start;
}
@media screen and (max-width: 1023.98px) {
  .home-catalog__left {
    position: static;
    text-align: center;
  }
}

.home-catalog__images {
  position: relative;
  height: calc(600 / 1920 * 100vw);
}

.home-catalog__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.home-catalog__img--wide {
  z-index: 1;
  width: calc(527 / 1920 * 100vw);
  height: calc(399 / 1920 * 100vw);
  left: calc(-120 / 1920 * 100vw);
  bottom: calc(-100 / 1920 * 100vw);
  top: auto;
  transform: rotate(-20deg);
}
.home-catalog__img--tall {
  z-index: 2;
  width: calc(304 / 1920 * 100vw);
  height: calc(529 / 1920 * 100vw);
  left: -7.7604166667vw;
  bottom: calc(-80 / 1920 * 100vw);
  transform: rotate(69deg);
}

.home-catalog__item {
  display: flex;
  align-items: center;
  gap: var(--g40);
  padding: var(--p20) 0;
  border-bottom: 1px solid var(--color-black);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.3s ease;
}
.home-catalog__item:hover .home-catalog__item-title span {
  transform: translateY(1.2em);
  opacity: 0;
}
.home-catalog__item:hover .home-catalog__item-title::after {
  transform: translateY(1.2em);
  opacity: 1;
}
.home-catalog__item:hover .home-catalog__item-arrow {
  opacity: 1;
  transform: rotate(45deg);
}

.home-catalog__item-icon {
  flex-shrink: 0;
  width: calc(140 / 1920 * 100vw);
  height: calc(140 / 1920 * 100vw);
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-catalog__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .home-catalog__item-icon {
    width: 48px;
    height: 48px;
  }
}

.home-catalog__item-label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--g16);
  min-width: 0;
}

.home-catalog__item-title {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.home-catalog__item-title span {
  display: inline-block;
  transition: transform 0.2s linear, opacity 0.2s linear;
}
.home-catalog__item-title::after {
  position: absolute;
  bottom: 1.2em;
  left: 0;
  content: attr(data-text);
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.2s linear, opacity 0.2s linear;
}
@media screen and (max-width: 1023px) {
  .home-catalog__item-title {
    font-size: 6.5vw;
  }
}

.home-catalog__item-arrow {
  flex-shrink: 0;
  opacity: 0.35;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.home-catalog__item-arrow svg {
  display: block;
  width: calc(27 / 1920 * 100vw);
  height: calc(27 / 1920 * 100vw);
  min-width: 18px;
  min-height: 18px;
}

@media screen and (max-width: 1023.98px) {
  .home-catalog {
    grid-template-columns: 1fr;
    padding: 16vw var(--gutter);
    gap: 8.5333333333vw;
  }
  .home-catalog__images {
    display: none;
  }
  .home-catalog__item {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }
}
.home-dark {
  color: var(--color-white-2);
  background: var(--color-bg-dark);
}

.home-projects {
  display: flex;
  padding: calc(200 / 1920 * 100vw) var(--p40);
  justify-content: space-between;
}

.home-projects__media {
  width: calc(920 / 1920 * 100vw);
  height: calc(780 / 1920 * 100vw);
}
.home-projects__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-projects__content {
  display: flex;
  flex-direction: column;
  width: calc(780 / 1920 * 100vw);
}

.home-projects__title {
  margin-bottom: var(--g80);
}

.home-projects__text {
  margin-bottom: var(--g100);
}

@media screen and (max-width: 1023.98px) {
  .home-projects {
    flex-direction: column;
    gap: 8.5333333333vw;
    padding: 26.6666666667vw var(--gutter) 0 var(--gutter);
  }
  .home-projects__content {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .home-projects__title {
    margin-bottom: 5.3333333333vw;
  }
  .home-projects__text {
    margin-bottom: 5.3333333333vw;
  }
  .home-projects .cm-btn {
    width: 100%;
  }
  .home-projects__media {
    order: 2;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 351/436;
    overflow: hidden;
  }
}
.home-steps {
  position: relative;
  padding: calc(100 / 1920 * 100vw) var(--p40) calc(300 / 1920 * 100vw) var(--p40);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--g100);
  overflow-x: hidden;
}
.home-steps > :not(.home-steps__bg) {
  position: relative;
  z-index: 1;
}

.home-steps__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  mix-blend-mode: screen;
}
.home-steps__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-steps__head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-steps__title {
  width: min(calc(860 / 1920 * 100vw), 100%);
  text-align: center;
}

.home-steps__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  perspective: 1400px;
}

.home-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--g16);
  justify-content: flex-end;
  height: calc(400 / 1920 * 100vw);
  width: calc(351 / 1920 * 100vw);
  padding: var(--p10);
  background-position: center;
  background-size: cover;
  will-change: transform, opacity;
}
@media screen and (max-width: 1023.98px) {
  .home-step {
    width: 100%;
    height: 58.6666666667vw;
    padding: 3.2vw;
  }
}
.home-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(220, 230, 240, 0.22) 50%, transparent 70%);
  transform: translateX(-100%);
  opacity: 0;
}
.home-step.is-revealed::after {
  animation: step-metallic-flash 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes step-metallic-flash {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(220%);
    opacity: 1;
  }
}
.home-step__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 1023.98px) {
  .home-step__bg {
    -o-object-position: center top;
       object-position: center top;
  }
}

.home-step__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--g24);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .home-step__overlay {
    gap: 0;
  }
}

.home-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(56 / 1920 * 100vw);
  height: calc(56 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .home-step__num {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}

.home-step__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: calc(28 / 1920 * 100vw);
}

.home-step__next {
  position: absolute;
  right: calc(-21 / 1920 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(32 / 1920 * 100vw);
  height: calc(32 / 1920 * 100vw);
  border-radius: 50%;
  background: var(--color-white-3);
}
.home-step__next svg {
  width: calc(20 / 1920 * 100vw);
  height: calc(20 / 1920 * 100vw);
}

.home-step--1 .home-step__overlay {
  transform: rotate(-1deg);
}

.home-step--2 .home-step__overlay {
  transform: rotate(1deg);
}

.home-step--3 .home-step__overlay {
  transform: rotate(-1deg);
}

.home-step--4 .home-step__overlay {
  transform: rotate(1deg);
}

.home-step--5 .home-step__overlay {
  transform: rotate(-1deg);
}
.home-step--5 .home-step__next {
  display: none;
}

.home-step__overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-step__corner {
  position: absolute;
  width: calc(12 / 1920 * 100vw);
  height: calc(12 / 1920 * 100vw);
}
.home-step__corner--tl {
  top: 0;
  left: 0;
}
.home-step__corner--tr {
  top: 0;
  right: 0;
}
.home-step__corner--bl {
  bottom: 0;
  left: 0;
}
.home-step__corner--br {
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1023.98px) {
  .home-steps {
    padding: 26.6666666667vw var(--gutter);
    gap: 10.6666666667vw;
  }
  .home-steps__title {
    min-width: 0;
    width: 100%;
  }
  .home-steps__grid {
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw;
    perspective: none;
  }
  .home-step__next {
    right: 50%;
    top: auto;
    bottom: -9.6vw;
    transform: translateX(50%) rotate(90deg);
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .home-step__next svg {
    width: 6.4vw;
    height: 6.4vw;
  }
  .home-step--5 .home-step__next {
    display: none;
  }
  .home-step__corner {
    width: var(--corner);
    height: var(--corner);
  }
}
.home-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(80 / 1920 * 100vw);
  align-items: center;
  padding: calc(200 / 1920 * 100vw) var(--p40);
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .home-cta {
    padding: 26.6666666667vw var(--gutter);
    gap: 10.6666666667vw;
  }
}

.home-cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.home-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 35, 42, 0) 0%, #22232a 100%);
  z-index: 1;
}
.home-cta__bg img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.home-cta__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--g40);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023.98px) {
  .home-cta__head {
    gap: var(--g20);
  }
}

.home-cta__text {
  display: flex;
  flex-direction: column;
  gap: var(--g12);
}
@media screen and (max-width: 1023.98px) {
  .home-cta__text {
    width: 75%;
    gap: var(--g4);
  }
}

.home-cta__subtitle {
  font-size: calc(48 / 1920 * 100vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--color-cream) !important;
}
@media screen and (max-width: 1023px) {
  .home-cta__subtitle {
    font-size: 7vw;
  }
}

.home-cta__note {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: var(--color-cream) !important;
}
@media screen and (max-width: 1023px) {
  .home-cta__note {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 1023.98px) {
  .home-cta__note span {
    width: 100%;
    opacity: 0;
  }
}

.home-cta__form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: var(--g40);
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .home-cta__form {
    flex-direction: column;
    gap: 10px;
    gap: 8.5333333333vw;
  }
}

.home-cta__field {
  position: relative;
  flex: 1 0 0;
  height: calc(80 / 1920 * 100vw);
  min-height: 52px;
  overflow: hidden;
  background: rgba(10, 15, 19, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.25s ease;
}
.home-cta__field[data-status=field--active], .home-cta__field[data-status=field--success], .home-cta__field:focus-within {
  border-color: rgba(255, 255, 255, 0.55);
}
.home-cta__field[data-status=field--error] {
  border-color: rgba(255, 141, 141, 0.95);
}
.home-cta__field[data-status=field--error] .input-message {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .home-cta__field {
    width: 100%;
    flex: none;
    height: 56px;
  }
}

.home-cta__field[data-field-name]::after,
.home-cta__field[data-field-phone]::after {
  content: "*";
  position: absolute;
  top: calc(-1 / 1920 * 100vw);
  right: calc(-1 / 1920 * 100vw);
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  font-size: calc(16 / 1920 * 100vw);
  line-height: 1;
  font-weight: 700;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .home-cta__field[data-field-name]::after,
  .home-cta__field[data-field-phone]::after {
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.home-cta__field[data-field-name]:focus-within::after,
.home-cta__field[data-field-phone]:focus-within::after {
  opacity: 0;
}

.home-cta__form .input-message {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
  line-height: 1.2;
  color: #ff9b9b;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .home-cta__form .input-message {
    bottom: -18px;
    font-size: 11px;
  }
}

.home-cta__form input {
  width: 100%;
  height: 100%;
  padding: 0 calc(28 / 1920 * 100vw);
  font-family: "Inter Tight", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--color-white-2);
  background: transparent;
  border: 0;
  outline: none;
}
@media screen and (max-width: 1023px) {
  .home-cta__form input {
    padding: 0 20px;
    font-size: 14px;
  }
}
.home-cta__form input::-moz-placeholder {
  opacity: 0.45;
}
.home-cta__form input::placeholder {
  opacity: 0.45;
}

.home-cta__form .input-message {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 12px;
  line-height: 1.2;
  color: #ff8d8d;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
@media screen and (max-width: 1023px) {
  .home-cta__form .input-message {
    bottom: -20px;
    font-size: 11px;
  }
}

.home-cta__form .cm-btn {
  flex: 1 0 0;
}
@media screen and (max-width: 1023px) {
  .home-cta__form .cm-btn {
    width: 100%;
    flex: none;
  }
}

.home-clients {
  padding: calc(300 / 1920 * 100vw) var(--p40) 0 var(--p40);
  display: flex;
  flex-direction: column;
  gap: calc(120 / 1920 * 100vw);
  overflow: hidden;
}
@media screen and (max-width: 1023.98px) {
  .home-clients {
    padding: 26.6666666667vw var(--gutter) 0;
    gap: 21.3333333333vw;
    align-items: center;
    text-align: center;
  }
}

.home-clients__heading {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home-clients__heading-title {
  max-width: calc(1000 / 1920 * 100vw);
}

.home-clients__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: clients-marquee 22s linear infinite;
  gap: var(--g20);
}
.home-clients__track:has(.home-clients__item:hover) {
  animation-play-state: paused;
}

.home-clients__list {
  display: flex;
  align-items: flex-start;
  gap: calc(20 / 1920 * 100vw);
  flex-shrink: 0;
}

.home-clients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(80 / 1920 * 100vw);
  width: calc(290 / 1920 * 100vw);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}
@media screen and (max-width: 1023.98px) {
  .home-clients__item {
    width: 77.3333333333vw;
    gap: 24vw;
  }
}
.home-clients__item:hover {
  transform: scale(1.1);
}
.home-clients__item img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-clients__item span {
  text-align: center;
  width: 80%;
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023.98px) {
  .home-clients__heading {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 4.2666666667vw;
  }
  .home-clients__heading-svg {
    display: none;
  }
  .home-clients__heading-title {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .home-clients__track {
    gap: 4.2666666667vw;
  }
  .home-clients__list {
    gap: 4.2666666667vw;
  }
}
.home-collage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(2200 / 1920 * 100vw);
  overflow: visible;
  overflow-x: hidden;
}
@media screen and (max-width: 1023.98px) {
  .home-collage {
    height: calc(1300 / 375 * 100vw);
    padding: 26.6666666667vw 0 0 0;
    overflow: hidden;
  }
}

.home-collage__title {
  position: relative;
  z-index: 2;
  text-align: center;
  position: relative;
  font-size: calc(212 / 1920 * 100vw) !important;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__title {
    font-size: calc(46 / 375 * 100vw) !important;
  }
}

.home-collage__img {
  will-change: transform, opacity;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img {
    will-change: auto;
  }
}
.home-collage__img--left-top {
  position: absolute;
  top: calc(300 / 1920 * 100vw);
  left: calc(100 / 1920 * 100vw);
  width: calc(460 / 1920 * 100vw);
  height: calc(460 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img--left-top {
    top: calc(20 / 375 * 100vw);
    left: var(--gutter);
    width: calc(100% - var(--gutter) * 2);
    height: calc(350 / 375 * 100vw);
  }
}
.home-collage__img--left-bottom {
  position: absolute;
  bottom: calc(300 / 1920 * 100vw);
  left: calc(165 / 1920 * 100vw);
  width: calc(330 / 1920 * 100vw);
  height: calc(220 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img--left-bottom {
    bottom: auto;
    top: calc(320 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(219 / 375 * 100vw);
    height: calc(146 / 375 * 100vw);
  }
}
.home-collage__img--right-top {
  position: absolute;
  top: calc(300 / 1920 * 100vw);
  right: calc(164 / 1920 * 100vw);
  width: calc(331 / 1920 * 100vw);
  height: calc(220 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img--right-top {
    top: auto;
    bottom: calc(320 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(219 / 375 * 100vw);
    height: calc(146 / 375 * 100vw);
    z-index: 10;
  }
}
.home-collage__img--right-bottom {
  position: absolute;
  bottom: calc(300 / 1920 * 100vw);
  right: calc(100 / 1920 * 100vw);
  width: calc(460 / 1920 * 100vw);
  height: calc(460 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img--right-bottom {
    bottom: calc(20 / 375 * 100vw);
    left: var(--gutter);
    width: calc(100% - var(--gutter) * 2);
    height: calc(350 / 375 * 100vw);
  }
}
.home-collage__img .home-collage__img-corner {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__img .home-collage__img-corner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.home-collage__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--g40);
  overflow: visible;
  will-change: transform, opacity;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__content {
    will-change: auto;
  }
}

.home-collage__back {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__back {
    height: calc(18 / 375 * 100vw);
    width: auto;
  }
}

.home-collage__front {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
  z-index: 2;
  display: block;
  pointer-events: none;
  will-change: transform;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__front {
    left: 50%;
    width: 100%;
    height: auto;
  }
}

.home-collage__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(582 / 1920 * 100vw);
  height: calc(582 / 1920 * 100vw);
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .home-collage__middle {
    top: 50%;
    left: 50%;
    width: calc(200 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
  }
}

@media screen and (max-width: 1023.98px) {
  .home-collage__content {
    order: -1;
    width: 100%;
    margin-bottom: 6.4vw;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.cm-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--color-bg);
}
.cm-loader.cm-loader--hidden {
  pointer-events: none;
  visibility: hidden;
}

.cm-loader__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cm-loader__bg-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-loader__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.82);
}

.cm-loader__progress {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  overflow: hidden;
}

.cm-loader__progress-fill {
  height: 100%;
  width: 0%;
  background: var(--color-black);
  transform-origin: left center;
  will-change: width;
}

.cm-loader__corner {
  position: absolute;
  z-index: 2;
  width: var(--corner, 12px);
  height: var(--corner, 12px);
}
.cm-loader__corner--tl {
  top: calc(12 / 1920 * 100vw);
  left: calc(12 / 1920 * 100vw);
}
.cm-loader__corner--tl::before {
  content: "";
  position: absolute;
  width: var(--corner, 12px);
  height: 2px;
  background: rgb(10, 15, 19);
  left: 0;
  top: 0;
}
.cm-loader__corner--tl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: var(--corner, 12px);
  background: rgb(10, 15, 19);
  left: 0;
  top: 0;
}
.cm-loader__corner--tr {
  top: calc(12 / 1920 * 100vw);
  right: calc(12 / 1920 * 100vw);
}
.cm-loader__corner--tr::before {
  content: "";
  position: absolute;
  width: var(--corner, 12px);
  height: 2px;
  background: rgb(10, 15, 19);
  right: 0;
  top: 0;
}
.cm-loader__corner--tr::after {
  content: "";
  position: absolute;
  width: 2px;
  height: var(--corner, 12px);
  background: rgb(10, 15, 19);
  right: 0;
  top: 0;
}
.cm-loader__corner--bl {
  bottom: calc(12 / 1920 * 100vw);
  left: calc(12 / 1920 * 100vw);
}
.cm-loader__corner--bl::before {
  content: "";
  position: absolute;
  width: var(--corner, 12px);
  height: 2px;
  background: rgb(10, 15, 19);
  left: 0;
  bottom: 0;
}
.cm-loader__corner--bl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: var(--corner, 12px);
  background: rgb(10, 15, 19);
  left: 0;
  bottom: 0;
}
.cm-loader__corner--br {
  bottom: calc(12 / 1920 * 100vw);
  right: calc(12 / 1920 * 100vw);
}
.cm-loader__corner--br::before {
  content: "";
  position: absolute;
  width: var(--corner, 12px);
  height: 2px;
  background: rgb(10, 15, 19);
  right: 0;
  bottom: 0;
}
.cm-loader__corner--br::after {
  content: "";
  position: absolute;
  width: 2px;
  height: var(--corner, 12px);
  background: rgb(10, 15, 19);
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .cm-loader__corner--tl {
    top: calc(12 / 375 * 100vw);
    left: calc(12 / 375 * 100vw);
  }
  .cm-loader__corner--tr {
    top: calc(12 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
  }
  .cm-loader__corner--bl {
    bottom: calc(12 / 375 * 100vw);
    left: calc(12 / 375 * 100vw);
  }
  .cm-loader__corner--br {
    bottom: calc(12 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
  }
}

.cm-loader__tick {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-loader__tick svg {
  display: block;
}
.cm-loader__tick--tc {
  top: calc(12 / 1920 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.cm-loader__tick--bc {
  bottom: calc(12 / 1920 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}
.cm-loader__tick--lc {
  left: calc(12 / 1920 * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
.cm-loader__tick--rc {
  right: calc(12 / 1920 * 100vw);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .cm-loader__tick--tc {
    top: calc(12 / 375 * 100vw);
  }
  .cm-loader__tick--bc {
    bottom: calc(12 / 375 * 100vw);
  }
  .cm-loader__tick--lc {
    left: calc(12 / 375 * 100vw);
  }
  .cm-loader__tick--rc {
    right: calc(12 / 375 * 100vw);
  }
}

.cm-loader__center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
}
@media screen and (max-width: 1023px) {
  .cm-loader__center {
    gap: calc(12 / 375 * 100vw);
  }
}

.cm-loader__logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(40 / 1920 * 100vw);
}
.cm-loader__logo-icon svg {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .cm-loader__logo-icon {
    height: calc(32 / 375 * 100vw);
  }
}

.cm-loader__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  overflow: hidden;
}

.cm-loader__bottom {
  position: absolute;
  z-index: 2;
  bottom: calc(24 / 1920 * 100vw);
  left: calc(24 / 1920 * 100vw);
  right: calc(24 / 1920 * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .cm-loader__bottom {
    bottom: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}

.cm-loader__top {
  position: absolute;
  z-index: 2;
  top: calc(24 / 1920 * 100vw);
  left: calc(24 / 1920 * 100vw);
  right: calc(24 / 1920 * 100vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .cm-loader__top {
    top: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}

.cm-loader__percent {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.cm-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow: hidden;
  background: var(--color-bg);
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
}
.cm-menu--open {
  visibility: visible;
  pointer-events: auto;
}
.cm-menu__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.cm-menu__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1) rotate(180deg);
  will-change: transform;
  backface-visibility: hidden;
}
.cm-menu__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  will-change: opacity;
}
.cm-menu__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: calc(var(--header-h) + var(--p80)) var(--p40) var(--p80);
  display: grid;
  grid-template-columns: calc(240 / 1920 * 100vw) 1fr;
  gap: calc(280 / 1920 * 100vw);
  align-items: start;
  overflow-y: auto;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .cm-menu__inner {
    display: flex;
    flex-direction: column;
    gap: var(--g40);
    padding: calc(var(--header-h) + var(--p20)) var(--p20) var(--p40);
  }
}
.cm-menu__catalog {
  width: calc(328 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}
@media screen and (max-width: 1023px) {
  .cm-menu__catalog {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .cm-menu__catalog-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--g20);
  }
}
.cm-menu__catalog-title-wrapper svg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cm-menu__catalog-title-wrapper svg {
    display: block;
    width: auto;
    height: calc(10.7 / 375 * 100vw);
  }
}
.cm-menu__catalog-title {
  margin: 0;
  color: var(--color-black);
  will-change: transform, opacity;
}
.cm-menu__catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--g4);
}
@media screen and (max-width: 1023.98px) {
  .cm-menu__catalog-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.cm-menu__catalog-link {
  display: block;
  padding: calc(4 / 1920 * 100vw) calc(8 / 1920 * 100vw);
  color: var(--color-black);
  text-decoration: none;
  white-space: nowrap;
  will-change: transform, opacity;
  transition: color 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-menu__catalog-link:hover {
  color: var(--color-muted);
  transform: translateX(calc(6 / 1920 * 100vw));
}
@media screen and (max-width: 1023px) {
  .cm-menu__catalog-link {
    padding: calc(4 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}
.cm-menu__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023.98px) {
  .cm-menu__nav {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.cm-menu__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--g48);
}
@media screen and (max-width: 1023px) {
  .cm-menu__nav-list {
    gap: var(--g24);
  }
}
.cm-menu__nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--g16);
  height: calc(80 / 1920 * 100vw);
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0.8;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .cm-menu__nav-item {
    height: auto;
    gap: var(--g8);
  }
}
.cm-menu__nav-label {
  display: inline-block;
  will-change: transform, opacity;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s ease;
}
.cm-menu__nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(52 / 1920 * 100vw);
  height: calc(104 / 1920 * 100vw);
  opacity: 0;
  transition: opacity 0.32s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-menu__nav-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cm-menu__nav-arrow--left {
  transform: translateX(calc(20 / 1920 * 100vw));
}
@media screen and (max-width: 1023.98px) {
  .cm-menu__nav-arrow--left {
    display: none;
  }
}
.cm-menu__nav-arrow--right {
  transform: translateX(calc(-20 / 1920 * 100vw));
}
@media screen and (max-width: 1023.98px) {
  .cm-menu__nav-arrow--right {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .cm-menu__nav-arrow {
    width: calc(30 / 375 * 100vw);
    height: 100%;
    position: absolute;
  }
}
.cm-menu__nav-item:hover .cm-menu__nav-arrow, .cm-menu__nav-item:focus-visible .cm-menu__nav-arrow {
  opacity: 1;
  transform: translateX(0);
}
.cm-menu__nav-item:hover .cm-menu__nav-label, .cm-menu__nav-item:focus-visible .cm-menu__nav-label {
  transform: translateX(calc(8 / 1920 * 100vw)) scale(1.02);
}

body:has(.cm-menu--open) .cm-header__btn--outline[data-modal-open=menu] .cm-header__btn-icon img {
  content: url("../../images/header/close.svg");
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagination__utility {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
}
@media screen and (width >= 768px) {
  .pagination__utility {
    gap: 32px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__utility {
    gap: calc(48 / 1920 * 100vw);
  }
}
.pagination__input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 86px;
  padding: 4px 28px;
  color: #e4e4e4;
  pointer-events: none;
  background: var(--color-ocher);
  border-radius: 100px;
}
.pagination__more {
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (width >= 768px) {
  .pagination__more {
    margin-top: 32px;
  }
}
@media screen and (width >= 1024px) {
  .pagination__more {
    margin-top: 40px;
  }
}
.pagination .pagination-count {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pagination .pagination-count__current {
  padding: 12px 24px;
  color: #040c15;
  background-color: var(--color-ocher);
  border-radius: 100px;
}
@media screen and (width >= 768px) {
  .pagination .pagination-count__current {
    padding: 22px 48px;
  }
}
.pagination .pagination-count__max {
  color: var(--color-ocher);
  text-wrap: nowrap;
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.projects-page {
  position: relative;
}
.projects-page > :not(.projects-page__bg) {
  position: relative;
  z-index: 1;
}

.projects-page__bg {
  position: sticky;
  top: 0;
  z-index: 0;
  height: var(--app-height, 100vh);
  margin-bottom: calc(var(--app-height, 100vh) * -1);
  overflow: hidden;
  background: #0a0f13;
}

@media screen and (max-width: 1023px) {
  .projects-page__bg {
    height: var(--app-height);
    margin-bottom: calc(var(--app-height) * -1);
  }
}
.projects-page__bg-video {
  width: 100%;
  height: 100%;
}
.projects-page__bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-page__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(246, 246, 246, 0.86);
  backdrop-filter: blur(2px);
}

.about-hero__title span {
  clip-path: inset(0 100% 0 0);
}

.about-hero__corner {
  transform-origin: 85% 12%;
  will-change: transform;
  backface-visibility: hidden;
}
.about-hero__corner img {
  display: block;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .about-hero__title span,
  .project-card__line {
    clip-path: none;
  }
}
.projects-list {
  padding: 0 var(--p40) calc(120 / 1920 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(100 / 1920 * 100vw);
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-card__line {
  width: 100%;
  height: calc(22 / 1920 * 100vw);
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.project-card__line svg {
  display: block;
  width: 100%;
  height: auto;
}

.project-card__body {
  display: flex;
  gap: var(--g40);
  min-height: calc(640 / 1920 * 100vw);
  padding-top: calc(60 / 1920 * 100vw);
}

.project-card__image {
  flex: none;
  width: calc(920 / 1920 * 100vw);
  position: relative;
  overflow: hidden;
  margin: 0;
  will-change: transform, opacity;
}
.project-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  backface-visibility: hidden;
}

.project-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 / 1920 * 100vw);
}

.project-card__tag {
  display: inline-flex;
  align-items: center;
  padding: calc(4 / 1920 * 100vw) calc(12 / 1920 * 100vw);
  border-radius: 100px;
  background: var(--color-black);
  color: var(--color-white-3);
  line-height: 1.2;
}

.project-card__title {
  margin-top: calc(44 / 1920 * 100vw);
  text-transform: uppercase;
  will-change: transform, opacity;
}

.project-card__desc {
  flex: 1;
  margin-top: calc(40 / 1920 * 100vw);
  max-width: calc(760 / 1920 * 100vw);
  will-change: transform, opacity;
}

.project-card__btn {
  width: 100% !important;
  will-change: transform, opacity;
}

.project-card__tags {
  will-change: transform, opacity;
}

@media screen and (max-width: 1023.98px) {
  .projects-list {
    padding: 0 var(--gutter) 25.6vw;
    gap: 10.6666666667vw;
  }
  .about-hero {
    min-height: 64.5333333333vw;
    align-items: flex-end;
    padding: 25.6vw var(--gutter) 16vw;
  }
  .about-hero__title {
    gap: 1.0666666667vw;
    max-width: 100%;
  }
  .about-hero__title span {
    line-height: 0.88;
    font-size: 8.5333333333vw;
  }
  .about-hero__corner {
    top: -6.4vw;
    right: -9.0666666667vw;
    width: 48vw;
    max-width: none;
    z-index: -1;
  }
  .project-card__line {
    height: 5.8666666667vw;
  }
  .project-card__line svg {
    width: auto;
    height: 74%;
  }
  .project-card__body {
    flex-direction: column;
    gap: 5.3333333333vw;
    min-height: 0;
    padding-top: 5.3333333333vw;
  }
  .project-card__image {
    width: 100%;
    aspect-ratio: 343/220;
  }
  .project-card__content {
    gap: 4.2666666667vw;
  }
  .project-card__tags {
    gap: 1.6vw;
  }
  .project-card__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .project-card__title {
    margin-top: 0;
    font-size: 8.5333333333vw;
    line-height: 1.08;
  }
  .project-card__desc {
    margin-top: 0;
    max-width: 100%;
  }
  .project-card__btn {
    min-height: 14.9333333333vw;
    height: auto;
    width: 100% !important;
    padding: 0 var(--g20);
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.single-catalog-page {
  position: relative;
}
.single-catalog-page > :not(.projects-page__bg) {
  position: relative;
  z-index: 1;
}

.single-catalog {
  position: relative;
  padding: 0 calc(280 / 1920 * 100vw) calc(120 / 1920 * 100vw) var(--p40);
}

.single-catalog__logo {
  position: absolute;
  right: var(--p40);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.single-catalog__logo img {
  display: block;
  position: sticky;
  top: var(--p120);
  width: calc(140 / 1920 * 100vw);
  height: auto;
}

.single-catalog__body {
  position: relative;
}

.single-catalog__line {
  width: 100%;
  height: calc(22 / 1920 * 100vw);
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  margin-bottom: calc(60 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .single-catalog__line {
    height: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.single-catalog__line svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023.98px) {
  .single-catalog__line svg {
    width: auto;
    height: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .single-catalog__line {
    clip-path: none;
  }
}

.single-catalog__layout {
  display: grid;
  grid-template-columns: calc(640 / 1920 * 100vw) 1fr;
  gap: calc(120 / 1920 * 100vw);
  align-items: start;
}

.single-catalog__left {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 1920 * 100vw);
}

.single-catalog__text {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}

.single-catalog__faq {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}

.single-catalog__faq-list {
  display: flex;
  flex-direction: column;
  padding: var(--g20) 0;
}

.single-catalog__faq-item {
  display: flex;
  flex-direction: column;
}

.single-catalog__faq-trigger {
  display: flex;
  align-items: center;
  gap: var(--g12);
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  padding: var(--g20) 0;
  text-align: left;
  color: var(--color-black);
}
.single-catalog__faq-trigger span {
  flex: 1;
  min-width: 0;
}

.single-catalog__faq-icon {
  flex-shrink: 0;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.single-catalog__faq-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.single-catalog__faq-icon .sc-icon-minus {
  opacity: 0;
}
.single-catalog__faq-icon .sc-icon-plus {
  opacity: 1;
}

.single-catalog__faq-item.is-open .sc-icon-minus {
  opacity: 1;
}
.single-catalog__faq-item.is-open .sc-icon-plus {
  opacity: 0;
}

.single-catalog__faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.17, 0.67, 0, 1);
  overflow: hidden;
}
.single-catalog__faq-answer > p {
  overflow: hidden;
}

.single-catalog__faq-item.is-open .single-catalog__faq-answer {
  grid-template-rows: 1fr;
  padding-bottom: var(--g20);
}

.single-catalog__faq-divider {
  height: 1px;
  background: var(--color-white-2);
}

.single-catalog__cta {
  display: flex;
}

.single-catalog__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--g8);
  flex: 1;
  height: calc(80 / 1920 * 100vw);
  padding: var(--g8) var(--p80);
  background: var(--color-black);
  color: var(--color-white-3);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.32s ease;
}
.single-catalog__cta-btn span {
  position: relative;
  z-index: 1;
}
.single-catalog__cta-btn svg {
  display: block;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .single-catalog__cta-btn svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.single-catalog__cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-100%);
  transition: transform 0.48s cubic-bezier(0.17, 0.67, 0, 1);
}
.single-catalog__cta-btn:hover::before {
  transform: translateX(0);
}

.single-catalog__right {
  position: relative;
  display: flex;
  flex-direction: column;
}

.single-catalog__gallery {
  width: 100%;
  overflow: visible;
}

.single-catalog__gallery .single-catalog__track {
  display: flex;
  flex-direction: column;
}

.single-catalog__gallery .single-catalog__slide {
  width: 100%;
  height: auto;
  display: flex;
}

.single-catalog__gallery .single-catalog__slide:nth-child(1) {
  justify-content: flex-start;
}

.single-catalog__gallery .single-catalog__slide:nth-child(2) {
  justify-content: flex-end;
  margin-top: calc(-100 / 1920 * 100vw);
}

.single-catalog__img {
  width: calc(640 / 1920 * 100vw);
  height: calc(830 / 1920 * 100vw);
  overflow: hidden;
  margin: 0;
  background: var(--color-ocher);
  flex-shrink: 0;
}
.single-catalog__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-catalog__img--1 {
  transform: rotate(-2deg);
}
.single-catalog__img--2 {
  transform: rotate(2deg);
}

.single-catalog__nav {
  display: none;
}

.single-catalog__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  color: var(--color-black);
  transition: opacity 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}
.single-catalog__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.single-catalog__arrow.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .single-catalog {
    padding: 6.4vw var(--gutter) 0;
  }
  .single-catalog__logo {
    display: none;
  }
  .single-catalog__layout {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
  .single-catalog__left {
    gap: 8.5333333333vw;
    width: 100%;
  }
  .single-catalog__title {
    display: none;
  }
  .single-catalog__text {
    gap: 3.7333333333vw;
  }
  .single-catalog__faq {
    gap: 4.2666666667vw;
  }
  .single-catalog__faq-heading {
    font-size: 6.4vw;
    line-height: 1.1;
  }
  .single-catalog__faq-list {
    padding: 3.2vw 0;
  }
  .single-catalog__faq-trigger {
    gap: 3.2vw;
    padding: 4.2666666667vw 0;
  }
  .single-catalog__faq-trigger span {
    font-size: 4.8vw;
    line-height: 1.25;
  }
  .single-catalog__faq-icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .single-catalog__faq-item.is-open .single-catalog__faq-answer {
    padding-bottom: 4.2666666667vw;
  }
  .single-catalog__cta-btn {
    height: auto;
    min-height: 14.9333333333vw;
    padding: 3.2vw var(--g20);
  }
  .single-catalog__gallery {
    overflow: hidden;
  }
  .single-catalog__gallery .single-catalog__track {
    flex-direction: row;
  }
  .single-catalog__gallery .single-catalog__slide {
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
    margin-top: 0;
  }
  .single-catalog__img {
    width: 100%;
    height: auto;
    aspect-ratio: 320/415;
    transform: none;
  }
  .single-catalog__img--2 {
    margin-top: 0;
  }
  .single-catalog__right {
    gap: 4.2666666667vw;
    width: 100%;
  }
  .single-catalog__nav {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .single-catalog__arrow {
    width: 12.8vw;
    height: 12.8vw;
    padding: 3.2vw;
  }
  .single-catalog__hero {
    width: 100%;
    height: 64vw;
    border-radius: var(--radius);
  }
  .single-catalog__body {
    display: flex;
    flex-direction: column;
  }
  .single-catalog__tags {
    gap: 1.6vw;
  }
  .single-catalog__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .single-catalog__layout {
    gap: 8.5333333333vw;
  }
  .single-catalog__cta {
    margin-top: 1.0666666667vw;
  }
}:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}

.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}

.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}

.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}

.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}

.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}

.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}

.text-white {
  color: var(--color-white);
}

.text-white-2 {
  color: var(--color-white-2);
}

.text-white-3 {
  color: var(--color-white-3);
}

.text-black {
  color: var(--color-black);
}

.text-ocher {
  color: var(--color-ocher);
}

.text-muted {
  color: var(--color-muted);
}

.text-cream {
  color: var(--color-cream);
}

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

.bg-light {
  background-color: var(--color-bg);
}

.single-project-page {
  position: relative;
}
.single-project-page > :not(.projects-page__bg) {
  position: relative;
  z-index: 1;
}

.single-project {
  position: relative;
  padding: 0 var(--p40) calc(120 / 1920 * 100vw) calc(206 / 1920 * 100vw);
}

.single-project__back {
  position: absolute;
  left: var(--p40);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

.single-project__back-btn {
  position: sticky;
  top: var(--p120);
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: var(--g12);
  text-decoration: none;
  color: var(--color-black);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.single-project__back-btn:hover .single-project__back-icon {
  background: var(--color-black);
  color: var(--color-white-3);
}

.single-project__back-icon {
  flex-shrink: 0;
  width: calc(40 / 1920 * 100vw);
  height: calc(40 / 1920 * 100vw);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.28s ease, color 0.28s ease;
  color: var(--color-black);
}
.single-project__back-icon svg {
  display: block;
  width: calc(24 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
}

.single-project__body {
  position: relative;
}

.single-project__line {
  width: 100%;
  height: calc(22 / 1920 * 100vw);
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  margin-bottom: calc(40 / 1920 * 100vw);
}
.single-project__line svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .single-project__line {
    clip-path: none;
  }
}

.single-project__top {
  display: flex;
  gap: var(--g40);
  align-items: flex-start;
}

.single-project__hero {
  flex: none;
  width: calc(846 / 1920 * 100vw);
  height: calc(600 / 1920 * 100vw);
  overflow: hidden;
  margin: 0;
  background: var(--color-ocher);
}
.single-project__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--g40);
}

.single-project__tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(4 / 1920 * 100vw);
}

.single-project__tag {
  display: inline-flex;
  align-items: center;
  padding: calc(4 / 1920 * 100vw) calc(12 / 1920 * 100vw);
  border-radius: 100px;
  background: var(--color-black);
  color: var(--color-white-3);
  line-height: 1.2;
}

.single-project__text {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
  max-width: calc(500 / 1920 * 100vw);
}

.single-project__gallery {
  position: relative;
  margin-top: calc(140 / 1920 * 100vw);
  margin-right: calc(-40 / 1920 * 100vw);
}

.single-project__swiper {
  height: calc(800 / 1920 * 100vw);
  overflow: hidden;
}
.single-project__swiper .swiper-wrapper {
  height: 100%;
}
.single-project__swiper .swiper-slide {
  width: auto;
  height: 100%;
  display: flex;
  flex-shrink: 0;
}

.single-project__slide {
  width: auto;
  height: 100%;
  overflow: hidden;
  background: var(--color-ocher);
}
.single-project__slide img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-project__gallery-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: calc(20 / 1920 * 100vw);
  background: var(--color-white);
  padding: calc(20 / 1920 * 100vw);
}

.single-project__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  color: var(--color-black);
  transition: background 0.28s ease, color 0.28s ease;
  flex-shrink: 0;
}
.single-project__arrow svg {
  display: block;
  width: calc(80 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
}
.single-project__arrow:hover {
  color: var(--color-white-3);
}
.single-project__arrow:disabled, .single-project__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .single-project {
    padding: 6.4vw var(--gutter) 25.6vw;
  }
  .single-project__back {
    position: static;
    margin-bottom: 5.3333333333vw;
    pointer-events: auto;
  }
  .single-project__back-btn {
    position: static;
    top: auto;
    gap: 2.6666666667vw;
  }
  .single-project__back-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .single-project__back-icon svg {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .single-project__body {
    display: flex;
    flex-direction: column;
  }
  .single-project__line {
    height: 5.8666666667vw;
    margin-bottom: 6.4vw;
  }
  .single-project__line svg {
    width: auto;
    height: 74%;
  }
  .single-project__top {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .single-project__hero {
    width: 100%;
    height: 64vw;
  }
  .single-project__info {
    gap: 5.3333333333vw;
  }
  .single-project__tags {
    gap: 1.6vw;
  }
  .single-project__tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .single-project__text {
    max-width: 100%;
    gap: 3.7333333333vw;
  }
  .single-project__gallery {
    margin-top: 17.0666666667vw;
    margin-right: 0;
  }
  .single-project__swiper {
    height: 69.3333333333vw;
    overflow: hidden;
  }
  .single-project__swiper .swiper-slide {
    width: auto;
    height: 100%;
    display: flex;
  }
  .single-project__gallery-nav {
    padding: 0;
  }
  .single-project__arrow {
    width: 12.8vw;
    height: 12.8vw;
  }
  .single-project__arrow svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.other-projects {
  padding: calc(200 / 1920 * 100vw) var(--p40);
  display: flex;
  flex-direction: column;
  gap: calc(100 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .other-projects {
    padding: 0 var(--gutter) 0 var(--gutter);
    gap: 10.6666666667vw;
  }
}

.other-projects__list {
  display: flex;
  flex-direction: column;
  gap: calc(100 / 1920 * 100vw);
}
@media screen and (max-width: 1023.98px) {
  .other-projects__list {
    gap: 21.3333333333vw;
  }
}
:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: calc((80 / 1920) * 100vw);
  --header-s: calc((40 / 1920) * 100vw);
  --gutter: calc((40 / 1920) * 100vw);
  --radius: calc((12 / 1920) * 100vw);
  --corner: calc((12 / 1920) * 100vw);
  --color-white: rgba(255, 255, 255, 1);
  --color-bg: rgba(246, 246, 246, 1);
  --color-bg-dark: rgba(4, 12, 21, 1);
  --color-black: rgba(10, 15, 19, 1);
  --color-white-2: rgba(228, 228, 228, 1);
  --color-white-3: #e4e4e4;
  --color-ocher: rgba(170, 161, 147, 1);
  --color-muted: rgba(115, 115, 115, 1);
  --color-cream: rgba(227, 215, 196, 1);
  --p375: calc((375 / 1920) * 100vw);
  --p300: calc((300 / 1920) * 100vw);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g70: calc((70 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g50: calc((50 / 1920) * 100vw);
  --g48: calc((48 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}
@media screen and (max-width: 1023px) {
  :root {
    --header-h: calc((60 / 375) * 100vw);
    --header-s: calc((20 / 375) * 100vw);
    --gutter: calc((12 / 375) * 100vw);
    --radius: calc((12 / 375) * 100vw);
    --corner: calc((12 / 375) * 100vw);
    --p375: calc((20 / 375) * 100vw);
    --p300: calc((20 / 375) * 100vw);
    --p260: calc((20 / 375) * 100vw);
    --p190: calc((190 / 375) * 100vw);
    --p160: calc((160 / 375) * 100vw);
    --p120: calc((120 / 375) * 100vw);
    --p100: calc((100 / 375) * 100vw);
    --p90: calc((90 / 375) * 100vw);
    --p80: calc((80 / 375) * 100vw);
    --p70: calc((70 / 375) * 100vw);
    --p60: calc((60 / 375) * 100vw);
    --p50: calc((50 / 375) * 100vw);
    --p40: calc((40 / 375) * 100vw);
    --p30: calc((30 / 375) * 100vw);
    --p20: calc((20 / 375) * 100vw);
    --p10: calc((10 / 375) * 100vw);
    --g100: calc((100 / 375) * 100vw);
    --g90: calc((90 / 375) * 100vw);
    --g80: calc((80 / 375) * 100vw);
    --g70: calc((70 / 375) * 100vw);
    --g60: calc((60 / 375) * 100vw);
    --g50: calc((50 / 375) * 100vw);
    --g40: calc((40 / 375) * 100vw);
    --g30: calc((30 / 375) * 100vw);
    --g24: calc((24 / 375) * 100vw);
    --g20: calc((20 / 375) * 100vw);
    --g18: calc((18 / 375) * 100vw);
    --g16: calc((16 / 375) * 100vw);
    --g12: calc((12 / 375) * 100vw);
    --g10: calc((10 / 375) * 100vw);
    --g8: calc((8 / 375) * 100vw);
    --g5: calc((5 / 375) * 100vw);
    --g4: calc((4 / 375) * 100vw);
    --g2: calc((2 / 375) * 100vw);
  }
}
.text-h1 {
  font-family: "Climate Crisis", sans-serif;
  font-size: 5.2083333333vw;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  font-variation-settings: "'YEAR' 1979";
}
@media screen and (max-width: 1023px) {
  .text-h1 {
    font-size: 9.6vw;
  }
}
.text-h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.075em;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .text-h2 {
    font-size: 8.5333333333vw;
  }
}
.text-h3 {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-h3 {
    font-size: 6.4vw;
  }
}
.text-subtitle {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-subtitle {
    font-size: 3.7333333333vw;
  }
}
.text-body {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1023px) {
  .text-body {
    font-size: 4.2666666667vw;
  }
}
.text-button {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .text-button {
    font-size: 3.7333333333vw;
  }
}
.text-tiny {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.625vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .text-tiny {
    font-size: 3.2vw;
  }
}
.text-white {
  color: var(--color-white);
}
.text-white-2 {
  color: var(--color-white-2);
}
.text-white-3 {
  color: var(--color-white-3);
}
.text-black {
  color: var(--color-black);
}
.text-ocher {
  color: var(--color-ocher);
}
.text-muted {
  color: var(--color-muted);
}
.text-cream {
  color: var(--color-cream);
}
.bg-dark {
  background-color: var(--color-bg-dark);
}
.bg-light {
  background-color: var(--color-bg);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th,
td {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}
q,
blockquote {
  quotes: none;
}
q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*::after,
*::before {
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  border: none;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.debug {
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.debug > div {
  height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .debug > div {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.debug > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.debug > div > div > div {
  box-sizing: border-box;
  overflow-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(4.1666666667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}
a {
  color: inherit;
  text-decoration: none;
}
html {
  font-size: 14px;
}
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden !important;
  font-family: var(--font-primary, sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-black);
  background-color: #ffffff;
}
body input,
body textarea {
  outline: none;
  border: #666 1px solid;
}
/* Track */
::-webkit-scrollbar-track {
  background-color: var(--color-bg);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--color-ocher);
  border-radius: 20px;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
:placeholder {
  color: #ccc;
}
::input-placeholder {
  color: #ccc;
}
:input-placeholder {
  color: #ccc;
}
::input-placeholder {
  color: #ccc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid,
body textarea:required:valid {
  border-color: green;
}
img {
  display: block;
  width: 100%;
}
body *:focus {
  outline: none;
}
body.focus-tab--enable *:focus {
  outline: #4d90fe auto 7px;
  outline-offset: -2px;
}
button {
  padding: 0;
  margin: 0;
  background: none;
  border: navajowhite;
}
button:hover,
a:hover,
select:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.container--full-screen {
  width: 100%;
  height: 100vh;
  max-height: none;
  padding: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.thumbs__item {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  border-radius: 4px;
  opacity: 1;
  transform-origin: center;
  transition: width 0.25s ease-out;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}
html {
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
body {
  height: 100%;
}
main {
  height: 100%;
}
.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 1024px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (width >= 1920px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container--mobile {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (width >= 768px) {
  .container--mobile {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (width >= 1024px) {
  .container--mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#bingc-phone-button {
  display: none !important;
}
.cm-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  gap: var(--g8);
  align-items: center;
  justify-content: center;
  padding: var(--p20) var(--p80);
  height: 4.1666666667vw;
  min-height: vw(40, 1920);
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid currentcolor;
  overflow: hidden;
  transition: border-color 0.28s ease, color 0.28s ease, background 0.28s ease;
  cursor: pointer;
  white-space: nowrap;
}
.cm-btn::before, .cm-btn::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.cm-btn::before {
  inset: 0;
  z-index: 0;
  display: none;
}
.cm-btn::after {
  z-index: 0;
  inset: -1px;
  opacity: 0;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.1) 58%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-155%);
  transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}
.cm-btn > * {
  position: relative;
  z-index: 1;
}
.cm-btn > svg {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  flex: 0 0 auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .cm-btn > svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.cm-btn:is(:hover, :focus-visible)::after {
  opacity: 0.6;
  transform: translateX(135%);
}
.cm-btn:focus-visible {
  outline: none;
}
.cm-btn--lg {
  height: 4.1666666667vw;
  min-height: 52px;
  padding: var(--p20) var(--p80);
}
@media screen and (max-width: 1023px) {
  .cm-btn--lg {
    padding: 2.1333333333vw var(--p80);
  }
}
.cm-btn--dark {
  color: var(--color-white-2);
  background: var(--color-black);
  border-color: var(--color-black);
}
.cm-btn--dark::after {
  background: linear-gradient(118deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.08) 34%, rgba(255, 255, 255, 0.22) 44%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.18) 56%, rgba(255, 255, 255, 0.06) 64%, rgba(255, 255, 255, 0) 80%);
  transform: translateX(-170%);
  transition: transform 1.08s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.36s ease;
}
.cm-btn--dark:is(:hover, :focus-visible) {
  background: var(--color-black);
  border-color: var(--color-black);
}
.cm-btn--dark:is(:hover, :focus-visible)::after {
  opacity: 0.88;
  transform: translateX(155%);
}
.cm-btn--light {
  background: var(--color-white-3);
  border-color: var(--color-white-3);
}
.cm-btn--light::after {
  display: none;
}
.cm-btn--light::before {
  display: block;
  top: -1px;
  bottom: -1px;
  left: -32%;
  width: 170%;
  background: var(--color-black);
  transform: translateX(-100%) skewX(-24deg);
  transform-origin: left center;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.cm-btn--light:is(:hover, :focus-visible) {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.18);
}
.cm-btn--light:is(:hover, :focus-visible)::before {
  transform: translateX(0) skewX(-24deg);
}
.cm-btn--light:is(:hover, :focus-visible) .text-button.text-black {
  color: var(--color-white);
}
.cm-btn--light:is(:hover, :focus-visible) > svg {
  filter: invert(1) sepia(1) grayscale(1);
}
.cm-btn--outline-white {
  color: var(--color-white-2);
  background: transparent;
  border-color: var(--color-white-2);
}
.cm-btn--outline-white:is(:hover, :focus-visible) {
  color: var(--color-white);
  background: rgba(228, 228, 228, 0.06);
  border-color: rgba(255, 255, 255, 0.82);
}
.cm-btn__arrow {
  font-size: 1.2em;
  line-height: 1;
}
@media (prefers-reduced-motion: reduce) {
  .cm-btn {
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
  }
  .cm-btn::after, .cm-btn__arrow {
    transition: none;
  }
}
.text-particles {
  display: inline-block;
  color: var(--color-black);
  background: center/cover no-repeat url("/wp-content/themes/3d/assets/images/particles.gif");
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .text-particles {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
