html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
@font-face {
  font-family: VelaSans;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/VelaSans-Light-9b4bd101.woff) format("woff");
}
@font-face {
  font-family: VelaSans;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/VelaSans-Medium-8decd078.woff) format("woff");
}
@font-face {
  font-family: VelaSans;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/VelaSans-Bold-3f112b1e.woff) format("woff");
}
@font-face {
  font-family: VelaSans;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/VelaSans-Regular-5ae033fb.woff) format("woff");
}
html {
  scrollbar-width: none;
  scroll-behavior: initial;
  font-family: VelaSans, -apple-system, BlinkMacSystemFont, avenir next, avenir,
    segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial,
    sans-serif;
  color: var(--color);
  line-height: 1.3;
  font-size: var(--font-size);
  position: relative;
  color: var(--color-white);
  background-color: var(--color-dark);
}
html[data-direction="down"] .c-header__main {
  transform: translateZ(0);
  opacity: 0;
}
html[data-direction="down"] .c-header__nav {
  transform: translateZ(0);
  opacity: 0;
  transform: translateY(2%);
}
html[data-direction="down"] .c-work__box {
  transform: translateY(160%) translate(-50%);
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
.has-scroll-init body {
  opacity: 1;
}
[data-scroll-direction="vertical"] [data-scroll-wrapper] {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
[data-scroll-direction="horizontal"] [data-scroll-wrapper] {
  width: 100vw;
  height: 100vh;
  overflow-x: scroll;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100%;
  display: inline-flex;
  min-width: var(--scrollContainerWidth);
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  flex-shrink: 0;
  height: 100vh;
}
main {
  transition: opacity var(--animation-smooth);
}
.wrapper {
  overflow: hidden;
}
.wrapper.is-loading main {
  opacity: 0;
  height: calc(var(--vh, 1vh) * 100);
  visibility: hidden;
}
.splitting .word,
.splitting .char {
  display: inline-block;
}
.splitting .char {
  position: relative;
}
.splitting .char:before,
.splitting .char:after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
  user-select: none;
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}
.progress-bar {
  position: fixed;
  width: 100%;
  height: 2px;
  z-index: 99;
  top: 0;
  background: var(--color-white);
}
.fade-in {
  opacity: 0;
  transition: var(--animation-smooth);
}
.fade-in.is-new {
  opacity: 1;
  transition-duration: 1.4s;
  transition-delay: 0.5s;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  color: var(--color-white);
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --color-white: white;
  --color-light: #e7e5da;
  --color-yellow: #f5bc69;
  --color-dark: #04111c;
  --color-black: #000;
  --color-gray: rgba(255, 255, 255, 0.1);
  --color-gray-100: #eeebde;
  --color-gray-200: #b7b7b7;
  --color-slate-50: #ffffff0d;
  --color-slate-300: #f3f0eb;
  --min-size: 32;
  --max-size: 40;
  --font-size: 16px;
  --max-size-indent: 145;
  --min-size-indent: 40;
  --container-min: 320;
  --container-max: 1900;
  --size-cursor: clamp(3.75em, 7vw, 7em);
  --animation-fast: 0.4s cubic-bezier(0.3, 1, 0.3, 1);
  --animation-primary: 0.6s cubic-bezier(0.3, 1, 0.3, 1);
  --animation-smooth: 0.8s cubic-bezier(0.3, 1, 0.3, 1);
  --animation-slow: 1s cubic-bezier(0.6, 0, 0.2, 1);
  --grid-columns: 8;
  --grid-gutter: clamp(20px, 4.7vw, 90px);
  --gutter: clamp(45px, 5.2vw, 100px);
  --gc-start: 1;
  --gc-end: 1;
}
@media (max-width: 1199px) {
  :root {
    --grid-columns: 8;
  }
}
@media (max-width: 767px) {
  :root {
    --grid-columns: 4;
  }
}
.main-wrap {
  overflow: hidden;
}
@media (max-width: 991px) {
  .relative\@from-big {
    position: relative;
  }
}
.loading-circle {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgb(255, 255, 255);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99;
  -webkit-animation: circle-loader-spin 1s infinite linear;
  animation: circle-loader-spin 1s infinite linear;
  position: fixed;
  bottom: clamp(25px, 2.1vw, 40px);
  left: clamp(25px, 2.1vw, 40px);
}
@keyframes circle-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  width: -webkit-fill-available;
  margin: 0 auto;
  padding: 0 var(--grid-gutter);
}
.d-flex {
  display: flex;
  width: 100%;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}
