@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --error: #ff383b;
  --success: #13eb3e;
  --neutral-black-950: #000;
  --neutral-black-800: #0e0e0e;
  --neutral-white: #fffffe;
  --neutral-white-08: #cac9cb;
  --accent-yellow: #f4b639;
  --transparent-black-350: rgba(0, 0, 0, 0.35);
  --transparent-black-200: rgba(0, 0, 0, 0.2);
  --transparent-white-400: rgba(255, 255, 255, 0.4);
  --transparent-white-200: rgba(255, 255, 255, 0.2);
  --transparent-white-10: rgba(255, 255, 255, 0.1);
  --transition-color: color 300ms ease-in;
  --transition-bg: background-color 300ms ease-in;
  --transition-shadow: box-shadow 300ms ease-in;
  --transition-opacity: opacity 300ms ease-in;
  --transition-visibility: visibility 300ms ease-in;
  --cubic: ease-in;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  padding-left: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-block: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #fffffe;
}

dd {
  margin-left: 0;
}

fieldset {
  margin-left: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select,
button {
  font: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
}

@media (pointer: fine) {
  button {
    cursor: pointer;
  }
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

button {
  padding: 0;
}

section {
  padding: 60px 0;
  overflow: hidden;
  overflow: clip;
  background-color: #000;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 80px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1310px;
    padding: 0 15px;
  }
}

.eyebrow {
  color: var(--accent-yellow, #f4b639);
  font-size: 14px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.eyebrow--decor {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.eyebrow--decor::after {
  content: "";
  width: 100vw;
  min-width: 100vw;
  position: absolute;
  height: 1px;
  background-color: var(--transparent-white-200);
  left: calc(100% + 16px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title {
  font-weight: 500;
  font-size: 36px;
  line-height: 124%;
  color: var(--neutral-white);
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .title {
    font-size: 56px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.skip-link {
  display: none;
}

/*-------------- post page -------------*/
.post-text {
  overflow: hidden;
  overflow: clip;
  color: var(--neutral-white-08);
}
.post-text ul {
  padding-left: 20px;
  list-style: disc;
}
.post-text ol {
  padding-left: 20px;
  list-style: decimal;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin-block: 1em;
  line-height: 1.2;
  font-weight: 500 !important;
  color: var(--neutral-white);
}
.post-text p {
  margin-block: 1em;
  line-height: 1.6;
}
.post-text ul,
.post-text ol {
  margin-block: 1em;
}
.post-text li {
  margin-bottom: 0.5em;
}
.post-text dl {
  margin-block: 1em;
}
.post-text dd {
  margin-left: 20px;
}
.post-text {
  /* Заголовки блогу */
}
.post-text h1 {
  font-size: 2rem;
}
.post-text h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75em;
}
.post-text h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75em;
}
.post-text h4,
.post-text h5,
.post-text h6 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.post-text blockquote {
  margin-block: 1.5em;
  padding: 1em;
  border-left: 4px solid var(--accent-yellow);
  background-color: transparent;
  font-style: italic;
}
.post-text a {
  text-decoration: underline;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  opacity: 1;
}
.post-text a:hover {
  opacity: 0.8;
}
.post-text table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5em;
}
.post-text th,
.post-text td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.post-text th {
  background-color: #f4f4f4;
}
.post-text img {
  display: block;
}
.post-text b,
.post-text strong {
  font-weight: 700;
}

.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.loader-backdrop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.preloader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--accent-yellow);
  border-right: 4px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.preloader::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid var(--neutral-white);
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.main-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 18px 24px;
  border: none;
  background-color: var(--neutral-white);
  color: var(--neutral-black-950);
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
  min-width: 152px;
}
@media (pointer: fine) {
  .main-btn {
    cursor: pointer;
  }
}
.main-btn::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent-yellow);
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  z-index: -1;
}
.main-btn:hover::before, .main-btn:focus-visible::before {
  width: 145%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-55%, 55%);
          transform: translate(-55%, 55%);
}

.main-btn:disabled {
  background-color: #9c9b9a;
  pointer-events: none;
}

