/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --scale: 1px;
  --grid-gap: 8rem;
  --header-min-height: ;
  --zoom: 1.1;
  --dark: #18191A;
  --bg-dark: #212223;
  --bg-dark-blur: #21222359;
  --bg-dark-hover: #212223B2;
  --bg-main: #B8BEC6;
  --light: #E7E9EC;
  --light-hover: #D4D6D9;
  --light-modal: #FAFAFA;
  --accent: #C0FF0A;
  --accent-hover: #B6F20A;
  --gold: #D99C22;
  --red: #E01F26;
  --cardHeight: 100rem;
}

@media only screen and (max-width: 700px) {
  :root {
    --cardHeight: 70rem;
  }
}
* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html {
  font-size: var(--scale);
  scroll-behavior: smooth;
}

body {
  color: var(--light);
  background-color: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Onest", "Segoe UI", "Roboto", Arial, sans-serif;
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  /* & {
      scrollbar-width: thin;
      scrollbar-color: $thumb $track;
  } */
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
  margin: 0px 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}

svg {
  fill: currentColor;
}

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

button {
  cursor: pointer;
}

input, button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  font-family: "Onest", "Segoe UI", "Roboto", Arial, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  margin: 0;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
}
p:last-of-type {
  margin-bottom: 0;
}

@font-face {
  font-family: "NDOT45";
  src: url("../fonts/NDOT45/NDOT45inspiredbyNOTHING.eot");
  src: url("../fonts/NDOT45/NDOT45inspiredbyNOTHING.eot?#iefix") format("embedded-opentype"), url("../fonts/NDOT45/NDOT45inspiredbyNOTHING.woff") format("woff"), url("../fonts/NDOT45/NDOT45inspiredbyNOTHING.ttf") format("truetype"), url("../fonts/NDOT45/NDOT45inspiredbyNOTHING.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  /* position: relative;
  z-index: 2; */
}

.main {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}

.is-hidden {
  display: none !important;
}

.is-overflow {
  overflow: hidden;
}

.lds-ellipsis {
  --dot-size: 8rem;
  --dot-gap: 6rem;
  --dot-color: currentColor;
  --animation-duration: 0.6s;
  display: inline-block;
  width: calc(4 * var(--dot-gap) + 3 * var(--dot-size));
  height: calc(2 * var(--dot-size));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lds-ellipsis div {
  position: absolute;
  top: 50%;
  width: var(--dot-size);
  height: var(--dot-size);
  margin-top: calc(var(--dot-size) / -2);
  border-radius: 50%;
  background-color: var(--dot-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: var(--dot-gap);
  animation: lds-ellipsis1 var(--animation-duration) infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: var(--dot-gap);
  animation: lds-ellipsis2 var(--animation-duration) infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: calc(2 * var(--dot-gap) + var(--dot-size));
  animation: lds-ellipsis2 var(--animation-duration) infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: calc(var(--dot-gap) + 2 * (var(--dot-gap) + var(--dot-size)));
  animation: lds-ellipsis3 var(--animation-duration) infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--dot-gap) + var(--dot-size)));
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.awards {
  width: 100%;
}
.awards__list {
  display: flex;
  flex-flow: row wrap;
  gap: 8rem;
}
.awards__item {
  position: relative;
  flex-shrink: 0;
}
.awards__link {
  display: block;
  transform-origin: center;
  transition: transform 0.3s, opacity 0.3s;
}
.awards__icon {
  padding: 7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--light);
}
.awards__icon img {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
}
.awards__count {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--dark);
  background-color: var(--accent);
  line-height: 1;
  padding: 4rem 8rem;
  border-radius: 24rem;
  transform: translate(11rem, -8rem);
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

