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;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4vh;
}

.header img {
    object-fit: cover;
}

.header .logo img {
    width: 35vh;
}

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

.header .links {
    display: flex;
    align-items: center;
    gap: 1vh;
}

.full-page .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.full-page .section .content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.full-page .section .content-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.full-page .section .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.full-page .section .content .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10vh;
    margin-bottom: 13vh;
}

.full-page .section .content .left .title img {
    width: 90vh;
}

.full-page .section .content .left .qrcode-section {
    position: relative;
}

.full-page .section .content .left .qrcode-section .qrcode-bg img {
    width: 90vh;
}

.full-page .section .content .left .qrcode-section .qrcode {
    position: absolute;
    bottom: 4.95vh;
    left: 19.7vh;
    z-index: 1;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
}

.full-page .section .content .image img {
    width: 73vh;
}

/* cover fullpage */
#fp-nav.fp-right{
    right: 10px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    height: auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    position: relative;
    display: block;
    background: white;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
}
#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only{
    position: absolute;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    height: 10px;
    width: 10px;
    margin: -2px 0 0 -2.5px;
    background: #e16199;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 14px;
}