@charset "UTF-8";

@font-face {
    font-family: "Lufga";
  src: url("../fonts/LUFGALIGHT.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Lufga";
  src: url("../fonts/LUFGAREGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Lufga";
  src: url("../fonts/LUFGAMEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Lufga";
  src: url("../fonts/Lufga-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: clip;
}

html {
    font-size: 2.34vw;
    height: 100%;
}

body {
    background: #000000;
    color: #fff;
    font-size: 2.9rem;
    letter-spacing: -0.05rem;
    line-height: 1.4;
    font-family: "Lufga";
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    body {
        letter-spacing: -0.025rem;
        font-size: 1.6rem;
    }
}

.my-body-noscroll-class {
    overflow: clip;
}

.my-body-noscroll-class body {
    overflow: clip;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 5.2rem;
    padding-right: 5.2rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 7.5px;
        font-size: 0.39vw;
    }

    .container {
        max-width: 180rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

.policy {
    padding: 40px 0;
}

.policy h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.policy h2 {
    font-size: 24px;
    margin-top: 30px;
}

.policy p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.t-title {
    font-size: 10.1rem;
    font-weight: 300;
    line-height: 1.1;
    color: #c7c7c7;
    letter-spacing: -0.2rem;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 4.1rem;
        letter-spacing: -0.1rem;
    }

    .t-title br {
        display: none;
    }
}

.t-title b {
    color: #fff;
    font-weight: 500;
}

.t-subtitle {
    font-size: 2.9rem;
    letter-spacing: -0.05rem;
    color: #b1b1b1;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .t-subtitle {
        font-size: 1.6rem;
        letter-spacing: normal;
    }
}

.t-subtitle span, .t-subtitle b {
    color: #fff;
    font-weight: 500;
}

.s-title {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .s-title {
        font-size: 2.5rem;
    }
}

.s-title b {
    font-weight: 500;
}

.scroll__box {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scroll-behavior: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: scroll-position;
    scrollbar-width: none;
}

video {
    pointer-events: none;
}

.slider__arrows {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
    background-image: url("../img/icons/arrows-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .slider__arrows {
        display: none;
    }
}

.slider__arrows .arrow {
    border: 0;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #030303;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 320ms;
}

.slider__arrows .arrow.left {
    margin-right: 0.6rem;
}

.slider__arrows .arrow.left .icon {
    transform: rotate(180deg);
}

.slider__arrows .arrow .hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 320ms;
}

.slider__arrows .arrow .icon {
    position: relative;
    z-index: 5;
    width: 2.3rem;
}

.slider__arrows .arrow .icon path {
    fill: #666666;
}

.slider__arrows .arrow:hover .hover {
    opacity: 0;
}

.slider__arrows .arrow:hover .icon path {
    fill: #E48E56;
}

.swipe {
    width: 13.5rem;
}

@media screen and (max-width: 575px) {
    .swipe {
        width: 8rem;
    }
}

.privacy-policy {
    padding: 10rem 0;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 575px) {
    .privacy-policy {
        padding: 5rem 0;
    }
}

.privacy-policy p, .privacy-policy ul {
    opacity: 0.7;
    font-weight: 300;
    font-size: 2.8rem;
}

@media screen and (max-width: 575px) {
    .privacy-policy p, .privacy-policy ul {
        font-size: 1.8rem;
    }
}

.social__box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social__link {
    margin-right: 3rem;
}

.social__link:last-child {
    margin-right: 0;
}

.social__link img {
    max-width: 4rem;
    max-height: 4rem;
}

@media screen and (max-width: 575px) {
    .social__link img {
        max-width: 3rem;
        max-height: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .footer .social__box {
        margin-top: 4rem;
    }
}

.progressbar {
    background: -ms-linear-gradient(-180deg, rgb(37, 37, 37) 0%, rgb(0, 0, 0) 100%);
    height: 0.8rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 1.5rem;
    width: 245rem;
    border-radius: 1rem;
    z-index: 999;
}

@media screen and (max-width: 575px) {
    .progressbar {
        display: none;
    }
}

.progressbar-line {
    border-radius: 1rem;
    width: 35rem;
    height: 100%;
    background: #652C25;
    background: linear-gradient(90deg, rgb(101, 44, 37) 0%, rgb(181, 83, 35) 30%, rgb(222, 132, 79) 100%);
}

.header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 9rem;
    position: sticky;
 /* 👈 вместо fixed */
    top: 4rem;
 /* отступ, где залипает */
    z-index: 30;
    border-radius: 10rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.6rem;
    padding-left: 3rem;
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
}

@media screen and (max-width: 575px) {
    .header {
        padding: 0;
        border: 0;
        top: 2rem;
        margin-top: 5rem;
    }
}

.header .header__menu {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .header .header__menu {
        display: none;
    }
}

.header .header__menu-link {
    margin: 0 3rem;
    font-size: 2.8rem;
    color: #b1b1b1;
    cursor: pointer;
}

.header .header__menu-link:hover {
    color: #fff;
}

.header .header__btn {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .header .header__btn {
        width: 6rem;
        height: 6rem;
        border-width: 1px;
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
    }
}

@media screen and (max-width: 575px) {
    .header .header__btn.pc {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .header .header__btn.xs {
        display: none;
    }
}

.header .header__btn img {
    width: 3.3rem;
    transition: 520ms;
    margin-top: -0.2rem;
}

@media screen and (max-width: 575px) {
    .header .header__btn img {
        width: 2.2rem;
    }
}

.header .header__btn:hover img {
    transform: scale(-1, -1);
}

.intro-section {
    padding: 50rem 0 20rem;
    text-align: center;
    overflow: hidden;
    margin-top: -20rem;
}

@media screen and (max-width: 575px) {
    .intro-section {
        padding-top: 33rem;
        height: auto;
        padding-bottom: 7rem;
        margin-top: -12rem;
    }
}

.intro-section::before {
    z-index: 4;
    content: "";
    position: absolute;
    height: 80%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .intro-section::before {
        height: 80%;
        top: auto;
    }
}

.intro-section .container {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .intro-section .container {
        padding: 0 2rem;
    }
}

.intro-section video {
    position: absolute;
    width: 260rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
}

@media screen and (max-width: 575px) {
    .intro-section video {
        width: 110rem;
        top: -7rem;
    }
}

.intro-section .logo {
    width: 38rem;
}

@media screen and (max-width: 575px) {
    .intro-section .logo {
        width: 18.5rem;
    }
}

.intro-section .t-title {
    margin: 7rem 0 0;
}

@media screen and (max-width: 575px) {
    .intro-section .t-title {
        margin-top: 2rem;
    }
}

.intro-section .t-subtitle {
    margin: 3rem 0 7rem;
}

@media screen and (max-width: 575px) {
    .intro-section .t-subtitle {
        margin: 2rem 0 3rem;
    }
}

.download__buttons {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.download__buttons .download__button {
    margin: 0 1rem;
    width: 32rem;
    height: 12.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5rem;
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button {
        margin: 0 0.5rem;
        width: 17rem;
        height: 6.5rem;
        padding-left: 2.5rem;
    }
}

.download__buttons .download__button .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: 420ms;
}

.download__buttons .download__button .blur {
    width: 37rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.5rem;
    pointer-events: none;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button .blur {
        width: 15rem;
        top: 0.4rem;
    }
}

.download__buttons .download__button .hover {
    opacity: 0;
}

.download__buttons .download__button:hover .bg {
    opacity: 0;
}

.download__buttons .download__button:hover .hover {
    opacity: 1;
}

.download__buttons .download__button .icon {
    position: relative;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
    margin-right: 2.2rem;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button .icon {
        width: 2.5rem;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }
}

.download__buttons .download__button .icon img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 420ms;
}

@media screen and (min-width: 575px) {
    .download__buttons .download__button:nth-child(2) {
        width: 34rem;
    }
}

.download__buttons .download__button:nth-child(2) .icon {
    margin-top: 0.5rem;
}

.download__buttons .download__button .text {
    position: relative;
    z-index: 10;
    line-height: 1.1;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button .text {
        line-height: 1.2;
    }
}

.download__buttons .download__button .text span {
    font-size: 1.7rem;
    color: #a2a2a2;
    display: block;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button .text span {
        font-size: 0.9rem;
    }
}

.download__buttons .download__button .text b {
    font-size: 3rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .download__buttons .download__button .text b {
        font-size: 1.6rem;
    }
}

.how-section {
    padding-bottom: 18rem;
}

@media screen and (max-width: 575px) {
    .how-section {
        padding-bottom: 7rem;
    }
}

.how-section .t-subtitle {
    margin: 4rem 0 11rem;
}

@media screen and (max-width: 575px) {
    .how-section .t-subtitle {
        margin: 1.5rem 0 2rem;
    }
}

@media screen and (max-width: 575px) {
    .how-section .container {
        padding: 0;
    }
}

.how__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .how__box {
        overflow-x: auto;
        margin: 0 -1.5rem;
        padding: 2rem 4rem 0;
    }

    .how__box::-webkit-scrollbar {
        display: none;
    }
}

.how__item {
    width: 56rem;
    height: 68rem;
    padding: 36rem 5rem 0 7rem;
    border-radius: 6rem;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .how__item {
        width: 28rem;
        height: 34rem;
        border-radius: 3rem;
        margin-right: 1.8rem;
        padding: 18rem 2rem 0 3.5rem;
    }

    .how__item:last-child {
        margin-right: 0;
    }
}

.how__item .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.how__item .s-title {
    margin-bottom: 3rem;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .how__item .s-title {
        margin-bottom: 1.5rem;
    }
}

.how__item .subtitle {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 5;
    color: #ffb6b4;
}

@media screen and (max-width: 575px) {
    .how__item .subtitle {
        letter-spacing: normal;
    }
}

.how__item .subtitle span:nth-child(1) {
    margin-top: 0.5rem;
    width: 5.5rem;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .how__item .subtitle span:nth-child(1) {
        width: 3rem;
        font-size: 0.9rem;
        margin-top: 0;
    }
}

.how__item .subtitle span:nth-child(2) {
    font-size: 2.5rem;
}

@media screen and (max-width: 575px) {
    .how__item .subtitle span:nth-child(2) {
        font-size: 1.2rem;
    }
}

.how__item:nth-child(1) .subtitle {
    color: #ffb6b4;
}

@media screen and (max-width: 575px) {
    .how__item:nth-child(1) .subtitle span:nth-child(1) {
        opacity: 0.7;
    }
}

.how__item:nth-child(2) .subtitle {
    color: #d0cfcf;
}

.how__item:nth-child(3) .subtitle {
    color: #7a7a7a;
}

.how__item:nth-child(3) .subtitle span:nth-child(1) {
    opacity: 0.4;
}

.numbers-section {
    padding-bottom: 20rem;
}

@media screen and (max-width: 575px) {
    .numbers-section {
        padding-bottom: 7rem;
    }
}

@media screen and (max-width: 575px) {
    .numbers-section .t-title {
        text-align: left;
    }
}

.numbers-section .t-subtitle {
    margin: 2rem 0 13rem;
}

@media screen and (max-width: 575px) {
    .numbers-section .t-subtitle {
        text-align: left;
        margin-bottom: 5rem;
    }

    .numbers-section .t-subtitle br {
        display: none;
    }
}

.numbers__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .numbers__box {
        display: block;
    }
}