@media (hover: hover) {
  .awards a:hover {
    transform: scale(var(--zoom));
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46rem;
  min-height: 46rem;
  padding: 11rem;
  gap: 2rem;
  border-radius: 32rem;
  background-color: var(--bg-dark-blur);
  color: var(--light);
  font-size: 12rem;
  line-height: 14rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  overflow: hidden;
  transition: color 0.3s, background-color 0.3s, backdrop-filter 0.3s, transform 0.3s, opacity 0.3s;
  /* img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  } */
}
.button span {
  margin-left: 2rem;
  padding: 0 4rem;
  transition: opacity 0.3s, transform 0.3s;
}
.button__wrap {
  position: relative;
  padding-left: 24rem;
  display: flex;
  align-items: center;
  min-height: 24rem;
  transition: opacity 0.3s;
}
.button--full {
  width: 100%;
}
.button--accent {
  background-color: var(--accent);
  color: var(--dark);
}
.button--dark {
  background-color: var(--bg-dark);
  color: var(--light);
}
.button__icons {
  position: absolute;
  left: 0;
  top: 0;
  width: 24rem;
  height: 24rem;
  transition: transform 0.3s, left 0.3s;
}
.button__icons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.button__icons img:last-child {
  opacity: 0;
  z-index: 2;
}
.button--presa .button__icons img:last-child {
  transform: translateX(-40rem) scale(0.7);
}
.button--tg .button__icons img:last-child {
  transform: translate(-100%, 100%) scale(0.8);
}

.button-modal {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8rem;
  gap: 8rem;
  width: 100%;
  color: currentColor;
}
.button-modal__wrap {
  flex-grow: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  text-align: center;
}
.button-modal__wrap img, .button-modal__wrap span {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.3s, opacity 0.3s;
}
.button-modal__wrap img {
  opacity: 0;
  transform: translate(-50%, -60rem) scale(1);
}
.button-modal__wrap span {
  transform: translate(-50%, -50%);
}
.button-modal__icon {
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8rem;
  right: 8rem;
  bottom: 0;
  width: 84rem;
  height: 84rem;
  transition: right 0.3s, top 0.3s;
}
.button-modal__icon-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 25, 26, 0.0784313725);
  border-radius: 50%;
  overflow: hidden;
}
.button-modal__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) {
  .button:hover {
    transform: scale(var(--zoom));
    background-color: var(--bg-dark-hover);
  }
  .button:hover span {
    opacity: 0;
    transform: translateX(50%);
  }
  .button:hover span:only-child {
    opacity: 1;
    transform: none;
  }
  .button:hover .button__icons {
    left: calc(50% - 12rem);
  }
  .button:hover .button__icons img:first-child {
    opacity: 0;
  }
  .button:hover .button__icons img:last-child {
    opacity: 1;
  }
  .button--presa:hover .button__icons {
    left: 0;
  }
  .button--presa:hover .button__icons img:first-child {
    transform: translateX(40rem);
    opacity: 1;
  }
  .button--presa:hover .button__icons img:last-child {
    transform: translateX(0) scale(0.7);
  }
  .button--presa:hover .button__wrap span {
    transform: translateX(40rem);
  }
  .button--tg:hover .button__icons img:first-child {
    transform: translate(100%, -100%) scale(0.9);
  }
  .button--tg:hover .button__icons img:last-child {
    transform: scale(1) translate(0, 0);
  }
  .button--accent:hover {
    background-color: var(--accent-hover);
  }
  .button--dark:hover {
    background-color: var(--dark);
  }
  /* .button-modal {
      &:hover {
          background-color: var(--light-modal);

          .button-modal {
              &__wrap {
                  span {
                      transform: translateY(60rem) scale(.8);
                      opacity: 0;
                  }

                  img {
                      transform: translateY(0) scale(1);
                      opacity: 1;
                  }
              }
          }
      }
  } */
}
@media only screen and (max-width: 700px) {
  .button {
    padding: 10rem 8rem;
    min-height: 34rem;
    min-width: 34rem;
  }
  .button__wrap {
    padding-left: 32rem;
    min-height: 32rem;
  }
  .button__icons {
    width: 32rem;
    height: 32rem;
  }
  .button-modal__icon {
    top: 4rem;
    right: 4rem;
    width: 62rem;
    height: 62rem;
    transition: width 0.3s, height 0.3s, top 0.3s, right 0.3s;
  }
}
.filters__box {
  display: flex;
  flex-flow: row wrap;
  gap: 8rem;
}
.filters__btn {
  color: var(--light);
}
.filters__btn.is-active {
  color: var(--dark);
  background-color: var(--accent);
}