.link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--neutral-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .link-btn:hover {
    color: var(--accent-yellow);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
.header * {
  pointer-events: all;
}

body.admin-bar .header {
  top: 32px;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
}

.header__logo {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo img {
  height: 58px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    height: 96px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo img {
    height: 124px;
  }
}

.header__burger {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 99999;
}

.header__burger-line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--neutral-white, #fff);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.25s ease;
  transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.header__burger.is-active .header__burger-line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(12deg);
          transform: translateY(4px) rotate(12deg);
}
.header__burger.is-active .header__burger-line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-12deg);
          transform: translateY(-4px) rotate(-12deg);
}

.header__overlay {
  position: fixed;
  inset: 0;
  background: var(--transparent-black-20, rgba(0, 0, 0, 0.2));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1001;
  pointer-events: none;
  backdrop-filter: blur(20px);
}
.menu-is-open .header__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100dvh;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background: var(--transparent-black-35, rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  border-top-left-radius: 100px;
}
.menu-is-open .header__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .header__nav {
    padding: 60px 80px;
    border-top-left-radius: 200px;
    width: 40%;
  }
}

.header__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}

.header__nav-list li {
  overflow: hidden;
}

.header__nav-link {
  display: inline-block;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 300;
  color: var(--neutral-white, #fff);
  text-decoration: none;
  opacity: 0.6;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
}
.menu-is-open .header__nav-link {
  -webkit-animation: linkSlideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: linkSlideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.menu-is-open .header__nav-list li:nth-child(1) .header__nav-link {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.menu-is-open .header__nav-list li:nth-child(2) .header__nav-link {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
}
.menu-is-open .header__nav-list li:nth-child(3) .header__nav-link {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.menu-is-open .header__nav-list li:nth-child(4) .header__nav-link {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
}
.menu-is-open .header__nav-list li:nth-child(5) .header__nav-link {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.menu-is-open .header__nav-list li:nth-child(6) .header__nav-link {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}
.header__nav-link:hover, .header__nav-link.is-current {
  opacity: 1;
}

@-webkit-keyframes linkSlideUp {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  70% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes linkSlideUp {
  0% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }
  70% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.home-hero {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  padding-bottom: 131px;
  z-index: -1;
}
.home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-hero {
    padding-bottom: 145px;
  }
}

.home-hero__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.home-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  z-index: 3;
}

.home-hero__title {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.58);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  margin-bottom: -14px;
}
@media screen and (min-width: 768px) {
  .home-hero__title {
    font-size: 56px;
    margin-bottom: -17px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__title {
    font-size: 74px;
    margin-bottom: -22px;
  }
}

.home-hero__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .home-hero__title span:nth-child(2) {
    margin-left: 170px;
  }
  .home-hero__title span:nth-child(3) {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__title span:nth-child(2) {
    margin-left: 303px;
  }
  .home-hero__title span:nth-child(3) {
    margin-left: 178px;
  }
}

.home-hero__scroll-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 254, 0.3);
}
@media screen and (min-width: 768px) {
  .home-hero__scroll-container {
    height: 144px;
  }
}

.home-hero__scroll-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 126%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .home-hero__scroll-text {
    max-width: none;
  }
}

.home-hero__scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  -webkit-animation: scrollFloat 2.5s ease-in-out infinite;
          animation: scrollFloat 2.5s ease-in-out infinite;
}

