/*===== MIXINS =====*/
/*-- animation --*/
/*-- center with dimension --*/
/*-- Display flex --*/
/*-- clearfix --*/
/**************************************
	base
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  word-break: break-word;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  width: 100%;
}

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

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::placeholder {
  color: rgba(255, 255, 255, 0.1);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 26px;
}

/*font family
-----------------------*/
@font-face {
  font-family: "apercu";
  src: url("./../fonts/apercu-light-pro.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "apercu";
  src: url("./../fonts/apercu-regular-pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "apercu";
  src: url("./../fonts/apercu-medium-pro.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "apercu";
  src: url("./../fonts/apercu-bold-pro.woff2") format("woff2");
  font-weight: 600;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "apercu";
  src: url("./../fonts/apercu-black-pro.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal", sans-serif;
  src: url("./../fonts/NeueMontreal-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/* ---------------------------------------------------------
/*break point
-----------------------*/
/*color
-----------------------*/
:root {
  --color-primary: #222;
  --color-white: #fff;
  --color-errors: #FA5D29;
  --text-size-small: 12px;
  --text-size-regular: 14px;
  --text-size-primary: 16px;
  --text-size-medium: 18px;
  --text-size-large: 24px;
  --border-gray: #e9e9e9;
  --bg-primary: #F8F8F8;
  --bg-secondary: #212121;
  --guide-color: #1f1f1f;
  --animation-slow: all .9s cubic-bezier(.7, 0, .3, 1);
}

html,
body {
  background-color: #f4f4f4;
  font-family: "apercu", sans-serif;
  font-size: var(--text-size-primary);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #1C1D20;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/************* ANIMATION ***************/
@-webkit-keyframes blob {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
}
@keyframes blob {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
  }
}
@-webkit-keyframes blob_rotate {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes blob_rotate {
  0% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    border-radius: 70% 30% 25% 75%/36% 56% 44% 64%;
  }
  20% {
    border-radius: 30% 70% 72% 28%/49% 33% 67% 51%;
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  30% {
    border-radius: 62% 38% 63% 37%/46% 53% 47% 54%;
  }
  40% {
    border-radius: 52% 48% 58% 42%/51% 49% 51% 49%;
  }
  50% {
    border-radius: 67% 33% 56% 44%/58% 34% 66% 42%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    border-radius: 62% 38% 35% 65%/71% 36% 64% 29%;
  }
  70% {
    border-radius: 49% 51% 55% 45%/32% 50% 50% 68%;
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  80% {
    border-radius: 54% 46% 32% 68%/49% 51% 49% 51%;
  }
  90% {
    border-radius: 63% 37% 66% 34%/52% 48% 52% 48%;
  }
  100% {
    border-radius: 56% 44% 33% 67%/43% 49% 51% 57%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blinking {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blinking {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes movingUp {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(-3px, -3px, 0);
            transform: perspective(1px) translate3d(-3px, -3px, 0);
  }
}
@keyframes movingUp {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(-3px, -3px, 0);
            transform: perspective(1px) translate3d(-3px, -3px, 0);
  }
}
@-webkit-keyframes movingDown {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(3px, 3px, 0);
            transform: perspective(1px) translate3d(3px, 3px, 0);
  }
}
@keyframes movingDown {
  0%, 100% {
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: perspective(1px) translate3d(3px, 3px, 0);
            transform: perspective(1px) translate3d(3px, 3px, 0);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(60px, 60px, 0);
            transform: perspective(1px) translate3d(60px, 60px, 0);
  }
  25% {
    -webkit-transform: perspective(1px) translate3d(-30px, -30px, 0);
            transform: perspective(1px) translate3d(-30px, -30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(15px, 15px, 0);
            transform: perspective(1px) translate3d(15px, 15px, 0);
  }
  75% {
    -webkit-transform: perspective(1px) translate3d(-5px, -5px, 0);
            transform: perspective(1px) translate3d(-5px, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@keyframes bounceUp {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(60px, 60px, 0);
            transform: perspective(1px) translate3d(60px, 60px, 0);
  }
  25% {
    -webkit-transform: perspective(1px) translate3d(-30px, -30px, 0);
            transform: perspective(1px) translate3d(-30px, -30px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(15px, 15px, 0);
            transform: perspective(1px) translate3d(15px, 15px, 0);
  }
  75% {
    -webkit-transform: perspective(1px) translate3d(-5px, -5px, 0);
            transform: perspective(1px) translate3d(-5px, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
            transform: perspective(1px) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes revolve {
  0% {
    -webkit-transform: rotate3d(0, -2, 3, 0deg);
            transform: rotate3d(0, -2, 3, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 2, 6, 360deg);
            transform: rotate3d(0, 2, 6, 360deg);
  }
}
@keyframes revolve {
  0% {
    -webkit-transform: rotate3d(0, -2, 3, 0deg);
            transform: rotate3d(0, -2, 3, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 2, 6, 360deg);
            transform: rotate3d(0, 2, 6, 360deg);
  }
}
@-webkit-keyframes fillHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fillHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes fillWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fillWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loseWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes loseWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes loaderLine_1 {
  0% {
    height: 0%;
  }
  10% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_1 {
  0% {
    height: 0%;
  }
  10% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_2 {
  0% {
    width: 0%;
  }
  10% {
    width: 0%;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderLine_2 {
  0% {
    width: 0%;
  }
  10% {
    width: 0%;
  }
  20% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderLine_3 {
  0% {
    height: 0%;
  }
  20% {
    height: 0%;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_3 {
  0% {
    height: 0%;
  }
  20% {
    height: 0%;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_4 {
  0% {
    height: 0%;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_4 {
  0% {
    height: 0%;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes loaderLine_5 {
  0% {
    height: 0%;
  }
  40% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes loaderLine_5 {
  0% {
    height: 0%;
  }
  40% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes fading_zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fading_zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  65% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeIn_left {
  0% {
    -webkit-transform: perspective(1px) translateX(-20px);
            transform: perspective(1px) translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_left {
  0% {
    -webkit-transform: perspective(1px) translateX(-20px);
            transform: perspective(1px) translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_right {
  0% {
    -webkit-transform: perspective(1px) translateX(20px);
            transform: perspective(1px) translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    -webkit-transform: perspective(1px) translateX(20px);
            transform: perspective(1px) translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0px);
            transform: perspective(1px) translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-20px);
            transform: perspective(1px) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-20px);
            transform: perspective(1px) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
  }
}
@keyframes slideIn_down {
  0% {
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(0px);
            transform: perspective(1px) translateY(0px);
  }
}
@-webkit-keyframes fadeIn_slide {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200vw;
  }
}
@keyframes fadeIn_slide {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 200vw;
  }
}
@-webkit-keyframes line_slide {
  0% {
    -webkit-transform: perspective(1px) translateX(-110vw);
            transform: perspective(1px) translateX(-110vw);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(110vw);
            transform: perspective(1px) translateX(110vw);
  }
}
@keyframes line_slide {
  0% {
    -webkit-transform: perspective(1px) translateX(-110vw);
            transform: perspective(1px) translateX(-110vw);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(110vw);
            transform: perspective(1px) translateX(110vw);
  }
}
@-webkit-keyframes btn_slideIn {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes btn_slideIn {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes btn_slideOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@keyframes btn_slideOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
  }
}
@-webkit-keyframes pulseOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1px) scale(6);
            transform: perspective(1px) scale(6);
  }
}
@keyframes pulseOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1px) scale(6);
            transform: perspective(1px) scale(6);
  }
}
.no-scroll-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10000;
  display: none;
}

.rounded-div {
  width: 150%;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  height: 750%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -86.666%);
          transform: translate(-50%, -86.666%);
  z-index: 1;
}

.rounded-div-wrap {
  width: 100%;
  top: 0;
  position: relative;
  height: 10vh;
  overflow: hidden;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 800;
  pointer-events: none;
  background: transparent;
}

.loading-screen {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  will-change: top;
}

.loading-screen,
.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
  background: #000605;
}

.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
  height: 745%;
}

.loading-container .rounded-div-wrap.top {
  top: 0;
  position: absolute;
  -webkit-transform: translateY(-99%) scale(1, -1);
          transform: translateY(-99%) scale(1, -1);
  z-index: 2;
  height: 0vh;
  will-change: height;
}

.loading-container .rounded-div-wrap.bottom {
  top: unset;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  z-index: 2;
  height: 0vh;
  will-change: height;
}

.loading-container .loading-words {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  display: block;
  will-change: opacity;
  text-transform: uppercase;
}

.loading-container .loading-words h2 {
  margin: 0;
  padding: 0;
  color: #a1ff62;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  padding-left: 0.6em;
  white-space: nowrap;
  padding-right: 0.4em;
  will-change: opacity;
  font-size: 4vw;
}
.loading-container .loading-words h2 span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -2vw;
  margin: auto;
  font-size: 1vw;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.25vw;
}

.loading-container .loading-words h2.jap {
  font-size: calc(clamp(3.25em, 5vw, 4.5em) * 0.65);
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}

.loading-container .loading-words h2.active {
  display: block;
}

.loading-container .loading-words .home-active,
.loading-container .loading-words .home-active-last {
  opacity: 0;
  display: none;
}

.once-in {
  will-change: transform;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (max-width: 720px) {
  .loading-container .loading-words h2 {
    font-size: 8.3333333333vw;
  }
  .loading-container .loading-words h2 span {
    top: -4.1666666667vw;
    font-size: 2.7777777778vw;
  }
}
/*=== HEADER ===*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 10px 0;
  background-color: transparent;
}
.header .logo {
  position: relative;
  top: 5px;
  left: 21px;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transition: 1s ease 0.05s;
  transition: 1s ease 0.05s;
  z-index: 1;
}
.header .logo::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -20px;
  height: 80px;
  width: 0;
  border: 50px solid #6840ff;
  border-bottom: 50px solid transparent;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.header .logo img {
  position: relative;
  display: block;
}
.header--home .logo {
  margin-right: 95px;
}
.header--home .inner {
  max-width: 1920px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1920px) {
  .header--home .inner {
    max-width: 1600px;
  }
}
@media (max-width: 900px) {
  .header .logo {
    width: 42px;
  }
  .header .logo::before {
    height: 60px;
    border: 40px solid #6840ff;
    border-bottom: 30px solid transparent;
  }
}
@media (max-width: 560px) {
  .header {
    padding: 1.7857142857vw 0;
  }
  .header .logo {
    top: 0.8928571429vw;
    left: 3.75vw;
    width: 7.5vw;
  }
  .header .logo::before {
    top: -7.1428571429vw;
    left: -3.5714285714vw;
    height: 10.7142857143vw;
    border: 7.1428571429vw solid #6840ff;
    border-bottom: 5.3571428571vw solid transparent;
  }
}
/*=== FOOTER ===*/
.footer {
  position: relative;
  background-color: #1e1e1e;
  width: 100%;
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  padding: 30px 0 40px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  z-index: 1;
}
.footer__column {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__column-left {
  width: auto;
}
.footer__column-left .division {
  display: inline-block;
  margin-right: 50px;
}
.footer__column-title {
  display: block;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 15px;
  font-size: 12px;
}
.footer__column__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
.footer__column__list-item a {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__column__list-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(132, 218, 75);
  -webkit-transform: scaleX(0) rotate(0.001deg);
          transform: scaleX(0) rotate(0.001deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
}
.footer__column__list-item a:hover {
  color: rgb(132, 218, 75);
}
.footer__column__list-item a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) rotate(0.001deg);
          transform: scaleX(1) rotate(0.001deg);
}
.footer--sticky {
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .footer__column-left .division {
    margin-right: 30px;
  }
  .footer__column__list {
    gap: 30px;
  }
}
@media (max-width: 850px) {
  .footer__column-left, .footer__column-right {
    width: 100%;
  }
  .footer__column-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__column-left .division {
    margin-right: 0;
  }
  .footer__column-left .division:first-child {
    display: none;
  }
  .footer__column-right {
    margin-bottom: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .footer__column__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  .footer__column__list-item a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .footer__column__list-item a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(132, 218, 75);
    -webkit-transform: scaleX(0) rotate(0.001deg);
            transform: scaleX(0) rotate(0.001deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
    transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
    transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  }
  .footer__column__list-item a:hover {
    color: rgb(132, 218, 75);
  }
  .footer__column__list-item a:hover::before {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1) rotate(0.001deg);
            transform: scaleX(1) rotate(0.001deg);
  }
  .footer .inner {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .footer__column-right {
    margin-bottom: 7.1428571429vw;
    padding-bottom: 6.25vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .footer__column-title {
    margin-bottom: 2.6785714286vw;
    font-size: 2.1428571429vw;
  }
  .footer__column-text {
    font-size: 3.2142857143vw;
  }
  .footer__column__list {
    gap: 5.3571428571vw;
  }
  .footer__column__list-item a {
    font-size: 3.2142857143vw;
  }
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #1C1D20;
  height: 100%;
  width: 740px;
  color: #fff;
  padding: 150px 190px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  z-index: 200;
  -webkit-transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
  overflow: hidden;
}
.menu__section {
  width: 100%;
}
.menu__section-title {
  display: block;
  font-size: 12px;
  opacity: 0.5;
  padding-bottom: 35px;
  margin-bottom: 4vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu__list {
  width: 100%;
}
.menu__list__item {
  font-size: 60px;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translate(15vw, 0) rotate(0.001deg);
          transform: translate(15vw, 0) rotate(0.001deg);
  will-change: transform;
}
.menu__list__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu__list__item:nth-child(2) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}
.menu__list__item:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.menu__list__item:nth-child(4) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}
.menu__list__item:nth-child(5) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.menu__list__item:hover .menu__list__item-text {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  color: #a1ff62;
}
.menu__list__item:hover .menu__list__item-text::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 40px;
  opacity: 1;
}
.menu__list__item-text {
  position: relative;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
}
.menu__list__item-text::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 44%;
  height: 2px;
  width: 0;
  background-color: #a1ff62;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
}
.menu__list__item.is-active .menu__list__item-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: rgb(132, 218, 75);
  pointer-events: none;
}
.menu__list__item.is-active .menu__list__item-text::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  left: -100px;
  width: 70px;
  opacity: 1;
  -webkit-animation: blinking 1s ease infinite;
          animation: blinking 1s ease infinite;
}
.menu__list__item.not-available .menu__list__item-text {
  color: rgba(255, 255, 255, 0.1);
}
.menu__list__item.not-available .menu__list__item-text sup {
  background: #444;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  top: -5px;
}
.menu__list__item.not-available:hover .menu__list__item-text {
  -webkit-transform: initial;
          transform: initial;
  color: rgba(255, 255, 255, 0.1);
  cursor: context-menu;
}
.menu__list__item.not-available:hover .menu__list__item-text::before {
  display: none;
}
.menu__social {
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform: translate(15vw, 0) rotate(0.001deg);
          transform: translate(15vw, 0) rotate(0.001deg);
  will-change: transform;
}
.menu__social__title {
  display: block;
  font-size: 12px;
  opacity: 0.5;
  padding-bottom: 20px;
}
.menu__social__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__social__list a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.menu__social__list a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(132, 218, 75);
  -webkit-transform: scaleX(0) rotate(0.001deg);
          transform: scaleX(0) rotate(0.001deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
}
.menu__social__list a:hover {
  color: rgb(132, 218, 75);
}
.menu__social__list a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) rotate(0.001deg);
          transform: scaleX(1) rotate(0.001deg);
}
.menu.is-open {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}
.menu.is-open .menu__list__item, .menu.is-open .menu__sublist__item {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}
.menu.is-open .menu__social {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, hsla(220, 13%, 0%, 0.3)), color-stop(80%, hsl(220, 13%, 0%)));
  background: linear-gradient(to right, hsla(220, 13%, 0%, 0.3) 40%, hsl(220, 13%, 0%) 80%);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  pointer-events: none;
  will-change: opacity;
}
.overlay.is-visible {
  opacity: 0.5;
  pointer-events: all;
}

.menubg {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 740px;
  background: #1C1D20;
  z-index: 100;
  -webkit-transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
          transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: transform;
}
.menubg__rounded {
  position: fixed;
  top: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
}
.menubg__rounded__wrap {
  position: relative;
  top: 0;
  width: 6vw;
  height: 100%;
  overflow: hidden;
  -webkit-transition: var(--animation-slow);
  transition: var(--animation-slow);
  -webkit-transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: width;
}
.menubg__rounded__wrap-circle {
  position: absolute;
  background: #1C1D20;
  display: block;
  height: 150%;
  width: 775%;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.menubg.is-active {
  -webkit-transform: translate(0, 0) rotate(0.001deg);
          transform: translate(0, 0) rotate(0.001deg);
}
.menubg.is-active .menubg__rounded__wrap {
  width: 0;
}

/********* HEADER RESPONSIVE *********/
@media screen and (max-width: 1920px) {
  .menu {
    padding: 75px 190px 50px;
  }
}
@media (max-width: 900px) {
  .menu {
    width: 500px;
    padding: 150px 100px 100px;
  }
  .menu__section-title {
    font-size: 12px;
    padding-bottom: 35px;
  }
  .menu__list__item {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .menubg {
    width: 500px;
  }
}
@media (max-width: 560px) {
  .menu {
    width: 100%;
    padding: 26.7857142857vw 17.8571428571vw 21.4285714286vw;
  }
  .menu__section-title {
    font-size: 2.1428571429vw;
    padding-bottom: 6.25vw;
  }
  .menu__list__item {
    font-size: 10.7142857143vw;
    margin-bottom: 1.7857142857vw;
  }
  .menu__list__item-text::before {
    left: -12.5vw;
    top: 44%;
    height: 0.3571428571vw;
  }
  .menu__social__title {
    font-size: 2.1428571429vw;
  }
  .menu__social__list a {
    font-size: 3.2142857143vw;
  }
  .menubg {
    width: 100%;
  }
}
.about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__msg {
  width: 40%;
  font-size: 26px;
  line-height: 1.5;
}
.about__msg-title {
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}
.about__msg-text {
  margin-top: -90px;
}
.about__msg-quote {
  display: block;
  margin-top: 100px;
  color: #6840ff;
}
.about__display {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.about__display::before {
  content: "";
  display: block;
  padding-top: 160%;
}
.about__display-img {
  background: url("./../img/portfolio/me-big.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 117%;
  width: 100%;
  z-index: 1;
}
.about__offer {
  width: 100%;
  padding-bottom: 300px;
}
.about__offer__title {
  display: block;
  font-size: 60px;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 60px;
}
.about__offer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__offer__list__item {
  width: 30%;
  min-height: 300px;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
}
.about__offer__list__item-count {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(244, 244, 244, 0.3);
  font-size: 14px;
  color: rgba(28, 29, 32, 0.5);
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.about__offer__list__item-count span {
  background-color: #000;
  padding: 6px 8px 4px;
  border-radius: 3px;
  color: #fff;
}
.about__offer__list__item:nth-child(1) {
  background-color: #a1ff62;
  color: #000;
}
.about__offer__list__item:nth-child(1) .about__offer__list__item-count {
  border-bottom: 1px solid rgba(32, 29, 29, 0.3);
}
.about__offer__list__item:nth-child(2) {
  background-color: #212121;
}
.about__offer__list__item:nth-child(2) .about__offer__list__item-count span {
  background-color: #fff;
  color: #000;
}
.about__offer__list__item:nth-child(3) {
  background-color: #6840ff;
}

@media (max-width: 1440px) {
  .about__offer {
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .about__msg {
    font-size: 20px;
  }
  .about__msg-title {
    font-size: 40px;
  }
  .about__offer__title {
    font-size: 40px;
  }
  .about__offer__list__item {
    padding: 30px;
  }
  .about__offer__list__item-count {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .about__msg-text {
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .about__offer__list__item {
    width: 100%;
    min-height: 250px;
    margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .about__msg {
    width: 100%;
    margin-bottom: 50px;
  }
  .about__msg-quote {
    margin-top: 50px;
  }
  .about__display {
    width: 100%;
  }
  .about__offer {
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .about__msg {
    font-size: 3.5714285714vw;
    margin-bottom: 8.9285714286vw;
  }
  .about__msg-title {
    font-size: 7.1428571429vw;
    margin-bottom: 5.3571428571vw;
  }
  .about__msg-quote {
    margin-top: 8.9285714286vw;
  }
  .about__display::before {
    padding-top: 160%;
  }
  .about__display-img {
    top: -20vw;
    left: -20vw;
    height: 100%;
    width: calc(100% + 34vw);
  }
  .about__offer__title {
    font-size: 7.1428571429vw;
    padding: 3.5714285714vw 0;
    margin-bottom: 10.7142857143vw;
  }
  .about__offer__list__item {
    width: 100%;
    min-height: 44.6428571429vw;
    margin-bottom: 8.9285714286vw;
  }
  .about__offer__list__item-count {
    font-size: 2.1428571429vw;
    padding-bottom: 3.5714285714vw;
    margin-bottom: 7.1428571429vw;
  }
}
.project {
  width: 100%;
}
.project__controller {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 100px;
}
.project__controller-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.project__controller-cta .button {
  cursor: pointer;
}
.project__controller-cta .button svg {
  -webkit-transform: perspective(1px);
          transform: perspective(1px);
}
.project__controller-cta .button.is-active {
  background-color: #212121;
}
.project__controller-cta .button.is-active .space-fill {
  background-color: #212121;
}
.project__controller-cta .button.is-active .btn-text, .project__controller-cta .button.is-active svg {
  color: #fff;
}
.project__controller-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.project__controller-toggler .btn__click__text {
  padding: 0;
}
.project__controller-types {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px 5px;
}
.project__field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.project__field__cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}
.project__field__cta .button {
  width: 190px;
}
.project__field--content {
  display: block;
}
.project__list {
  width: 100%;
  min-height: 35vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transform: translateY(0%) rotate(0.001deg) scale(1);
          transform: translateY(0%) rotate(0.001deg) scale(1);
  -webkit-transition: opacity 0.3s ease-in 0.4s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 0.3s ease-in 0.4s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 0.3s ease-in 0.4s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: opacity 0.3s ease-in 0.4s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
.project__list-item {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.project__list-item--label {
  cursor: context-menu;
}
.project__list-item--label .project__card-title, .project__list-item--label .project__card-code, .project__list-item--label .project__card-location, .project__list-item--label .project__card-service, .project__list-item--label .project__card-year {
  font-size: 12px;
  opacity: 0.5;
}
.project__list-item--label:hover::before, .project__list-item--label:hover::after {
  display: none;
}
.project__list-item--label:hover .project__card {
  -webkit-transform: perspective(1px) scale(1);
          transform: perspective(1px) scale(1);
  opacity: 1;
}
.project__list-item.not-visible {
  height: 0;
}
.project__list.is-list .project__list-item, .project__list.is-archive .project__list-item {
  position: relative;
  border-bottom: 1px solid rgba(28, 29, 32, 0.175);
  -webkit-transform: perspective(1px);
          transform: perspective(1px);
}
.project__list.is-list .project__list-item .project__card__display, .project__list.is-archive .project__list-item .project__card__display {
  display: none;
}
.project__list.is-list .project__list-item .project__card-title, .project__list.is-archive .project__list-item .project__card-title {
  padding-left: 110px;
}
.project__list.is-list .project__list-item::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0) rotate(0.001deg);
          transform: scaleX(0) rotate(0.001deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  z-index: -1;
}
.project__list.is-list .project__list-item::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.015);
  -webkit-transition: background-color 1s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 1s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 1s cubic-bezier(0.5, 0, 0.25, 1), background-color 1s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 1s cubic-bezier(0.5, 0, 0.25, 1), background-color 1s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 1s cubic-bezier(0.5, 0, 0.25, 1);
}
.project__list.is-list .project__list-item:hover::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) rotate(0.001deg);
          transform: scaleX(1) rotate(0.001deg);
}
.project__list.is-list .project__list-item .project__card-type {
  top: -4px;
  left: 50px;
}
.project__list.is-archive .project__list-item .project__card__display {
  display: block;
  width: 300px;
  height: 160px;
}
.project__list.is-archive .project__list-item .project__card__display-img {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.project__list.is-archive .project__list-item .project__card-title {
  width: 40%;
  padding-left: 0;
}
.project__list.is-archive .project__list-item .project__card-year {
  padding-right: 0;
}
.project__list.is-archive .project__list-item .project__card-location, .project__list.is-archive .project__list-item .project__card-service, .project__list.is-archive .project__list-item .project__card-year {
  width: 20%;
}
.project__list.is-archive .project__list-item--label:hover {
  background-color: transparent;
  padding-left: 0;
}
.project__list.is-archive .project__list-item--label .project__card__display {
  height: auto;
}
.project__list.is-column .project__list-item {
  padding: 0;
  width: calc(50% - 50px);
}
.project__list.is-column .project__list-item--label {
  display: none;
}
.project__list.is-column .project__list-item .project__card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project__list.is-column .project__list-item .project__card__display {
  display: block;
  overflow: hidden;
}
.project__list.is-column .project__list-item .project__card-title {
  width: 100%;
  border-bottom: 1px solid rgba(28, 29, 32, 0.175);
  padding: 25px 130px 10px 50px;
  margin-bottom: 20px;
}
.project__list.is-column .project__list-item .project__card-type {
  top: 10px;
  left: 0;
}
.project__list.is-column .project__list-item .project__card-code {
  position: absolute;
  width: 100%;
  bottom: 155px;
  right: 0;
  font-size: 16px;
  text-align: right;
  padding-right: 0;
}
.project__list.is-column .project__list-item .project__card-service {
  width: calc(100% - 80px);
  height: 60px;
}
.project__list.is-column .project__list-item .project__card-year {
  width: 70px;
}
.project__list.is-column .project__list-item .project__card-year {
  text-align: right;
}
.project__list.is-column .project__list-item:hover .project__card__display-img {
  -webkit-transform: perspective(1px) scale(1.03);
          transform: perspective(1px) scale(1.03);
}
.project__list.is-fadeOut {
  opacity: 0;
  -webkit-transform: translateY(5em) rotate(0.001deg);
          transform: translateY(5em) rotate(0.001deg);
  -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0s linear 0.25s;
  transition: opacity 0.25s ease-out, -webkit-transform 0s linear 0.25s;
  transition: opacity 0.25s ease-out, transform 0s linear 0.25s;
  transition: opacity 0.25s ease-out, transform 0s linear 0.25s, -webkit-transform 0s linear 0.25s;
}
.project__list.is-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.001deg) scale(1);
          transform: translateY(0) rotate(0.001deg) scale(1);
}
.project__card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.project__card__display {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.project__card__display-img {
  display: block;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.project__card__details {
  width: calc(100% - 380px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project__card-title, .project__card-code, .project__card-service {
  padding-right: 15px;
}
.project__card-title {
  position: relative;
  width: 52%;
  font-size: 47px;
}
.project__card-type {
  position: absolute;
  padding: 5px 10px 3px;
  color: #fff;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 0;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}
.project__card-type.v-personal {
  background-color: #73b149;
}
.project__card-type.v-client {
  background-color: #217ce9;
}
.project__card-code {
  width: 18%;
}
.project__card-tag {
  display: inline-block;
  padding: 0px 15px;
  background-color: #212121;
  font-size: 16px;
  text-transform: capitalize;
  width: auto;
  color: #fff;
  border-radius: 30px;
  z-index: 1;
}
.project__card-service {
  width: 20%;
}
.project__card-year {
  width: 10%;
}
.project__card-code, .project__card-service, .project__card-location, .project__card-year {
  display: inline-block;
  font-size: 20px;
}
.project__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 150px;
}
.project__details-label {
  display: block;
  font-size: 12px;
  opacity: 0.5;
  width: 100%;
  border-bottom: 1px solid rgba(28, 29, 32, 0.175);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.project__details-text {
  display: block;
  width: 100%;
  font-size: 20px;
}
.project__details-info {
  width: calc(35% - 20px);
}
.project__details-services {
  width: calc(30% - 20px);
}
.project__details-location {
  width: calc(15% - 20px);
}
.project__details-year {
  width: calc(10% - 20px);
  text-align: right;
}
.project__cover {
  position: relative;
  margin-bottom: 300px;
}
.project__cover__img {
  width: 100%;
  height: 960px;
  overflow: hidden;
}
.project__cover__img-bg {
  position: relative;
  top: -150px;
  left: -10px;
  width: calc(100% + 20px);
}
.project__cover__img-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 105.83px;
  width: 340px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 0 #000;
          box-shadow: 10px 10px 0 #000;
}
.project__cover__img-logo.v-personal {
  background-color: #212121;
  width: 120px;
}
.project__link {
  position: absolute;
  height: 200px;
  width: 200px;
  top: -373px;
  right: 100px;
  z-index: 1;
}
.project__link .btn__click__text {
  font-size: 22px;
}
.project__link.v-personal {
  top: -280px;
}
.project__video {
  background-color: #c9c6c0;
  padding: 250px 0;
  width: 100%;
}
.project__video__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project__video__box-wrap {
  position: absolute;
  width: 58.2494791667vw;
  max-width: 1118.39px;
  height: 35.9364583333vw;
  max-height: 689.98px;
  left: 49.9%;
  top: 47.3%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1.5vw 1.5vw 0 0;
  overflow: hidden;
}
.project__video__box-wrap::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.project__video__box-wrap video {
  position: absolute;
  top: -0.25vw;
  left: -0.25vw;
  height: calc(100% + 0.5vw);
  width: calc(100% + 0.5vw);
  -o-object-fit: cover;
     object-fit: cover;
}
.project__video__box-bg {
  position: relative;
  width: 77.3338541667vw;
  max-width: 1484.81px;
  height: 38.9484375vw;
  max-height: 747.81px;
}
.project__video__box-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("./../img/common/laptop.png") center center/cover no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__mobilephones {
  padding: 300px 0 100px;
  background-color: #f4f4f4;
}
.project__mobilephones__wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project__mobilephones__case {
  position: relative;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project__mobilephones__case .device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
}
.project__mobilephones__case .device__view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67.2%;
  background: rgba(100, 100, 100, 0.1);
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10%/5%;
}
.project__mobilephones__case .device__view::before {
  content: "";
  display: block;
  padding-top: 216%;
}
.project__mobilephones__case .device__view-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: perspective(1px);
          transform: perspective(1px);
}
.project__mobilephones__case .device__cover {
  position: relative;
  width: 100%;
}
.project__mobilephones__case .device__cover::before {
  content: "";
  display: block;
  padding-top: 202%;
}
.project__mobilephones__case .device__cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("./../img/common/mobile-3.png") center center/cover no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__mobilephones__case.device__1 {
  top: 100px;
}
.project__mobilephones__case.device__3 {
  top: -100px;
}
.project__divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: red;
}
.project__divider::before {
  content: "";
  display: block;
  padding-top: 150vh;
}
.project__divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 11, 34, 0.9);
  z-index: 2;
}
.project__divider-img {
  position: absolute;
  top: -25vw;
  left: -5vw;
  height: 110vw;
  width: calc(100% + 20vw);
  z-index: 1;
}
.project__divider-img.p_clear-digits {
  background: url("./../../../projects/clients/clear-digits/accounting-bg.jpg") center center/contain no-repeat;
}
.project__divider-logo {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 120px;
  width: 340px;
  z-index: 3;
}
.project__divider-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .project__cover {
    margin-bottom: 200px;
  }
  .project__cover__img {
    height: 60vw;
  }
  .project__mobilephones {
    padding: 200px 0 100px;
  }
  .project__mobilephones__wrap {
    max-width: 1200px;
  }
  .project__divider::before {
    padding-top: 120vh;
  }
  .project__divider-img {
    top: -35vw;
    left: -10vw;
    height: 120vw;
    width: calc(100% + 30vw);
  }
  .project__divider-logo {
    top: 30vw;
  }
}
@media (max-width: 1200px) {
  .project__controller {
    margin-bottom: 20px;
    padding: 0;
  }
  .project__list.is-column .project__list-item {
    width: calc(50% - 25px);
  }
  .project__list.is-column .project__list-item .project__card-title {
    padding: 25px 0 20px;
    margin-bottom: 30px;
    font-size: 36px;
  }
  .project__list.is-column .project__list-item .project__card-type {
    top: initial;
    bottom: -15px;
  }
  .project__list.is-column .project__list-item .project__card-code {
    bottom: 115px;
  }
  .project__cover {
    margin-bottom: 100px;
  }
  .project__video, .project__mobilephones {
    padding: 150px 0;
  }
}
@media (max-width: 1024px) {
  .project__details {
    margin-bottom: 100px;
  }
  .project__details-text {
    font-size: 18px;
  }
  .project__list.is-list .project__list-item .project__card-title {
    padding-left: 50px;
  }
  .project__list.is-list .project__list-item .project__card-type {
    left: 0;
  }
  .project__cover__img {
    height: auto;
    overflow: visible;
  }
  .project__cover__img-bg {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
  }
  .project__cover__img-logo {
    display: none;
  }
  .project__link {
    top: -77px;
    right: 30px;
  }
  .project__mobilephones {
    padding: 100px 0 50px;
  }
  .project__mobilephones__case.device__1 {
    top: 0;
  }
  .project__mobilephones__case.device__3 {
    top: 0;
  }
  .project__divider::before {
    padding-top: 60vh;
  }
  .project__divider-logo {
    top: 0;
    height: 70px;
    width: 220px;
  }
}
@media (max-width: 900px) {
  .project__controller {
    padding: 0;
  }
  .project__controller-toggler .btn__click__text svg {
    height: 18px;
    width: 18px;
  }
  .project__field__cta {
    padding: 50px 0;
  }
  .project__list {
    min-height: 250px;
  }
  .project__list-item--label .project__card {
    padding: 20px 0;
  }
  .project__list.is-list .project__list-item::before, .project__list.is-archive .project__list-item::before {
    display: none;
  }
  .project__list.is-list .project__list-item .project__card-title, .project__list.is-archive .project__list-item .project__card-title {
    padding-left: 50px;
  }
  .project__list.is-archive .project__list-item--label .project__card-title {
    font-size: 12px;
  }
  .project__list.is-archive .project__list-item .project__card__display {
    display: none;
  }
  .project__list.is-archive .project__list-item .project__card__details {
    width: 100%;
  }
  .project__list.is-archive .project__list-item .project__card-title {
    width: 40%;
    padding-left: 0;
  }
  .project__list.is-archive .project__list-item .project__card-code, .project__list.is-archive .project__list-item .project__card-service {
    width: 25%;
  }
  .project__list.is-archive .project__list-item .project__card-year {
    width: 10%;
    text-align: right;
  }
  .project__list.is-archive .project__list-item:hover {
    padding-left: 0;
  }
  .project__list.is-column .project__list-item {
    width: calc(50% - 25px);
  }
  .project__details {
    padding: 0 10vw;
  }
  .project__details-services {
    width: calc(25% - 20px);
  }
  .project__details-code {
    width: calc(20% - 20px);
  }
  .project__cover {
    margin-bottom: 0;
  }
  .project__link {
    height: 110px;
    width: 110px;
    top: -55px;
    right: 50px;
  }
  .project__link .btn__click__text {
    font-size: 18px;
  }
  .project__card__details {
    width: calc(100% - 380px);
  }
  .project__card-title {
    width: 40%;
    font-size: 32px;
  }
  .project__card-code, .project__card-service {
    width: 25%;
  }
  .project__card-year {
    width: 10%;
    text-align: right;
  }
  .project__card-code, .project__card-service, .project__card-location, .project__card-year {
    display: inline-block;
    font-size: 18px;
  }
  .project__divider::before {
    padding-top: 50vw;
  }
  .project__video__box {
    padding: 50px 0;
  }
}
@media (max-width: 720px) {
  .project__controller-cta, .project__controller-toggler {
    gap: 8px;
  }
  .project__controller-cta .btn__click__text {
    padding: 0 30px;
  }
  .project__list.is-column .project__list-item {
    width: 100%;
  }
  .project__details-label {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .project__details-info, .project__details-services, .project__details-code {
    width: 100%;
    margin-bottom: 60px;
  }
  .project__details-year {
    width: 100%;
    text-align: left;
  }
  .project__link {
    top: -208px;
  }
  .project__link.v-personal {
    top: -208px;
  }
}
@media (max-width: 560px) {
  .project__controller-cta, .project__controller-toggler {
    gap: 1.4285714286vw;
  }
  .project__controller-cta .btn__click__text {
    padding: 0 5.3571428571vw;
  }
  .project__list {
    min-height: 250px;
  }
  .project__list-item--label .project__card {
    padding: 3.5714285714vw 0;
  }
  .project__list-item--label .project__card-title, .project__list-item--label .project__card-location, .project__list-item--label .project__card-service, .project__list-item--label .project__card-year {
    font-size: 2.1428571429vw;
  }
  .project__list-item--label .project__card-code {
    display: none;
  }
  .project__list.is-column .project__list-item .project__card-title {
    padding: 4.4642857143vw 0 3.5714285714vw;
    margin-bottom: 4.4642857143vw;
  }
  .project__list.is-column .project__list-item .project__card-code {
    bottom: 19.6428571429vw;
    font-size: 2.8571428571vw;
  }
  .project__list.is-column .project__list-item .project__card-service {
    width: calc(100% - 14.2857142857vw);
    height: 10.7142857143vw;
  }
  .project__list.is-column .project__list-item .project__card-year {
    width: 12.5vw;
  }
  .project__list.is-column .project__list-item .project__card-type {
    bottom: -11px;
  }
  .project__card-title {
    font-size: 2.8571428571vw;
  }
  .project__card-service, .project__card-location, .project__card-year {
    font-size: 2.8571428571vw;
  }
  .project__card-code {
    display: none;
  }
  .project__card-type {
    padding: 0.8928571429vw 1.7857142857vw 0.5357142857vw;
    font-size: 2.8571428571vw;
    height: 5.8928571429vw;
    width: 5.8928571429vw;
  }
  .project__details {
    margin-bottom: 17.8571428571vw;
  }
  .project__details-label {
    padding-bottom: 3.5714285714vw;
    margin-bottom: 4.4642857143vw;
    font-size: 2.1428571429vw;
  }
  .project__details-text {
    font-size: 3.2142857143vw;
  }
  .project__details-info, .project__details-services, .project__details-code {
    margin-bottom: 10.7142857143vw;
  }
  .project__link {
    top: -37.1428571429vw;
    height: 19.6428571429vw;
    width: 19.6428571429vw;
    right: 8.9285714286vw;
  }
  .project__link .btn {
    margin-bottom: 0;
  }
  .project__link .btn__click__text {
    font-size: 3.2142857143vw;
  }
  .project__divider-logo {
    height: 7.6785714286vw;
    width: 24.2857142857vw;
  }
  .project__mobilephones {
    padding: 17.8571428571vw 0 8.9285714286vw;
  }
}
.unknown {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00130f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
}
.unknown__text {
  position: relative;
  display: block;
  margin-bottom: 1vw;
  font-size: 26px;
  letter-spacing: 5px;
}
.unknown__text, .unknown__cta {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.unknown__text .btn, .unknown__cta .btn {
  display: inline-block;
  width: 210px;
  margin: 0;
}
.unknown__text .speedy, .unknown__cta .speedy {
  z-index: -1;
}

.glitch {
  position: relative;
  margin: 0;
  font-size: 12vw;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  letter-spacing: 20px;
  z-index: 1;
}
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.glitch::before {
  left: 7px;
  text-shadow: -7px 0 #49fc00;
  clip: rect(24px, 600px, 90px, 0);
  animation: glitch-anim-2 0.4s infinite linear alternate-reverse;
}
.glitch::after {
  left: -15px;
  text-shadow: -5px 0 #b300fc;
  clip: rect(85px, 600px, 140px, 0);
  animation: glitch-anim 0.3s infinite linear alternate-reverse;
}

.speedy {
  position: absolute;
  left: -5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 110vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.03);
  z-index: 0;
}
.speedy::before, .speedy::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(161, 255, 98, 0.2);
  -webkit-animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
          animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
  z-index: 1;
}
.speedy::after {
  background-color: rgba(255, 255, 255, 0.03);
}
.speedy--1::before {
  width: 50px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--1::after {
  width: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--2::before {
  width: 70px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--2::after {
  width: 40px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--3::before {
  width: 30px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--3::after {
  width: 80px;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--4::before {
  width: 50px;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--4::after {
  width: 20px;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--5::before {
  width: 60px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.speedy--5::after {
  width: 20px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.speedy--6::before {
  width: 35px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.speedy--6::after {
  width: 50px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.speedy--kv {
  background-color: rgba(255, 255, 255, 0.03);
}
.speedy--kv.speedy--1, .speedy--kv.speedy--2 {
  top: -20vw;
}
.speedy--kv.speedy--5, .speedy--kv.speedy--6 {
  bottom: -20vw;
}

@-webkit-keyframes glitch-anim {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}

@keyframes glitch-anim {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@-webkit-keyframes glitch-anim-2 {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@keyframes glitch-anim-2 {
  100% {
    clip: rect(1000px, 1000px, 1000px, 1000px);
  }
}
@media (max-width: 720px) {
  .unknown {
    padding: 32.6388888889vw 0;
  }
  .glitch {
    margin: 6.9444444444vw 0;
    font-size: 20vw;
  }
}
@media (max-width: 560px) {
  .unknown {
    padding: 21.4285714286vw 0 41.9642857143vw;
  }
  .unknown__text {
    font-size: 4.6428571429vw;
    letter-spacing: 0.8928571429vw;
  }
  .unknown__cta .btn {
    width: 31.25vw;
  }
  .glitch {
    margin: 8.9285714286vw 0;
    font-size: 25vw;
  }
  .speedy--3, .speedy--4 {
    top: -21.4285714286vw;
  }
}
.section {
  position: relative;
  padding: 150px 0;
}
.section__heading {
  position: relative;
  margin-bottom: 100px;
}
.section__heading-subtext {
  display: block;
  margin-bottom: 10px;
}
.section__heading-title {
  position: relative;
  font-size: 56px;
  font-weight: 600;
}
.section__heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100px;
  background-color: #6840ff;
}
.section__heading-title-words {
  display: inline-block;
}
.section__heading-title-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0.5208333333vw;
  -webkit-transform: perspective(1px) scale(3.5);
          transform: perspective(1px) scale(3.5);
  z-index: -1;
  color: rgba(0, 0, 0, 0.018);
}
.section__heading-title-bg-text {
  position: relative;
  display: block;
}
.section__heading__profile {
  position: absolute;
  display: inline-block;
  height: 5.7291666667vw;
  width: 5.7291666667vw;
  top: 1.6666666667vw;
  left: 5.7291666667vw;
  z-index: 3;
}
.section__heading__profile-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle at 14.64% -11.24%, #ffffa0 0, #f2ffa0 6.25%, #e1ffa0 12.5%, #cfffa1 18.75%, #bbffa3 25%, #a4fda6 31.25%, #8afaaa 37.5%, #6bf6af 43.75%, #3cf2b5 50%, #00edbc 56.25%, #00e9c5 62.5%, #00e4cf 68.75%, #00e0db 75%, #00dce7 81.25%, #00d8f3 87.5%, #00d4ff 93.75%, #00d0ff 100%);
  background-size: 150% 150%;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
}
.section__heading__profile-img img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.section__heading.v-center {
  text-align: center;
}
.section__heading.v-center .section__heading-title {
  font-size: 7.03125vw;
}
.section__heading.v-center .section__heading-title-char {
  display: inline-block;
}
.section__heading.v-center .section__heading-title-char:first-child {
  margin-right: 5.2083333333vw;
}
.section__heading.v-center .section__heading-title::before {
  display: none;
}
.section__heading.v-project .section__heading-title {
  font-size: 7.03125vw;
  line-height: 1;
}
.section__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__overlay {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, hsla(220, 13%, 0%, 0.3)), color-stop(80%, hsl(220, 13%, 0%)));
  background: linear-gradient(to top, hsla(220, 13%, 0%, 0.3) 40%, hsl(220, 13%, 0%) 80%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}
.section--dark {
  background-color: var(--bg-secondary);
  color: #fff;
}
.section--dark .section__heading-title {
  color: #fff;
}
.section--dark .section__heading-title-bg {
  color: rgba(0, 0, 0, 0.05);
}
.section--page_title {
  padding: 150px 0 50px;
}
.section--page_title .section__heading {
  margin-bottom: 0;
}
.section--page_title.v-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 83px;
  width: 100%;
  background-color: #999D9E;
}
.section--work {
  padding-bottom: 70px;
}
.section--skills {
  padding: 70px 0;
  color: #fff;
}
.section--skills .inner {
  background-color: #6840ff;
  padding: 100px 50px;
  width: calc(100% - 100px);
  border-radius: 30px;
  overflow: hidden;
}
.section--awards {
  overflow: hidden;
  z-index: 2;
}
.section--awards .inner {
  position: relative;
  z-index: 1;
}
.section--awards .big-name {
  position: absolute;
  top: 12%;
  left: 20%;
  bottom: 0;
  margin: auto;
}
.section--contact {
  background-color: #212121;
  color: #fff;
  overflow: hidden;
  padding-top: 200px;
}
.section--contact .section__heading-title {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.roundedBottom {
  width: 100%;
  position: relative;
  height: 0;
  display: block;
  z-index: 2;
}
.roundedBottom__wrap {
  width: 100%;
  top: -1px;
  position: relative;
  height: 10vh;
  overflow: hidden;
}
.roundedBottom__wrap__layer {
  width: 150%;
  content: "";
  display: block;
  position: absolute;
  background-color: #f4f4f4;
  height: 750%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -86.666%);
          transform: translate(-50%, -86.666%);
  z-index: 1;
}
.roundedBottom--kv .roundedBottom__wrap__layer {
  background-color: #999D9E;
}

@media (max-width: 1440px) {
  .section--awards .big-name {
    top: 17%;
  }
}
@media (max-width: 1200px) {
  .section {
    padding: 100px 0;
  }
  .section--page_title {
    padding: 150px 0 50px;
  }
  .section--skills {
    padding: 0;
  }
  .section--contact {
    padding-top: 150px;
  }
}
@media (max-width: 1025px) {
  .roundedBottom--kv {
    display: none;
  }
}
@media (max-width: 900px) {
  .section--project_child .inner {
    padding: 0;
  }
  .section--skills .inner {
    width: calc(100% - 6vw);
    padding: 50px 20px;
  }
  .section--contact {
    padding: 100px 0 50px;
  }
  .section--contact .section__heading {
    margin-bottom: 50px;
  }
  .section--awards .big-name {
    left: 5%;
  }
}
@media (max-width: 850px) {
  .section__heading__profile {
    height: 8.5714285714vw;
    width: 8.5714285714vw;
    top: 1.7857142857vw;
    left: 8.0357142857vw;
  }
  .section__heading.v-center .section__heading-title {
    font-size: 9.8214285714vw;
  }
  .section__heading.v-center .section__heading-title-char:first-child {
    margin-right: 8.0357142857vw;
  }
  .section__heading.v-center .section__heading-title::before {
    display: none;
  }
  .section__heading.v-project .section__heading-title {
    font-size: 9.8214285714vw;
    line-height: 1;
  }
}
@media (max-width: 560px) {
  .section {
    padding: 14.2857142857vw 0;
  }
  .section__heading {
    margin-bottom: 17.8571428571vw;
  }
  .section__heading-subtext {
    font-size: 3.2142857143vw;
    margin-bottom: 1.7857142857vw;
  }
  .section__heading-title {
    font-size: 8.9285714286vw;
  }
  .section__heading-title::before {
    height: 0.7142857143vw;
    width: 17.8571428571vw;
    bottom: -1.7857142857vw;
  }
  .section__heading-title-bg {
    top: 0.5208333333vw;
  }
  .section__heading__profile {
    height: 9.2857142857vw;
    width: 9.2857142857vw;
    top: 2.6785714286vw;
    left: 9.6428571429vw;
  }
  .section__heading.v-center .section__heading-title {
    font-size: 11.6071428571vw;
  }
  .section__heading.v-center .section__heading-title-char:first-child {
    margin-right: 8.9285714286vw;
  }
  .section__heading.v-project .section__heading-title {
    font-size: 11.6071428571vw;
  }
  .section--page_title {
    padding: 26.7857142857vw 0 8.9285714286vw;
  }
  .section--skills {
    padding: 0;
  }
  .section--skills .inner {
    width: 100%;
    border-radius: 0;
    padding: 8.9285714286vw 0;
  }
  .section--contact {
    padding: 21.4285714286vw 0;
  }
  .section--contact .section__heading {
    margin-bottom: 8.9285714286vw;
  }
  .roundedBottom__wrap {
    height: 6vh;
  }
}
.accordion__field {
  width: calc(70% - 50px);
}
.accordion__field__header {
  width: 100%;
  margin-bottom: 20px;
}
.accordion__field__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1%;
}

.accordion {
  width: 48%;
  border-top: 1px solid rgba(28, 29, 32, 0.1);
  padding: 50px 0;
}
.accordion__head {
  cursor: pointer;
}
.accordion__head-view {
  display: none;
}
.accordion__head .company {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accordion__head .company__logo {
  background-color: #ddd;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.accordion__head .company__logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.accordion__head .company__detail {
  width: calc(100% - 140px);
}
.accordion__head .company__detail-company_name, .accordion__head .company__detail-company_range {
  display: block;
}
.accordion__head .company__detail-company_name {
  color: rgba(0, 0, 0, 0.9);
}
.accordion__head .company__detail-company_range {
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--text-size-regular);
}
.accordion__head .company__detail-position {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.accordion__head:hover .company__logo img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.accordion__head:hover .accordion__head-view {
  gap: 10px;
  opacity: 0.8;
}
.accordion__head:hover .accordion__head-view svg {
  -webkit-transform: perspective(1px) rotate(180deg);
          transform: perspective(1px) rotate(180deg);
}
.accordion__head:hover .accordion__head-view span {
  letter-spacing: 0.5px;
}
.accordion__body {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: var(--text-size-regular);
  color: rgba(28, 29, 32, 0.8);
  display: none;
}
.accordion__body__text .timeline {
  position: relative;
  width: 100%;
  padding-left: 50px;
  margin-bottom: 40px;
}
.accordion__body__text .timeline__role {
  position: relative;
  display: block;
}
.accordion__body__text .timeline__role-feature {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFCC00;
  color: #1C1D20;
  padding: 0 15px;
  border-radius: 20px;
}
.accordion__body__text .timeline__date {
  display: block;
  margin-bottom: 20px;
}
.accordion__body__text .timeline::before, .accordion__body__text .timeline::after {
  content: "";
  position: absolute;
}
.accordion__body__text .timeline::before {
  top: 3px;
  left: 20px;
  height: 10px;
  width: 10px;
  background-color: #a1ff62;
  border-radius: 50%;
}
.accordion__body__text .timeline::after {
  top: 27px;
  left: 24px;
  width: 1px;
  height: 100%;
  background-color: #a1ff62;
}
.accordion__body__text .timeline:last-child {
  margin-bottom: 0;
}
.accordion__body__text .timeline:last-child::after {
  display: none;
}
.accordion__body__text ul {
  width: 100%;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.accordion__body__text ul li {
  position: relative;
  width: 100%;
  list-style: circle;
  list-style-type: none;
}
.accordion__body__text ul li::before {
  content: "-";
  position: absolute;
  top: 0px;
  left: -12px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.accordion.is-open .accordion__head .company__logo img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.accordion.is-open .accordion__head .accordion__head-view {
  gap: 10px;
  opacity: 0.8;
}
.accordion.is-open .accordion__head .accordion__head-view svg {
  -webkit-transform: perspective(1px) rotate(135deg);
          transform: perspective(1px) rotate(135deg);
}
.accordion.is-open .accordion__head .accordion__head-view span {
  letter-spacing: 0.5px;
}

@media (max-width: 1440px) {
  .accordion__field {
    width: calc(65% - 100px);
  }
  .accordion {
    width: 100%;
  }
  .accordion__head-view {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .accordion__head .company__detail {
    position: relative;
  }
  .accordion__head .company__detail-company_range {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .accordion__field {
    width: calc(65% - 50px);
  }
  .accordion__head-view span {
    font-size: 12px;
  }
  .accordion__head .company {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .accordion__head .company__logo {
    background-color: #ddd;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
  }
  .accordion__head .company__logo img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .accordion__head .company__detail {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .accordion__field {
    width: 100%;
  }
  .accordion {
    width: 100%;
    border-top: 1px solid rgba(28, 29, 32, 0.1);
    padding: 50px 0;
  }
  .accordion__head {
    cursor: pointer;
  }
  .accordion__head-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    gap: 5px;
    opacity: 0.5;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .accordion__head-view svg {
    width: 1.2em;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .accordion__head-view span {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  .accordion__head .company__detail-company_range {
    margin-bottom: 30px;
  }
  .accordion__head:hover .accordion__head-view {
    gap: 10px;
    opacity: 0.8;
  }
  .accordion__head:hover .accordion__head-view svg {
    -webkit-transform: perspective(1px) rotate(180deg);
            transform: perspective(1px) rotate(180deg);
  }
  .accordion__head:hover .accordion__head-view span {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 900px) {
  .accordion__field {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .accordion__field__header {
    margin-bottom: 3.5714285714vw;
  }
  .accordion__field__header strong {
    font-size: 3.2142857143vw;
  }
  .accordion {
    width: 100%;
    padding: 5.3571428571vw 0;
  }
  .accordion__head-view {
    height: 5.3571428571vw;
    gap: 1.7857142857vw;
    position: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .accordion__head-view svg {
    width: 1.2em;
  }
  .accordion__head-view span {
    font-size: 2.1428571429vw;
  }
  .accordion__head .company__logo {
    height: 17.8571428571vw;
    width: 17.8571428571vw;
    border-radius: 1.7857142857vw;
  }
  .accordion__head .company__detail {
    width: calc(100% - 23.2142857143vw);
    padding-right: 0;
  }
  .accordion__head .company__detail-company_name {
    font-size: 2.5vw;
  }
  .accordion__head .company__detail-company_range {
    font-size: 2.5vw;
    margin-bottom: 5.3571428571vw;
  }
  .accordion__head .company__detail-position {
    font-size: 3.5714285714vw;
    margin-bottom: 2.6785714286vw;
  }
  .accordion__head:hover .accordion__head-view span {
    letter-spacing: 0;
  }
  .accordion__body {
    margin-top: 3.5714285714vw;
    padding: 3.5714285714vw;
    border-radius: 1.7857142857vw;
    font-size: 2.5vw;
  }
  .accordion__body__text .timeline {
    padding-left: 8.9285714286vw;
    margin-bottom: 7.1428571429vw;
  }
  .accordion__body__text .timeline__role-feature {
    height: 4.4642857143vw;
    padding: 0 2.6785714286vw;
    border-radius: 3.5714285714vw;
  }
  .accordion__body__text .timeline__date {
    margin-bottom: 3.5714285714vw;
  }
  .accordion__body__text .timeline::before {
    top: 0.5357142857vw;
    left: 3.5714285714vw;
    height: 1.7857142857vw;
    width: 1.7857142857vw;
  }
  .accordion__body__text .timeline::after {
    top: 4.8214285714vw;
    left: 4.2857142857vw;
    width: 1px;
  }
  .accordion__body__text ul {
    padding-left: 3.5714285714vw;
    margin-top: 0.8928571429vw;
    margin-bottom: 2.6785714286vw;
  }
  .accordion__body__text ul li::before {
    left: -2.1428571429vw;
  }
}
.awards {
  width: 100%;
  padding: 50px 0 150px;
}
.awards__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 0;
}
.awards__list__item {
  width: 25%;
  margin-bottom: 20px;
}

.award {
  width: 100%;
}
.award__img {
  display: block;
  width: auto;
  height: 150px;
  margin: 0 auto 20px;
  -webkit-filter: sepia(10) hue-rotate(207deg) brightness(140%);
          filter: sepia(10) hue-rotate(207deg) brightness(140%);
}
.award__context {
  padding: 0 80px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.award__context-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  .awards {
    padding-bottom: 100px;
  }
  .awards__list__item {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .awards {
    padding: 0;
  }
}
@media (max-width: 720px) {
  .awards__list__item {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .awards {
    width: 100%;
    padding: 0 0 8.9285714286vw;
  }
  .awards__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8.9285714286vw 0;
  }
  .awards__list__item {
    width: calc(50% - 3.5714285714vw);
    margin-bottom: 3.5714285714vw;
  }
  .award__img {
    height: 17.8571428571vw;
    margin: 0 auto 3.5714285714vw;
  }
  .award__context {
    padding: 0;
    font-size: 2.8571428571vw;
    line-height: 1.5;
  }
  .award__context-title {
    font-size: 3.2142857143vw;
    margin-bottom: 3.5714285714vw;
  }
  .award__context br {
    display: none;
  }
}
.breadcrumb {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
.breadcrumb__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list__item {
  position: relative;
  padding-left: 20px;
  margin-right: 5px;
}
.breadcrumb__list__item::after {
  content: "/";
  position: absolute;
  left: 0;
  opacity: 0.3;
}
.breadcrumb__list__item-link {
  position: relative;
  opacity: 0.3;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.breadcrumb__list__item-link:hover {
  opacity: 0.7;
  color: #000;
}
.breadcrumb__list__item-text:hover {
  cursor: context-menu;
}
.breadcrumb__list__item:first-child {
  padding-left: 0;
}
.breadcrumb__list__item:first-child::after {
  display: none;
}
.breadcrumb--dark .breadcrumb__list__item-link:hover {
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 560px) {
  .breadcrumb {
    padding: 1.7857142857vw 3.5714285714vw;
  }
  .breadcrumb__list__item {
    padding-left: 3.5714285714vw;
    margin-right: 0.8928571429vw;
  }
  .breadcrumb__list__item-link {
    font-size: 2.5vw;
  }
  .breadcrumb__list__item-text {
    font-size: 2.5vw;
  }
}
.btn {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 5;
}
.btn__click {
  position: relative;
  border: 0;
  background: transparent;
  border-radius: 50px;
  min-width: 70px;
  height: 70px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  will-change: transform;
  outline: 0;
  -webkit-transform: translateZ(0) rotate(0.001deg);
          transform: translateZ(0) rotate(0.001deg);
}
.btn__click__fill {
  background-color: #a1ff62;
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  -webkit-transform: translate3d(0, -76%, 0);
          transform: translate3d(0, -76%, 0);
  will-change: transform;
  -webkit-transition: background-color ease-in-out 0.25s;
  transition: background-color ease-in-out 0.25s;
}
.btn__click__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  color: #1C1D20;
  position: relative;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  will-change: transform, color;
  z-index: 2;
  cursor: pointer;
}
.btn__click__text-inner svg {
  display: block;
}
.btn__click__text-inner .counter {
  display: inline-block;
  margin-left: 5px;
  opacity: 0.6;
  font-size: 12px;
  position: relative;
  -webkit-transform: translate(20%, -15%);
          transform: translate(20%, -15%);
  width: 0;
  position: absolute;
}
.btn__click__text-inner i {
  display: inline-block;
  margin-left: 2px;
}
.btn__click__text-inner i svg {
  position: relative;
  top: 6px;
  height: 25px;
  width: 25px;
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
}
.btn {
  /* --- Button Normal --- */
}
.btn--normal .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
  box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
}
.btn--normal .btn__click__fill {
  background-color: #6840ff;
}
.btn--normal.is-active .btn__click__fill {
  -webkit-transform: translate3d(0, 0%, 0) !important;
          transform: translate3d(0, 0%, 0) !important;
  background-color: #1C1D20;
}
.btn--normal.is-active .btn__click__text-inner {
  color: #fff !important;
}
.btn--normal.not-active .btn__click__fill {
  background-color: #1C1D20;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn--normal.not-active .btn__click__text-inner {
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.btn--normal.is-focused .btn__click {
  background-color: #6840ff;
}
.btn--normal.is-focused .btn__click__fill {
  background-color: #6840ff;
}
.btn--normal.is-disabled {
  cursor: not-allowed;
}
.btn--normal.is-disabled .btn__click {
  background-color: #bbb;
}
.btn--normal.is-disabled .btn__click__fill {
  background-color: #aaa;
}
.btn {
  /* --- Button Normal - Dark --- */
}
.btn--dark .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(28, 29, 32, 0.175);
  box-shadow: inset 0px 0px 0px 0px rgba(28, 29, 32, 0.175);
  background-color: #1C1D20;
}
.btn--dark .btn__click__text-inner {
  color: #fff !important;
}
.btn {
  /* --- Button Circle --- */
}
.btn--round {
  margin: 0;
  z-index: 20;
}
.btn--round .btn__click {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 0;
  background: #1C1D20;
  font-size: 20px;
}
.btn--round .btn__click__fill {
  background: rgb(132, 218, 75);
}
.btn--round .btn__click__text {
  padding: 0 20px;
  text-align: center;
}
.btn--round .btn__click__text-inner {
  color: #000 !important;
}

/* --- DARK THEME --- */
.theme_dark .btn--normal .btn__click {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.2);
}
.theme_dark .btn--normal .btn__click__fill {
  background-color: #6840ff;
}
.theme_dark .btn--normal .btn__click__text-inner {
  color: #fff !important;
}
.theme_dark .btn--round .btn__click {
  background-color: #a1ff62;
}
.theme_dark .btn--round .btn__click__fill {
  background-color: rgb(132, 218, 75);
}

@media (max-width: 1440px) {
  .btn--round .btn__click {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 900px) {
  .btn {
    margin-bottom: 20px;
  }
  .btn__click {
    min-width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .btn__click__text {
    padding: 0 35px;
  }
  .btn__click__text-inner .counter {
    margin-left: 5px;
    opacity: 0.6;
    font-size: 12px;
    -webkit-transform: translate(20%, -15%);
            transform: translate(20%, -15%);
  }
  .btn__click__text-inner i {
    display: inline-block;
    margin-left: 2px;
  }
  .btn__click__text-inner i svg {
    position: relative;
    top: 4px;
    height: 20px;
    width: 20px;
    -webkit-transform: perspective(1px) rotate(-45deg);
            transform: perspective(1px) rotate(-45deg);
  }
  .btn {
    /* --- Button Circle --- */
  }
  .btn--round .btn__click {
    width: 110px;
    height: 110px;
    font-size: 16px;
  }
  .btn--round .btn__click__text {
    padding: 0 20px;
  }
}
@media (max-width: 560px) {
  .btn {
    margin-bottom: 3.5714285714vw;
  }
  .btn__click {
    min-width: 8.9285714286vw;
    height: 8.9285714286vw;
    font-size: 3.2142857143vw;
  }
  .btn__click__text {
    padding: 0 6.25vw;
  }
  .btn__click__text-inner {
    margin-left: 0.3571428571vw;
  }
  .btn__click__text-inner .counter {
    margin-left: 0.8928571429vw;
    font-size: 2.1428571429vw;
    -webkit-transform: translate(20%, -15%);
            transform: translate(20%, -15%);
  }
  .btn__click__text-inner i {
    margin-left: 0.3571428571vw;
  }
  .btn__click__text-inner i svg {
    top: 0.7142857143vw;
    height: 3.5714285714vw;
    width: 3.5714285714vw;
  }
  .btn {
    /* --- Button Circle --- */
  }
  .btn--round .btn__click {
    width: 19.6428571429vw;
    height: 19.6428571429vw;
    font-size: 3.2142857143vw;
  }
  .btn--round .btn__click__text {
    padding: 0 3.5714285714vw;
  }
}
/**************************************
common.scss
***************************************/
.inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 3vw;
}
.inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner--content {
  max-width: 1600px;
}
.inner--contact {
  padding: 0 80px 200px;
}

.split-text {
  display: inline-block;
  overflow: hidden;
}

.typed-cursor {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  -webkit-animation: blinking 1s infinite;
          animation: blinking 1s infinite;
}

.text-primary {
  color: #a1ff62;
}

.text-color-primary {
  color: #a1ff62;
}

.text-color-black {
  color: #1C1D20 !important;
}

.text-color-white {
  color: #fff;
}

.text-color-red {
  color: #ee394e;
}

.text-lowercase {
  text-transform: lowercase;
}

.bg-d_gray {
  background-color: #212121;
}

.bg-d_green {
  background-color: rgb(132, 218, 75) !important;
}

.delay-02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.big-name {
  white-space: nowrap;
}
.big-name .name-wrap {
  display: inline-block;
  font-size: 700px;
  font-family: "Neue Montreal", sans-serif;
  margin: 0 100px;
  color: rgba(153, 157, 158, 0.03);
}
.big-name--about {
  position: relative;
  left: -40%;
}
.big-name--about .name-wrap {
  font-size: 500px;
  color: #fff;
}

.xlink {
  width: 70px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xlink__text {
  opacity: 0.5;
  -webkit-transition: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}
.xlink__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: background-color 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: background-color 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  -webkit-transform: perspective(1px) rotate(-45deg);
          transform: perspective(1px) rotate(-45deg);
  background-color: rgb(244, 246, 249);
}
.xlink__icon i {
  position: relative;
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: perspective(1px) translateX(0%) rotate(0.001deg);
          transform: perspective(1px) translateX(0%) rotate(0.001deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}
.xlink__icon i svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.xlink__icon i.copy {
  position: absolute;
  -webkit-transform: perspective(1px) translateX(-150%) rotate(0.001deg);
          transform: perspective(1px) translateX(-150%) rotate(0.001deg);
}

.xlink i svg :is(polyline, line) {
  stroke: #000;
  stroke-width: 1.5px;
  -webkit-transition: stroke 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transition: stroke 0.4s cubic-bezier(0.75, 0, 0.25, 1);
}

/********* RESPONSIVE *********/
@media screen and (max-width: 1920px) {
  .inner {
    max-width: 1600px;
  }
}
@media (max-width: 1440px) {
  .big-name--about .name-wrap {
    font-size: 26vw;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .big-name--about .name-wrap {
    font-size: 26vw;
    color: #fff;
  }
}
@media (max-width: 720px) {
  .inner {
    padding: 0 4.1666666667vw;
  }
  .inner--contact {
    padding: 0 6.9444444444vw;
  }
}
@media (max-width: 560px) {
  .inner {
    padding: 0 5.3571428571vw;
  }
  .inner--contact {
    padding: 0 5.3571428571vw;
  }
  .xlink {
    width: 12.5vw;
    height: 5.3571428571vw;
  }
  .xlink__text {
    font-size: 2.8571428571vw;
  }
  .xlink__icon {
    width: 5.3571428571vw;
    height: 5.3571428571vw;
  }
  .xlink i svg :is(polyline, line) {
    stroke-width: 0.2678571429vw;
  }
}
.contact {
  width: 100%;
}
.contact__cta {
  position: relative;
  width: 100%;
  height: 200px;
}
.contact__cta::before, .contact__cta::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.contact__cta::after {
  width: 200px;
  background-color: rgb(132, 218, 75);
  -webkit-animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
          animation: line_slide 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
}
.contact__cta::before {
  width: 100%;
}
.contact__cta__number {
  display: inline-block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 25%;
  margin: auto;
  height: 80px;
  z-index: 2;
}
.contact__cta__number-title {
  display: block;
  margin-bottom: 30px;
  opacity: 0.5;
}
.contact__cta__number .btn__click {
  background-color: #212121;
}
.contact__cta-btn {
  position: absolute;
  height: 200px;
  width: 200px;
  right: 30%;
  will-change: transform;
  z-index: 2;
}

@media (max-width: 1440px) {
  .contact__cta {
    height: 150px;
  }
  .contact__cta-btn {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .contact__cta__number {
    left: 20%;
  }
  .contact__cta-btn {
    right: 20%;
  }
}
@media (max-width: 900px) {
  .contact__cta {
    height: 110px;
  }
  .contact__cta__number {
    height: 50px;
  }
  .contact__cta-btn {
    height: 110px;
    width: 110px;
  }
}
@media (max-width: 720px) {
  .contact__cta__number {
    left: 5%;
  }
  .contact__cta-btn {
    right: 5%;
  }
}
@media (max-width: 560px) {
  .contact__cta {
    height: 19.6428571429vw;
  }
  .contact__cta__number {
    top: 0;
    left: 8.9285714286vw;
    height: 8.9285714286vw;
  }
  .contact__cta-btn {
    right: 8.9285714286vw;
    height: 19.6428571429vw;
    width: 19.6428571429vw;
  }
  .contact__cta-btn .btn {
    margin-bottom: 0 !important;
  }
}
.m-cursor {
  background-color: rgba(161, 255, 98, 0.9);
  position: fixed;
  top: 0%;
  left: 0%;
  width: 0;
  height: 0;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  z-index: 100000;
  pointer-events: none;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  -webkit-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  will-change: transform, width, height;
}
.m-cursor p {
  font-size: 0px;
  -webkit-transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  will-change: font-size;
  margin: 0;
}
.m-cursor.active {
  width: 80px;
  height: 80px;
  -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.m-cursor.active.pressed {
  height: 140px;
  width: 140px;
}
.m-cursor.active-big {
  width: 132.8px;
  height: 132.8px;
  -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}
.m-cursor.active-big:hover {
  width: 116px;
  height: 116px;
}
.m-cursor.active-big.pressed {
  height: 200px;
  width: 200px;
}
.m-cursor.active p, .m-cursor.active-big p {
  font-size: 18px;
  -webkit-transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
}

@media (max-width: 1024px) {
  .m-cursor {
    display: none;
  }
}
.feature {
  width: 30%;
}
.feature__header {
  margin-bottom: 20px;
}
.feature__body {
  position: relative;
  border-top: 1px solid var(--border-gray);
}
.feature__body::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background-color: #6840ff;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.feature__body__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.feature__body__img img {
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.feature__body__details {
  position: relative;
}
.feature__body__details-link {
  position: absolute;
  top: -4px;
  right: 0;
}
.feature__body__details-company {
  color: rgba(0, 0, 0, 0.9);
  display: block;
  margin-bottom: 5px;
}
.feature__body__details-award {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.feature__body__details-description {
  color: rgba(0, 0, 0, 0.5);
}
.feature__body:hover .feature__body__details-company, .feature__body:hover .feature__body__details-description, .feature__body:hover .feature__body__details-award {
  color: #fff;
}
.feature__body:hover::before {
  opacity: 1;
}
.feature__body:hover .feature__body__img img {
  -webkit-transform: perspective(1px) scale(1.03);
          transform: perspective(1px) scale(1.03);
}
.feature__body:hover .xlink__text {
  opacity: 1;
  color: #fff;
}
.feature__body:hover .xlink__icon {
  background-color: #a1ff62;
}
.feature__body:hover .xlink__icon i {
  -webkit-transform: perspective(1px) translateX(200%) rotate(0.001deg);
          transform: perspective(1px) translateX(200%) rotate(0.001deg);
}
.feature__body:hover .xlink__icon i.copy {
  -webkit-transform: perspective(1px) translateX(0%) rotate(0.001deg);
          transform: perspective(1px) translateX(0%) rotate(0.001deg);
}

@media (max-width: 1440px) {
  .feature {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .feature {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .feature__body {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
  .feature__body::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 1;
  }
  .feature__body__img {
    border: none;
    margin-bottom: 0;
    width: 300px;
    border-radius: 5px;
    z-index: 1;
  }
  .feature__body__img img {
    width: 110%;
  }
  .feature__body__details {
    position: relative;
    width: calc(100% - 330px);
  }
}
@media (max-width: 720px) {
  .feature__body__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature__body__img img {
    width: 100%;
  }
  .feature__body__details {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .feature__body {
    padding: 2.6785714286vw;
  }
  .feature__body::before {
    border-radius: 1.7857142857vw;
  }
  .feature__body__img {
    margin-bottom: 3.5714285714vw;
    border-radius: 0.8928571429vw;
  }
  .feature__body__details-company, .feature__body__details-description, .feature__body__details-award {
    color: #fff;
  }
  .feature__body__details-description {
    font-size: 2.5vw;
  }
  .feature__body__details-link {
    top: -0.7142857143vw;
  }
  .feature__body__details-company {
    margin-bottom: 0.8928571429vw;
    font-size: 2.5vw;
  }
  .feature__body__details-award {
    font-size: 5.7142857143vw;
    margin-bottom: 0.8928571429vw;
  }
  .feature__body__details .xlink__text {
    opacity: 1;
    color: #fff;
  }
  .feature__body__details .xlink__icon {
    background-color: rgb(132, 218, 75);
  }
}
.form {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  margin: auto;
}
.form__left {
  width: calc(100% - 450px);
}
.form__right {
  position: relative;
  width: 300px;
}
.form__profile {
  position: relative;
  height: 120px;
  width: 120px;
  background-image: radial-gradient(circle at 14.64% -11.24%, #ffffa0 0, #f2ffa0 6.25%, #e1ffa0 12.5%, #cfffa1 18.75%, #bbffa3 25%, #a4fda6 31.25%, #8afaaa 37.5%, #6bf6af 43.75%, #3cf2b5 50%, #00edbc 56.25%, #00e9c5 62.5%, #00e4cf 68.75%, #00e0db 75%, #00dce7 81.25%, #00d8f3 87.5%, #00d4ff 93.75%, #00d0ff 100%);
  background-size: 150% 150%;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
  margin-bottom: 100px;
}
.form__profile img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.form__contact__section {
  width: 100%;
  margin-bottom: 80px;
}
.form__contact__section-title {
  font-size: 16px;
  opacity: 0.5;
  display: block;
  margin-bottom: 15px;
}
.form__contact__section__list {
  width: 100%;
}
.form__contact__section__list-item {
  width: 100%;
  margin-bottom: 15px;
}
.form__contact__section__list-item a {
  position: relative;
  font-size: 20px;
}
.form__contact__section__list-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(132, 218, 75);
  -webkit-transform: scaleX(0) rotate(0.001deg);
          transform: scaleX(0) rotate(0.001deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
}
.form__contact__section__list-item a:hover {
  color: rgb(132, 218, 75);
}
.form__contact__section__list-item a:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) rotate(0.001deg);
          transform: scaleX(1) rotate(0.001deg);
}
.form__group {
  position: relative;
  padding: 0 100px;
  border-bottom: 1px solid #2f2f2f;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__group-status {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form__group-status::before, .form__group-status::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  -webkit-animation: pulseOut 1s ease;
          animation: pulseOut 1s ease;
  display: none;
}
.form__group-label {
  position: absolute;
  top: 20px;
  right: 100px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Neue Montreal", sans-serif;
}
.form__group-label .required {
  position: absolute;
  top: -5px;
  right: -25px;
  color: #ee394e;
  font-size: 30px;
  -webkit-animation: blinking 1s ease infinite;
          animation: blinking 1s ease infinite;
}
.form__group-text, .form__group-textarea {
  background-color: transparent;
  border: none;
  padding: 15px;
  border-radius: 5px;
  font-size: 20px;
  width: 100%;
  color: #fff;
  outline: transparent;
  font-family: "Neue Montreal", sans-serif;
}
.form__group-text:focus, .form__group-textarea:focus {
  background-color: rgba(255, 255, 255, 0.006);
}
.form__group-text::-moz-selection, .form__group-textarea::-moz-selection {
  background-color: transparent;
}
.form__group-text::selection, .form__group-textarea::selection {
  background-color: transparent;
}
.form__group-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__group-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 500px;
}
.form__group-error {
  position: absolute;
  left: 115px;
  bottom: 18px;
  color: #ee394e;
  display: none;
  -webkit-animation: fadeIn_right 1s ease forwards;
          animation: fadeIn_right 1s ease forwards;
}
.form__group .btn {
  margin-top: 50px;
  right: -50px;
}
.form__group--auto {
  height: auto;
  padding: 60px 100px 50px;
}
.form__group--auto .form__group-status {
  top: 83px;
  bottom: initial;
}
.form__group.is-filled .form__group-status {
  background-color: rgb(132, 218, 75);
}
.form__group.is-filled .form__group-status::before {
  background-color: rgba(132, 218, 75, 0.2);
  display: block;
}
.form__group.is-filled .form__group-status::after {
  display: none;
}
.form__group.is-filled .form__group-label .required {
  color: rgb(132, 218, 75);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.form__group.is-invalid .form__group-status {
  background-color: #ee394e;
}
.form__group.is-invalid .form__group-status::after {
  background-color: rgba(238, 57, 78, 0.2);
  display: block;
}
.form__group.is-invalid .form__group-status::before {
  display: none;
}
.form__group.is-invalid .form__group-label .required {
  color: #ee394e;
}
.form__group.is-invalid .form__group-error {
  display: block;
}
.form__group.is-disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}
.form__group:last-child {
  border-bottom: none;
}
.form__sender {
  position: relative;
  top: -137px;
  height: 0;
  width: 100%;
}
.form__sender__loader {
  position: absolute;
  top: 35px;
  left: 0;
  width: 50px;
  height: 10px;
  padding: 10px 0;
  display: none;
}
.form__sender__loader-dot {
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: blinking;
          animation: blinking;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.form__sender__loader-dot:first-child {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.form__sender__loader-dot:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.form__sender__loader-dot:last-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.form__sender__loader.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__sender__loader.is-done .form__sender__loader-dot {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.form__sender__status {
  position: relative;
  top: 30px;
  font-size: 20px;
  display: block;
  -webkit-animation: fadeIn_right 1s ease forwards;
          animation: fadeIn_right 1s ease forwards;
}
.form__sender__status--error {
  color: #ee394e;
}
.form__sender__status--success {
  color: #a1ff62;
}

@media (max-width: 1600px) {
  .form {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .form {
    padding-bottom: 0;
  }
  .form__left {
    width: calc(100% - 350px);
  }
  .form__right {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .form__left {
    width: calc(100% - 300px);
  }
  .form__contact__section-title {
    font-size: 12px;
  }
  .form__contact__section__list-item a {
    font-size: 18px;
  }
  .form__group {
    padding: 0 20px 0 80px;
  }
  .form__group-label {
    right: initial;
    left: 95px;
    font-size: 16px;
  }
  .form__group-text, .form__group-textarea {
    padding: 15px;
    font-size: 20px;
  }
  .form__group-error {
    left: 100px;
  }
  .form__group .btn {
    right: 0;
  }
  .form__group--auto {
    height: auto;
    padding: 60px 20px 50px 80px;
  }
}
@media (max-width: 900px) {
  .form__left, .form__right {
    width: 100%;
  }
  .form__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .form__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
    padding-left: 35px;
  }
  .form__profile {
    position: absolute;
    right: 35px;
    height: 130px;
    width: 130px;
  }
  .form__contact {
    width: calc(100% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__contact__section {
    margin-bottom: 50px;
    padding-right: 50px;
  }
  .form__contact__section:last-child {
    padding-right: 0;
  }
  .form__contact__section:last-child .form__contact__section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
  .form__contact__section:last-child .form__contact__section__list-item {
    width: auto;
  }
  .form__group {
    padding: 0 80px 0 20px;
  }
  .form__group:first-child {
    border-top: 1px solid #2f2f2f;
  }
  .form__group-status {
    left: initial;
    right: 45px;
  }
  .form__group-label, .form__group-error {
    left: 35px;
  }
  .form__group .btn {
    right: -50px;
  }
  .form__group .btn__click {
    height: 140px;
    width: 140px;
  }
  .form__group--auto {
    height: auto;
    padding: 60px 80px 50px 20px;
  }
}
@media (max-width: 720px) {
  .form__profile {
    height: 120px;
    width: 120px;
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .form__left {
    padding: 0 5.3571428571vw;
  }
  .form__right {
    padding-left: 6.25vw;
  }
  .form__profile {
    height: 21.4285714286vw;
    width: 21.4285714286vw;
  }
  .form__contact {
    width: calc(100% - 28.5714285714vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form__contact__section {
    margin-bottom: 8.9285714286vw;
    padding-right: 8.9285714286vw;
    width: auto;
  }
  .form__contact__section-title {
    font-size: 2.1428571429vw;
  }
  .form__contact__section__list-item a {
    font-size: 3.2142857143vw;
  }
  .form__contact__section:last-child {
    padding-right: 0;
  }
  .form__contact__section:last-child .form__contact__section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5.3571428571vw;
  }
  .form__contact__section:last-child .form__contact__section__list-item {
    width: auto;
  }
  .form__group {
    padding: 5.3571428571vw 14.2857142857vw 0 3.5714285714vw;
  }
  .form__group--auto {
    height: auto;
    padding: 12.5vw 14.2857142857vw 8.9285714286vw 3.5714285714vw;
  }
  .form__group-label, .form__group-error {
    font-size: 2.1428571429vw;
    left: 6.25vw;
  }
  .form__group-label {
    top: 8.9285714286vw;
  }
  .form__group-label .required {
    top: -0.8928571429vw;
    right: -4.4642857143vw;
    font-size: 18px;
  }
  .form__group-text, .form__group-textarea {
    padding: 2.6785714286vw;
    font-size: 3.2142857143vw;
  }
  .form__group-status {
    right: 6.25vw;
  }
  .form__group .btn {
    right: -8.9285714286vw;
  }
  .form__group .btn__click {
    height: 21.4285714286vw;
    width: 21.4285714286vw;
  }
  .form__sender {
    top: -28.5714285714vw;
    left: 6.25vw;
  }
  .form__sender__loader {
    top: 6.25vw;
    width: 8.9285714286vw;
    height: 1.7857142857vw;
    padding: 1.7857142857vw 0;
  }
  .form__sender__loader-dot {
    height: 1.7857142857vw;
    width: 1.7857142857vw;
  }
  .form__sender__status {
    top: 5.3571428571vw;
    font-size: 3.5714285714vw;
  }
}
.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #212121;
  z-index: 1;
}
.kv__overlay {
  display: none;
}
.kv__profile {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.kv__display {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: transparent;
  background-size: 150% 150%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px #000;
          box-shadow: 0 0 50px #000;
  -webkit-animation: blob 30s linear infinite;
          animation: blob 30s linear infinite;
  z-index: 1;
}
.kv__display img {
  position: relative;
  display: block;
  width: calc(100% + 10vw);
  height: auto;
  top: -5vw;
  left: -5vw;
}
.kv__display__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32vw;
  height: 32vw;
  left: -5%;
  background-color: rgba(0, 0, 0, 0.1);
  animation: blob_rotate 20s linear infinite reverse;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.kv__display__shadow::before, .kv__display__shadow::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: blob_rotate 20s linear infinite;
          animation: blob_rotate 20s linear infinite;
}
.kv__display__shadow::before {
  top: 0;
  left: 0;
  height: 14%;
  width: 14%;
}
.kv__display__shadow::after {
  top: 10px;
  right: 10px;
  height: 7%;
  width: 7%;
}
.kv__display__innershadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28vw;
  height: 28vw;
  background-color: rgba(0, 0, 0, 0.2);
  animation: blob_rotate 10s linear infinite reverse;
  -webkit-filter: blur(9px);
          filter: blur(9px);
}
.kv__display__innershadow::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.kv__display__innershadow::after {
  top: 10px;
  right: 10px;
  height: 4%;
  width: 4%;
  -webkit-animation: blob_rotate 8s linear infinite;
          animation: blob_rotate 8s linear infinite;
}
.kv__text {
  position: relative;
  font-size: 0.9375vw;
  font-weight: 300;
  height: 17.7083333333vw;
  z-index: 1;
  color: #212121;
}
.kv__text .text-big {
  font-size: 6.7708333333vw;
  line-height: 1;
}
.kv__msg {
  margin-top: 30px;
  color: #fff;
}
.kv__cta {
  margin-top: 50px;
  color: #fff;
}
.kv .dtext {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "apercu", sans-serif;
  left: -12px;
}
.kv .dtext:nth-child(2) {
  display: block;
}
.kv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1700px) {
  .kv__display img {
    width: calc(100% + 15vw);
  }
  .kv__display__shadow {
    height: 37vw;
    width: 37vw;
  }
  .kv__display__innershadow {
    height: 33vw;
    width: 33vw;
  }
  .kv__text {
    font-size: 1.25vw;
  }
  .kv__text .text-big {
    font-size: 6.7708333333vw;
  }
}
@media (max-width: 1440px) {
  .kv__text {
    font-size: 1.5625vw;
  }
  .kv__text .text-big {
    font-size: 8.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .kv {
    height: 800px;
  }
  .kv__text {
    font-size: 24px;
  }
  .kv__text .text-big {
    font-size: 9.375vw;
  }
}
@media (max-width: 720px) {
  .kv {
    height: 125vw;
  }
  .kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .kv__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .kv__overlay-img {
    position: absolute;
    width: calc(100% + 80vw);
    height: auto;
    top: -25vw;
    left: -35vw;
    display: block;
  }
  .kv__profile {
    display: none;
  }
  .kv__text {
    font-size: 3.2142857143vw;
    left: 10px;
  }
  .kv__text .text-big {
    font-size: 11.6071428571vw;
  }
}
@media (max-width: 560px) {
  .kv {
    height: 133.9285714286vw;
  }
  .kv__text {
    left: 1.7857142857vw;
  }
  .kv .dtext {
    left: -1.0714285714vw;
  }
}
.menuBox {
  position: fixed;
  height: 100px;
  width: 100px;
  top: 50px;
  right: 50px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0), -webkit-transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  -webkit-transform: translateY(0%) scale(0) rotate(0.001deg);
          transform: translateY(0%) scale(0) rotate(0.001deg);
}
.menuBox__content {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menuBox__content .btn__click__fill {
  background-color: #6840ff;
}
.menuBox.is-visible {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.5, 0.64, 1);
  -webkit-transform: translateY(0%) scale(1) rotate(0.001deg);
          transform: translateY(0%) scale(1) rotate(0.001deg);
}
.menuBox.is-active .menuBox__content {
  background-color: #6840ff;
}

.menuToggler {
  position: absolute;
  height: 100px;
  width: 100px;
  overflow: hidden;
  z-index: 1;
}
.menuToggler__btn {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menuToggler__btn__line {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  right: 0;
  -webkit-transform: perspective(1px);
          transform: perspective(1px);
}
.menuToggler__btn__line:nth-child(1) {
  top: 0;
  -webkit-transition: 0.2s ease 1.2s;
  transition: 0.2s ease 1.2s;
}
.menuToggler__btn__line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background 1s ease 0.2s, transform 1.2s ease 0.2s;
  -webkit-transition: background 1s ease 0.2s, -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, transform 2s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, transform 2s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
}
.menuToggler__btn__line:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 0;
  left: 0;
  -webkit-transform: perspective(1px);
          transform: perspective(1px);
  -webkit-transition: background 1s ease 0.2s, transform 1.2s ease 0.2s;
  -webkit-transition: background 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
  transition: background 1s ease 0.2s, transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s, -webkit-transform 1s cubic-bezier(0.85, -0.02, 0, 1.01) 0.2s;
}
.menuToggler__btn__line:nth-child(3) {
  bottom: 0;
  -webkit-transition: 0.3s ease 1.2s;
  transition: 0.3s ease 1.2s;
}
.menuToggler.active {
  background-color: #6840ff;
}
.menuToggler.active .menuToggler__btn__line:nth-child(1) {
  width: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menuToggler.active .menuToggler__btn__line:nth-child(3) {
  width: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.menuToggler.active .menuToggler__btn__line:nth-child(2) {
  -webkit-transform: perspective(1px) rotate(45deg);
          transform: perspective(1px) rotate(45deg);
  -webkit-transition: background 0.2s ease, transform 0.8s ease;
  -webkit-transition: background 0.2s ease, -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01);
  transition: background 0.2s ease, -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01);
  transition: background 0.2s ease, transform 2s cubic-bezier(0.85, -0.02, 0, 1.01);
  transition: background 0.2s ease, transform 2s cubic-bezier(0.85, -0.02, 0, 1.01), -webkit-transform 2s cubic-bezier(0.85, -0.02, 0, 1.01);
}
.menuToggler.active .menuToggler__btn__line:nth-child(2)::before {
  -webkit-transition: background 0.2s ease, transform 0.8s ease 0.3s;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.3s;
  transition: background 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.3s;
  transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.3s;
  transition: background 0.2s ease, transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.3s, -webkit-transform 0.6s cubic-bezier(0.85, -0.02, 0, 1.01) 0.3s;
  -webkit-transform: perspective(1px) rotate(-450deg);
          transform: perspective(1px) rotate(-450deg);
}

@media screen and (max-width: 1920px) {
  .menuBox {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 560px) {
  .menuBox {
    height: 14.2857142857vw;
    width: 14.2857142857vw;
    top: 5.3571428571vw;
    right: 5.3571428571vw;
  }
  .menuToggler {
    height: 14.2857142857vw;
    width: 14.2857142857vw;
  }
  .menuToggler__btn {
    width: 4.6428571429vw;
    height: 3.2142857143vw;
  }
  .menuToggler__btn__line {
    height: 0.3571428571vw;
    border-radius: 0.3571428571vw;
  }
  .menuToggler__btn__line:nth-child(2)::before {
    height: 0.3571428571vw;
    border-radius: 0.3571428571vw;
  }
}
.nav {
  display: inline-block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.nav__list__item {
  position: relative;
}
.nav__list__item-link {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
}
.nav__list__item-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(132, 218, 75);
  -webkit-transform: scaleX(0) rotate(0.001deg);
          transform: scaleX(0) rotate(0.001deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.25, 1), background-color 0.3s cubic-bezier(0.5, 0, 0.25, 1) 0.15s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.25, 1);
}
.nav__list__item-link:hover {
  color: rgb(132, 218, 75);
}
.nav__list__item-link:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1) rotate(0.001deg);
          transform: scaleX(1) rotate(0.001deg);
}
.nav__list__item-link {
  padding: 0;
}
.nav__list__item-link::before {
  height: 2px;
}
.nav__list__item-link-text {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  display: block;
  z-index: 1;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.nav__list__item.v-button {
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
          box-shadow: inset 0px 0px 0px 1px rgba(28, 29, 32, 0.175);
  overflow: hidden;
}
.nav__list__item.v-button .nav__list__item-link {
  position: relative;
  background-color: rgba(28, 29, 32, 0.9);
  padding: 10px 25px 8px;
  color: #fff;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
.nav__list__item.is-active .nav__list__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: rgb(132, 218, 75);
}
.nav--dark .nav__list__item-link {
  color: #000;
}

@media (max-width: 900px) {
  .nav__list {
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .nav__list {
    gap: 5.3571428571vw;
  }
  .nav__list__item-link {
    font-size: 2.8571428571vw;
  }
}
.scroller {
  position: absolute;
  height: 70px;
  width: 40px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  z-index: 300;
  -webkit-animation: scrollDown 2s cubic-bezier(1, 0, 1, 1) infinite;
          animation: scrollDown 2s cubic-bezier(1, 0, 1, 1) infinite;
}
.scroller::before, .scroller::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.scroller::before {
  width: 1px;
  height: 5%;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: scrollDown_line 2s cubic-bezier(0, 0, 0.3, 1) infinite 0.2s;
          animation: scrollDown_line 2s cubic-bezier(0, 0, 0.3, 1) infinite 0.2s;
}
.scroller::after {
  width: 100%;
  height: 30px;
  border-radius: 50px;
  background-color: rgba(33, 33, 33, 0.1);
  opacity: 0;
  -webkit-animation: scrollDown_bg 2s cubic-bezier(0, 0, 0.3, 1) infinite;
          animation: scrollDown_bg 2s cubic-bezier(0, 0, 0.3, 1) infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: perspective(1px) translateY(-15px);
            transform: perspective(1px) translateY(-15px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(15px);
            transform: perspective(1px) translateY(15px);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: perspective(1px) translateY(-15px);
            transform: perspective(1px) translateY(-15px);
  }
  100% {
    -webkit-transform: perspective(1px) translateY(15px);
            transform: perspective(1px) translateY(15px);
  }
}
@-webkit-keyframes scrollDown_line {
  0% {
    height: 0;
    top: 0;
    bottom: initial;
    opacity: 0;
  }
  5% {
    height: 5%;
  }
  20% {
    opacity: 1;
  }
  49% {
    height: 100%;
    top: 0;
    bottom: initial;
  }
  50% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    height: 5%;
    opacity: 0;
  }
  100% {
    height: 0;
    top: initial;
    bottom: 0;
    opacity: 0;
  }
}
@keyframes scrollDown_line {
  0% {
    height: 0;
    top: 0;
    bottom: initial;
    opacity: 0;
  }
  5% {
    height: 5%;
  }
  20% {
    opacity: 1;
  }
  49% {
    height: 100%;
    top: 0;
    bottom: initial;
  }
  50% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    height: 5%;
    opacity: 0;
  }
  100% {
    height: 0;
    top: initial;
    bottom: 0;
    opacity: 0;
  }
}
@-webkit-keyframes scrollDown_bg {
  0% {
    height: 30px;
    top: 0;
    bottom: initial;
    opacity: 0;
    background-color: rgba(33, 33, 33, 0.1);
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  49% {
    height: 100%;
    top: 0;
    bottom: initial;
    background-color: rgba(33, 33, 33, 0.05);
  }
  50% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    height: 30px;
    -webkit-transform: perspective(1px) translateY(25px);
            transform: perspective(1px) translateY(25px);
  }
  100% {
    top: initial;
    bottom: 0;
    opacity: 0;
    background-color: rgba(33, 33, 33, 0.1);
    background-color: inherit;
  }
}
@keyframes scrollDown_bg {
  0% {
    height: 30px;
    top: 0;
    bottom: initial;
    opacity: 0;
    background-color: rgba(33, 33, 33, 0.1);
    -webkit-transform: perspective(1px) translateY(-100px);
            transform: perspective(1px) translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  49% {
    height: 100%;
    top: 0;
    bottom: initial;
    background-color: rgba(33, 33, 33, 0.05);
  }
  50% {
    height: 100%;
    top: initial;
    bottom: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    height: 30px;
    -webkit-transform: perspective(1px) translateY(25px);
            transform: perspective(1px) translateY(25px);
  }
  100% {
    top: initial;
    bottom: 0;
    opacity: 0;
    background-color: rgba(33, 33, 33, 0.1);
    background-color: inherit;
  }
}
.scrolling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.scroll {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #fff), color-stop(80%, #fff), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
  width: 90%;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll__box {
  white-space: nowrap;
  -webkit-animation: scrolling_1 var(--t) linear infinite;
          animation: scrolling_1 var(--t) linear infinite;
}
.scroll__box:nth-child(2) {
  -webkit-animation: scrolling_2 var(--t) linear infinite;
          animation: scrolling_2 var(--t) linear infinite;
  -webkit-animation-delay: calc(var(--t) / -2);
          animation-delay: calc(var(--t) / -2);
}
.scroll__box-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px;
  background-color: #333;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: context-menu;
}
.scroll__box-text:hover {
  background-color: #a1ff62;
}
.scroll__box-img {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 150px;
  height: 200px;
  margin: 0 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  letter-spacing: 2px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: context-menu;
}
.scroll__box-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 10px;
}
.scroll__box-img_name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.scroll__box-img:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.scroll__box-img:hover .scroll__box-img_name {
  opacity: 1;
  -webkit-transform: perspective(1px) translateY(-10px);
          transform: perspective(1px) translateY(-10px);
}
.scroll.v-images {
  margin-bottom: 50px;
}
.scroll.v-images .scroll__box {
  -webkit-animation: scrolling_1_rev var(--t) linear infinite;
          animation: scrolling_1_rev var(--t) linear infinite;
}
.scroll.v-images .scroll__box:nth-child(2) {
  -webkit-animation: scrolling_2_rev var(--t) linear infinite;
          animation: scrolling_2_rev var(--t) linear infinite;
  -webkit-animation-delay: calc(var(--t) / -2);
          animation-delay: calc(var(--t) / -2);
}

@-webkit-keyframes scrolling_1 {
  0% {
    -webkit-transform: perspective(1px) translateX(100%);
            transform: perspective(1px) translateX(100%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(-100%);
            transform: perspective(1px) translateX(-100%);
  }
}

@keyframes scrolling_1 {
  0% {
    -webkit-transform: perspective(1px) translateX(100%);
            transform: perspective(1px) translateX(100%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(-100%);
            transform: perspective(1px) translateX(-100%);
  }
}
@-webkit-keyframes scrolling_2 {
  0% {
    -webkit-transform: perspective(1px) translateX(0%);
            transform: perspective(1px) translateX(0%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(-200%);
            transform: perspective(1px) translateX(-200%);
  }
}
@keyframes scrolling_2 {
  0% {
    -webkit-transform: perspective(1px) translateX(0%);
            transform: perspective(1px) translateX(0%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(-200%);
            transform: perspective(1px) translateX(-200%);
  }
}
@-webkit-keyframes scrolling_1_rev {
  0% {
    -webkit-transform: perspective(1px) translateX(-100%);
            transform: perspective(1px) translateX(-100%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(100%);
            transform: perspective(1px) translateX(100%);
  }
}
@keyframes scrolling_1_rev {
  0% {
    -webkit-transform: perspective(1px) translateX(-100%);
            transform: perspective(1px) translateX(-100%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(100%);
            transform: perspective(1px) translateX(100%);
  }
}
@-webkit-keyframes scrolling_2_rev {
  0% {
    -webkit-transform: perspective(1px) translateX(-200%);
            transform: perspective(1px) translateX(-200%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0%);
            transform: perspective(1px) translateX(0%);
  }
}
@keyframes scrolling_2_rev {
  0% {
    -webkit-transform: perspective(1px) translateX(-200%);
            transform: perspective(1px) translateX(-200%);
  }
  100% {
    -webkit-transform: perspective(1px) translateX(0%);
            transform: perspective(1px) translateX(0%);
  }
}
@media (max-width: 560px) {
  .scroll__box-text {
    margin: 1.7857142857vw;
    padding: 0.8928571429vw 2.6785714286vw;
    border-radius: 0.8928571429vw;
    letter-spacing: 0.3571428571vw;
    font-size: 2.5vw;
  }
  .scroll__box-img {
    width: 26.7857142857vw;
    height: 35.7142857143vw;
    margin: 0 3.5714285714vw;
    padding: 0vw;
    border-radius: 1.7857142857vw;
    letter-spacing: 0.3571428571vw;
  }
  .scroll__box-img img {
    max-width: 17.8571428571vw;
    max-height: 17.8571428571vw;
    margin: 0 auto 1.7857142857vw;
  }
  .scroll.v-images {
    margin-bottom: 8.9285714286vw;
  }
}
.service {
  width: 100%;
}
.service__title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 40px;
}
.service__title img {
  position: absolute;
  top: -6px;
  right: 0;
  height: 70px;
  width: 70px;
}
.service__details {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .service__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .service__title img {
    top: -14px;
  }
  .service__details {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .service__title {
    font-size: 30px;
  }
  .service__title img {
    top: -20px;
  }
}
@media (max-width: 720px) {
  .service__title {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .service__title {
    margin-bottom: 4.4642857143vw;
    font-size: 5.3571428571vw;
  }
  .service__title img {
    top: -1.7857142857vw;
    height: 10.7142857143vw;
    width: 10.7142857143vw;
  }
  .service__details {
    font-size: 3.2142857143vw;
  }
}
.stagger {
  overflow: hidden;
  line-height: 1;
  cursor: context-menu;
  color: #fff;
}
.stagger__text {
  text-shadow: 0 1em 0 #a1ff62;
}
.stagger--reverse {
  color: #a1ff62;
}
.stagger--reverse .stagger__text {
  text-shadow: 0 1em 0 #fff;
}

.tag {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  background-color: #212121;
}
.tag--personal {
  background-color: #73b149;
}
.tag--client {
  background-color: #6840ff;
}
.tag.v-javascript {
  background-color: #FFCC00;
}
.tag.v-custom_wp {
  background-color: #6338fd;
}

.globe {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.1875vw;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 auto;
  overflow: hidden;
  will-change: transform;
}
.globe__axis {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-animation: globe 5.4s cubic-bezier(0.35, 0, 0.65, 1) infinite;
          animation: globe 5.4s cubic-bezier(0.35, 0, 0.65, 1) infinite;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 0.125em #fff;
          box-shadow: inset 0px 0px 0px 0.125em #fff;
}
.globe__axis__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: inset 0.1em 0px 0px 0.08em #fff;
          box-shadow: inset 0.1em 0px 0px 0.08em #fff;
  -webkit-animation: globe_axis 2.7s linear infinite;
          animation: globe_axis 2.7s linear infinite;
  font-size: 0.75em;
}
.globe__axis__line:nth-child(1) {
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
.globe__axis__line:nth-child(2) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.globe__axis__line-x {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 55%;
  -webkit-box-shadow: inset 0px 0px 0px 0.15em #fff;
          box-shadow: inset 0px 0px 0px 0.15em #fff;
}
.globe__axis__line-x_middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0%;
  height: 0.15em;
  background: #fff;
}

@-webkit-keyframes globe {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
            transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
            transform: translate(-50%, -50%) rotate(15deg);
  }
}

@keyframes globe {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
            transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
            transform: translate(-50%, -50%) rotate(15deg);
  }
}
@-webkit-keyframes globe_axis {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: inset 0.1em 0px 0px 0.08em #fff;
            box-shadow: inset 0.1em 0px 0px 0.08em #fff;
    width: 100%;
  }
  49% {
    border-radius: 50%;
    -webkit-box-shadow: inset 0.1em 0px 0px 0.08em #fff;
            box-shadow: inset 0.1em 0px 0px 0.08em #fff;
    background: transparent;
  }
  50% {
    border-radius: 0%;
    width: 0.175em;
    background: #fff;
  }
  51% {
    border-radius: 50%;
    -webkit-box-shadow: inset -0.1em 0px 0px 0.08em #fff;
            box-shadow: inset -0.1em 0px 0px 0.08em #fff;
    background: transparent;
  }
  100% {
    border-radius: 50%;
    -webkit-box-shadow: inset -0.1em 0px 0px 0.08em #fff;
            box-shadow: inset -0.1em 0px 0px 0.08em #fff;
    width: 100%;
  }
}
@keyframes globe_axis {
  0% {
    border-radius: 50%;
    -webkit-box-shadow: inset 0.1em 0px 0px 0.08em #fff;
            box-shadow: inset 0.1em 0px 0px 0.08em #fff;
    width: 100%;
  }
  49% {
    border-radius: 50%;
    -webkit-box-shadow: inset 0.1em 0px 0px 0.08em #fff;
            box-shadow: inset 0.1em 0px 0px 0.08em #fff;
    background: transparent;
  }
  50% {
    border-radius: 0%;
    width: 0.175em;
    background: #fff;
  }
  51% {
    border-radius: 50%;
    -webkit-box-shadow: inset -0.1em 0px 0px 0.08em #fff;
            box-shadow: inset -0.1em 0px 0px 0.08em #fff;
    background: transparent;
  }
  100% {
    border-radius: 50%;
    -webkit-box-shadow: inset -0.1em 0px 0px 0.08em #fff;
            box-shadow: inset -0.1em 0px 0px 0.08em #fff;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .globe {
    width: 8.75vw;
    height: 8.75vw;
  }
}
/******* CROSS BROWSER ********/
/*-- Safari 10.1+ --*/
/*-- IE10+ --*/
/*-- EDGE12+ --*/
/*-- Firefox any --*/
@-moz-document url-prefix() {}