.numbers__item {
    position: relative;
    flex-shrink: 0;
}

.numbers__item:last-child::before {
    display: none;
}

@media screen and (max-width: 575px) {
    .numbers__item {
        margin-bottom: 4rem;
    }

    .numbers__item:last-child {
        margin-bottom: 0;
    }
}

.numbers__item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #181818;
    width: 1px;
    height: 24rem;
}

@media screen and (max-width: 575px) {
    .numbers__item::before {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .numbers__item:nth-child(1) {
        width: 61rem;
    }

    .numbers__item:nth-child(2) {
        padding-left: 13rem;
        width: 69rem;
    }

    .numbers__item:nth-child(3) {
        padding-left: 11rem;
    }
}

.numbers__item .number {
    height: 12rem;
}

@media screen and (max-width: 575px) {
    .numbers__item .number {
        height: 7rem;
    }
}

.numbers__item .subtitle {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 4rem 0 0;
}

@media screen and (max-width: 575px) {
    .numbers__item .subtitle {
        margin-top: 2rem;
        font-size: 1.6rem;
    }
}

.numbers__item .subtitle img {
    width: 4rem;
    margin-right: 3.5rem;
}

@media screen and (max-width: 575px) {
    .numbers__item .subtitle img {
        width: 2.5rem;
        margin-right: 2rem;
    }
}

.numbers__item .subtitle span {
    font-weight: 300;
    color: #b1b1b1;
}

@media screen and (max-width: 575px) {
    .team-section .t-title {
        text-align: left;
    }
}

.team-section .t-title img {
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .team-section .t-title img {
        display: block;
    }
}

.team-section .slider__arrows {
    position: absolute;
    left: 3rem;
    top: 1rem;
}

.team__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10rem;
    padding-left: 15rem;
    padding-right: 10rem;
    padding-bottom: 3rem;
    overflow-y: hidden;
}