@-webkit-keyframes scrollFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollFloat {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.home-sub-hero {
  padding: 100px 0;
}
@media screen and (min-width: 1280px) {
  .home-sub-hero {
    padding: 100px 0;
  }
}

.hsh__text {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hsh__text {
    text-align: center;
    font-size: 36px;
  }
}

.hsh__text .hshs {
  display: block;
}
@media screen and (max-width: 767px) {
  .hsh__text .hshs:nth-child(2) {
    margin-left: 88px;
  }
  .hsh__text .hshs:nth-child(3) {
    margin-left: 24px;
  }
  .hsh__text .hshs:nth-child(4) {
    margin-left: 110px;
  }
  .hsh__text .hshs:nth-child(5) {
    margin-left: 80px;
  }
}
@media screen and (max-width: 359px) {
  .hsh__text .hshs:nth-child(2) {
    margin-left: 76px;
  }
  .hsh__text .hshs:nth-child(3) {
    margin-left: 0px;
  }
  .hsh__text .hshs:nth-child(4) {
    margin-left: 74px;
  }
  .hsh__text .hshs:nth-child(5) {
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hsh__text .hshs:nth-child(1) {
    margin-left: -141px;
    display: inline-block;
  }
  .hsh__text .hshs:nth-child(2) {
    display: inline-block;
  }
  .hsh__text .hshs:nth-child(3) {
    margin-left: -28px;
  }
  .hsh__text .hshs:nth-child(4) {
    margin-left: -67px;
  }
  .hsh__text .hshs:nth-child(5) {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .hsh__text .hshs:nth-child(1) {
    margin-left: -141px;
    display: inline-block;
  }
  .hsh__text .hshs:nth-child(2) {
    display: inline-block;
  }
  .hsh__text .hshs:nth-child(3) {
    margin-left: -28px;
  }
  .hsh__text .hshs:nth-child(4) {
    margin-left: -67px;
  }
  .hsh__text .hshs:nth-child(5) {
    margin-left: 262px;
  }
}

.home-process__title-container {
  margin-bottom: 32px;
}

.home-process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}

.home-process__item {
  position: relative;
  overflow: clip;
  height: 150vh;
  min-height: 500px;
  z-index: 1;
}

.home-process__item--1 {
  height: 250vh;
}
@media screen and (min-width: 1280px) {
  .home-process__item--1 {
    height: 350vh;
  }
}

.home-process__item--3 {
  height: 250vh;
}
@media screen and (min-width: 1280px) {
  .home-process__item--3 {
    height: 350vh;
  }
}

.home-process__item-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.home-process__item-bg--2 {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 3;
}

.home-process__item-container {
  position: relative;
  height: 100vh;
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .home-process__item-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .home-process__item-container {
    grid-template-columns: 406px 515px;
    max-width: 1092px;
    gap: 140px;
  }
}

.home-process__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}

.home-process__item-number {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: var(--transparent-white-10);
}

.home-process__item-title {
  color: var(--neutral-white, #fffffe);
  font-size: 24px;
  font-weight: 400;
  line-height: 126%;
}

.home-process__item-link {
  margin-top: 32px;
}

.home-process__item-media {
  overflow: hidden;
}
.home-process__item-media img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-process__item-media {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home-process__item-media {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .home-process__item-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-process__item-image2 {
  display: none;
}

.home-process__item--1 .home-process__item-media {
  overflow: visible;
}
.home-process__item--1 .home-process__item-image-wrapper {
  position: relative;
  min-height: 380px;
}
.home-process__item--1 img {
  display: block;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 1280px) {
  .home-process__item--1 img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media screen and (min-width: 768px) {
  .home-process__item--3 .home-process__item-text {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .home-process__item--3 .home-process__item-text {
    max-width: 100%;
  }
}

.home-projects__container {
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .home-projects__header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .home-projects .eyebrow--decor::after {
    left: auto;
    right: calc(100% + 16px);
  }
}
.home-projects__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .home-projects__top {
    gap: 40px;
  }
}
.home-projects__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.home-projects__text {
  max-width: 515px;
}
.home-projects__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .home-projects__top-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
.home-projects__all-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: underline;
  white-space: nowrap;
}
.home-projects__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-projects__tab {
  background: none;
  border: none;
  padding: 0;
  opacity: 0.6;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  color: var(--neutral-white);
}
.home-projects__tab.is-active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--accent-yellow);
}
@media (pointer: fine) {
  .home-projects__tab {
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-projects__tab:hover {
    opacity: 1;
  }
}
.home-projects__panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-projects__panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  z-index: 1;
}
.home-projects__card {
  position: sticky !important;
  top: 0;
  overflow: hidden;
  height: 90vh;
  min-height: 500px;
}
.home-projects__card:nth-child(1) {
  z-index: 4;
}
.home-projects__card:nth-child(2) {
  z-index: 5;
}
.home-projects__card:nth-child(3) {
  z-index: 6;
}
.home-projects__swiper {
  width: 100%;
  height: 100%;
}
.home-projects__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-projects__card-info {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px;
  pointer-events: none;
}
.home-projects__card-info a {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .home-projects__card-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-projects__card-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 126%;
  text-transform: uppercase;
  opacity: 0.9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.37%, #999998), color-stop(72.22%, #fffffe));
  background: linear-gradient(0deg, #999998 21.37%, #fffffe 72.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-projects__card-title {
    text-align: left;
    font-size: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .home-projects__card-title {
    font-size: 94px;
  }
}
@media screen and (min-width: 768px) {
  .home-projects__card:nth-child(2) .home-projects__card-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.home-about__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .home-about__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .home-about__content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 768px) {
  .home-about__title {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 1280px) {
  .home-about__title {
    grid-column: auto;
  }
}
.home-about__image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .home-about__image {
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1280px) {
  .home-about__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 70px;
  }
}
.home-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .home-about__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home-social {
    position: relative;
    padding-bottom: 110px;
  }
}
.home-social__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .home-social__top {
    margin-bottom: 40px;
  }
}
.home-social__title {
  max-width: 540px;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .home-social__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .home-social__title {
    font-size: 56px;
  }
}
.home-social__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .home-social__links {
    position: absolute;
    right: 68px;
    bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .home-social__links {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .home-social__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.home-social__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-social__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200vw;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .home-social__images {
    min-width: 110vw;
  }
}
@media screen and (min-width: 1280px) {
  .home-social__images {
    gap: 24px;
  }
}
.home-social__image-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.home-social__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .home-social__image:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home-collaboration {
  overflow: hidden;
}
.home-collaboration__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .home-collaboration__top {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .home-collaboration .eyebrow--decor::after {
    left: auto;
    right: calc(100% + 16px);
  }
}
.home-collaboration__slider {
  overflow: visible;
}
.home-collaboration__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home-collaboration__slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--neutral-black-800);
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.home-collaboration__slide a {
  pointer-events: all;
  position: relative;
  z-index: 2;
}
.home-collaboration__image {
  max-height: 60px;
  height: 60px;
  width: 164px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%) brightness(1);
          filter: grayscale(100%) brightness(1);
  -webkit-transition: opacity 300ms linear, -webkit-filter 300ms linear;
  transition: opacity 300ms linear, -webkit-filter 300ms linear;
  transition: opacity 300ms linear, filter 300ms linear;
  transition: opacity 300ms linear, filter 300ms linear, -webkit-filter 300ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .home-collaboration__image:hover {
    -webkit-filter: grayscale(0%) brightness(1.5);
            filter: grayscale(0%) brightness(1.5);
  }
}
@media screen and (min-width: 768px) {
  .home-collaboration__image {
    max-height: 100px;
    height: 100px;
    width: 296px;
  }
}