@media (hover: hover) {
  .filters__btn.is-active:hover {
    background-color: var(--accent-hover);
  }
}
@media only screen and (max-width: 1199px) {
  .filters__box {
    flex-wrap: nowrap;
    padding: 0 16rem;
    margin: 0 -16rem;
    width: calc(100% + 32rem);
    overflow-x: auto;
  }
  .filters__box {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .filters__box::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  .filters__box::-webkit-scrollbar-track {
    background: transparent;
  }
  .filters__box::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  .filters__btn {
    flex-shrink: 0;
  }
}
.form {
  width: 100%;
  margin: 0;
}
.form::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.3);
  transition: opacity 0.3s;
}
.form.is-loading::before {
  pointer-events: auto;
  opacity: 1;
}
.form.is-loading .form__field--controls .button__wrap {
  opacity: 0;
}
.form.is-loading .lds-ellipsis {
  opacity: 1;
}
.form.is-error .form-response {
  display: block;
}
.form__box {
  display: flex;
  flex-direction: column;
}
.form__field {
  margin-top: 6rem;
  position: relative;
}
.form__field:first-child {
  margin-top: 0;
}
.form__field--controls {
  margin-top: 20rem;
}
.form__field.is-filled .form__clear {
  opacity: 0.48;
  pointer-events: auto;
  z-index: 1;
}
.form__field.is-error .form__input {
  box-shadow: inset 0 0 0 1px rgba(226, 56, 56, 0.4);
}
.form__field.is-error .form-message {
  height: 18rem;
  margin-top: 4rem;
}
.form__input {
  padding: 15rem 42rem 15rem 18rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 25, 26, 0.031372549);
  border-radius: 32rem;
  font-size: 12rem;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
}
.form__input::placeholder {
  opacity: 0.48;
  text-transform: lowercase;
}
.form__input:disabled {
  background-color: rgba(24, 25, 26, 0.0784313725);
}
.form__clear {
  position: absolute;
  top: 11rem;
  right: 18rem;
  opacity: 0;
  pointer-events: none;
  color: currentColor;
  transition: opacity 0.3s, transform 0.3s;
  transform-origin: center;
  width: 24rem;
  height: 24rem;
}
.form__clear .svg-icon {
  width: 100%;
  height: 100%;
}
.form__button {
  width: 100%;
  position: relative;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active textarea:-webkit-autofill,
.form select:-webkit-autofill {
  background-color: transparent !important;
  color: var(--dark) !important;
  -webkit-text-fill-color: var(--dark) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.form-message,
.form-response {
  overflow: hidden;
  height: 0;
  color: rgba(226, 56, 56, 0.4);
  margin-left: 8rem;
  text-align: left;
  text-transform: lowercase;
  transition: height 0.3s, margin 0.3s;
}

.form-success {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 40;
  padding: 16rem;
  min-height: 275rem;
  transition: opacity 0.3s 0.2s;
  background-color: var(--light-modal);
}
.form-success::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: radial-gradient(133.78% 100% at 50% 100%, rgba(192, 255, 10, 0) 44.82%, #C0FF0A 79.64%);
}
.form-success__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
.form-success__icon {
  width: 84rem;
  height: 84rem;
  padding: 6rem;
  overflow: hidden;
  transform: rotate(-50deg) scale(0.5);
  transition: transform 0.8s;
}
.form-success__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-success__title {
  margin-top: 11rem;
  font-size: 32rem;
  line-height: 1;
  letter-spacing: -0.039em;
}
.form-success__subtitle {
  margin-top: 8rem;
  opacity: 0.5;
}
.form-success__btn {
  margin-top: 20rem;
  width: 100%;
}

@media (hover: hover) {
  .form__input:hover {
    background-color: rgba(24, 25, 26, 0.0509803922);
  }
  .form__clear:hover {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 1023px) {
  .form {
    /* &__input {
        font-size: 16rem;
        transform: scale(0.75);
        transform-origin: left center;
        width: calc(100% / .75);
    } */
  }
  .form__button {
    padding: 11rem;
  }
  .form__button .button__wrap {
    padding-left: 24rem;
    min-height: 24rem;
  }
  .form__button .button__icons {
    width: 24rem;
    height: 24rem;
  }
  .form-success__btn {
    padding: 11rem;
  }
  .form-success__btn .button__wrap {
    padding-left: 24rem;
    min-height: 24rem;
  }
  .form-success__btn .button__icons {
    width: 24rem;
    height: 24rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.3s;
}
.header::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-dark-blur);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 2;
}
.header__container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 32rem;
}
@media only screen and (max-width: 700px) {
  .header__container {
    padding: 0 16rem;
  }
}
.header__wrap {
  padding: 32rem 0;
  display: flex;
  align-items: flex-start;
  gap: 16rem;
}
.header__side {
  display: flex;
  gap: 16rem;
  align-items: flex-start;
}
.header__logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 216rem;
  pointer-events: auto;
  transition: transform 0.3s, opacity 0.3s;
}
.header__awards {
  flex-shrink: 0;
  max-width: 100rem;
  pointer-events: auto;
}
.header__box {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 16rem;
  flex-grow: 1;
  max-width: 448rem;
  pointer-events: auto;
}
.header__controls {
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8rem;
}
.header__image {
  width: 100%;
  max-width: 100rem;
  aspect-ratio: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__form {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 216rem;
  height: 100rem;
  background-color: var(--accent);
  color: var(--dark);
  border-radius: 64rem;
  transition: transform 0.3s, height 0.3s, border-radius 0.3s, background-color 0.3s, opacity 0.3s, width 0.3s;
}
.header__form.is-open {
  border-radius: 40rem;
  background-color: var(--light-modal);
}
.header__form.is-open .button-modal__wrap img {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
.header__form.is-open .button-modal__wrap span {
  transform: translate(-50%, 60rem);
  opacity: 0;
}
.header__form.is-open .button-modal__icon {
  top: 16rem;
  right: 68rem;
}
.header__form.is-open .header__form-close {
  opacity: 1;
  pointer-events: auto;
}
.header__form.is-open .header__button {
  pointer-events: none;
}
.header__form.is-success {
  height: 275rem !important;
}
.header__form.is-success .form-success {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.header__form.is-success .form-success__icon {
  transform: rotate(0deg) scale(1);
}
.header__button {
  /* flex-grow: 1;
  display: flex;
  align-items: center; */
  max-width: 216rem;
  height: 100rem;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.header__form-close {
  position: absolute;
  top: 20rem;
  right: 20rem;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
}
.header__btn {
  background-color: var(--bg-dark);
}

@media (hover: hover) {
  .header {
    /* &__btn {
        &:hover {
            span {
                transform: scale(0);
            }

            .header {
                &__btn-icons {
                    img {
                        &:first-child {
                            transform: translateX(40rem);
                        }

                        &:last-child {
                            opacity: 1;
                            transform: translateX(0);
                        }
                    }
                }
            }
        }
    } */
  }
  .header__logo:hover .logo__title {
    opacity: 0.7;
  }
  .header__form:not(.is-open):hover {
    transform: scale(1.1);
    background-color: var(--light-modal);
  }
  .header__form:not(.is-open):hover .button-modal__wrap img {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  .header__form:not(.is-open):hover .button-modal__wrap span {
    transform: translate(-50%, 60rem);
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header__side {
    flex-direction: column;
  }
  .header__box {
    max-width: 216rem;
  }
  .header__form {
    order: -1;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .header__side {
    flex-direction: row;
  }
  .header__box {
    max-width: 332rem;
  }
  .header__image {
    display: none;
  }
  .header__form {
    order: 0;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 700px) {
  .header__form, .header__button {
    height: 70rem;
  }
  .header__form {
    position: absolute;
    top: 16rem;
    right: 16rem;
    width: 156rem;
    max-width: unset;
    z-index: 2;
  }
  .header__form.is-open {
    width: 325rem;
  }
  .header__form.is-open .button-modal__icon {
    width: 244rem;
    height: 244rem;
    top: 20rem;
    right: calc(50% - 122rem);
  }
  .header__form.is-open .header__button {
    height: 274rem;
  }
  .header__wrap {
    padding: 16rem 0;
  }
  .header__side {
    width: calc(50% - 8rem);
  }
  .header__logo {
    flex-shrink: 1;
    max-width: 156rem;
  }
  .header__box {
    width: calc(50% - 8rem);
    max-width: 156rem;
    flex-shrink: 1;
  }
  .header__button {
    padding: 4rem;
    padding-left: 18rem;
    max-width: unset;
    transition: height 0.3s, opacity 0.3s;
  }
  .header__btn {
    flex: 1 1 0;
    aspect-ratio: 1;
    border-radius: 50%;
  }
  .header__btn span {
    display: none;
  }
  .header__btn img {
    width: 32rem;
  }
  .header__image {
    display: none;
  }
  .header__controls {
    max-width: 100%;
    flex-direction: row;
    gap: 16rem;
    margin-top: 86rem;
  }
}
@media only screen and (max-width: 700px) and (orientation: landscape) {
  .header__side {
    flex-direction: row;
  }
}
.section {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.home {
  position: relative;
  overflow: hidden;
  /* &__scroll,
  &__logos-item,
  &__slider {
      transform: scale(1);
  } */
}
.home__container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 32rem;
}
@media only screen and (max-width: 700px) {
  .home__container {
    padding: 0 16rem;
  }
}
.home__wrap {
  overflow: hidden;
  padding: 32rem 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  align-items: flex-end;
}
.home__wrap > * {
  pointer-events: auto;
}
.home__title {
  position: absolute;
  bottom: 32rem;
  left: 0;
  font-size: 32rem;
  line-height: 1.15;
  letter-spacing: -0.039em;
  text-transform: lowercase;
  overflow: hidden;
  transition: max-width 0.8s, font-size 0.8s, font-weight 0.8s;
}
.home__title div {
  overflow: hidden;
}
.home__title div:nth-of-type(1) span {
  animation-delay: 0s;
}
.home__title div:nth-of-type(2) span {
  animation-delay: 0.2s;
}
.home__title div:nth-of-type(3) span {
  animation-delay: 0.4s;
}
.home__title span {
  display: block;
  transform: translateY(100%);
  animation: fadeInUp 1s forwards;
  animation-play-state: paused;
}
.home__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1.2s, opacity 0.3s;
  pointer-events: auto;
  transform: translateY(100%) scale(1);
}
.home__box {
  opacity: 1;
  transform: translateY(0%);
  position: absolute;
  bottom: 32rem;
  right: 0;
  width: 50%;
  padding-left: 20rem;
  display: flex;
  gap: 16rem;
  flex-grow: 1;
  pointer-events: auto;
  transition: opacity 0.6s, transform 0.6s;
}
.home__scroll {
  flex-shrink: 0;
  margin-left: auto;
  padding: 30rem;
  border-radius: 50%;
  max-width: 100rem;
  background-color: var(--bg-dark);
  overflow: hidden;
  transform: scale(1);
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
}
.home__scroll-icons {
  position: relative;
  width: 40rem;
  height: 40rem;
}
.home__scroll-icons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.home__scroll-icons img:last-child {
  transform: translateY(-150%) scale(0.8);
  opacity: 0;
}
.home__logos {
  flex-shrink: 0;
  max-width: 100rem;
}
.home__logos-list {
  display: flex;
  flex-flow: row wrap;
  gap: 8rem;
}
.home__logos-item {
  flex-shrink: 0;
  padding: 11rem;
  border-radius: 50%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  transform: scale(1);
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
}
.home__logos-item img {
  width: 24rem;
  height: 24rem;
}
.home__logos-item--more {
  background-color: var(--bg-dark);
  padding: 7rem;
  width: 46rem;
  font-family: "NDOT45", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 17rem;
  text-transform: uppercase;
  color: currentColor;
}
.home__logos-item:nth-child(3) {
  padding: 7rem;
}
.home__logos-item:nth-child(3) img {
  width: 32rem;
  height: 32rem;
}
.home__slider {
  width: 100%;
  max-width: 216rem;
  min-height: 100rem;
  position: relative;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.home__projects {
  margin-left: auto;
  width: 50%;
  padding-left: 20rem;
}

@media (hover: hover) {
  .home__scroll:hover {
    background-color: var(--dark);
    transform: scale(var(--zoom));
  }
  .home__scroll:hover .home__scroll-icons img:first-child {
    transform: translateY(150%) scale(0.8);
    opacity: 0;
  }
  .home__scroll:hover .home__scroll-icons img:last-child {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .home__logos-item:hover {
    transform: scale(var(--zoom));
    background-color: var(--light-hover);
  }
  .home__logos-item--more:hover {
    background-color: var(--bg-dark-hover);
  }
}
@media only screen and (max-width: 1199px) {
  .home__box {
    max-width: 216rem;
    flex-wrap: wrap;
  }
  .home__slider {
    order: -1;
  }
  .home__projects {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .home__wrap {
    padding: 16rem 0;
  }
  .home__cube {
    min-width: unset;
    width: 100%;
    padding: 0 60rem;
  }
  .home__slider {
    display: none;
  }
  .home__title {
    font-size: 24rem;
    letter-spacing: -0.05em;
    bottom: 16rem;
    transform: translateY(-86rem);
    transition: transform 0.3s;
  }
  .home__box {
    max-width: 100%;
    margin-left: 0;
  }
  .home__scroll {
    padding: 19rem;
    max-width: 70rem;
    margin-left: auto;
    order: 1;
  }
  .home__scroll-icons {
    width: 32rem;
    height: 32rem;
  }
  .home__logos {
    max-width: 100%;
  }
  .home__logos-list {
    gap: 0;
  }
  .home__logos-item {
    padding: 17rem;
    margin-left: -14rem;
    border: 2rem solid var(--bg-main);
  }
  .home__logos-item:first-child {
    margin-left: 0;
  }
  .home__logos-item img {
    width: 32rem;
    height: 32rem;
  }
  .home__logos-item:nth-of-type(3) {
    padding: 17rem;
  }
  .home__logos-item--more {
    padding: 17rem 11rem;
    font-size: 9rem;
    line-height: 26rem;
    width: 70rem;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.logo {
  display: flex;
  flex-direction: column;
  border-radius: 24rem;
  background-color: var(--bg-dark);
  width: 100%;
  aspect-ratio: 1;
  padding: 24rem 24rem 16rem;
  text-transform: uppercase;
  transition: background-color 0.3s, backdrop-filter 0.3s;
}
.logo__title {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 28rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition: opacity 0.3s;
}
.logo__image {
  position: absolute;
  top: 15rem;
  right: 22rem;
  height: 52rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.logo__image img {
  width: auto;
  height: 100%;
}
.logo__marquee {
  margin: auto -24rem 0;
  overflow: hidden;
  font-family: "NDOT45", Arial, Helvetica, sans-serif;
  font-size: 20rem;
  line-height: 52rem;
  font-weight: 400;
  letter-spacing: 0;
}
.logo__marquee-wrap {
  display: flex;
  animation: marquee 15s linear infinite;
  width: fit-content;
  will-change: transform;
  animation-play-state: running;
}
.logo__marquee-wrap span {
  display: block;
  flex-shrink: 0;
  padding: 0 10rem;
  white-space: nowrap;
}

@media only screen and (max-width: 700px) {
  .logo {
    padding: 16rem;
  }
  .logo__title {
    font-size: 20rem;
  }
  .logo__marquee {
    margin: auto -16rem 0;
    font-size: 16rem;
    line-height: 39rem;
  }
  .logo__image {
    top: 12rem;
    right: 12rem;
    height: 42rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  background-color: var(--bg-dark-blur);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: visibility 0.3s, opacity 0.3s;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
}
.popup__box {
  width: 100%;
}
.popup__row {
  --grid-gap: 0;
  height: 100%;
  min-height: 0;
  display: flex;
}
.popup__col {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.popup__col:first-child {
  padding: 32rem 20rem 32rem 32rem;
}
.popup__col:last-child {
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 12rem 0 0;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  /* & {
      scrollbar-width: thin;
      scrollbar-color: $thumb $track;
  } */
}
.popup__col:last-child::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 8px;
}
.popup__col:last-child::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
  margin: 0px 0;
}
.popup__col:last-child::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}
.popup__close {
  width: 46rem;
  height: 46rem;
  padding: 11rem;
  border-radius: 50%;
  background-color: var(--bg-dark-blur);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s, background-color 0.3s;
}
.popup__close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup__controls {
  display: flex;
  gap: 16rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.popup__divider {
  width: 2rem;
  height: 22rem;
  margin-top: 12rem;
  border-radius: 12rem;
  background-color: var(--bg-dark-blur);
}
.popup__title {
  font-size: 8.05vw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.017em;
  margin-top: auto;
}
.popup--mini {
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  pointer-events: none;
  color: var(--dark);
}
.popup--mini .popup__box {
  position: relative;
  margin: 32rem 32rem auto auto;
  max-width: 216rem;
  pointer-events: auto;
  padding: 16rem;
  background-color: var(--light-modal);
  border-radius: 40rem;
  overflow: hidden;
}
.popup--mini .popup__close {
  position: absolute;
  top: 16rem;
  right: 16rem;
  background-color: transparent;
  padding: 0;
  width: 24rem;
  height: 24rem;
  z-index: 2;
}
.popup--projects .popup__col {
  width: 50%;
}

@media (hover: hover) {
  .popup__close:hover {
    transform: scale(var(--zoom));
    background-color: var(--bg-dark-hover);
  }
  .popup--mini .popup__close:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1365px) {
  .popup__title {
    font-size: 6vw;
  }
  .popup--projects .popup__col:nth-child(1) {
    width: 40%;
  }
  .popup--projects .popup__col:nth-child(2) {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .popup__row {
    flex-direction: column;
  }
  .popup__col {
    width: 100%;
  }
  .popup__col:first-child {
    padding: 32rem;
  }
  .popup__col:last-child {
    padding: 0 12rem;
    max-height: calc(100% - 194rem);
  }
  .popup__col:last-child {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .popup__col:last-child::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 0px;
  }
  .popup__col:last-child::-webkit-scrollbar-track {
    background: transparent;
  }
  .popup__col:last-child::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
  }
  .popup__title {
    font-size: 60rem;
    padding-right: 48rem;
    order: -1;
    margin-top: 0;
  }
  .popup__close {
    background-color: transparent;
    position: absolute;
    top: 46rem;
    right: 32rem;
    width: 32rem;
    height: 32rem;
    padding: 0;
    border-radius: 0;
  }
  .popup__controls {
    gap: 0;
  }
  .popup__divider {
    display: none;
  }
  .popup__filters {
    margin-top: 24rem;
  }
  .popup--mini {
    background-color: var(--bg-dark-blur);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    pointer-events: auto;
  }
  .popup--mini .popup__box {
    max-width: 328rem;
  }
  .popup--projects .popup__col:nth-child(1) {
    width: 100%;
  }
  .popup--projects .popup__col:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .popup__title {
    font-size: 24rem;
    letter-spacing: -0.05em;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .popup__close {
    top: 16rem;
    right: 16rem;
  }
  .popup__col:first-child {
    padding: 16rem;
  }
  .popup__col:last-child {
    padding: 0 16rem;
    max-height: calc(100% - 114rem);
  }
  .popup__filters {
    margin-top: 16rem;
    width: 100%;
  }
  .popup--mini .popup__box {
    margin: auto 16rem 16rem;
    max-width: 100%;
  }
  .popup .projects-card__title {
    margin-left: 0;
  }
}
.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profile-card__avatar {
  width: 84rem;
  height: 84rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(41, 42, 44, 0.0784313725);
}
.profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card__title {
  margin-top: 11rem;
  font-size: 32rem;
  line-height: 1;
  letter-spacing: -0.039em;
}
.profile-card__subtitle {
  margin-top: 8rem;
  opacity: 0.5;
}
.profile-card__form {
  padding: 16rem;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .profile-card__avatar {
    width: 244rem;
    height: 244rem;
  }
}
@media only screen and (max-width: 700px) {
  .profile-card__title {
    white-space: nowrap;
  }
}
.projects {
  flex-grow: 1;
  padding: 12rem 0;
}
.projects__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -4rem;
}
.projects__item {
  margin-top: 4rem;
}
.projects__item.is-active .projects-card::before {
  opacity: 1;
}
.projects--main {
  padding: 0;
}
.projects--main .projects__item {
  /* display: none;

  &.is-active {
      display: block;
  } */
}
.projects--main .projects-card {
  padding: 0;
}
.projects--main .projects-card::before {
  display: none;
}
.projects--main .projects-card__info {
  margin-left: 0;
}
.projects--main .projects-card > * {
  transform-origin: left 100%;
  transition: opacity 0.7s, transform 0.7s;
}
.projects--main .projects-card__info {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.projects--main .projects-card__info {
  overflow: hidden;
  max-height: var(--cardHeight);
}
.projects--main .projects-card__info-track {
  transition: transform 0.8s;
}
.projects--main .projects-logo__icon img {
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.projects--main .projects-logo__icon img.is-active {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
}
.projects--main .projects-card__title {
  height: var(--cardHeight);
}
.projects--main .projects-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.projects--main .projects-info.is-active {
  opacity: 1;
  pointer-events: auto;
}

.projects-video {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1.2s;
}
.projects-video video, .projects-video img {
  border-radius: 10vw;
  transition: border-radius 1.2s;
}
.projects-video__item {
  width: 100%;
  height: calc(100 * var(--vh));
  opacity: 1;
  transition: transform 1.2s;
  transform: scale(0.7);
  /* &.is-prev {
      transform: translateY(-100%) scale(0.7);
  }

  &.is-next {
      transform: translateY(100%) scale(0.7);
  } */
}
.projects-video__item.swiper-slide-active {
  transform: scale(1);
}
.projects-video__item.swiper-slide-active video, .projects-video__item.swiper-slide-active img {
  border-radius: 0;
}
.projects-video__item--empty {
  font-size: 20rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-video__video--mob {
  display: none;
}
.projects-video__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.projects-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--cardHeight);
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  padding: 16rem;
}
.projects-info__value {
  font-family: "NDOT45", Arial, Helvetica, sans-serif;
  font-size: 12rem;
  line-height: 34rem;
  white-space: nowrap;
}
.projects-info__value span:last-child {
  display: none;
}
.projects-info__description {
  margin-top: 6rem;
}

.projects-card {
  display: flex;
  align-items: center;
  gap: 16rem;
  position: relative;
  padding: 20rem;
}
.projects-card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(33, 34, 35, 0.1019607843);
  border-radius: 42rem;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.projects-card__button {
  display: flex;
  flex-grow: 1;
}
.projects-card__icon {
  flex-shrink: 0;
  transition: transform 0.3s;
}
.projects-card__title {
  align-self: center;
  flex-grow: 1;
  position: relative;
  height: 100%;
  font-size: 32rem;
  line-height: 1;
  letter-spacing: -0.039em;
  font-weight: 400;
  max-width: 332rem;
  text-transform: lowercase;
  margin-left: 10rem;
}
.projects-card__lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.projects-card__lines > div {
  overflow: hidden;
}
.projects-card__lines span {
  display: block;
  transform: translateY(100%);
  transition: transform 0.6s;
}
.projects-card__lines.is-active span {
  transform: translateY(0%);
}
.projects-card__lines.is-active span:nth-child(1) {
  transition-delay: 0.4s;
}
.projects-card__lines.is-active span:nth-child(2) {
  transition-delay: 0.6s;
}
.projects-card__lines.is-active span:nth-child(3) {
  transition-delay: 0.8s;
}
.projects-card__lines.is-active span:nth-child(4) {
  transition-delay: 1s;
}
.projects-card__info {
  position: relative;
  min-width: 216rem;
  width: 32%;
  height: var(--cardHeight);
  margin-left: auto;
  overflow: hidden;
  background-color: var(--bg-dark-blur);
  border-radius: 24rem;
}
.projects-card__info-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.projects-card.is-active::before {
  opacity: 1;
}
.projects-logo {
  position: relative;
  width: 100rem;
  height: 100rem;
}
.projects-logo__progress {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  color: var(--light);
}
.projects-logo__progress.is-active .projects-logo__progress-bar {
  opacity: 1;
}
.projects-logo__progress-track, .projects-logo__progress-bar {
  fill: none;
  stroke-width: 3;
}
.projects-logo__progress-bar {
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-dasharray: 0 305;
  transition: opacity 0.3s;
  transform-origin: center;
  opacity: 0;
}
.projects-logo__progress-bar.is-transition {
  transform: scale(0.8);
}
.projects-logo__icon {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48rem;
  height: 48rem;
}
.projects-logo__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@media (hover: hover) {
  .projects:not(.projects--main) .projects-card:hover::before {
    opacity: 1;
  }
  .projects--main .projects-card__icon:hover {
    transform: scale(var(--zoom));
  }
}
@media only screen and (max-width: 1199px) {
  .projects--main .projects-card__info {
    margin-left: auto;
  }
  .projects-card__title {
    max-width: 440rem;
  }
  .projects-video__video--desk {
    display: none;
  }
  .projects-video__video--mob {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .projects-card__title {
    max-width: 332rem;
  }
}
@media only screen and (max-width: 700px) {
  .projects {
    padding: 16rem 0;
  }
  .projects__list {
    margin-top: -32rem;
  }
  .projects__item {
    padding-bottom: 32rem;
    margin-top: 32rem;
    border-bottom: 1px solid var(--bg-dark-blur);
  }
  .projects__item:last-child {
    border-bottom: none;
  }
  .projects--main {
    padding: 0;
  }
  .projects--main .projects__item {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
  .projects--main .projects-card__info {
    margin-left: 0;
  }
  .projects--main .projects-card__title {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 70vw;
    max-width: unset;
    margin-left: 0;
    height: 90rem;
  }
  .projects--main .projects-card__button {
    position: static;
    flex-grow: 0;
  }
  .projects-card {
    padding: 0;
    flex-flow: row wrap;
  }
  .projects-card::before {
    display: none;
  }
  .projects-card__title {
    order: -1;
    width: 100%;
    max-width: 100%;
    font-size: 24rem;
    letter-spacing: -0.05em;
  }
  .projects-card__info {
    margin-left: 0;
    flex-grow: 1;
    max-width: calc(100% - 86rem);
    min-width: unset;
    height: 70rem;
  }
  .projects-logo {
    width: 70rem;
    height: 70rem;
  }
  .projects-info {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16rem;
  }
  .projects-info__value span:first-child {
    display: none;
  }
  .projects-info__value span:last-child {
    display: inline;
  }
  .projects-info__description {
    margin-top: 0;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 305;
  }
  100% {
    stroke-dasharray: 305 0;
  }
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slider__list {
  display: flex;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.slider__item {
  flex-shrink: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider__controls {
  position: absolute;
  top: 50%;
  right: 12rem;
  transform: translateY(-50%);
}
.slider__progress {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.slider__progress span {
  display: block;
  border-radius: 8rem;
  width: 2rem;
  height: 6rem;
  background-color: var(--light);
  opacity: 0.3;
  transition: opacity 0.3s;
}
.slider__progress span.is-active {
  opacity: 1;
}
.slider[data-slide="0"] .slider__item:nth-child(1) {
  opacity: 1;
}
.slider[data-slide="0"] .slider__progress span:nth-child(1) {
  opacity: 1;
}
.slider[data-slide="1"] .slider__item:nth-child(2) {
  opacity: 1;
}
.slider[data-slide="1"] .slider__progress span:nth-child(2) {
  opacity: 1;
}
.slider[data-slide="2"] .slider__item:nth-child(3) {
  opacity: 1;
}
.slider[data-slide="2"] .slider__progress span:nth-child(3) {
  opacity: 1;
}

.projects--main .projects-card > * {
  opacity: 0;
  transform: scale(0.7);
}

body.is-loading .header {
  pointer-events: none;
}
body.is-loading .header__logo, body.is-loading .header__btn, body.is-loading .header__image, body.is-loading .header__form {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 50% 0%;
}
body.is-loading .awards__item {
  opacity: 0;
  transform: scale(0.8);
}
body.is-loading .logo__marquee-wrap {
  animation-play-state: paused;
}
body.is-loading .home__cube {
  opacity: 0;
  pointer-events: none;
}
body.is-loading .home__box {
  opacity: 0;
  transform: translateY(50%);
  pointer-events: none;
}
body.is-loading .home__title {
  font-size: 8vw;
  font-weight: 300;
}
body.is-loading .home__title span {
  transform: translateY(100%);
  animation-play-state: running;
}
body.is-loading .home__scroll, body.is-loading .home__logos-item, body.is-loading .home__slider {
  transform: scale(0.8);
}
body.is-loading .cube {
  opacity: 0;
  pointer-events: none;
}
body.is-projects .projects-video {
  visibility: visible;
}
body.is-projects .header__btn {
  background-color: var(--bg-dark-blur);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
body.is-projects .logo {
  background-color: var(--bg-dark-blur);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
body.is-projects .logo__image {
  opacity: 1;
}
body.is-projects .home__box {
  transform: translateY(50%);
  opacity: 0;
  pointer-events: none;
}
body.is-projects .home__cube {
  opacity: 0;
}
body.is-projects .home__bg {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
body.is-projects .home__title span {
  transform: translateY(0%) !important;
}
body.is-projects .home__scroll, body.is-projects .home__logos-item, body.is-projects .home__slider {
  transform: scale(0.8);
}
body.is-projects .projects-video__item:nth-of-type(1) {
  opacity: 1;
  pointer-events: auto;
}
body.is-projects .projects__item {
  /* &.is-active {
      .projects-logo {
          &__progress-bar {
              opacity: 1;
              // animation-play-state: running;
          }
      }
  } */
}
body.is-projects .projects--main .projects-card > * {
  opacity: 1;
  transform: scale(1);
}
body .popup[data-state=form] .popup__box:last-child {
  display: none;
}
body .popup[data-state=success] .popup__box:first-child {
  display: none;
}
body .popup[data-state=success] .popup__box:last-child {
  display: block;
}

@media only screen and (min-width: 1920px) {
  body.is-loading .home__title {
    font-size: 7.08vw;
  }
}
@media only screen and (max-width: 1199px) {
  body.is-projects .home__title {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body.is-loading .home__title {
    transform: translate(0);
  }
  body.is-form-open .header::before {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  body.is-form-open .header::before {
    opacity: 1;
    pointer-events: auto;
  }
}
.cube {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* width: 35%;
  min-width: 448rem;
  height: 100%;
  max-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 78rem 0; */
  z-index: 0;
  transition: opacity 0.3s;
  opacity: 1;
  display: none !important;
}
.cube img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}