@media screen and (max-width: 575px) {
    .team__box {
        padding-top: 4rem;
        padding-left: 2.5rem;
        padding-bottom: 2rem;
        padding-right: 2rem;
    }
}

.team__box::-webkit-scrollbar {
    display: none;
}

.team__item {
    position: relative;
    width: 73rem;
    height: 43rem;
    flex-shrink: 0;
    padding-top: 7rem;
    padding-left: 37rem;
    margin-right: 4rem;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .team__item {
        width: 34rem;
        height: 21rem;
        margin-right: 2.5rem;
        padding-top: 3.5rem;
        padding-left: 17rem;
    }
}

.team__item .social__link {
    position: absolute;
    right: 5rem;
    top: 8rem;
    z-index: 10;
    pointer-events: all;
    transition: 0.3s;
}

@media screen and (max-width: 575px) {
    .team__item .social__link {
        right: 1.5rem;
        top: 2.9rem;
    }
}

.team__item .social__link img {
    width: 3rem;
    height: 3rem;
}

@media screen and (max-width: 575px) {
    .team__item .social__link img {
        width: 2rem;
        height: 2rem;
    }
}

.team__item .social__link:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.team__item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team__item .name {
    margin-bottom: 3rem;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 575px) {
    .team__item .name {
        margin-bottom: 1.2rem;
    }
}