.home-reviews__wrapper {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .home-reviews__wrapper {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .home-reviews__wrapper {
    padding: 80px 0;
  }
}

.home-reviews {
  background-color: var(--neutral-black-800);
}
.home-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .home-reviews__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .home-reviews__top {
    margin-bottom: 32px;
    padding: 0 110px;
  }
}
.home-reviews__subtitle {
  color: var(--neutral-white-08);
  font-size: 18px;
  font-weight: 400;
  max-width: 380px;
}
.home-reviews__google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-reviews__google-icon {
  width: 56px;
  height: 56px;
  padding: 10px;
  border-radius: 100%;
  border: 1px solid var(--transparent-white-10);
}
.home-reviews__rating {
  color: var(--neutral-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 144%;
}
.home-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-reviews__stars svg {
  width: 16px;
  height: 16px;
}
.home-reviews__rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.home-reviews__slider {
  overflow: hidden;
}
.home-reviews__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: auto !important;
}
@media screen and (min-width: 1280px) {
  .home-reviews__slide {
    padding: 40px 20px;
  }
}
.home-reviews__text {
  color: var(--neutral-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  max-width: 820px;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .home-reviews__text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .home-reviews__text {
    font-size: 28px;
  }
}
.home-reviews__name {
  color: var(--neutral-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .home-reviews__name {
    font-size: 20px;
  }
}
.home-reviews__slide-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-reviews__slide-stars svg {
  width: 16px;
  height: 16px;
}
.home-reviews__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.home-reviews__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background-color: var(--transparent-white-200);
  opacity: 1;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
  cursor: pointer;
}
.home-reviews__pagination .swiper-pagination-bullet-active {
  background-color: var(--neutral-white);
}
@media screen and (min-width: 768px) {
  .home-reviews__pagination {
    margin-top: 32px;
  }
}

.page-hero {
  height: 396px;
  padding-bottom: 0;
}

.page-hero__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.page-hero__title {
  position: relative;
  color: var(--neutral-white, #fffffe);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.58);
  font-size: 44px;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-hero__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero__title {
    font-size: 74px;
  }
}
.page-hero__title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  bottom: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 254, 0.3);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-hero__title::after {
    bottom: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero__title::after {
    bottom: 18px;
  }
}

.page-hero__text {
  margin-top: 14px;
  min-height: 72px;
}
@media screen and (min-width: 768px) {
  .page-hero__text {
    min-height: 48px;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .page-hero__text {
    margin-left: 550px;
  }
}

.page-about-hero__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .page-about-hero__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-about-hero__container {
    max-width: 1060px;
    grid-template-columns: 515px 1fr;
    grid-template-rows: 1fr;
    gap: 80px;
  }
}
.page-about-hero__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -ms-flex-item-align: center;
      align-self: center;
}
.about-mission {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 540px;
  min-height: 540px;
}

