*,
*::before,
*::after {
  box-sizing: border-box;
}

#smooth-wrapper {
  background-image: url("../media/pattern-mobile.svg");
  background-color: #07080d;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (min-width: 1024px) {
  #smooth-wrapper {
    background-image: url("../media/pattern.svg");
  }
}

section + section {
  margin-top: -1px;
}

.is-hidden {
  opacity: 0;
}

.grecaptcha-badge {
  display: none !important;
}

main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Aeonik Pro", system-ui, sans-serif;
}

body {
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4,
ul,
p {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  pointer-events: none;
}
.header.is-open > div {
  justify-content: center;
  gap: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
}
.header.is-open > div > nav {
  max-width: clamp(853.3333333333px, calc(83.3333333333vw), 1600px);
  opacity: 1;
  pointer-events: auto;
  transform: scaleX(1);
}
.header.is-open > div > nav a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.header.is-open > div .header__nav--left {
  margin-left: 0;
}
.header.is-open > div .header__nav--right {
  margin-right: 0;
}
.header__container {
  max-width: 1920px;
  margin-inline: auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  pointer-events: auto;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .header__container {
    padding: 18px 37px;
  }
}
@media screen and (min-width: 1024px) {
  .header__container {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
    padding-block: clamp(12.8px, calc(1.25vw), 24px);
    padding-inline: clamp(
      26.3111111111px,
      calc(2.5694444444vw),
      49.3333333333px
    );
  }
}
.header__container > a {
  display: flex;
  align-items: center;
  padding: 20px 3px;
  flex: 0 0 auto;
  background-color: rgba(23, 26, 38, 0);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > a {
    padding-block: clamp(
      13.5111111111px,
      calc(1.3194444444vw),
      25.3333333333px
    );
    padding-inline: clamp(
      24.8888888889px,
      calc(2.4305555556vw),
      46.6666666667px
    );
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .header__container > a:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(23, 26, 38, 0.88);
    backdrop-filter: blur(25px);
  }
}
.header__container > a > svg {
  width: 82px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .header__container > a > svg {
    width: clamp(69.6888888889px, calc(6.8055555556vw), 130.6666666667px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.header__container > button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4%;
  text-transform: uppercase;
  padding: 20px 3px;
  flex: 0 0 auto;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  background-color: rgba(23, 26, 38, 0);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
}
@media screen and (min-width: 1024px) {
  .header__container > button {
    padding: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    gap: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .header__container > button:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(23, 26, 38, 0.88);
  }
}
.header__container > button i {
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__container > button i {
    width: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    height: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.header__container > button i::before,
.header__container > button i::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background: #f2561d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > button i::before,
  .header__container > button i::after {
    width: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    height: clamp(3.5555555556px, calc(0.3472222222vw), 6.6666666667px);
  }
}
.header__container > button i::before {
  top: 0;
  left: 0;
}
.header__container > button i::after {
  bottom: 0;
  right: 0;
}
.header__container > button.is-active i::before {
  transform: translate(-25%, 100%) rotate(90deg);
}
.header__container > button.is-active i::after {
  transform: translate(25%, -75%) rotate(90deg);
}
.header__container > nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__container > nav {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    pointer-events: none;
    transform: scaleX(0.96);
    transform-origin: center;
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    transition:
      max-width 1s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.75s ease,
      transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.header__container > nav a {
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  font-family: "Space Mono";
  font-weight: 700;
  letter-spacing: 4%;
  text-transform: uppercase;
  background: rgba(23, 26, 38, 0.88);
  backdrop-filter: blur(25px);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
}
@media screen and (min-width: 1024px) {
  .header__container > nav a {
    padding: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .header__container > nav a:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.header__container > div {
  position: relative;
  flex: 0 0 auto;
}
.header__container > div.is-open > button {
  background: rgba(23, 26, 38, 0.88);
  backdrop-filter: blur(25px);
}
.header__container > div.is-open > ul {
  display: flex;
  flex-direction: column;
}
.header__container > div > button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 18px 20px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  background-color: rgba(23, 26, 38, 0);
  border: 1px solid transparent;
  -o-border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
}
@media screen and (min-width: 1024px) {
  .header__container > div > button {
    gap: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-block: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .header__container > div > button:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(23, 26, 38, 0.88);
    backdrop-filter: blur(25px);
  }
}
.header__container > div > button > svg {
  width: 24px;
  height: 24px;
  fill: #ebf2ff;
}
@media screen and (min-width: 1024px) {
  .header__container > div > button > svg {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.header__container > div > ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 100%;
}
.header__container > div > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background-color: #171a26;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  border-image: linear-gradient(
      90deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0) 100%
    )
    1;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .header__container > div > ul > li > a {
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-block: clamp(12.8px, calc(1.25vw), 24px);
    gap: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .header__container > div > ul > li > a:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.header__container > div > ul > li > a > span {
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header__container > div > ul > li > a > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.header__container > div > ul > li > a > svg {
  width: 24px;
  height: 24px;
  fill: transparent;
}
@media screen and (min-width: 1024px) {
  .header__container > div > ul > li > a > svg {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}

.footer {
  background-color: #171a26;
  border-top: 1px solid #363946;
}
@media screen and (min-width: 1024px) {
  .footer {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 37px 24px;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__container {
    gap: 44px;
    padding: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
  }
}
.footer__container--head {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .footer__container--head {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__container--head > * {
    flex: 1 1 calc(50% - 22px);
    min-width: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container--head > * {
    flex: 1;
  }
}
.footer__container--head > a {
  padding: 20px 4px;
}
@media screen and (min-width: 768px) {
  .footer__container--head > a {
    padding-block: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container--head > a {
    width: 25%;
    padding-block: clamp(7.8222222222px, calc(0.7638888889vw), 14.6666666667px);
    padding-inline: clamp(4.9777777778px, calc(0.4861111111vw), 9.3333333333px);
  }
}
.footer__container--head > a > svg {
  width: 82px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .footer__container--head > a > svg {
    width: 106.6px;
    height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container--head > a > svg {
    width: clamp(110.0352px, calc(10.745625vw), 206.316px);
    height: clamp(26.9475555556px, calc(2.6315972222vw), 50.5266666667px);
  }
}
.footer__container--head > div,
.footer__container--head > div > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div,
  .footer__container--head > div > div {
    gap: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.footer__container--head > div > span,
.footer__container--head > div > div > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > span,
  .footer__container--head > div > div > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.footer__container--head > div > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > ul {
    gap: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
  }
}
.footer__container--head > div > ul > li > a {
  padding-block: 8.5px;
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > ul > li > a {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    padding-block: clamp(6.0444444444px, calc(0.5902777778vw), 11.3333333333px);
  }
  .footer__container--head > div > ul > li > a:hover {
    color: #f2561d;
  }
  .footer__container--head > div > ul > li > a:hover > span {
    color: #f2561d;
  }
  .footer__container--head > div > ul > li > a:hover > svg {
    fill: #f2561d;
  }
}
.footer__container--head > div > ul > li > a > span {
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > ul > li > a > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.footer__container--head > div > ul > li > a > svg {
  width: 16px;
  height: 16px;
  fill: #b2b7cb;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > ul > li > a > svg {
    width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    height: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.footer__container--head > div > div {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__container--head > div > div:first-child {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > div:first-child {
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.footer__container--head > div > div > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > div > ul {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.footer__container--head > div > div > ul > li > a {
  padding-block: 8.5px;
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .footer__container--head > div > div > ul > li > a {
    padding: unset;
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
  .footer__container--head > div > div > ul > li > a:hover {
    color: #f2561d;
  }
}
.footer__container--head > div > div > ul > li > a > i {
  font-family: system-ui;
  font-style: normal;
}
.footer__container--footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .footer__container--footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .footer__container--footer {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.footer__container--footer > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .footer__container--footer > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.footer__container--footer > a {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .footer__container--footer > a {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .footer__container--footer > a:hover {
    color: #f2561d;
  }
}
.footer__container--footer > a:last-child {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__container--footer > a:last-child {
    margin-left: unset;
  }
}
.footer__container--footer > a > img {
  width: 46px;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .footer__container--footer > a > img {
    width: clamp(32.7111111111px, calc(3.1944444444vw), 61.3333333333px);
    height: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}

.frame {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.frame > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.frame > div > svg {
  fill: transparent;
  stroke: #7699ff;
  width: 70px;
  height: 70px;
}
.frame > div:first-child > svg:last-child {
  rotate: 90deg;
}
.frame > div:last-child > svg:first-child {
  rotate: 270deg;
}
.frame > div:last-child > svg:last-child {
  rotate: 180deg;
}

.page-depth {
  position: fixed;
  top: 50%;
  right: 16px;
  z-index: 500;
  height: 55vh;
  transform: translateY(-50%);
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .page-depth {
    right: clamp(56.8888888889px, calc(5.5555555556vw), 106.6666666667px);
    height: 70vh;
  }
}
.page-depth.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.page-depth__track {
  width: 3px;
  height: 100%;
  background: rgba(118, 153, 255, 0.25);
}
@media screen and (min-width: 1024px) {
  .page-depth__track {
    width: clamp(2.1333333333px, calc(0.2083333333vw), 4px);
  }
}
.page-depth__indicator {
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  background: #7699ff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-50%) rotate(90deg);
  will-change: transform;
}
@media screen and (min-width: 1024px) {
  .page-depth__indicator {
    left: 0;
    transform: translateX(-100%);
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
    top: clamp(-12px, calc(-0.625vw), -6.4px);
  }
}
.page-depth__labels {
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .page-depth__labels {
    left: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.page-depth__labels span {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  color: #7699ff;
  font-family: "Space Mono";
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .page-depth__labels span {
    display: flex;
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    left: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.page-depth__labels span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 12px;
  height: 2px;
  background: #7699ff;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .page-depth__labels span::before {
    left: clamp(-32px, calc(-1.6666666667vw), -17.0666666667px);
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
  }
}

.anchor-contact {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(
    180deg,
    rgba(242, 86, 29, 0) 0%,
    rgba(242, 86, 29, 0) 100%
  );
  border-bottom: 2px solid #f2561d;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.anchor-contact.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .anchor-contact {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
    bottom: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    right: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
  .anchor-contact:hover {
    background: linear-gradient(
      180deg,
      rgba(242, 86, 29, 0) 0%,
      rgba(242, 86, 29, 0.2) 100%
    );
    border-color: #f2561d !important;
  }
  .anchor-contact:hover > span {
    color: #fff;
  }
}
.anchor-contact > span {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .anchor-contact > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.anchor-contact > svg {
  width: 60px;
  height: 60px;
  fill: #f2561d;
  margin-bottom: -2px;
}
@media screen and (min-width: 1024px) {
  .anchor-contact > svg {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    margin-bottom: clamp(
      -2.6666666667px,
      calc(-0.1388888889vw),
      -1.4222222222px
    );
  }
}

.back-link {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  padding-right: 12px;
  gap: 12px;
  border-bottom: 2px solid #f2561d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .back-link {
    bottom: unset;
    padding-right: unset;
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-width: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
    top: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
    left: clamp(33.4222222222px, calc(3.2638888889vw), 62.6666666667px);
    padding-block: clamp(12.8px, calc(1.25vw), 24px);
  }
  .back-link:hover {
    border-color: #ff743b;
  }
  .back-link:hover > svg {
    fill: #ff743b;
  }
  .back-link:hover > span {
    color: #ff743b;
  }
}
.back-link > svg.triangle-big {
  width: 60px;
  height: 60px;
  fill: #f2561d;
  margin-bottom: -2px;
  rotate: 90deg;
}
@media screen and (min-width: 1024px) {
  .back-link > svg.triangle-big {
    display: none;
  }
}
.back-link > svg.triangle-small {
  display: none;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .back-link > svg.triangle-small {
    display: flex;
    fill: #f2561d;
    width: 6px;
    height: 12px;
  }
}
.back-link > span {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .back-link > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}

.menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(34, 45, 79, 0.1);
  backdrop-filter: blur(25px);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.menu-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-modal > nav {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 114px 16px 76px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .menu-modal > nav {
    padding: 174px 37px 76px;
  }
}
.menu-modal > nav > a {
  padding: 18px 40px;
  color: #fff;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-align: center;
}

.brochure-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  background: rgba(34, 45, 79, 0.1);
  backdrop-filter: blur(5px);
}
.brochure-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.brochure-modal.is-sent .first-step {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
}
.brochure-modal.is-sent .second-step {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.brochure-modal__container {
  width: 100%;
  height: 100%;
  padding: 90px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  background: #171a26;
}
@media screen and (min-width: 768px) {
  .brochure-modal__container {
    padding: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container {
    padding: clamp(64px, calc(6.25vw), 120px);
    width: 50vw;
    margin-left: auto;
    --cut: clamp(64px, calc(6.25vw), 120px);
    clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      var(--cut) 100%,
      0 calc(100% - var(--cut))
    );
  }
}
.brochure-modal__container > button {
  z-index: 10001;
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
}
@media screen and (min-width: 768px) {
  .brochure-modal__container > button {
    top: 37px;
    left: 37px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container > button {
    top: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
    --gap: clamp(26.3111111111px, calc(2.5694444444vw), 49.3333333333px);
    left: calc(50% + var(--gap));
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
  .brochure-modal__container > button:hover {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .brochure-modal__container > button:hover > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.brochure-modal__container > button > svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.brochure-modal__container > div {
  position: relative;
  margin: auto;
}
.brochure-modal__container > div > div > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .brochure-modal__container > div > div > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container > div > div > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
    margin-bottom: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.brochure-modal__container > div > div > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container > div > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    margin-bottom: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.brochure-modal__container > div > div:first-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.brochure-modal__container > div > div:first-child > div > form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container > div > div:first-child > div > form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.wpcf7-response-output {
  color: #f21d1d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  border: unset;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > div.wpcf7-response-output {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.brochure-modal__container > div > div:first-child > div > form > span {
  width: 100%;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span.wpcf7-not-valid-tip {
  color: #f21d1d;
  margin-top: 4px;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span.wpcf7-not-valid-tip {
    margin-top: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.brochure-modal__container > div > div:first-child > div > form > span > input {
  padding: 24px 18px;
  width: 100%;
  background-color: #212430;
  border-bottom: 1px solid #212430 !important;
  border: unset;
  border-radius: unset;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input:hover {
    background: #2b2e3a;
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input::-moz-placeholder {
  color: #b2b7cb;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input::placeholder {
  color: #b2b7cb;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input:active,
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input:focus,
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input:active:not(:-webkit-autofill),
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input:focus:not(:-webkit-autofill) {
  border-bottom: 1px solid #7699ff !important;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input:active,
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input:focus,
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input:active:not(:-webkit-autofill),
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input:focus:not(:-webkit-autofill) {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > input.wpcf7-not-valid {
  border-bottom: 1px solid #f21d1d !important;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > input.wpcf7-not-valid {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span {
  margin: 0;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    margin-top: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span:hover::before {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span
  > a {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a:hover {
    color: #ff743b;
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #ff5722;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::before {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    flex-basis: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ff5722;
  border-bottom: 2px solid #ff5722;
  transform: translateY(-65%) rotate(-45deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::after {
    left: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    border-width: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > div.form-submit-wrap {
    max-width: clamp(213.3333333333px, calc(20.8333333333vw), 400px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > span.wpcf7-spinner {
  display: none;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ff5a1f;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > div.form-submit-wrap::after {
    right: clamp(12.8px, calc(1.25vw), 24px);
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap:has(> input.wpcf7-submit:disabled)::after {
  background-color: #b2b7cb;
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit {
  border-radius: unset;
  padding: 24px 18px;
  width: 100%;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  text-align: start;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .brochure-modal__container
    > div
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit:not(:disabled):hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.brochure-modal__container
  > div
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit:disabled {
  -o-border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  background-color: rgba(178, 183, 203, 0.25);
}
.brochure-modal__container > div > div:last-child {
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100vw;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(7, 11, 24, 0.92);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.video-modal.is-playing .video-modal__container > div > button {
  opacity: 0;
  pointer-events: none;
}
.video-modal__container {
  max-width: 1920px;
  margin: auto;
}
.video-modal__container > button {
  z-index: 10001;
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .video-modal__container > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
  .video-modal__container > button:hover {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .video-modal__container > button:hover > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.video-modal__container > button > svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .video-modal__container > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.video-modal__container > div {
  width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: center;
}
.video-modal__container > div > video {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .video-modal__container > div:hover > button {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .video-modal__container > div:hover > button > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.video-modal__container > div > button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #f2561d;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .video-modal__container > div > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.video-modal__container > div > button > svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .video-modal__container > div > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}

body.modal-open {
  overflow: hidden;
}

.terms {
  position: relative;
}
.terms__container {
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 152px;
  padding-inline: 16px 20px;
}
@media screen and (min-width: 768px) {
  .terms__container {
    padding-inline: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .terms__container {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
  }
}
.terms__container h1 {
  margin-bottom: 60px;
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .terms__container h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .terms__container h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
    margin-bottom: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.terms__container h2,
.terms__container h3,
.terms__container h4,
.terms__container h5,
.terms__container h6 {
  margin-top: 44px;
  color: #fff;
  font-family: Orbitron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .terms__container h2,
  .terms__container h3,
  .terms__container h4,
  .terms__container h5,
  .terms__container h6 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .terms__container h2,
  .terms__container h3,
  .terms__container h4,
  .terms__container h5,
  .terms__container h6 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
    margin-top: clamp(31.2888888889px, calc(3.0555555556vw), 58.6666666667px);
  }
}
.terms__container > ul {
  list-style: inside;
}
.terms__container > ol {
  margin-inline: 0;
  list-style-position: inside;
}
.terms__container > ul,
.terms__container > ol {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .terms__container > ul,
  .terms__container > ol {
    margin-top: clamp(19.9111111111px, calc(1.9444444444vw), 37.3333333333px);
  }
}
.terms__container > ul > li,
.terms__container > ol > li {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .terms__container > ul > li,
  .terms__container > ol > li {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.terms__container p {
  margin-top: 28px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .terms__container p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    margin-top: clamp(19.9111111111px, calc(1.9444444444vw), 37.3333333333px);
  }
}
.terms__container a {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .terms__container a {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
  .terms__container a:hover {
    color: #ff743b;
  }
}

.contact-form {
  clip-path: polygon(
    30px 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    0 100%,
    0 30px
  );
  background-color: #171a26;
}
@media screen and (min-width: 768px) {
  .contact-form {
    clip-path: polygon(
      60px 0,
      calc(100% - 60px) 0,
      100% 60px,
      100% 100%,
      0 100%,
      0 60px
    );
  }
}
@media screen and (min-width: 1024px) {
  .contact-form {
    --cut: clamp(64px, calc(6.25vw), 120px);
    clip-path: polygon(
      var(--cut) 0,
      calc(100% - var(--cut)) 0,
      100% var(--cut),
      100% 100%,
      0 100%,
      0 var(--cut)
    );
  }
}
.contact-form.is-contact-page {
  background-color: transparent;
  clip-path: unset;
}
.contact-form.is-contact-page > div {
  padding-block: 152px;
}
@media screen and (min-width: 1024px) {
  .contact-form.is-contact-page > div {
    padding-block: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.contact-form__container {
  position: relative;
  padding: 76px 24px;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-form__container {
    padding-inline: 37px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
    padding-block: clamp(
      52.6222222222px,
      calc(5.1388888889vw),
      98.6666666667px
    );
    row-gap: clamp(64px, calc(6.25vw), 120px);
  }
}
.contact-form__container::before,
.contact-form__container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 386;
  height: 775px;
  border-radius: 999px;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(30deg) scale(1);
}
@media screen and (min-width: 1024px) {
  .contact-form__container::before,
  .contact-form__container::after {
    width: clamp(274.4888888889px, calc(26.8055555556vw), 514.6666666667px);
    height: clamp(551.1111111111px, calc(53.8194444444vw), 1033.3333333333px);
  }
}
.contact-form__container::before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(22, 55, 242, 0.55) 0%,
    rgba(22, 55, 242, 0) 100%
  );
}
.contact-form__container::after {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(118, 153, 255, 0.38) 0%,
    rgba(118, 153, 255, 0) 100%
  );
}
.contact-form__container > * {
  position: relative;
  z-index: 2;
}
.contact-form__container--head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .contact-form__container--head {
    gap: 80px;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .contact-form__container--head > * {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--head {
    gap: clamp(56.8888888889px, calc(5.5555555556vw), 106.6666666667px);
  }
}
.contact-form__container--head > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .contact-form__container--head > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--head > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.contact-form__container--head > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.contact-form__container--body {
  display: flex;
  flex-direction: column;
  margin-block: 70px 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #2b2e3a;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .contact-form__container--body {
    width: 50%;
    padding-bottom: unset;
    padding-right: 25.5px;
    border-bottom: unset;
    margin-block: unset;
    border-right: 1px solid #2b2e3a;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-right: clamp(57.6px, calc(5.625vw), 108px);
    gap: clamp(19.9111111111px, calc(1.9444444444vw), 37.3333333333px);
    width: 35%;
  }
}
.contact-form__container--body > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > div {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.contact-form__container--body > div > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > div > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.contact-form__container--body > div > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > div > ul {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.contact-form__container--body > div > ul > li > a {
  padding-block: 8.5px;
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .contact-form__container--body > div > ul > li > a {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > div > ul > li > a {
    padding: unset;
    font-size: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
  .contact-form__container--body > div > ul > li > a:hover {
    color: #f2561d;
  }
}
.contact-form__container--body > div > ul > li > a > i {
  font-family: system-ui;
  font-style: normal;
}
.contact-form__container--body > div > p {
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .contact-form__container--body > div > p {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > div > p {
    font-size: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
  }
}
.contact-form__container--body > button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > button {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
  .contact-form__container--body > button:hover > svg {
    fill: #ff743b;
  }
  .contact-form__container--body > button:hover > span {
    color: #ff743b;
  }
}
.contact-form__container--body > button > svg {
  width: 24px;
  height: 24px;
  fill: #f2561d;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > button > svg {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.contact-form__container--body > button > span {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--body > button > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__container--footer {
    width: 50%;
    padding-left: 25.5px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer {
    width: 65%;
    padding-left: clamp(57.6px, calc(5.625vw), 108px);
  }
}
.contact-form__container--footer > div:first-child > div > form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer > div:first-child > div > form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span:nth-child(-n + 5) {
    flex: 1 1 49%;
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.wpcf7-response-output {
  color: #f21d1d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  border: unset;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > div.wpcf7-response-output {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.contact-form__container--footer > div:first-child > div > form > span {
  width: 100%;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span.wpcf7-not-valid-tip {
  color: #f21d1d;
  margin-top: 4px;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span.wpcf7-not-valid-tip {
    margin-top: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea {
  height: 130px;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea {
    height: clamp(99.5555555556px, calc(9.7222222222vw), 186.6666666667px);
  }
}
.contact-form__container--footer > div:first-child > div > form > span > input,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea {
  padding: 24px 18px;
  width: 100%;
  background-color: #212430;
  border-bottom: 1px solid #212430 !important;
  border: unset;
  border-radius: unset;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:hover,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:hover {
    background: #2b2e3a;
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input::-moz-placeholder,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea::-moz-placeholder {
  color: #b2b7cb;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input::placeholder,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea::placeholder {
  color: #b2b7cb;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:active,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:focus,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:active:not(:-webkit-autofill),
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:focus:not(:-webkit-autofill),
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:active,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:focus,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:active:not(:-webkit-autofill),
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:focus:not(:-webkit-autofill) {
  border-bottom: 1px solid #7699ff !important;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:active,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:focus,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:active:not(:-webkit-autofill),
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:focus:not(:-webkit-autofill),
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:active,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:focus,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:active:not(:-webkit-autofill),
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:focus:not(:-webkit-autofill) {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input.wpcf7-not-valid,
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea.wpcf7-not-valid {
  border-bottom: 1px solid #f21d1d !important;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input.wpcf7-not-valid,
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea.wpcf7-not-valid {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span {
  margin: 0;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span:hover::before {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span
  > a {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a:hover {
    color: #ff743b;
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #ff5722;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::before {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    flex-basis: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ff5722;
  border-bottom: 2px solid #ff5722;
  transform: translateY(-65%) rotate(-45deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::after {
    left: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    border-width: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap {
    max-width: clamp(213.3333333333px, calc(20.8333333333vw), 400px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > span.wpcf7-spinner {
  display: none;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ff5a1f;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap::after {
    right: clamp(12.8px, calc(1.25vw), 24px);
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap:has(> input.wpcf7-submit:disabled)::after {
  background-color: #b2b7cb;
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit {
  border-radius: unset;
  padding: 24px 18px;
  width: 100%;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  text-align: start;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .contact-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit:not(:disabled):hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.contact-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit:disabled {
  -o-border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  background-color: rgba(178, 183, 203, 0.25);
}
.contact-form__container--footer > div:last-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  max-height: 0;
}
.contact-form__container--footer > div:last-child > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
}
@media screen and (min-width: 768px) {
  .contact-form__container--footer > div:last-child > button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer > div:last-child > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
  .contact-form__container--footer > div:last-child > button:hover {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .contact-form__container--footer > div:last-child > button:hover > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.contact-form__container--footer > div:last-child > button > svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer > div:last-child > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.contact-form__container--footer > div:last-child > span {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .contact-form__container--footer > div:last-child > span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer > div:last-child > span {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.contact-form__container--footer > div:last-child > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .contact-form__container--footer > div:last-child > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.contact-form__container--head,
.contact-form__container--body,
.contact-form__container--footer,
.contact-form__container .contact-form__first-step,
.contact-form__container .contact-form__second-step {
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.contact-form.is-sent .contact-form__first-step {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.contact-form.is-sent .contact-form__second-step {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  max-height: 360px;
}
@media screen and (min-width: 768px) {
  .contact-form.is-sent .contact-form__container {
    min-height: 520px;
  }
  .contact-form.is-sent .contact-form__container--head,
  .contact-form.is-sent .contact-form__container--body {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    pointer-events: none;
    position: absolute;
  }
  .contact-form.is-sent .contact-form__container--footer {
    width: 100%;
    padding-left: 0;
    margin-inline: unset;
  }
  .contact-form.is-sent .contact-form__first-step {
    display: none;
  }
  .contact-form.is-sent .contact-form__second-step {
    min-height: 360px;
    justify-content: center;
    align-items: flex-start;
    max-width: 760px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  font-family: "Space Mono", monospace !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 8%;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px #212430 inset !important;
  -webkit-transition: background-color 99999s ease-in-out 0s;
  transition: background-color 99999s ease-in-out 0s;
  border-bottom: 1px solid #7699ff !important;
  background-color: #212430 !important;
  background-image: none !important;
}
@media screen and (min-width: 1024px) {
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active,
  input:-internal-autofill-selected,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus {
    --size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    font-size: var(--size) !important;
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 14px !important;
  font-family: "Space Mono", monospace !important;
  letter-spacing: 8%;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
@media screen and (min-width: 1024px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    --size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    font-size: var(--size) !important;
  }
}

.cv-form {
  clip-path: polygon(
    30px 0,
    calc(100% - 30px) 0,
    100% 30px,
    100% 100%,
    0 100%,
    0 30px
  );
  background-color: #171a26;
}
@media screen and (min-width: 768px) {
  .cv-form {
    clip-path: polygon(
      60px 0,
      calc(100% - 60px) 0,
      100% 60px,
      100% 100%,
      0 100%,
      0 60px
    );
  }
}
@media screen and (min-width: 1024px) {
  .cv-form {
    --cut: clamp(64px, calc(6.25vw), 120px);
    clip-path: polygon(
      var(--cut) 0,
      calc(100% - var(--cut)) 0,
      100% var(--cut),
      100% 100%,
      0 100%,
      0 var(--cut)
    );
  }
}
.cv-form__container {
  position: relative;
  padding: 76px 24px;
  max-width: 1920px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .cv-form__container {
    padding-inline: 37px;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
    padding-block: clamp(
      52.6222222222px,
      calc(5.1388888889vw),
      98.6666666667px
    );
    row-gap: clamp(64px, calc(6.25vw), 120px);
  }
}
.cv-form__container::before,
.cv-form__container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 386px;
  height: 775px;
  border-radius: 999px;
  filter: blur(100px);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(30deg) scale(1);
}
@media screen and (min-width: 1024px) {
  .cv-form__container::before,
  .cv-form__container::after {
    width: clamp(274.4888888889px, calc(26.8055555556vw), 514.6666666667px);
    height: clamp(551.1111111111px, calc(53.8194444444vw), 1033.3333333333px);
  }
}
.cv-form__container::before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(22, 55, 242, 0.55) 0%,
    rgba(22, 55, 242, 0) 100%
  );
}
.cv-form__container::after {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(118, 153, 255, 0.38) 0%,
    rgba(118, 153, 255, 0) 100%
  );
}
.cv-form__container > * {
  position: relative;
  z-index: 2;
}
.cv-form__container--head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .cv-form__container--head {
    gap: 80px;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .cv-form__container--head > * {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--head {
    gap: clamp(56.8888888889px, calc(5.5555555556vw), 106.6666666667px);
  }
}
.cv-form__container--head > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .cv-form__container--head > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--head > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.cv-form__container--head > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.cv-form__container--footer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer {
    margin-inline: auto;
    width: 50%;
  }
}
.cv-form__container--footer > div:first-child > div > form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cv-form__container--footer > div:first-child > div > form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:nth-child(-n + 6) {
    flex: 1 1 49%;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:first-child > div > form {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.wpcf7-response-output {
  color: #f21d1d;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  border: unset;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.wpcf7-response-output {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.cv-form__container--footer > div:first-child > div > form > label {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:first-child > div > form > label {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.cv-form__container--footer > div:first-child > div > form > span {
  width: 100%;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]) {
  position: relative;
  display: block;
  width: 100%;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])::before {
  content: var(--file-text, var(--content));
  display: flex;
  align-items: center;
  padding: 15px 78px 15px 18px;
  background-color: #212430;
  border-bottom: 1px solid #212430;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])::before {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-block: clamp(12.8px, calc(1.25vw), 24px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])::before:hover {
    background-color: #2b2e3a;
    border-color: #7699ff;
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 18px;
  z-index: 1;
  width: 22px;
  height: 22px;
  pointer-events: none;
  background-color: #f2561d;
  mask-image: url("../media/add-doc.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../media/add-doc.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])::after {
    top: clamp(12.8px, calc(1.25vw), 24px);
    right: clamp(12.8px, calc(1.25vw), 24px);
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]).has-file::before {
  color: #fff;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]).has-file::after {
  background-color: #d8ff6a;
  mask-image: url("../media/doc-added.svg");
  -webkit-mask-image: url("../media/doc-added.svg");
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  .file-remove {
  position: absolute;
  top: 50%;
  right: 58px;
  z-index: 4;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])
    .file-remove {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    right: clamp(35.5555555556px, calc(3.4722222222vw), 66.6666666667px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])
    .file-remove:hover::before,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])
    .file-remove:hover::after {
    background-color: #ff743b;
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  .file-remove::before,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  .file-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background-color: #f2561d;
  transform-origin: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])
    .file-remove::before,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span:has(input[type="file"])
    .file-remove::after {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  .file-remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"])
  .file-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]).has-file
  .file-remove {
  display: block;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]):hover::before {
  background-color: #2b2e3a;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span:has(input[type="file"]):has(
    input[type="file"].wpcf7-not-valid
  )::before {
  border-color: #f21d1d;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span.wpcf7-not-valid-tip {
  color: #f21d1d;
  margin-top: 4px;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span.wpcf7-not-valid-tip {
    margin-top: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.cv-form__container--footer > div:first-child > div > form > span > textarea {
  height: 130px;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:first-child > div > form > span > textarea {
    height: clamp(99.5555555556px, calc(9.7222222222vw), 186.6666666667px);
  }
}
.cv-form__container--footer > div:first-child > div > form > span > input,
.cv-form__container--footer > div:first-child > div > form > span > textarea {
  padding: 24px 18px;
  width: 100%;
  background-color: #212430;
  border-bottom: 1px solid #212430 !important;
  border: unset;
  border-radius: unset;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:first-child > div > form > span > input,
  .cv-form__container--footer > div:first-child > div > form > span > textarea {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:hover,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:hover {
    background: #2b2e3a;
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input::-moz-placeholder,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea::-moz-placeholder {
  color: #b2b7cb;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input::placeholder,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea::placeholder {
  color: #b2b7cb;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:active,
.cv-form__container--footer > div:first-child > div > form > span > input:focus,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:active:not(:-webkit-autofill),
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input:focus:not(:-webkit-autofill),
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:active,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:focus,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:active:not(:-webkit-autofill),
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea:focus:not(:-webkit-autofill) {
  border-bottom: 1px solid #7699ff !important;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:active,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:focus,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:active:not(:-webkit-autofill),
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input:focus:not(:-webkit-autofill),
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:active,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:focus,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:active:not(:-webkit-autofill),
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea:focus:not(:-webkit-autofill) {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > input.wpcf7-not-valid,
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > textarea.wpcf7-not-valid {
  border-bottom: 1px solid #f21d1d !important;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > input.wpcf7-not-valid,
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > textarea.wpcf7-not-valid {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span {
  margin: 0;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span:hover::before {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span
  > a {
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span
    > a:hover {
    color: #ff743b;
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #ff5722;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::before {
    width: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    flex-basis: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > span
  > span
  > span
  > label
  > span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ff5722;
  border-bottom: 2px solid #ff5722;
  transform: translateY(-65%) rotate(-45deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > span
    > span
    > span
    > label
    > span::after {
    left: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    border-width: clamp(1.4222222222px, calc(0.1388888889vw), 2.6666666667px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap {
    max-width: clamp(213.3333333333px, calc(20.8333333333vw), 400px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > span.wpcf7-spinner {
  display: none;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ff5a1f;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap::after {
    right: clamp(12.8px, calc(1.25vw), 24px);
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap:has(> input.wpcf7-submit:disabled)::after {
  background-color: #b2b7cb;
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit {
  border-radius: unset;
  padding: 24px 18px;
  width: 100%;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  text-align: start;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit {
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-inline: clamp(12.8px, calc(1.25vw), 24px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .cv-form__container--footer
    > div:first-child
    > div
    > form
    > div.form-submit-wrap
    > input.wpcf7-submit:not(:disabled):hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.cv-form__container--footer
  > div:first-child
  > div
  > form
  > div.form-submit-wrap
  > input.wpcf7-submit:disabled {
  -o-border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  background-color: rgba(178, 183, 203, 0.25);
}
.cv-form__container--footer > div:last-child {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  max-height: 0;
}
.cv-form__container--footer > div:last-child > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
}
@media screen and (min-width: 768px) {
  .cv-form__container--footer > div:last-child > button {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:last-child > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
  .cv-form__container--footer > div:last-child > button:hover {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .cv-form__container--footer > div:last-child > button:hover > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.cv-form__container--footer > div:last-child > button > svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:last-child > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.cv-form__container--footer > div:last-child > span {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .cv-form__container--footer > div:last-child > span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:last-child > span {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.cv-form__container--footer > div:last-child > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .cv-form__container--footer > div:last-child > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.cv-form__container--head,
.cv-form__container--footer,
.cv-form__container .cv-form__first-step,
.cv-form__container .cv-form__second-step {
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
.cv-form.is-sent .cv-form__first-step {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.cv-form.is-sent .cv-form__second-step {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  max-height: 360px;
}
@media screen and (min-width: 768px) {
  .cv-form.is-sent .cv-form__container {
    min-height: 520px;
  }
  .cv-form.is-sent .cv-form__container--head {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    pointer-events: none;
    position: absolute;
  }
  .cv-form.is-sent .cv-form__container--footer {
    width: 100%;
    padding-left: 0;
    margin-inline: unset;
  }
  .cv-form.is-sent .cv-form__first-step {
    display: none;
  }
  .cv-form.is-sent .cv-form__second-step {
    min-height: 660px;
    justify-content: center;
    align-items: flex-start;
    max-width: 760px;
  }
}

.front-hero {
  padding-bottom: 76px;
}
.front-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  min-height: 678px;
  height: 100vh;
  max-height: 812px;
  padding-block: 60px;
  padding-inline: 16px 20px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-hero__container {
    min-height: 1024px;
    max-height: 1080px;
    padding-inline: 37px;
    padding-block: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__container {
    min-height: clamp(576px, calc(56.25vw), 1080px);
    max-height: clamp(768px, calc(75vw), 1440px);
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    gap: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
}
.front-hero__container--video,
.front-hero__container--image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.front-hero__container--video {
  -o-object-fit: cover;
  object-fit: cover;
}
.front-hero__container--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.front-hero__container__container
  > *:not(.front-hero__container--video):not(.front-hero__container--image) {
  position: relative;
  z-index: 1;
}
.front-hero__container > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .front-hero__container > h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__container > h1 {
    font-size: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.front-hero__container > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 44px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .front-hero__container > div {
    width: 80%;
    flex-direction: row;
    gap: 80px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__container > div {
    width: unset;
    gap: clamp(56.8888888889px, calc(5.5555555556vw), 106.6666666667px);
  }
}
.front-hero__container > div > a {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 36px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-hero__container > div > a {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .front-hero__container > div > a:hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.front-hero__container > div > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .front-hero__container > div > a::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.front-hero__container > div > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .front-hero__container > div > p {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .front-hero__container > div > p {
    max-width: clamp(177.7777777778px, calc(17.3611111111vw), 333.3333333333px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}

.front-about {
  background: var(--bg);
  background-position: top center;
  background-size: 863px 573.535px;
  background-repeat: no-repeat;
  display: flex;
}
@media screen and (min-width: 768px) {
  .front-about {
    background-size: 1440px 957px;
  }
}
@media screen and (min-width: 1024px) {
  .front-about {
    background-size: contain;
    background-position: center;
    min-height: clamp(680.5333333333px, calc(66.4583333333vw), 1276px);
  }
}
.front-about__container {
  display: flex;
  flex-direction: column;
  gap: 76px;
  padding-inline: 16px 20px;
  padding-block: 76px;
  max-width: 1920px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .front-about__container {
    padding-inline: 104.5px;
    padding-block: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__container {
    flex-direction: row;
    gap: clamp(125.8666666667px, calc(12.2916666667vw), 236px);
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
  }
  .front-about__container > * {
    flex: 1;
  }
}
.front-about__container > div {
  display: flex;
  flex-direction: column;
  gap: 308px;
}
@media screen and (min-width: 768px) {
  .front-about__container > div {
    gap: 344px;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__container > div {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    justify-content: space-between;
  }
}
.front-about__container > div > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .front-about__container > div > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__container > div > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.front-about__container > div > div > p,
.front-about__container > div > div > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .front-about__container > div > div > p,
  .front-about__container > div > div > span {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.front-about__container > div > div > h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: Orbitron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-block: 45px 18px;
}
@media screen and (min-width: 768px) {
  .front-about__container > div > div > h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .front-about__container > div > div > h3 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
    margin-top: clamp(32px, calc(3.125vw), 60px);
    margin-bottom: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.front-about__container > div > div > h3 > i {
  color: #f2561d;
  font-family: Orbitron;
  font-size: 26.67px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .front-about__container > div > div > h3 > i {
    font-size: clamp(18.9653333333px, calc(1.8520833333vw), 35.56px);
  }
}
.front-about__container > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .front-about__container > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}

.front-products__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: 16px;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-products__container {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .front-products__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.front-products__container > div.buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .front-products__container > div.buttons {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.front-products__container > div.buttons > button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-products__container > div.buttons > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .front-products__container > div.buttons > button:not(:disabled):hover {
    background-color: rgba(242, 86, 29, 0.35);
  }
  .front-products__container > div.buttons > button:not(:disabled):hover > svg {
    width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    height: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
  }
}
.front-products__container > div.buttons > button:disabled {
  border-color: #b2b7cb;
  background-color: rgba(178, 183, 203, 0.25);
}
.front-products__container > div.buttons > button.is-active {
  background-color: rgba(242, 86, 29, 0.25);
}
.front-products__container > div.buttons > button:last-child > svg {
  rotate: 180deg;
}
.front-products__container > div.buttons > button > svg {
  width: 12px;
  height: 24px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-products__container > div.buttons > button > svg {
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.front-products__container > ul {
  display: flex;
  gap: 8px;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  cursor: grab;
  touch-action: pan-y;
}
.front-products__container > ul > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  min-width: 333px;
  width: 333px;
}
@media screen and (min-width: 768px) {
  .front-products__container > ul > li {
    min-width: 488px;
    width: 488px;
  }
}
@media screen and (min-width: 1024px) {
  .front-products__container > ul > li {
    min-width: clamp(397.5111111111px, calc(38.8194444444vw), 745.3333333333px);
    width: clamp(397.5111111111px, calc(38.8194444444vw), 745.3333333333px);
  }
}
.front-products__container > div.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .front-products__container > div.pagination {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.front-products__container > div.pagination > button {
  width: 16px;
  height: 16px;
  border: 1px solid #f2561d;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-products__container > div.pagination > button {
    width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    height: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.front-products__container > div.pagination > button.is-active {
  background-color: #f2561d;
}

.front-minister__container {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-inline: 16px 20px;
  padding-block: 76px;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-minister__container {
    padding-inline: 104.5px;
  }
}
@media screen and (min-width: 1024px) {
  .front-minister__container {
    flex-direction: row;
    gap: clamp(14.9333333333px, calc(1.4583333333vw), 28px);
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.front-minister__container > img {
  width: 100%;
  height: auto;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}
@media screen and (min-width: 768px) {
  .front-minister__container > img {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 60px),
      calc(100% - 60px) 100%,
      0 100%
    );
  }
}
@media screen and (min-width: 1024px) {
  .front-minister__container > img {
    width: clamp(397.5111111111px, calc(38.8194444444vw), 745.3333333333px);
    height: clamp(265.2444444444px, calc(25.9027777778vw), 497.3333333333px);
    --cut: clamp(64px, calc(6.25vw), 120px);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--cut)),
      calc(100% - var(--cut)) 100%,
      0 100%
    );
  }
}
.front-minister__container > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .front-minister__container > div {
    gap: clamp(12.8px, calc(1.25vw), 24px);
    max-width: clamp(320px, calc(31.25vw), 600px);
    justify-content: flex-end;
  }
}
.front-minister__container > div > h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .front-minister__container > div > h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .front-minister__container > div > h2 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.front-minister__container > div > h2 > i {
  color: #f2561d;
  font-family: Orbitron;
  font-size: 26.67px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .front-minister__container > div > h2 > i {
    font-size: clamp(18.9653333333px, calc(1.8520833333vw), 35.56px);
  }
}
.front-minister__container > div > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .front-minister__container > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}

.front-news__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: 16px;
  padding-block: 76px;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-news__container {
    padding-inline: 37px;
    padding-block: 76px 152px;
  }
}
@media screen and (min-width: 1024px) {
  .front-news__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
    padding-top: clamp(54.0444444444px, calc(5.2777777778vw), 101.3333333333px);
    padding-bottom: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.front-news__container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
> .front-news__container > div {
  flex: 1 1 auto;
}
.front-news__container > div > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .front-news__container > div > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .front-news__container > div > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.front-news__container > div > div.buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .front-news__container > div > div.buttons {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.front-news__container > div > div.buttons > button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2561d;
  background: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-news__container > div > div.buttons > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
  .front-news__container > div > div.buttons > button:not(:disabled):hover {
    background-color: rgba(242, 86, 29, 0.35);
  }
  .front-news__container
    > div
    > div.buttons
    > button:not(:disabled):hover
    > svg {
    width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    height: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
  }
}
.front-news__container > div > div.buttons > button:disabled {
  border-color: #b2b7cb;
  background-color: rgba(178, 183, 203, 0.25);
}
.front-news__container > div > div.buttons > button.is-active {
  background-color: rgba(242, 86, 29, 0.25);
}
.front-news__container > div > div.buttons > button:last-child > svg {
  rotate: 180deg;
}
.front-news__container > div > div.buttons > button > svg {
  width: 12px;
  height: 24px;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-news__container > div > div.buttons > button > svg {
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.front-news__container > ul {
  display: flex;
  gap: 8px;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  cursor: grab;
  touch-action: pan-y;
}
.front-news__container > ul > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  min-width: 328px;
  width: 328px;
}
@media screen and (min-width: 768px) {
  .front-news__container > ul > li {
    min-width: 340px;
    width: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .front-news__container > ul > li {
    min-width: clamp(262.4px, calc(25.625vw), 492px);
    width: clamp(262.4px, calc(25.625vw), 492px);
  }
}
.front-news__container > div.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .front-news__container > div.pagination {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.front-news__container > div.pagination > button {
  width: 16px;
  height: 16px;
  border: 1px solid #f2561d;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-news__container > div.pagination > button {
    width: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    height: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.front-news__container > div.pagination > button.is-active {
  background-color: #f2561d;
}
.front-news__container > a {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  margin-inline: auto;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 36px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .front-news__container > a {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .front-news__container > a:hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.front-news__container > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .front-news__container > a::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
}

.about-hero__container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.about-hero__container--head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 60px;
  padding-block: 76px;
  padding-inline: 16px 20px;
  background: var(--bg);
  background-position: center;
  background-size: 1020.188px 678px;
  background-repeat: no-repeat;
  min-height: 678px;
  height: 100vh;
  max-height: 1024px;
}
@media screen and (min-width: 768px) {
  .about-hero__container--head {
    background-size: 1440px 957px;
    padding-inline: 37px;
    padding-block: 152px;
    gap: 50px;
    min-height: 1024px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head {
    background-size: cover;
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    gap: clamp(106.6666666667px, calc(10.4166666667vw), 200px);
    min-height: clamp(576px, calc(56.25vw), 1080px);
    max-height: clamp(768px, calc(75vw), 1440px);
  }
}
.about-hero__container--head > div > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.about-hero__container--head > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div:first-child {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.about-hero__container--head > div:first-child > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .about-hero__container--head > div:first-child > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div:first-child > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.about-hero__container--head > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div:last-child {
    gap: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.about-hero__container--head > div:last-child > h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-family: Orbitron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .about-hero__container--head > div:last-child > h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div:last-child > h2 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
  }
}
.about-hero__container--head > div:last-child > h2 > i {
  color: #f2561d;
  font-family: Orbitron;
  font-size: 26.67px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  .about-hero__container--head > div:last-child > h2 > i {
    font-size: clamp(18.9653333333px, calc(1.8520833333vw), 35.56px);
  }
}
.about-hero__container--body {
  padding-inline: 16px 20px;
  padding-block: 57px 76px;
}
@media screen and (min-width: 768px) {
  .about-hero__container--body {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .about-hero__container--body {
    padding-inline: clamp(
      190.5777777778px,
      calc(18.6111111111vw),
      357.3333333333px
    );
    padding-top: clamp(40.5333333333px, calc(3.9583333333vw), 76px);
    padding-bottom: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
  }
}
.about-hero__container--body > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .about-hero__container--body > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}

.manufacture-hero {
  background: var(--bg);
  background-position: top center;
  background-size: 1020.188px 678px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .manufacture-hero {
    background-size: 1440px 957px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero {
    background-size: contain;
  }
}
.manufacture-hero__container {
  display: flex;
  flex-direction: column;
  padding-inline: 16px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .manufacture-hero__container {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.manufacture-hero__container--head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  min-height: 678px;
  height: 100vh;
  max-height: 1024px;
  padding-block: 76px 152px;
}
@media screen and (min-width: 768px) {
  .manufacture-hero__container--head {
    padding-block: 152px;
    min-height: 1024px;
    max-height: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--head {
    min-height: clamp(576px, calc(56.25vw), 1080px);
    max-height: clamp(768px, calc(75vw), 1440px);
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-block: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.manufacture-hero__container--head > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .manufacture-hero__container--head > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--head > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.manufacture-hero__container--head > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.manufacture-hero__container--body {
  padding-block: 57px 76px;
}
@media screen and (min-width: 768px) {
  .manufacture-hero__container--body {
    padding-block: 57px 76px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--body {
    padding-inline: clamp(
      79.6444444444px,
      calc(7.7777777778vw),
      149.3333333333px
    );
    padding-top: clamp(40.5333333333px, calc(3.9583333333vw), 76px);
    padding-bottom: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
  }
}
.manufacture-hero__container--body > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--body > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.manufacture-hero__container--footer {
  display: flex;
  flex-direction: column;
  gap: 76px;
  padding-block: 76px;
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--footer {
    padding-block: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
    gap: clamp(54.0444444444px, calc(5.2777777778vw), 101.3333333333px);
  }
}
.manufacture-hero__container--footer > svg {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 331/39;
}
.manufacture-hero__container--footer > div {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--footer > div:hover > button {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .manufacture-hero__container--footer > div:hover > button > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.manufacture-hero__container--footer > div > img {
  width: 100%;
  height: 328px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .manufacture-hero__container--footer > div > img {
    height: 265px;
  }
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--footer > div > img {
    height: clamp(307.9111111111px, calc(30.0694444444vw), 577.3333333333px);
  }
}
.manufacture-hero__container--footer > div > button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #f2561d;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--footer > div > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.manufacture-hero__container--footer > div > button > svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .manufacture-hero__container--footer > div > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}

.not-found__container {
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 152px;
  padding-inline: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .not-found__container {
    padding: 37px;
    flex-direction: row;
    align-items: center;
    padding-block: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .not-found__container {
    padding-block: clamp(213.3333333333px, calc(20.8333333333vw), 400px);
    padding-inline: clamp(
      190.5777777778px,
      calc(18.6111111111vw),
      357.3333333333px
    );
    gap: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.not-found__container > div {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .not-found__container > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .not-found__container > div {
    width: 66%;
    gap: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.not-found__container > div > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .not-found__container > div > div {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.not-found__container > div > div > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .not-found__container > div > div > h1 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
  }
}
.not-found__container > div > div > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .not-found__container > div > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.not-found__container > div > a {
  position: relative;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 36px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .not-found__container > div > a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .not-found__container > div > a {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .not-found__container > div > a:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.not-found__container > div > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .not-found__container > div > a::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.not-found__container > svg {
  fill: transparent;
  width: 224.945px;
  height: 72px;
}
@media screen and (min-width: 1024px) {
  .not-found__container > svg {
    width: clamp(159.9608888889px, calc(15.6211805556vw), 299.9266666667px);
    height: clamp(51.2px, calc(5vw), 96px);
  }
}

.home__container {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 152px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .home__container {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .home__container {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
  }
}
.home__container--head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .home__container--head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.home__container--head > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .home__container--head > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home__container--head > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.home__container--head > ul {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .home__container--head > ul {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.home__container--head > ul > li > button {
  padding: 9px 12px;
  border-radius: 30px;
  border: 1px solid #f2561d;
  background-color: rgba(242, 86, 29, 0);
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .home__container--head > ul > li > button {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    border-radius: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    padding-block: clamp(6.4px, calc(0.625vw), 12px);
    padding-inline: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  .home__container--head > ul > li > button:hover {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.home__container--head > ul > li > button.is-active {
  background-color: rgba(242, 86, 29, 0.25);
}
.home__container--body > div {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.home__container--body > div > ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .home__container--body > div > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px 18px;
  }
  .home__container--body > div > ul > * {
    flex: 0 0 calc(50% - 9px);
  }
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > ul {
    row-gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    -moz-column-gap: clamp(12.8px, calc(1.25vw), 24px);
    column-gap: clamp(12.8px, calc(1.25vw), 24px);
  }
  .home__container--body > div > ul > * {
    --gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    flex: 0 0 calc(33.3% - var(--gap));
  }
}
.home__container--body > div > div {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > div {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.home__container--body > div > div > button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2561d;
  background-color: rgba(242, 86, 29, 0);
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > div > button {
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .home__container--body > div > div > button:not(:disabled):hover {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
.home__container--body > div > div > button:disabled {
  cursor: not-allowed;
  border-color: #b2b7cb;
}
.home__container--body > div > div > button.is-active {
  background-color: rgba(242, 86, 29, 0.25);
}
.home__container--body > div > div > button:first-child {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > div > button:first-child {
    margin-right: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
  }
}
.home__container--body > div > div > button:last-child {
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > div > button:last-child {
    margin-left: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
  }
}
.home__container--body > div > div > button:last-child > svg {
  rotate: 180deg;
}
.home__container--body > div > div > button > svg {
  width: 12px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .home__container--body > div > div > button > svg {
    width: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    height: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}

li.news-card {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
li.news-card > a {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  li.news-card > a {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  li.news-card > a:hover .news-image img {
    transform: scale(1.1);
  }
  li.news-card > a:hover > button {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
li.news-card > a > div.news-image {
  position: relative;
  overflow: hidden;
}
li.news-card > a > div.news-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(40, 63, 141, 0.6) 0%,
    rgba(40, 63, 141, 0.6) 100%
  );
  mix-blend-mode: multiply;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
li.news-card > a > div.news-image img {
  width: 100%;
  height: 246px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  li.news-card > a > div.news-image img {
    height: clamp(195.5555555556px, calc(19.0972222222vw), 366.6666666667px);
  }
}
li.news-card > a > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > ul {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
li.news-card > a > ul > li {
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #1637f2;
  background: rgba(22, 55, 242, 0.25);
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > ul > li {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    border-radius: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    padding-block: clamp(3.5555555556px, calc(0.3472222222vw), 6.6666666667px);
    padding-inline: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
li.news-card > a > div.content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > div.content {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
li.news-card > a > div.content > h2 {
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  li.news-card > a > div.content > h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  li.news-card > a > div.content > h2 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
  }
}
li.news-card > a > div.content > span {
  color: #1637f2;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > div.content > span {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
li.news-card > a > div.content > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > div.content > p {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
li.news-card > a > button {
  position: relative;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 36px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  li.news-card > a > button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  li.news-card > a > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  li.news-card > a > button:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
li.news-card > a > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  li.news-card > a > button::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
}

.single__container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-block: 152px;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .single__container {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .single__container {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
  }
}
.single__container > img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 209.354px;
  aspect-ratio: 47/30;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .single__container > img {
    height: 393px;
  }
}
@media screen and (min-width: 1024px) {
  .single__container > img {
    margin-bottom: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(410.3111111111px, calc(40.0694444444vw), 769.3333333333px);
  }
}
.single__container > ul {
  margin-bottom: 44px;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .single__container > ul {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    margin-bottom: clamp(
      31.2888888889px,
      calc(3.0555555556vw),
      58.6666666667px
    );
  }
}
.single__container > ul > li {
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid #1637f2;
  background: rgba(22, 55, 242, 0.25);
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .single__container > ul > li {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    border-radius: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
    padding-block: clamp(3.5555555556px, calc(0.3472222222vw), 6.6666666667px);
    padding-inline: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single__container > h1 {
  color: #ebf2ff;
  font-family: "Space Mono";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .single__container > h1 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .single__container > h1 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single__container > span {
  color: #1637f2;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .single__container > span {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    margin-bottom: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.single__container > div h2,
.single__container > div h3,
.single__container > div h4,
.single__container > div h5,
.single__container > div h6 {
  margin-bottom: 12px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .single__container > div h2,
  .single__container > div h3,
  .single__container > div h4,
  .single__container > div h5,
  .single__container > div h6 {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single__container > div > p {
  margin-bottom: 12px;
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .single__container > div > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single__container > div > ul {
  list-style: inside;
}
.single__container > div > ol {
  margin-inline: 0;
  list-style-position: inside;
}
.single__container > div > ul,
.single__container > div > ol {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .single__container > div > ul,
  .single__container > div > ol {
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.single__container > div > ul > li,
.single__container > div > ol > li {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .single__container > div > ul > li,
  .single__container > div > ol > li {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.single__container > div a {
  margin-bottom: 12px;
  color: #f2561d;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .single__container > div a {
    margin-bottom: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
  .single__container > div a:hover {
    color: #ff743b;
  }
}

.archive-products__container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.archive-products__container--head {
  padding: 152px 16px 76px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .archive-products__container--head {
    padding: 152px 37px 76px;
    flex-direction: row;
    align-items: center;
  }
  .archive-products__container--head > * {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .archive-products__container--head {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    padding-bottom: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
    gap: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
  .archive-products__container--head > * {
    --gap: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    flex: 0 0 calc(50% - var(--gap));
  }
}
.archive-products__container--head > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .archive-products__container--head > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-products__container--head > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.archive-products__container--head > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1024px) {
  .archive-products__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.archive-products__container--body {
  padding: 76px 16px 152px;
}
@media screen and (min-width: 768px) {
  .archive-products__container--body {
    padding: 76px 37px 152px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-products__container--body {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    padding-top: clamp(54.0444444444px, calc(5.2777777778vw), 101.3333333333px);
  }
}
.archive-products__container--body > ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .archive-products__container--body > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .archive-products__container--body > ul > * {
    flex: 0 0 calc(50% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  .archive-products__container--body > ul {
    gap: clamp(12.8px, calc(1.25vw), 24px);
  }
  .archive-products__container--body > ul > * {
    --gap: clamp(6.4px, calc(0.625vw), 12px);
    flex: 0 0 calc(50% - var(--gap));
  }
}

li.product-card {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 1024px) {
  li.product-card > a:hover::before {
    opacity: 1;
  }
  li.product-card > a:hover > div.images > img.front {
    opacity: 0;
  }
  li.product-card > a:hover > div.images > img.back {
    opacity: 1;
  }
}
li.product-card > a,
li.product-card > div {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #171a26;
  padding: 15px 15px 76px;
  clip-path: polygon(
    60px 0,
    100% 0,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    0 100%,
    0 60px
  );
}
@media screen and (min-width: 768px) {
  li.product-card > a,
  li.product-card > div {
    padding: 15px 20px 76px;
  }
}
@media screen and (min-width: 1024px) {
  li.product-card > a,
  li.product-card > div {
    padding-inline: clamp(
      49.7777777778px,
      calc(4.8611111111vw),
      93.3333333333px
    );
    padding-top: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    padding-bottom: clamp(
      76.0888888889px,
      calc(7.4305555556vw),
      142.6666666667px
    );
    --gap: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    clip-path: polygon(
      var(--gap) 0,
      100% 0,
      100% calc(100% - var(--gap)),
      calc(100% - var(--gap)) 100%,
      0 100%,
      0 var(--gap)
    );
  }
}
li.product-card > a::before,
li.product-card > div::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 930px;
  top: -135px;
  right: -333px;
  border-radius: 999px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1637f2 0%,
    rgba(22, 55, 242, 0) 100%
  );
  filter: blur(125px);
  transform: rotate(30deg);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  li.product-card > a::before,
  li.product-card > div::before {
    width: clamp(327.1111111111px, calc(31.9444444444vw), 613.3333333333px);
    height: clamp(661.3333333333px, calc(64.5833333333vw), 1240px);
    top: clamp(-180px, calc(-9.375vw), -96px);
    right: clamp(-444px, calc(-23.125vw), -236.8px);
  }
}
li.product-card > a > *,
li.product-card > div > * {
  position: relative;
  z-index: 2;
}
li.product-card > a > div.images,
li.product-card > div > div.images {
  position: relative;
  overflow: hidden;
}
li.product-card > a > div.images > img,
li.product-card > div > div.images > img {
  display: block;
  width: 100%;
  height: 201px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div.images > img,
  li.product-card > div > div.images > img {
    height: clamp(193.4222222222px, calc(18.8888888889vw), 362.6666666667px);
  }
}
li.product-card > a > div.images > img.back,
li.product-card > div > div.images > img.back {
  position: absolute;
  inset: 0;
  opacity: 0;
}
li.product-card > a > div.head,
li.product-card > div > div.head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div.head,
  li.product-card > div > div.head {
    gap: clamp(12.8px, calc(1.25vw), 24px);
    margin-bottom: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
li.product-card > a > div.head > h2,
li.product-card > div > div.head > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 45%;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div.head > h2,
  li.product-card > div > div.head > h2 {
    font-size: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
}
li.product-card > a > div.head > i,
li.product-card > div > div.head > i {
  color: #f2561d;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div.head > i,
  li.product-card > div > div.head > i {
    font-size: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
}
li.product-card > a > div.head > span,
li.product-card > div > div.head > span {
  color: #b2b7cb;
  font-family: Orbitron;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 45%;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div.head > span,
  li.product-card > div > div.head > span {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
li.product-card > a > ul,
li.product-card > div > ul {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
li.product-card > a > ul > *,
li.product-card > div > ul > * {
  flex: 0 0 calc(50% - 6px);
}
@media screen and (min-width: 1024px) {
  li.product-card > a > ul,
  li.product-card > div > ul {
    margin-bottom: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
  li.product-card > a > ul > *,
  li.product-card > div > ul > * {
    --gap: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    flex: 0 0 calc(50% - var(--gap));
  }
}
li.product-card > a > ul > li,
li.product-card > div > ul > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > ul > li,
  li.product-card > div > ul > li {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
li.product-card > a > ul > li > img,
li.product-card > div > ul > li > img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > ul > li > img,
  li.product-card > div > ul > li > img {
    width: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    height: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}
li.product-card > a > ul > li > span,
li.product-card > div > ul > li > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > ul > li > span,
  li.product-card > div > ul > li > span {
    font-size: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
li.product-card > a > div,
li.product-card > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div,
  li.product-card > div > div {
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
li.product-card > a > div > button,
li.product-card > div > div > button {
  position: relative;
  color: #fff;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 36px 24px 14px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  li.product-card > a > div > button,
  li.product-card > div > div > button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div > button,
  li.product-card > div > div > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  li.product-card > a > div > button:hover,
  li.product-card > div > div > button:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
li.product-card > a > div > button:disabled,
li.product-card > div > div > button:disabled {
  -o-border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  border-image: linear-gradient(90deg, #b2b7cb 0%, #b2b7cb 100%) 1;
  background-color: rgba(178, 183, 203, 0.25);
}
li.product-card > a > div > button:disabled::after,
li.product-card > div > div > button:disabled::after {
  background-color: #b2b7cb;
}
li.product-card > a > div > button.video,
li.product-card > div > div > button.video {
  background-color: rgba(242, 86, 29, 0);
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div > button.video:hover,
  li.product-card > div > div > button.video:hover {
    background-color: rgba(242, 86, 29, 0.35);
  }
}
li.product-card > a > div > button::after,
li.product-card > div > div > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  li.product-card > a > div > button::after,
  li.product-card > div > div > button::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
}

.single-products__container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .single-products__container {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.single-products__container--head {
  padding-top: 152px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .single-products__container--head {
    padding-top: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.single-products__container--head > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-products__container--head > div:first-child {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .single-products__container--head > div:first-child > * {
    flex: 0 0 calc(50% - 8px);
  }
}
.single-products__container--head > div:first-child > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .single-products__container--head > div:first-child > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--head > div:first-child > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--head > div:first-child > div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.single-products__container--head > div:first-child > div > span {
  color: #b2b7cb;
  font-family: Orbitron;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .single-products__container--head > div:first-child > div > span {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--head > div:first-child > div > span {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.single-products__container--head > div:first-child > div > i {
  color: #f2561d;
  font-family: Orbitron;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .single-products__container--head > div:first-child > div > i {
    font-size: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--head > div:first-child > div > i {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--head > div:first-child > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1024px) {
  .single-products__container--head > div:first-child > p {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.single-products__container--head > div:last-child {
  position: relative;
  width: 100%;
  aspect-ratio: 285/140.625;
}
.single-products__container--head > div:last-child > div {
  position: relative;
  display: block;
  will-change: transform;
  z-index: 2;
}
.single-products__container--head > div:last-child > div > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  will-change: transform;
  transform-origin: center;
}
.single-products__container--head > div:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 464.734px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1637f2 0%,
    rgba(22, 55, 242, 0) 100%
  );
  filter: blur(150px);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-products__container--head > div:last-child::before {
    width: 60%;
    height: 100%;
    inset: 0 auto 0 50%;
    transform: translateX(-50%);
  }
}
.single-products__container--details {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-block: 76px;
  max-width: 548px;
}
@media screen and (min-width: 1024px) {
  .single-products__container--details {
    gap: clamp(31.2888888889px, calc(3.0555555556vw), 58.6666666667px);
    padding-block: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
    max-width: clamp(389.6888888889px, calc(38.0555555556vw), 730.6666666667px);
  }
}
.single-products__container--details > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .single-products__container--details > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--details > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--details > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .single-products__container--details > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.single-products__container--use {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-block: 76px;
}
@media screen and (min-width: 1024px) {
  .single-products__container--use {
    gap: clamp(31.2888888889px, calc(3.0555555556vw), 58.6666666667px);
    padding-block: clamp(
      54.0444444444px,
      calc(5.2777777778vw),
      101.3333333333px
    );
  }
}
.single-products__container--use > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .single-products__container--use > h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--use > h2 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--use > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.single-products__container--use > ul > * {
  flex: 0 0 calc(50% - 9px);
}
@media screen and (min-width: 768px) {
  .single-products__container--use > ul > * {
    flex: 0 0 calc(33.3% - 12px);
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--use > ul > * {
    gap: clamp(12.8px, calc(1.25vw), 24px);
    --gap: clamp(12.8px, calc(1.25vw), 24px);
    flex: 0 0 calc(33.3% - var(--gap));
  }
}
.single-products__container--use > ul > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .single-products__container--use > ul > li {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.single-products__container--use > ul > li > img {
  width: 40px;
  height: 40px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .single-products__container--use > ul > li > img {
    width: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
    height: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--use > ul > li > span {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
@media screen and (min-width: 1024px) {
  .single-products__container--use > ul > li > span {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.single-products__container--video {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .single-products__container--video:hover > button {
    background-color: rgba(242, 86, 29, 0.45);
  }
  .single-products__container--video:hover > button > svg {
    width: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
    height: clamp(15.6444444444px, calc(1.5277777778vw), 29.3333333333px);
  }
}
.single-products__container--video > img {
  width: 100%;
  height: 328px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .single-products__container--video > img {
    height: 265px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--video > img {
    height: clamp(307.9111111111px, calc(30.0694444444vw), 577.3333333333px);
  }
}
.single-products__container--video > button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #f2561d;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .single-products__container--video > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    width: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    height: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
  }
}
.single-products__container--video > button > svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .single-products__container--video > button > svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.single-products__container--back {
  position: relative;
  width: 100%;
  aspect-ratio: 285/140.625;
}
.single-products__container--back > div {
  position: relative;
  display: block;
  will-change: transform;
  z-index: 2;
}
.single-products__container--back > div > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  will-change: transform;
  transform-origin: center;
}
.single-products__container--back::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 464.734px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1637f2 0%,
    rgba(22, 55, 242, 0) 100%
  );
  filter: blur(150px);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .single-products__container--back::before {
    width: 60%;
    height: 100%;
    inset: 0 auto 0 50%;
    transform: translateX(-50%);
  }
}
.single-products__container--interested {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 76px 16px 152px;
}
.single-products__container--interested > * {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .single-products__container--interested {
    padding: 152px 76px 228px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--interested {
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-bottom: clamp(162.1333333333px, calc(15.8333333333vw), 304px);
  }
}
.single-products__container--interested::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 464.734px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1637f2 0%,
    rgba(22, 55, 242, 0) 100%
  );
  filter: blur(150px);
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 408/204;
}
@media screen and (min-width: 1024px) {
  .single-products__container--interested::before {
    width: 50%;
    height: 50%;
    inset: 50% auto 0 50%;
    transform: translate(-50%, -50%);
  }
}
.single-products__container--interested > h3 {
  color: #fff;
  text-align: center;
  font-family: Orbitron;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .single-products__container--interested > h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .single-products__container--interested > h3 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.single-products__container--interested > p {
  color: #b2b7cb;
  text-align: center;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .single-products__container--interested > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.single-products__container--interested > button {
  margin-top: 20px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 18px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 1024px) {
  .single-products__container--interested > button {
    margin-top: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(12.8px, calc(1.25vw), 24px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .single-products__container--interested > button:hover {
    border: 1px solid;
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.single-products__container--interested > button > svg {
  width: 24px;
  height: 24px;
  fill: #f2561d;
}

.careers-hero__container {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
.careers-hero__container--head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  min-height: 678px;
  padding-block: 76px 152px;
  padding-inline: 16px 20px;
  background: var(--bg);
  background-position: center;
  background-size: 1020.188px 678px;
  background-repeat: no-repeat;
  min-height: 678px;
  height: 100vh;
  max-height: 1024px;
}
@media screen and (min-width: 768px) {
  .careers-hero__container--head {
    background-size: 1440px 957px;
    padding-inline: 37px;
    padding-block: 152px;
    gap: 40px;
    min-height: 1024px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .careers-hero__container--head > * {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--head {
    background-size: cover;
    padding: clamp(108.0888888889px, calc(10.5555555556vw), 202.6666666667px);
    gap: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
    min-height: clamp(576px, calc(56.25vw), 1080px);
    max-height: clamp(768px, calc(75vw), 1440px);
  }
}
.careers-hero__container--head > h1 {
  color: #fff;
  font-family: Orbitron;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .careers-hero__container--head > h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--head > h1 {
    font-size: clamp(28.4444444444px, calc(2.7777777778vw), 53.3333333333px);
  }
}
.careers-hero__container--head > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3%;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--head > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.careers-hero__container--body {
  padding-inline: 16px;
  padding-bottom: 152px;
}
@media screen and (min-width: 768px) {
  .careers-hero__container--body {
    padding-inline: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body {
    padding-inline: clamp(
      108.0888888889px,
      calc(10.5555555556vw),
      202.6666666667px
    );
  }
}
.careers-hero__container--body > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .careers-hero__container--body > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .careers-hero__container--body > ul > * {
    flex: 0 0 calc(50% - 9px);
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul {
    gap: clamp(12.8px, calc(1.25vw), 24px);
    --gap: clamp(6.4px, calc(0.625vw), 12px);
  }
  .careers-hero__container--body > ul > * {
    flex: 0 0 calc(50% - var(--gap));
  }
}
.careers-hero__container--body > ul > li {
  display: flex;
  align-items: stretch;
}
.careers-hero__container--body > ul > li > a {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 44px 24px;
  border: 1px solid #7699ff;
  background: rgba(7, 8, 13, 0.5);
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(
      31.2888888889px,
      calc(3.0555555556vw),
      58.6666666667px
    );
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    gap: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.careers-hero__container--body > ul > li > a > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > ul {
    gap: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.careers-hero__container--body > ul > li > a > ul > li {
  padding: 5px 14px;
  border-radius: 30px;
  border: 1px solid #1637f2;
  background: rgba(22, 55, 242, 0.25);
  color: #dadff3;
  font-family: "Space Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > ul > li {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(6.4px, calc(0.625vw), 12px);
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    border-radius: clamp(21.3333333333px, calc(2.0833333333vw), 40px);
  }
}
.careers-hero__container--body > ul > li > a > h2 {
  color: #fff;
  font-family: Orbitron;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}
@media screen and (min-width: 768px) {
  .careers-hero__container--body > ul > li > a > h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > h2 {
    font-size: clamp(19.2px, calc(1.875vw), 36px);
  }
}
.careers-hero__container--body > ul > li > a > p {
  color: #b2b7cb;
  font-family: "Space Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > p {
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.careers-hero__container--body > ul > li > a > button {
  position: relative;
  color: #fff;
  font-family: "Space Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: auto;
  width: 100%;
  padding: 24px 36px 24px 18px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  border-image: linear-gradient(90deg, #f2561d 0%, #f2561d 100%) 1;
  background-color: rgba(242, 86, 29, 0.25);
  transition: all 0.5s cubic-bezier(0.33, 1.53, 0.69, 0.99);
}
@media screen and (min-width: 768px) {
  .careers-hero__container--body > ul > li > a > button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > button {
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
    padding-block: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-left: clamp(12.8px, calc(1.25vw), 24px);
    padding-right: clamp(25.6px, calc(2.5vw), 48px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
  .careers-hero__container--body > ul > li > a > button:hover {
    -o-border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    border-image: linear-gradient(
        90deg,
        #f2561d 0%,
        rgba(242, 86, 29, 0) 10%,
        rgba(242, 86, 29, 0) 90%,
        #f2561d 100%
      )
      1;
    background-color: rgba(242, 86, 29, 0.35);
    border-width: clamp(0.7111111111px, calc(0.0694444444vw), 1.3333333333px);
  }
}
.careers-hero__container--body > ul > li > a > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ff5a1f;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .careers-hero__container--body > ul > li > a > button::after {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    right: clamp(12.8px, calc(1.25vw), 24px);
  }
} /*# sourceMappingURL=index.css.map */