.team__item .position {
    position: relative;
    z-index: 3;
    font-weight: 300;
    font-size: 2.5rem;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 27rem;
}

@media screen and (max-width: 575px) {
    .team__item .position {
        font-size: 1.5rem;
        width: 100%;
    }
}

.team__item .position span {
    font-weight: 600;
    font-size: 2rem;
    background: -webkit-linear-gradient(270deg, #363535, #786868);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .team__item .position span {
        display: none;
    }
}

.team__item .person {
    position: absolute;
    width: 29rem;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
    .team__item .person {
        width: 13.5rem;
        left: 1.5rem;
    }
}

.team__item .podpis {
    position: absolute;
    left: 35rem;
    bottom: 4rem;
    z-index: 3;
    max-width: 34rem;
    max-height: 16rem;
}

@media screen and (max-width: 575px) {
    .team__item .podpis {
        max-width: 17rem;
        max-height: 6rem;
        left: 16rem;
        bottom: 2rem;
    }
}

.team__item:nth-child(2) .podpis {
    bottom: -2rem;
    max-width: 38rem;
    max-height: 18rem;
}

@media screen and (max-width: 575px) {
    .team__item:nth-child(2) .podpis {
        bottom: -1rem;
        max-width: 18rem;
        max-height: 18rem;
    }
}

.team__item:nth-child(3) .podpis {
    bottom: 1rem;
    max-width: 38rem;
    max-height: 18rem;
}

@media screen and (max-width: 575px) {
    .team__item:nth-child(3) .podpis {
        max-width: 20rem;
    }
}

.team__item:nth-child(5) .podpis {
    bottom: 1rem;
    max-width: 35rem;
    max-height: 16rem;
}

@media screen and (max-width: 575px) {
    .team__item:nth-child(5) .podpis {
        bottom: 0rem;
        left: 17rem;
        max-width: 12rem;
        max-height: 16rem;
    }
}

.team__item:nth-child(6) .podpis {
    bottom: -2rem;
    max-width: 44rem;
    max-height: 25rem;
}