.c-grid {
  display: grid;
  width: 100%;
}
.c-grid .g-column-6-12 {
  grid-column: 5/13;
}
@media (max-width: 991px) {
  .c-grid .g-column-6-12 {
    grid-column: 1/13;
  }
}
.c-grid .g-column-1-6 {
  grid-column: 1/5;
}
.c-grid .g-column-1-6 include lg {
  grid-column: 1/13;
}
.c-grid:is(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-grid.cols {
  grid-template-columns: repeat(var(--grid-columns), 1fr);
}
.c-grid.col-12 {
  grid: auto/repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-grid.col-12 {
    grid: auto/repeat(1, 1fr);
  }
}
.c-grid.col-8 {
  grid: auto/repeat(var(--grid-columns), 1fr);
}
.c-grid.col-3 {
  grid: auto/repeat(3, 1fr);
}
.c-grid.col-2 {
  grid: auto/repeat(2, 1fr);
}
@media (min-width: 1020px) {
  .c-grid.col-2\@from-big {
    grid: auto/repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .c-grid.col-3\@from-huge {
    grid: auto/repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-grid.col-12\@from-medium {
    grid: auto/repeat(12, 1fr);
  }
}
.c-grid.gap-gutter {
  gap: var(--grid-gutter);
  column-gap: var(--grid-gutter);
}
.c-grid.-top-items {
  align-items: start;
}
.c-grid.-right-items {
  justify-items: end;
}
.c-grid.bottom-items {
  align-items: end;
}
.c-grid.-left-items {
  justify-items: start;
}
.c-grid.-center-items {
  align-items: center;
  justify-items: center;
}
.c-grid.-center-items-x {
  justify-items: center;
}
.c-grid.-center-items-y {
  align-items: center;
}
.c-grid.-stretch-items {
  align-items: stretch;
  justify-items: stretch;
}
.c-grid.-top-cells {
  align-content: start;
}
.c-grid.-right-cells {
  justify-content: end;
}
.c-grid.-bottom-cells {
  align-content: end;
}
.c-grid.-left-cells {
  justify-content: start;
}
.c-grid.-center-cells {
  align-content: center;
  justify-content: center;
}
.c-grid.-center-cells-x {
  justify-content: center;
}
.c-grid.-center-cells-y {
  align-content: center;
}
.c-grid.-stretch-cells {
  align-content: stretch;
  justify-content: stretch;
}
.c-grid.-space-around-cells {
  align-content: space-around;
  justify-content: space-around;
}
.c-grid.-space-around-cells-x {
  justify-content: space-around;
}
.c-grid.-space-around-cells-y {
  align-content: space-around;
}
.c-grid.-space-between-cells {
  justify-content: space-between;
  align-content: space-between;
}
.c-grid.-space-between-cells-x {
  justify-content: space-between;
}
.c-grid.-space-between-cells-y {
  align-content: space-between;
}
.c-grid.-space-evenly-cells {
  justify-content: space-evenly;
  align-content: space-evenly;
}
.c-grid.-space-evenly-cells-x {
  justify-content: space-evenly;
}
.c-grid.-space-evenly-cells-y {
  align-content: space-evenly;
}
.d-grid__item {
  grid-column-start: var(--gc-start, 1);
  grid-column-end: var(--gc-end, -1);
}
.d-grid__item.-align-end {
  align-self: end;
}
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.o-ratio:before {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: "";
}
.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.font-size {
  --font-size: calc(
    var(--min-size) * 1px + (var(--max-size) - var(--min-size)) *
      (100cqw - var(--container-min) * 1px) /
      (var(--container-max) - var(--container-min))
  );
  font-size: clamp(
    var(--min-size) * 1px,
    var(--font-size),
    var(--max-size) * 1px
  );
  line-height: clamp(
    var(--min-size) * 1.3 * 1px,
    var(--font-size) * 1.3,
    var(--max-size) * 1.3 * 1px
  );
}
.font-size.uppercase {
  text-transform: uppercase;
}
.font-size.h1-head {
  --max-size: 250;
  --min-size: 42;
}
.font-size.h1 {
  --max-size: 270;
  --min-size: 140;
}
.font-size.h2 {
  --max-size: 60;
  --min-size: 40;
}
.font-size.h3 {
  --max-size: 90;
  --min-size: 45;
}
.font-size.h4 {
  --max-size: 75;
  --min-size: 24;
}
.font-size.h5 {
  --max-size: 26;
  --min-size: 18;
}
.font-size.md-text {
  --max-size: 40;
  --min-size: 24;
}
.font-size.sm-text {
  --max-size: 18;
  --min-size: 14;
}
.cursor-mouse__item,
.cursor-mouse {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0;
  position: fixed;
  z-index: 26;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transform: translate(-50%, -60%);
  overflow: hidden;
  display: block;
  transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0),
    height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  left: 0%;
  top: 0%;
  will-change: transform, width, height;
}
@media (max-width: 767px) {
  .cursor-mouse__item,
  .cursor-mouse {
    display: none !important;
  }
}
.cursor-mouse {
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0%;
  top: 0%;
}
.cursor-mouse p {
  margin: 0;
}
.cursor-mouse__item.active,
.cursor-mouse.active {
  width: clamp(3.75em, 5.5vw, 5em);
  height: clamp(3.75em, 5.5vw, 5em);
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1),
    height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.cursor-mouse__item.active-big,
.cursor-mouse.active-big {
  width: 100px;
  height: 100px;
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1),
    height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.cursor-mouse__item {
  opacity: 0 !important;
}
.cursor-mouse__item.active-big.hover,
.cursor-mouse.active-big.hover {
  width: calc(var(--size-cursor) * 1.45);
  height: calc(var(--size-cursor) * 1.45);
}
.cursor-mouse__item.active.pressed,
.cursor-mouse.active.pressed {
  height: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
  width: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
}
.cursor-mouse__item.active-big.pressed,
.cursor-mouse.active-big.pressed {
  height: calc(clamp(3.75em, 5.5vw, 8em) * 2);
  width: calc(clamp(3.75em, 5.5vw, 8em) * 2);
}
.cursor-mouse p {
  font-size: 0em;
  transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  will-change: font-size;
}
.cursor-mouse.active p,
.cursor-mouse.active-big p {
  font-size: 1em;
  transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.c-footer {
  padding-bottom: calc(var(--gutter) / 1.4);
}
@media (max-width: 767px) {
  .c-footer {
    padding-bottom: calc(var(--gutter) / 0.9);
  }
}
.c-footer__box {
  display: flex;
  overflow: hidden;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 991px) {
  .c-footer__box {
    order: 2;
  }
}
.c-footer__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: var(--gutter) 0;
}
.c-footer__wrap .js-roller-title {
  position: relative;
  display: flex;
  align-items: center;
}
.c-footer__link {
  color: var(--color-white);
  text-decoration: none;
  position: relative;
  display: block;
  max-width: fit-content;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .c-footer__link {
    margin: 6px 0 12px;
  }
}
.c-footer__link:hover:after {
  transform-origin: left center;
  transform: scaleX(1) rotate(0.001deg);
  opacity: 1;
}
.c-footer__link:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  transform: scaleX(0) rotate(0.001deg);
  transform-origin: right center;
  transition: transform var(--animation-primary),
    background-color var(--animation-primary),
    opacity var(--animation-primary) 0.05s;
  opacity: 1;
}
.c-footer__subtext {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  opacity: 0.9;
  cursor: pointer;
  transition: var(--animation-primary);
}
@media (max-width: 1199px) {
  .c-footer__subtext span {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-footer__subtext {
    position: absolute;
    bottom: calc(var(--gutter) / 0.9);
    right: var(--grid-gutter);
    opacity: 0.5;
  }
}
.c-footer__subtext:hover {
  opacity: 1;
}
.c-footer__subtext:hover .c-footer__icon {
  transform: scale(1.05);
}
.c-footer__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-footer__item {
    order: 1;
  }
}
.c-footer__sublink {
  display: block;
  margin-bottom: 16px;
}
.c-footer__sublink svg {
  width: 24px;
  height: 24px;
}
.c-footer__sublink:hover {
  opacity: 0.8;
}
.c-footer__icon {
  border: 1px solid var(--color-white);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: transform var(--animation-primary),
    background-color var(--animation-primary),
    opacity var(--animation-primary) 0.05s;
}
@media (max-width: 575px) {
  .c-footer__icon {
    width: 35px;
    height: 35px;
  }
}
.c-footer__icon svg {
  fill: var(--color-white);
  width: 12px;
  height: 12px;
  display: block;
}
@media (max-width: 575px) {
  .c-footer__icon svg {
    width: 10px;
    height: 10px;
  }
}
.c-footer__title {
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: center;
  margin-right: 5vw;
}
.c-section {
  padding: var(--gutter) 0;
  overflow: hidden;
}
.c-section.full-h {
  width: 100%;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
  padding: calc(var(--gutter) / 10) 0;
}
.c-section.full-h .c-section__content {
  display: flex;
  height: calc(var(--vh, 1vh) * 100 - 100px);
  flex-direction: column;
  min-height: 600px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-section.full-h .c-section__content {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.c-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/assets/about-12-ad4df657.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.c-section__bg:after {
  content: "";
  display: block;
  background: rgba(4, 17, 28, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-section__info .c-form__button {
  min-width: 200px;
  margin-top: clamp(24px, 1.7vw, 32px);
  max-width: fit-content;
}
.c-section__head {
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: center;
  margin-right: 5vw;
}
.c-section__reveal {
  width: 50%;
  height: 50%;
  visibility: hidden;
}
.c-section__inwrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  opacity: 0;
  padding: var(--gutter) 0;
}
.c-section__inwrap .c-section__head {
  font-weight: 500;
}
.c-section__inwrap .h1 {
  line-height: 0.5;
}
.c-section__inwrap .js-roller-title {
  position: relative;
  display: flex;
  align-items: center;
}
.c-section__box {
  margin-top: calc(var(--gutter) / 1);
}
@media (max-width: 767px) {
  .c-section__box {
    margin-top: calc(var(--gutter) / 1.2);
  }
}
.c-section__subinfo {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.c-section__title {
  font-weight: 600;
  display: flex;
  line-height: 0.9;
  white-space: nowrap;
  letter-spacing: -4px;
  width: 100%;
  align-items: center;
  margin-right: 5vw;
}
.c-section__pin {
  opacity: 0;
  position: absolute;
}
.c-section__picture {
  width: clamp(100px, 14vw, 300px);
}
@media (max-width: 1199px) {
  .c-section__picture {
    width: clamp(100px, 10vw, 190px);
  }
}
@media (max-width: 991px) {
  .c-section__picture {
    width: 100%;
    display: none;
  }
}
.c-section__bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  z-index: 10;
  background: var(--color-white);
}
.c-section__boxes {
  position: relative;
}
@media (max-width: 991px) {
  .c-section__accordion {
    margin-top: 24px;
  }
}
.c-section__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(20px, 1.7vw, 32px) 0;
  text-transform: uppercase;
  transition: 0.4s ease;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c-section__accordion-title:after {
  content: "+";
  transition: 0.4s ease;
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 38px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-section__accordion-title:after {
    font-size: 32px;
  }
}
.c-section__accordion-title.open:after {
  transform: rotate(180deg);
  content: "-";
}
.c-section__accordion-item:first-child .c-section__accordion-title {
  padding-top: 0;
}
.c-section__accordion-item .c-section__accordion-title {
  margin-top: -4px;
  --max-size: 40;
  --min-size: 20;
}
.c-section__accordion-text {
  color: var(--color-gray-200);
  max-width: 60%;
  display: block;
  padding-bottom: clamp(20px, 1.7vw, 32px);
}
@media (max-width: 1199px) {
  .c-section__accordion-text {
    max-width: 100%;
  }
}
.c-section__accordion-content {
  display: none;
  padding-top: clamp(20px, 1.7vw, 32px);
}
.c-section__row {
  position: relative;
}
@media (max-width: 991px) {
  .c-section__row {
    margin-top: 24px;
  }
}
.c-section__number {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 10;
  border: 1px solid var(--color-gray);
}
@media (max-width: 991px) {
  .c-section__number {
    width: 35px;
    font-size: 14px;
    height: 35px;
    position: static;
    margin-bottom: 16px;
  }
}
.c-section__grid {
  grid-gap: clamp(12px, 1.26vw, 24px);
}
.c-section__head {
  font-weight: 400;
  text-transform: uppercase;
}
.c-section__list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 12px;
  text-indent: -12px;
  display: none;
}
.c-section__list li {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}
.c-section__list li:last-child {
  margin-bottom: 0;
}
.c-section__subtitle {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-section__subtitle svg {
  width: 40px;
  flex: 0 0 40px;
}
.c-section__text {
  margin-top: clamp(32px, 3.1vw, 60px);
  max-width: 253px;
  text-wrap: balance;
}
.c-section__item {
  padding: clamp(18px, 1.26vw, 24px);
  border: 1px solid var(--color-gray);
  border-radius: clamp(16px, 1vw, 20px);
}
@media (max-width: 575px) {
  .c-section__item:last-child {
    grid-column: 1 / span 2;
  }
}
.c-section__slider {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  overflow: inherit;
  width: 100%;
  padding-top: 50px;
}
.c-section__slider .swiper-slide {
  flex: 0 0 363px;
  width: 363px;
}
@media (max-width: 767px) {
  .c-section__slider .swiper-slide {
    flex: 0 0 203px;
    width: 203px;
  }
}
.c-section__gallery {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  padding-top: 50px;
}
.c-section__overlay {
  position: relative;
  width: 100%;
}
.c-section__overlay.h-50 {
  flex: 0 0 363px;
  width: 363px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-50 {
    flex: 0 0 203px;
    width: 203px;
  }
}
.c-section__overlay.h-50:before {
  padding-bottom: 436px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-50:before {
    padding-bottom: 140%;
  }
}
.c-section__overlay.h-30 {
  flex: 0 0 283px;
  width: 283px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-30 {
    flex: 0 0 183px;
    width: 183px;
  }
}
.c-section__overlay.h-30:before {
  padding-bottom: 336px;
}
.c-section__overlay.h-75 {
  flex: 0 0 450px;
  width: 450px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-75 {
    flex: 0 0 250px;
    width: 250px;
  }
}
.c-section__overlay.h-75:before {
  padding-bottom: 560px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-75:before {
    padding-bottom: 140%;
  }
}
.c-section__overlay.h-100 {
  flex: 0 0 500px;
  width: 500px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-100 {
    flex: 0 0 250px;
    width: 250px;
  }
}
.c-section__overlay.h-100:before {
  padding-bottom: 140%;
}
@media (max-width: 767px) {
  .c-section__overlay.h-100:before {
    padding-bottom: 110%;
  }
}
.c-section__overlay.h-60 {
  flex: 0 0 370px;
  width: 370px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-60 {
    flex: 0 0 200px;
    width: 200px;
  }
}
.c-section__overlay.h-60:before {
  padding-bottom: 470px;
}
@media (max-width: 767px) {
  .c-section__overlay.h-60:before {
    padding-bottom: 300px;
  }
}
.c-section__overlay:before {
  content: "";
  display: block;
}
.c-section__overlay img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-section__wrap {
  text-transform: uppercase;
  gap: 5px;
  align-items: center;
}
.c-section__wrap img {
  width: clamp(40px, 4.2vw, 80px);
  height: clamp(40px, 4.2vw, 80px);
  border-radius: 50%;
  display: block;
  object-fit: cover;
  margin: 0 clamp(5px, 1.5vw, 30px);
}
.c-slider {
  width: 100%;
  position: relative;
}
.c-slider .swiper-slide {
  display: block;
  height: 100vh;
}
@media (max-width: 991px) {
  .c-slider .swiper-slide {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .c-slider .swiper-slide {
    height: 65vh;
  }
}
.c-slider__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-slider__pagination {
  width: auto;
  max-width: fit-content;
  padding: 16px 24px;
  background-color: #0003;
  border-radius: 30px;
  text-transform: uppercase;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}
@media (max-width: 991px) {
  .c-slider__pagination {
    padding: 11px 16px;
    font-size: 13px;
  }
}
.c-slider__block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10;
  width: -webkit-fill-available;
  padding: calc(var(--grid-gutter) / 1.2) var(--grid-gutter);
}
@media (max-width: 991px) {
  .c-slider__block {
    flex-wrap: wrap;
    gap: 16px;
    padding: calc(var(--grid-gutter) / 0.6) var(--grid-gutter);
  }
}
@media (max-width: 575px) {
  .c-slider .c-slider__title.c-slider__title {
    --max-size: 30;
    --min-size: 26;
  }
}
.c-slider__nav {
  display: flex;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
}
.c-slider__arrow {
  height: 100%;
  z-index: 999;
  width: 50%;
}
.c-slider__arrow--prev {
  left: 0;
}
.c-slider__arrow--next {
  right: 0;
}
.c-form {
  padding: calc(var(--gutter) / 1.5) 0 0 0;
}
.c-form__text {
  margin: 12px 0 16px;
}
.c-form__group {
  display: grid;
  grid: auto/repeat(2, 200px);
  gap: clamp(16px, 1vw, 24px);
  margin-top: 32px;
}
@media (max-width: 575px) {
  .c-form__group {
    grid: auto/repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .c-form__hide {
    display: none;
  }
}
.c-form__button {
  font-size: clamp(16px, 0.9vw, 18px);
  border: 1px solid var(--color-gray-100);
  display: flex;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  position: relative;
  height: clamp(40px, 2.6vw, 50px);
  overflow: hidden;
  color: var(--color-white);
  border-radius: 100px;
}
.c-form__button:hover {
  transform: scale(1.02);
  background-color: var(--color-white);
  color: var(--color-black);
  transition: all 0.6s cubic-bezier(0.34, 5.56, 0.64, 1);
}