.about-mission__container {
  max-width: 842px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-mission__text {
  color: var(--neutral-white, #fffffe);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 123%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .about-mission__text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .about-mission__text {
    font-size: 36px;
  }
}

.about-team__header {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .about-team__header {
    margin-left: auto;
    max-width: 740px;
  }
}

@media screen and (min-width: 1280px) {
  .about-team__eyebrow.eyebrow--decor::after {
    left: auto;
    right: calc(100% + 16px);
  }
}

.about-team__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .about-team__title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .about-team__text {
    padding-right: 100px;
  }
}

.about-team__members {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .about-team__members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .about-team__members {
    grid-template-columns: repeat(3, 1fr);
  }
}

.about-team__member-photo-wrap {
  overflow: hidden;
}

.about-team__member-photo {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media screen and (min-width: 1280px) {
  .about-team__member-photo {
    height: 400px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-team__member-photo:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.about-team__member-role {
  color: var(--neutral-white, #fffffe);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 16px;
  margin-bottom: 4px;
}

.about-team__member-name {
  color: var(--neutral-white, #fffffe);
  font-size: 24px;
  font-weight: 400;
  line-height: 126%;
}
@media screen and (min-width: 768px) {
  .about-team__member-name {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .about-team__member-name {
    font-size: 32px;
  }
}

.projects-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .projects-archive__grid {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .projects-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 80px;
  }
}

.projects-archive__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  min-width: 0;
}
@media (hover: hover) and (pointer: fine) {
  .projects-archive__card:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.projects-archive__card-image {
  overflow: hidden;
}

.projects-archive__card-image img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media screen and (min-width: 768px) {
  .projects-archive__card-image img {
    height: 540px;
  }
}

.projects-archive__card-body {
  min-width: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .projects-archive__card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px;
  }
  .projects-archive__card-body .projects-archive__card-title {
    grid-column: 1;
    grid-row: 1;
  }
  .projects-archive__card-body .projects-archive__card-meta {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .projects-archive__card-body .projects-archive__card-link {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }
}

.projects-archive__card-title {
  color: var(--neutral-white, #fffffe);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .projects-archive__card-title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .projects-archive__card-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .projects-archive__card-title {
    font-size: 32px;
  }
}

.projects-archive__card-category {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .projects-archive__card-link {
    margin-top: 32px;
  }
}

.projects-archive__pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.projects-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.projects-archive__pagination-link {
  padding: 16px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  gap: 4px;
  opacity: 0.8;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.projects-archive__pagination-link.is-active {
  opacity: 1;
  color: var(--accent-yellow);
}
@media (hover: hover) and (pointer: fine) {
  .projects-archive__pagination-link:hover {
    opacity: 1;
  }
}

.projects-archive__pagination-prev {
  font-size: 16px;
}

.projects-archive__pagination-next {
  font-size: 16px;
}

.projects-archive__empty {
  text-align: center;
}

.single-project__container {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 768px) {
  .single-project__container {
    padding-top: 100px;
  }
}

.single-project__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .single-project__content {
    padding-top: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

.single-project__thumbnail img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  margin-bottom: 24px;
  opacity: 0.6;
}

.single-project__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-project__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .single-project__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.single-project__gallery-item {
  border: none;
  background: transparent;
  overflow: hidden;
  width: 100%;
}

.single-project__gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.single-project__gallery-item:hover img,
.single-project__gallery-item:focus-visible img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.single-project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 200ms ease, visibility 200ms ease;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.single-project-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.single-project-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.86);
}

.single-project-lightbox__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
}
@media screen and (min-width: 1280px) {
  .single-project-lightbox__content {
    padding: 40px;
  }
}

.single-project-lightbox__swiper {
  width: min(1100px, 100%);
}

.single-project-lightbox__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto !important;
}

.single-project-lightbox__slide img {
  height: 100%;
  max-height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
}

.single-project-lightbox__close,
.single-project-lightbox__nav {
  border: none;
  background: transparent;
  color: var(--accent-yellow);
}

.single-project-lightbox__close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.single-project-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single-project-lightbox__nav {
    display: none;
  }
}

.single-project-lightbox__nav::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  margin: 0 auto;
}