@media screen and (max-width: 575px) {
    .team__item:nth-child(6) .podpis {
        bottom: -1rem;
        max-width: 15rem;
    }
}

.phone-section {
    margin-top: 15rem;
}

@media screen and (max-width: 575px) {
    .phone-section {
        margin-top: 0;
    }
}

.phone-section::before {
    z-index: 4;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
    pointer-events: none;
}

.phone-section video {
    position: relative;
    width: 320rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

@media screen and (max-width: 575px) {
    .phone-section video {
        width: 115rem;
    }
}

.phone-section .phone {
    width: 157rem;
    position: absolute;
    left: 32rem;
    top: 18rem;
}

@media screen and (max-width: 575px) {
    .phone-section .phone {
        width: 57rem;
        max-width: none;
        left: 36%;
        top: 9rem;
        transform: translateX(-50%);
    }
}

.phone-section .logo {
    width: 33.5rem;
    position: absolute;
    top: 68rem;
    left: 111rem;
    z-index: 30;
}

@media screen and (max-width: 575px) {
    .phone-section .logo {
        width: 12rem;
        top: 28rem;
        left: 15.5rem;
    }
}

.phone-section .blur {
    position: absolute;
    top: 60rem;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .phone-section .blur {
        top: 40rem;
    }
}

.partners-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -23rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .partners-section {
        margin-top: -8rem;
    }
}

@media screen and (max-width: 575px) {
    .partners-section .t-title {
        text-align: left;
    }
}

.partners-section .t-title img {
    position: absolute;
    right: 0;
    top: 0.5rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .partners-section .t-title img {
        display: block;
    }
}

.partners__box {
    margin-top: 7rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .partners__box {
        margin: 2rem -5rem 0;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 5rem;
        flex-wrap: nowrap;
    }

    .partners__box::-webkit-scrollbar {
        display: none;
    }
}

.partners__item {
    width: 36rem;
    flex-shrink: 0;
    margin: 0 3rem 5rem;
}

@media screen and (max-width: 575px) {
    .partners__item {
        width: 21rem;
        margin-left: 0;
        margin-right: 5rem;
    }

    .partners__item:last-child {
        margin-right: 2rem;
    }
}

.partners__item.logo1 {
    padding-top: 2.5rem;
}

.partners__item.logo2 {
    padding-top: 1rem;
}

.partners__item.logo5 {
    padding-top: 2rem;
}

.partners__item.logo6 {
    padding-top: 2rem;
}

.partners__item img {
    width: 100%;
    max-height: 14rem;
}

.roadmap-section {
    padding: 23rem 0 20rem;
}

@media screen and (max-width: 575px) {
    .roadmap-section {
        padding: 0 0 0;
    }
}

.roadmap-section .text__content {
    z-index: 20;
    pointer-events: none;
}

@media screen and (min-width: 575px) {
    .roadmap-section .text__content {
        position: absolute;
        left: 38rem;
        top: 25rem;
    }
}

@media screen and (max-width: 575px) {
    .roadmap-section .text__content {
        position: relative;
        width: 33rem;
        margin-left: 5rem;
        margin-top: 5rem;
    }
}

.roadmap-section .text__content .t-title {
    text-align: left;
}

.roadmap-section .text__content .t-subtitle {
    text-align: left;
    margin: 3rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .roadmap-section .text__content .t-subtitle {
        margin: 1.5rem 0 0;
    }

    .roadmap-section .text__content .t-subtitle br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .roadmap-section .text__content .swipe {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    }
}

.scroll__box-inner {
    position: relative;
    padding-top: 10rem;
    padding-left: 38rem;
    pointer-events: none;
    width: 400rem;
}

@media screen and (max-width: 575px) {
    .scroll__box-inner {
        padding-left: 5rem;
        padding-top: 0;
        width: 220rem;
        overflow: hidden;
    }
}

.scroll__box-inner .bg {
    max-width: none;
    width: 100%;
    position: absolute;
    top: -16rem;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .scroll__box-inner .bg {
        left: 0rem;
        top: -15rem;
        width: 105%;
    }
}

.line__box {
    margin-top: 20rem;
    width: 100%;
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 575px) {
    .line__box {
        margin-top: 0;
    }
}

