body::-webkit-scrollbar {
    display: none;
}

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 9.6)
    }
}

@media screen and (max-width:899px) {
    html {
        font-size: 93.75px;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 4vh 6vh 4vh 8vh;
}

.header img {
    object-fit: cover;
}

.header .logo img {
    height: 6vh;
}

.header .links img {
    width: 15vh;
}

.header .links {
    display: flex;
    gap: 2vh;
}

main .swiper-container {
    width: 100vw;
    height: 100vh;
}

main .swiper-container .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .swiper-container .swiper-slide .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

main .swiper-container .swiper-slide .slide-bg img {
    width: 100%;
    height: 100%;
}

main .swiper-container .swiper-slide .slide-bg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

main .swiper-container .swiper-slide .slide-bg-bottom img {
    width: 100%;
    height: 100%;
}

main .swiper-container .swiper-slide .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

main .swiper-container .swiper-slide .left .title img {
    width: 70vh;
}

main .swiper-container .swiper-slide .right img {
    position: relative;
    z-index: 1;
    width: 90vh;
    margin-bottom: -10vh;
}

main .swiper-container .swiper-slide .left .qrcode-section {
    position: relative;
    margin-top: 5vh;
    z-index: 1;
}

main .swiper-container .swiper-slide .left .qrcode-section {
    position: relative;
}

main .swiper-container .swiper-slide .left .qrcode-section .qr-bg img {
    width: 50vh;
}

main .swiper-container .swiper-slide .left .qrcode-section .qrcode {
    position: absolute;
    top: 5.25vh;
    left: 4.75vh;
    width: 14vh;
    z-index: 3;
}