.single-project-lightbox__nav--prev {
  left: 8px;
}

.single-project-lightbox__nav--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.single-project-lightbox__nav--next {
  right: 8px;
}

.single-project-lightbox__nav--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.lightbox-open {
  overflow: hidden;
}

.single-project-lightbox__pagination {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.single-project-lightbox__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  -webkit-transition: background 200ms ease, -webkit-transform 200ms ease;
  transition: background 200ms ease, -webkit-transform 200ms ease;
  transition: background 200ms ease, transform 200ms ease;
  transition: background 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}
.single-project-lightbox__pagination .swiper-pagination-bullet-active {
  background: var(--accent-yellow, #f4b639);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.process-content .home-process__title-container {
  display: none;
}

.faq-items__list {
  max-width: 842px;
  margin: 0 auto;
}

.faq-list-item {
  border-bottom: 1px solid var(--transparent-white-200);
}
.faq-list-item:first-child {
  border-top: 1px solid transparent;
}

.faq-list-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  color: var(--neutral-white);
}
@media (pointer: fine) {
  .faq-list-item__header {
    cursor: pointer;
  }
}

.faq-list-item__question {
  color: var(--neutral-white, #fffffe);
  font-size: 18px;
  font-weight: 500;
  line-height: 148%; /* 29.6px */
  text-align: left;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question {
    font-size: 20px;
  }
}

.faq-list-item__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.faq-list-item__icon-line {
  position: absolute;
  background-color: var(--neutral-white);
  border-radius: 1px;
}
.faq-list-item__icon-line--horizontal {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-list-item__icon-line--vertical {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.faq-list-item__body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-list-item__answer {
  overflow: hidden;
  color: var(--neutral-white-08);
  padding-right: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-list-item.active .faq-list-item__icon-line--vertical {
  opacity: 0;
}
.faq-list-item.active .faq-list-item__body {
  grid-template-rows: 1fr;
}
.faq-list-item.active .faq-list-item__answer {
  opacity: 1;
  padding-bottom: 24px;
}

.legal {
  padding-top: 200px;
}

.legal-hero__title {
  margin-bottom: 60px;
  color: var(--neutral-white, #fffffe);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.58);
  font-size: 44px;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .legal-hero__title::after {
    bottom: 11px !important;
  }
}
@media screen and (min-width: 1280px) {
  .legal-hero__title {
    margin-bottom: 80px;
    font-size: 56px;
  }
  .legal-hero__title::after {
    bottom: 14px !important;
  }
}

.legal-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .legal-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.legal-sidebar {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .legal-sidebar {
    max-width: 405px;
  }
}

.legal-ptoc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.legal-ptoc__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 300ms linear;
  transition: border-bottom 300ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .legal-ptoc__item:hover {
    border-bottom: 1px solid var(--accent-yellow);
  }
  .legal-ptoc__item:hover .legal-ptoc__link {
    opacity: 1;
  }
}

.legal-ptoc__link {
  display: block;
  padding: 8px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--neutral-white);
  opacity: 0.7;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}

.legal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.legal-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .legal-article {
    gap: 24px;
  }
}

.legal-article__title {
  color: var(--neutral-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 1280px) {
  .legal-article__title {
    font-size: 20px;
  }
}

.cookie-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-content h2,
.cookie-content h3,
.cookie-content h4,
.cookie-content h5,
.cookie-content h6 {
  font-weight: 500;
}
.cookie-content .cookies-per-purpose div {
  background-color: #3c3c3c !important;
}
.cookie-content input {
  margin: 0;
  padding: 4px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  accent-color: var(--accent-yellow);
}

.screen-reader-text {
  display: none !important;
}

.cmplz-always-active {
  color: var(--accent-yellow) !important;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1 {
  display: none;
}

.footer {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 100px;
  }
}

.footer__form-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .footer__form-container {
    grid-template-columns: 515px 1fr;
  }
}

.footer__form-title {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .footer__form-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__form-title {
    font-size: 36px;
  }
}

.footer__contacts-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .footer__contacts-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .footer__contacts-wrap {
    grid-template-columns: 515px 1fr;
    padding: 100px 0 100px 0;
  }
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer__contacts a {
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .footer__contacts a:hover {
    color: var(--neutral-white);
  }
}

.footer__contacts-title {
  color: var(--neutral-white, #fffffe);
  font-size: 32px;
  font-weight: 400;
  line-height: 126%;
  margin-bottom: 8px;
}

.footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--transparent-white-400);
  border-radius: 100px;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in !important;
  transition: all 300ms ease-in !important;
}
.footer-social-link:hover {
  opacity: 1;
}

.footer__legal {
  border-top: 1px solid var(--transparent-white-200);
  padding: 60px 0;
}
@media screen and (min-width: 1280px) {
  .footer__legal {
    padding: 40px 0;
  }
}

.footer__legal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .footer__legal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__legal-text {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .footer__legal-text {
    text-align: left;
  }
}

.footer__legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__legal-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__legal-link {
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .footer__legal-link:hover {
    color: var(--neutral-white);
  }
}

.contacts-widget {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 90;
  background: var(--transparent-white-20, rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(6px);
}

.contact-widget__link {
  display: block;
  width: 100%;
  -webkit-transition: var(--transition-color);
  transition: var(--transition-color);
}
@media (hover: hover) and (pointer: fine) {
  .contact-widget__link:hover {
    color: var(--accent-yellow);
  }
}

.contact-widget__text {
  border-top: 1px solid rgba(255, 255, 254, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
}

.contact-widget__icon,
.contact-widget__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12px 6px;
}
@media screen and (min-width: 768px) {
  .contact-widget__icon,
  .contact-widget__text {
    padding: 16px;
  }
}

.form__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .form__fields {
    grid-template-columns: 1fr 1fr;
  }
}

.form__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  color: var(--error);
}