.line__box .line {
    display: block;
}

.line__box .circle {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border: 0;
    background-image: url("../img/roadmap/circle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 575px) {
    .line__box .circle {
        background-image: url("../img/roadmap/circle-xs.png");
        width: 2.5rem;
        height: 2.5rem;
    }
}

.line__box .circle1 {
    left: 0;
    bottom: -0.7rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle1 {
        left: 0;
        bottom: -1rem;
    }
}

.line__box .circle2 {
    left: 45rem;
    bottom: 6.3rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle2 {
        left: 26rem;
        bottom: 3rem;
    }
}

.line__box .circle3 {
    left: 90rem;
    bottom: 13.3rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle3 {
        left: 52rem;
        bottom: 7rem;
    }
}

.line__box .circle4 {
    left: 135rem;
    bottom: 20.3rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle4 {
        left: 78rem;
        bottom: 11rem;
    }
}

.line__box .circle5 {
    left: 180rem;
    bottom: 27.4rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle5 {
        left: 104rem;
        bottom: 15rem;
    }
}

.line__box .circle6 {
    left: 225rem;
    bottom: 34.5rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle6 {
        left: 135rem;
        bottom: 20.3rem;
    }
}

.line__box .circle7 {
    left: 270rem;
    bottom: 41.5rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle7 {
        left: 162rem;
        bottom: 24.3rem;
    }
}

.line__box .circle8 {
    left: 315rem;
    bottom: 48.5rem;
}

@media screen and (max-width: 575px) {
    .line__box .circle8 {
        left: 189rem;
        bottom: 28.3rem;
    }
}

.circle {
    opacity: 0;
    transition: 0.5s;
}

.circle.visible {
    opacity: 1;
}

.roadmap__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 6rem 0 0;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .roadmap__list {
        margin-top: 3rem;
        padding-bottom: 6rem;
    }
}

.roadmap__item {
    width: 45rem;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .roadmap__item {
        width: 27rem;
    }
}

.roadmap__item .title {
    font-weight: 300;
    font-size: 11.1rem;
    letter-spacing: -0.5rem;
}

@media screen and (max-width: 575px) {
    .roadmap__item .title {
        font-size: 6.6rem;
    }
}

.roadmap__item .title b {
    font-weight: 500;
}

.roadmap__item .subtitle {
    font-size: 3.5rem;
    font-weight: 500;
    margin: -2rem 0 6rem;
}

@media screen and (max-width: 575px) {
    .roadmap__item .subtitle {
        font-size: 2.1rem;
        margin: -1rem 0 3rem;
    }
}

.roadmap__item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.roadmap__item ul li {
    font-weight: 300;
    color: #b1b1b1;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 3rem;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .roadmap__item ul li {
        margin-bottom: 1.8rem;
        padding-left: 1.8rem;
    }

    .roadmap__item ul li:last-child {
        margin-bottom: 0;
    }
}

.roadmap__item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
    border-radius: 50%;
    background: #AD0501;
    border: 1px solid #CE0802;
    width: 0.9rem;
    height: 0.9rem;
}

@media screen and (max-width: 575px) {
    .roadmap__item ul li::before {
        width: 0.5rem;
        height: 0.5rem;
        top: 0.7rem;
    }
}

.faq-section {
    margin-bottom: 10rem;
}

@media screen and (max-width: 575px) {
    .faq-section {
        margin-bottom: 5rem;
    }
}

.faq-section .container {
    max-width: 197rem;
}

@media screen and (max-width: 575px) {
    .faq-section .container {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .faq-section .t-title {
        text-align: left;
        padding-left: 5rem;
    }
}

.faq__box {
    margin: 8rem 0 0;
}

@media screen and (max-width: 575px) {
    .faq__box {
        margin-top: 2rem;
    }
}

.faq__item {
    border-bottom: 1px solid #131313;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .faq__item {
        padding: 0 5rem;
    }
}

.faq__item:hover {
    border-bottom: 1px solid rgb(44.5, 44.5, 44.5);
}

.faq__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 8rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .faq__item-header {
        padding: 2.5rem 0;
        padding-right: 1rem;
        align-items: flex-start;
    }
}