.form__group input,
.form__group textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--transparent-white-200);
  outline: none;
  height: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
}
.form__group input:focus-visible,
.form__group textarea:focus-visible {
  border-bottom: 1px solid #ffffff;
}

.form__group textarea {
  resize: vertical;
  height: 54px;
  min-height: 54px;
}

@media screen and (min-width: 768px) {
  .form__group:has(textarea) {
    grid-column: 1/3;
  }
}

.form__label {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-weight: 400;
}

.form__label:has(+ .wpcf7-form-control-wrap [aria-required=true])::after {
  content: " *";
  color: var(--accent-yellow);
}

.form__upload-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 148%;
  border-bottom: 1px solid var(--transparent-white-200);
}
@media (pointer: fine) {
  .form__upload-field {
    cursor: pointer;
  }
}

.form__upload-filename {
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 8px;
}

.form__consent-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 126%;
}

.form__consent-label input {
  margin: 0;
  padding: 4px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  accent-color: var(--accent-yellow);
}

.form__consent-link {
  text-decoration: underline;
}

.form__submit {
  display: grid;
  gap: 32px;
  margin-top: 32px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .form__submit {
    grid-template-columns: 1fr auto;
  }
}

.form__btn_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background-color: var(--neutral-black-950);
  opacity: 1;
}

.wpcf7-form-control-wrap[data-name=file-43] {
  display: block;
}

.wpcf7-form-control-wrap[data-name=file-43] input[type=file] {
  display: none;
}