.faq__item-header .s-title {
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 575px) {
    .faq__item-header .s-title {
        padding-right: 1rem;
        line-height: 1.3;
        font-size: 2.3rem;
        letter-spacing: -0.05rem;
    }
}

.faq__item-header .arrow {
    width: 4rem;
    transition: 420ms;
}

@media screen and (max-width: 575px) {
    .faq__item-header .arrow {
        width: 2rem;
        margin-top: 1rem;
    }
}

.faq__item-content {
    font-size: 2.5rem;
    font-weight: 300;
    color: #9a9a9a;
    padding: 0 8rem 4rem;
    margin-top: -1rem;
    display: none;
    padding-right: 50rem;
}

.faq__item-content a {
    color: #fff;
}

@media screen and (max-width: 575px) {
    .faq__item-content {
        font-size: 1.6rem;
        padding: 0 0 3rem;
        padding-right: 4rem;
        line-height: 1.3;
    }
}

.faq__item.active .arrow {
    transform: rotate(180deg);
}

.footer {
    font-size: 2.7rem;
    padding-bottom: 8rem;
    position: relative;
    padding-top: 120rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .footer {
        padding-top: 50rem;
        font-size: 1.6rem;
        padding-bottom: 3rem;
    }
}

.footer::before {
    z-index: 4;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
    pointer-events: none;
}

.footer video {
    position: absolute;
    bottom: 0rem;
    width: 250rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .footer video {
        width: 100rem;
        bottom: 25rem;
        left: 43%;
    }
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .footer .container {
        flex-direction: column;
        justify-content: center;
    }
}

.footer .footer__logo {
    width: 38rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__logo {
        width: 19rem;
        order: 0;
    }
}

.footer .footer__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer .footer__menu.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .footer .footer__menu.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .footer .footer__menu {
        order: 2;
        flex-wrap: wrap;
    }
}

.footer .footer__menu-link {
    margin-right: 6rem;
    color: #b1b1b1;
}

@media screen and (max-width: 575px) {
    .footer .footer__menu-link {
        margin: 0 0 1.5rem;
        width: 50%;
        text-align: center;
    }
}

.footer .footer__menu-link:last-child {
    margin-right: 0;
}

.footer .footer__menu-link:hover {
    color: #fff;
}

.footer .social__link {
    transition: 0.3s;
}

.footer .social__link:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.footer .footer__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer .footer__buttons {
        order: 1;
        justify-content: center;
        margin: 1rem 0 4rem;
    }
}

.footer .footer__buttons .footer__button {
    color: #b1b1b1;
    margin-right: 8.5rem;
    text-decoration: underline;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .footer .footer__buttons .footer__button {
        margin: 0;
    }

    .footer .footer__buttons .footer__button:nth-child(1) {
        display: none;
    }
}

.footer .footer__buttons .footer__button:hover {
    color: #fff;
}

.footer .footer__buttons .footer__button:last-child {
    margin-right: 0;
}

#mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

@media screen and (min-width: 575px) {
    #mobile__menu {
        display: none;
    }
}

#mobile__menu.active {
    opacity: 1;
    visibility: visible;
}

#mobile__menu .mobile__menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#mobile__menu .mobile__menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    background: linear-gradient(180deg, #0f0f0f 0%, #000000 100%);
    padding: 10rem 4rem 4rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mobile__menu .mobile__menu-close {
    position: fixed;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10000;
}

#mobile__menu .mobile__menu-close img {
    width: 1.8rem;
    opacity: 0.5;
}

#mobile__menu .mobile__menu-logo {
    width: 18rem;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

#mobile__menu .mobile__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#mobile__menu .mobile__nav-link {
    font-size: 2.4rem;
    color: #b1b1b1;
    margin-bottom: 2rem;
    transition: 0.3s;
    text-align: center;
}

#mobile__menu .mobile__nav-link:hover {
    color: #fff;
    transform: scale(1.05);
}

#mobile__menu .mobile__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: auto;
    padding-top: 3rem;
}

#mobile__menu .mobile__social-link {
    width: 4rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#mobile__menu .mobile__social-link img {
    max-width: 3rem;
    max-height: 3rem;
}

#mobile__menu .mobile__social-link:hover {
    transform: scale(1.15);
    opacity: 0.8;
}