*,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;
}

body,
html {
    margin: 0 !important
}

.big-bg.active {
    opacity: 1;
    visibility: visible
}

.big-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(0.15625vw);
    backdrop-filter: blur(0.15625vw);
    z-index: 99999;
    opacity: 0;
    visibility: hidden
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff
}

body {
    position: relative;
    background: #000;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

*,
html *,
html :after,
html :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.stop,
html.stop {
    position: relative;
    height: 100%
}

a {
    text-decoration: none
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    margin: .5208vw;
    background: 0 0;
    width: 0
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, .15)
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    margin: .5208vw;
    background: rgba(0, 0, 0, .75);
    border-radius: .1563vw
}

.container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    z-index: 10;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 89.7436vw;
    padding: 0 2.08333vw;
}

.hm-1 {
    position: relative;
    height: 100vh;
    min-height: 58.28125vw;
    overflow: hidden;
}

.hm-1 .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding-top: 19.0625vw; */
    justify-content: center;
    align-items: center;
    padding-bottom: 5.20833vw;
}

.hm-1 h1 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 4.16667vw;
    text-align: center;
    color: #fff;
}

.hm-1 p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    text-align: center;
    color: #8d8d8d;
    margin-top: 1.04167vw;
}

.main-btn {
    border-radius: 1.30208vw;
    padding: 1.19792vw 1.51042vw;
    width: 16.30208vw;
    background: #d5c337;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    text-align: center;
    color: #010101;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 3.125vw;
    z-index: 99;
}

.hm-1 .img {
    position: relative;
    height: 100%;
}

.hm-1 .img .bg {
    width: 100%;
    height: 100%;
    background: url(../img/home/hm-1-bg.svg) top center no-repeat;
    background-size: cover;
}

.hm-1 .img .light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    -webkit-mask-image: url(../img/home/hm-1-light-new.svg);
    mask-image: url(../img/home/hm-1-light-new.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-origin: inherit;
    mask-position: top center;
    mask-size: cover;
}

.hm-1 .img .light:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 90%;
    width: 100%;
    height: 100%;
    background: #D5C337;
    z-index: 3;
    opacity: .6;
    filter: blur(0.52083vw);
    border-radius: 50%;
    height: 43.54167vw;
    width: 2.96875vw;
    position: absolute;
    transform: rotate(30deg) translate(-50%, -50%);
    animation: bgShiftBefore 7s ease-in-out infinite alternate;
}

@keyframes bgShiftBefore {
    0% {
        left: -15%;
    }

    100% {
        left: 22%;
    }
}

.hm-1 .img .light:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 90%;
    width: 100%;
    height: 100%;
    background: #D5C337;
    z-index: 3;
    opacity: .6;
    filter: blur(0.52083vw);
    border-radius: 50%;
    height: 43.54167vw;
    width: 2.96875vw;
    position: absolute;
    transform: rotate(30deg) translate(-50%, -50%);
    animation: bgShiftAfter 7s ease-in-out infinite alternate;
}

@keyframes bgShiftAfter {
    0% {
        left: 55%;
    }

    100% {
        left: 85%;
    }
}

.hm-1 .img .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.main-h2 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 3.33333vw;
    color: #fff;
    z-index: 99;
}

.main-h2 span {
    color: #d5c337;
}

.main-desc {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #8d8d8d;
    margin-top: 1.04167vw;
    z-index: 99;
}

.hm-2 {
    margin-top: 7.8125vw;
}

.hm-2 .container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 1.04167vw;
}

.hm-2 p {
    max-width: 27.60417vw;
}

.hm-2 .roll-lines {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1.04167vw;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 11.45833vw;
}

.hm-2 .roll-lines:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: red;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 5.04%, rgba(0, 0, 0, 0) 95%, #000 100%);
}

.hm-2 .roll-lines .line {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 60s linear infinite sbs-anim;
    animation: 60s linear infinite sbs-anim;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
    grid-gap: 1.04167vw;
}

.hm-2 .roll-lines .line:nth-child(2) {
    top: 6.25vw;
    -webkit-animation: 60s linear infinite sbs-anim;
    animation: 60s linear infinite reverse sbs-anim
}

.hm-2 .roll-lines .line:nth-child(3) {
    display: none;
}

.hm-2 .roll-lines .line img {
    height: 5.20833vw;
}

@-webkit-keyframes sbs-anim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes sbs-anim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.hm-3 {
    margin-top: 13.02083vw;
}

.hm-3 h2,
.hm-3 .main-desc,
.hm-4 h2,
.hm-4 .main-desc {
    text-align: center;
}

.hm-3 .main-desc {
    max-width: 31.25vw;
    margin-left: auto;
    margin-right: auto;
}

.hm-4 .main-desc {
    max-width: 22.39583vw;
    margin-left: auto;
    margin-right: auto;
}

.hm-3 .col {
    display: flex;
    flex-direction: column;
    grid-gap: 2.76042vw;
    margin-top: 3.125vw;
}

.hm-3 .col-mob {
    display: none;
}

.hm-3 .col .item {
    width: 16.30208vw;
    height: 4.16667vw;
    background: #0b0b0b;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.30208vw;
    position: relative;
}

.hm-3 .col .item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.05208vw;
    border-radius: inherit;
    background: linear-gradient(135deg, #303030 0%, #141414 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: ;
}

.hm-3 .col .box {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2.60417vw;
}

.hm-3 .col .item.active {
    color: #D5C337;
}

.hm-3 .col .item.active:before {
    background: #D5C337;
}

.hm-3 .col .item.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35.52083vw;
    height: 19.27083vw;
    border-radius: 50%;
    background: rgba(213, 195, 55, 0.27);
    filter: blur(7.8125vw);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hm-4 {
    margin-top: 13.02083vw;
}

.hm-4 .col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 3.125vw;
}

.hm-4 .col .box {
    border-radius: 1.30208vw;
    padding: 1.71875vw;
    width: 100%;
    background: #0b0b0b;
}

.hm-4 .col .box h3 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fff;
}

.hm-4 .col .box ul {
    margin-top: 1.5625vw;
    display: flex;
    flex-direction: column;
    grid-gap: 0.78125vw;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.14583vw;
    color: #fff;
    align-items: flex-start;
}

.hm-4 .col .box ul li p {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.hm-4 .col .box ul li p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 0.26042vw);
    height: calc(100% + 0.26042vw);
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 0.52083vw;
    opacity: 0;
    transition: 0.3s;
}

.hm-4 .col .box ul li p:hover:before {
    opacity: 1;
    width: calc(100% + 0.9375vw);
    height: calc(100% + 0.9375vw);
}

.hm-5 {
    margin-top: 1.04167vw;
}

.hm-5 .cont {
    border-radius: 1.30208vw;
    padding: 3.125vw 0vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #0b0b0b;
    position: relative;
}

.hm-5 .cont:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.05208vw;
    border-radius: inherit;
    background: linear-gradient(135deg, #303030 0%, #141414 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: ;
}

.hm-5 h2 {
    text-align: center;
}

.hm-5 .main-desc {
    max-width: 41.66667vw;
    text-align: center;
}

.hm-6 {
    margin-top: 13.02083vw;
}

.hm-6 .container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 1.04167vw;
}

.hm-6 .right .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hm-6 .right .head img {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.52083vw;
}

.hm-6 .right .head .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 1.04167vw;
}

.hm-6 .right .head h3 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    color: #fff;
}

.hm-6 .right .head .l p {
    margin-top: 0.15625vw;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #8d8d8d;
}

.hm-6 .right .head .r {
    font-family: "Sora", sans-serif;
    font-weight: 200;
    font-size: 1.14583vw;
    color: #272727;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 1.04167vw;
    border-radius: 0.78125vw;
    border: 0.05208vw solid #272727;
    padding: 0.46875vw;
    cursor: pointer;
    transition: 0.3s;
    max-width: 2.70833vw;
    white-space: nowrap;
    overflow: hidden;
    height: 2.70833vw;
}

.hm-6 .right .box {
    position: relative;
    padding-top: 1.04167vw;
    padding-bottom: 4.16667vw;
}

.hm-6 .right .box:last-child {
    /* padding-bottom: 0; */
}

.hm-6 .right .box:before {
    content: '';
    background: linear-gradient(90deg, #303030 0%, #141414 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05208vw;
}

.hm-6 .right .box .head .r svg path {
    transition: 0.3s;
}

.hm-6 .right .head .r svg {
    min-width: 1.5625vw;
    width: 1.5625vw;
    height: 1.5625vw;
}

.hm-6 .right .box:hover .head .r {
    max-width: 12.5vw;
}

.hm-6 .right .box .head .r:hover {
    border-color: #fff;
    color: #fff;
}

.hm-6 .right .box .head .r:hover svg path {
    fill: #fff;
}

.hm-6 .right .box .desc {
    margin-top: 1.875vw;
}

.hm-6 .right .box .desc .hh {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fefefe;
    max-width: 47.39583vw;
}

.hm-6 .right .box .desc .dd {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: #8d8d8d;
    margin-top: 3.28125vw;
}

.hm-6 .right .box .desc img {
    width: 100%;
    height: auto;
    /* margin-top: 3.125vw; */
    border-radius: 1.5625vw;
}

.hm-6 .left p {
    max-width: 29.16667vw;
}

.hm-6 .left {
    position: relative;
}

.hm-6 .left .cc {
    position: sticky;
    top: 5.20833vw;
}

.hm-7 {
    margin-top: 13.02083vw;
}

.hm-7 .container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 1.04167vw;
}

.hm-7 .box {
    padding: 2.08333vw 0;
    position: relative;
    cursor: pointer;
}

.hm-7 .box:before {
    content: '';
    background: linear-gradient(90deg, #303030 0%, #141414 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05208vw;
}

.hm-7 .box:last-child {
    padding-bottom: 0;
}

.hm-7 .box h3 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fff;
    transition: 0.3s;
}

.hm-7 .box:hover h3 {
    padding-left: 1.04167vw;
    color: #d5c337;
}

.hm-7 .box .desc {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.45833vw;
    color: #8d8d8d;
    margin-top: 1.04167vw;
    max-width: 55.52083vw;
}

.hm-7 .box .time {
    margin-top: 2.08333vw;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    color: #8d8d8d;
}

.hm-7 .cc {
    position: sticky;
    top: 7.8125vw;
}

.hm-8 {
    margin-top: 13.02083vw;
}

.hm-8 .main-desc {
    max-width: 31.25vw;
}

.hm-8 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.04167vw;
    margin-top: 3.125vw;
}

.hm-8 .cont .box {
    display: flex;
    grid-gap: 1.04167vw;
}

.hm-8 .cont img {
    width: 17.8125vw;
    height: auto;
    border-radius: 0.78125vw;
}

.hm-8 .cont h3 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fff;
}

.hm-8 .cont .box .inf {
    padding-top: 1.04167vw;
}

.hm-8 .cont .box ul {
    display: flex;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.26042vw;
    margin-top: 1.04167vw;
}

.hm-8 .cont .box ul li {
    transition: 0.3s;
    cursor: pointer;
}

.hm-8 .cont .box ul li:hover {
    color: #d5c337;
    padding-left: 0.52083vw;
}

.hm-9 {
    margin-top: 13.02083vw;
}

.hm-9 .img {
    margin-top: 3.125vw;
    position: relative;
}

.hm-9 .img p {
    position: absolute;
    top: 0;
    left: 70.83333vw;
}

.hm-9 .img img {
    width: 100%;
    height: auto;
}

.hm-10 {
    margin-top: 13.02083vw;
}

.hm-10 .container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 1.04167vw;
}

.hm-10 .nav-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.52083vw;
    margin-top: 2.08333vw;
}

.hm-10 .nav-btns .row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.52083vw;
    margin-top: 2.08333vw;
}

.hm-10 .nav-btns .item {
    border-radius: 1.30208vw;
    padding: 1.19792vw;
    background: #0b0b0b;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.35417vw;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.hm-10 .nav-btns .item:hover {
    margin-left: 1.04167vw;
}

.hm-10 .nav-btns .item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.05208vw;
    border-radius: inherit;
    background: linear-gradient(135deg, #303030 0%, #141414 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: ;
}

.hm-10 .nav-btns .item.active {
    color: #d5c337;
}

.hm-10 .nav-btns .item.active:before {
    background: linear-gradient(135deg, #d5c337 0%, #d5c337 100%);
}

.hm-10 .box {
    border-radius: 1.30208vw;
    padding: 0.78125vw 1.71875vw 1.71875vw;
    background: #0b0b0b;
    display: none;
}

.hm-10 .box.active {
    display: block;
}

.hm-10 .box .line {
    padding: 0.10417vw 0;
    /* border: 0.05208vw solid #414141; */
    border-right: none;
    border-left: none;
    border-bottom: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.hm-10 .box .line:before {
    content: '';
    background: linear-gradient(90deg, #303030 0%, #141414 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05208vw;
    z-index: 99999;
}

.hm-10 .box .line:first-child:before {
    display: none;
}

.hm-10 .box .head {
    min-height: 1.82292vw;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hm-10 .box .head h3 {
    margin-top: 1.04167vw;
    margin-bottom: 1.04167vw;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fff;
}

.hm-10 .box .close {
    min-width: 2.08333vw;
    min-height: 2.08333vw;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: url(../img/home/hm-10-close.svg) center center no-repeat;
    background-size: cover;
}

.hm-10 .box .line.active .close {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.hm-10 .box .text {
    position: relative
}

.hm-10 .box .text .p {
    position: absolute;
    margin-top: 0.52083vw;
    padding-top: 0.52083vw;
    padding-bottom: 0.52083vw;
    max-width: calc(100% - 2.08333vw);
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    color: rgba(255, 238, 255, 0.7);
}

.hm-10 .box .text p .list {
    margin: 1.04167vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.52083vw;
}

.hm-10 .box .text p .list span {
    position: relative;
    padding-left: 0.78125vw;
}

.hm-10 .box .text p .list span:before {
    content: '';
    position: absolute;
    top: 0.26042vw;
    left: 0;
    width: 0.3125vw;
    height: 0.3125vw;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}

.hm-10 .more {
    margin-top: 1.04167vw;
    border-radius: 1.30208vw;
    padding: 1.71875vw;
    width: 100%;
    height: 7.60417vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.71875vw;
    background: #0b0b0b;
}

.hm-10 .more .main-btn {
    margin: 0;
}

.hm-10 .more p {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.875vw;
    color: #fff;
}

.hm-11 {
    margin-top: 9.375vw;
    margin-bottom: 8.85417vw;
}

.hm-11 img {
    width: 100%;
    height: auto;
}

.hm-11 .container {
    align-items: center;
}

.hm-11 .main-desc {
    max-width: 27.08333vw;
    text-align: center;
}

.footer .line1 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 2.60417vw 0;
}

.footer .line1 h2 {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 2.08333vw;
    color: #fff;
}

.footer .line1 a {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 1.04167vw;
    text-align: right;
    color: #8d8d8d;
}

.footer .line1:before,
.footer .line2:before,
.footer .line3:before {
    content: '';
    background: linear-gradient(90deg, #303030 0%, #141414 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05208vw;
}

.footer .line2,
.footer .line3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.04167vw;
    padding: 2.60417vw 0;
    position: relative;
}

.footer .line2 .head {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #d5c337;
    margin-bottom: 1.5625vw;
}

.footer .line2 .item {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 0.72917vw;
    color: #fff;
    margin-top: 0.3125vw;
    transition: 0.3s;
    cursor: pointer;
}

.footer .line2 .item:hover {
    color: #d5c337;
    padding-left: 0.52083vw;
}

.footer .line3 p,
.footer .line3 a {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 0.72917vw;
    color: #fff;
}

@media(max-width: 700px){
    .container {
        padding: 0 2.5641vw;
    }
    
    .main-h2 {
        font-size: 7.69231vw;
    }
    
    .main-desc {
        font-size: 3.58974vw;
        margin-top: 3.07692vw;
    }
    
    .main-btn {
        margin-top: 10.25641vw;
        font-size: 4.61538vw;
        border-radius: 3.33333vw;
        padding: 2.5641vw 5.12821vw;
        width: 55.64103vw;
        height: 11.02564vw;
    }

    .hm-1 .container{
        padding-bottom: 17vw;
    }

    
    .hm-1 h1 {
        font-size: 8.20513vw;
    }
    
    .hm-1 p {
        font-size: 4.10256vw;
        margin-top: 3.07692vw;
    }
    
    .hm-1 .main-btn {
        margin-top: 6.41026vw;
    }
    
    .hm-1 {
        height: 177.94872vw;
        min-height: 177.94872vw;
    }
    
    .hm-2 {
        margin-top: 35.89744vw;
    }
    
    .hm-2 .container {
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
        padding: 0;
    }
    
    .hm-2 h2,
    .hm-2 p {
        padding: 0 2.5641vw;
        max-width: none;
    }
    
    .hm-2 .roll-lines .line:nth-child(3) {
        display: flex;
        top: 24.61538vw;
    }
    
    .hm-2 .roll-lines .line {
        grid-gap: 2.05128vw;
    }
    
    .hm-2 .roll-lines .line img {
        height: 10.25641vw;
        width: auto;
    }
    
    .hm-2 .roll-lines .line:nth-child(2) {
        top: 12.30769vw;
    }
    
    .hm-2 .roll-lines {
        height: 34.87179vw;
    }
    
    .hm-3 {
        margin-top: 35.89744vw;
    }
    
    .hm-3 h2,
    .hm-3 .main-desc,
    .hm-4 h2,
    .hm-4 .main-desc {
        text-align: left;
    }
    
    .hm-3 .main-desc {
        max-width: 89.74359vw;
        margin-left: 0;
    }
    
    .hm-3 .col {
        display: none;
    }
    
    .hm-3 .col-mob {
        display: flex;
        margin-top: 10.25641vw;
        grid-gap: 2.30769vw;
        flex-wrap: wrap;
    }
    
    .hm-3 .col-mob .item {
        border-radius: 3.07692vw;
        padding: 2.82051vw 5.64103vw;
        background: #0b0b0b;
        font-family: "Sora", sans-serif;
        font-weight: 400;
        font-size: 3.33333vw;
        text-align: center;
        color: #fff;
        position: relative;
        white-space: nowrap;
        flex-grow: 1;
    }
    
    .hm-3 .col-mob .item:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 0.25641vw;
        border-radius: inherit;
        background: linear-gradient(135deg, #303030 0%, #141414 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: ;
    }
    
    .hm-3 .col-mob .item.active {
        width: 100%;
        color: #d5c337;
    }
    
    .hm-3 .col-mob .item.active:before {
        background: linear-gradient(135deg, #d5c337 0%, #d5c337 100%);
    }
    
    .hm-3 .col-mob .item.active:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 94.61538vw;
        height: 51.28205vw;
        border-radius: 50%;
        background: rgba(213, 195, 55, 0.65);
        filter: blur(38.46154vw);
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    
    .hm-7 {
        margin-top: 35.89744vw;
    }
    
    .hm-7 .container {
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
    }
    
    .hm-7 .box {
        padding: 5.12821vw 0;
    }
    
    .hm-7 .main-btn {
        display: none;
    }
    
    .hm-7 .box h3 {
        font-size: 5.64103vw;
    }
    
    .hm-7 .box:hover h3 {
        padding-left: 2.5641vw;
    }
    
    .hm-7 .box .desc {
        margin-top: 3.07692vw;
        font-size: 3.58974vw;
        max-width: none;
    }
    
    .hm-7 .box .time {
        margin-top: 7.69231vw;
        font-size: 4.10256vw;
    }
    
    .hm-7 .box:before {
        height: 0.25641vw;
    }
    
    .hm-8 {
        margin-top: 35.89744vw;
    }
    
    .hm-8 .main-desc {
        max-width: none;
    }
    
    .hm-8 .cont {
        margin-top: 10.25641vw;
        grid-template-columns: 1fr;
        grid-gap: 10.25641vw;
        margin-bottom: 5.12821vw;
    }
    
    .hm-8 .cont .box {
        flex-direction: column;
        grid-gap: 5.12821vw;
    }
    
    .hm-8 .cont img {
        width: 100%;
        height: auto;
        border-radius: 3.84615vw;
    }
    
    .hm-8 .cont .box .inf {
        padding: 0;
    }
    
    .hm-8 .cont h3 {
        font-size: 5.64103vw;
    }
    
    .hm-8 .cont .box ul {
        font-size: 4.10256vw;
        margin-top: 4.10256vw;
        grid-gap: 1.28205vw;
    }
    
    .hm-5 .cont:before {
        padding: 0.25641vw;
    }
    
    .hm-5 .cont {
        padding: 7.69231vw;
        border-radius: 3.84615vw;
    }
    
    .hm-6 {
        margin-top: 35.89744vw;
    }
    
    .hm-6 .container {
        grid-template-columns: 1fr;
    }
    
    .hm-6 .main-btn {
        display: none;
    }
    
    .hm-6 .right .head img {
        width: 10.25641vw;
        height: 10.25641vw;
    }
    
    .hm-6 .right .head .l {
        grid-gap: 3.58974vw;
    }
    
    .hm-6 .right .head h3 {
        font-size: 4.10256vw;
    }
    
    .hm-6 .right .head .l p {
        font-size: 2.5641vw;
        margin-top: 0.76923vw;
    }
    
    .hm-6 .right .box .desc .hh {
        font-size: 4.10256vw;
    }
    
    .hm-6 .right .box .desc .dd {
        font-size: 3.07692vw;
        margin-top: 3.07692vw;
    }
    
    .hm-6 .right .box .desc {
        margin-top: 6.66667vw;
    }
    
    .hm-6 .right .head .r svg {
        width: 6.15385vw;
        height: 6.15385vw;
        min-width: 6.15385vw;
        min-height: 6.15385vw;
    }
    
    .hm-6 .right .head .r {
        font-size: 3.58974vw;
        height: 10.25641vw;
        max-width: 10.25641vw;
        padding: 1.79487vw;
        border-radius: 2.5641vw;
        grid-gap: 1.79487vw;
    }
    
    .hm-6 .right .box:hover .head .r {
        max-width: 38.46154vw;
    }
    
    .hm-6 .right .box .desc img {
        /* margin-top: 6.66667vw; */
        border-radius: 2.5641vw;
    }
    
    .hm-6 .right .box {
        padding: 5.12821vw 0;
    }
    
    .hm-6 .main-h2 {
        max-width: 64.10256vw;
    }
    
    .hm-9 {
        margin-top: 35.89744vw;
    }
    
    .hm-9 .img {
        margin-top: 0;
    }
    
    .hm-9 .img p {
        position: relative;
        font-family: "Sora", sans-serif;
        font-weight: 400;
        font-size: 3.58974vw;
        color: #8d8d8d;
        left: 0;
        margin-bottom: 10.25641vw;
        max-width: 89.74359vw;
    }
    
    .hm-10 .container {
        grid-template-columns: 1fr;
        padding: 0;
        grid-gap: 2.5641vw;
    }
    
    .hm-10 {
        margin-top: 35.89744vw;
    }
    
    .hm-10 h2 {
        width: 100%;
        padding: 0 2.5641vw;
    }
    
    .hm-10 .nav-btns {
        flex-direction: row;
        width: 100vw;
        overflow-x: auto;
        scrollbar-width: thin;
        /* Firefox */
        margin-top: 5.12821vw;
    }
    
    .hm-10 .nav-btns .item:hover {
        margin: 0;
    }
    
    .hm-10 .nav-btns .item {
        white-space: nowrap;
    }
    
    .hm-10 .nav-btns::-webkit-scrollbar {
        height: 0vw;
        width: 0vw;
    }
    
    .nav-btns::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2.5641vw;
    }
    
    .hm-10 .nav-btns .row {
        flex-direction: row;
        display: flex;
        grid-gap: 2.5641vw;
        padding: 0 2.5641vw;
    }
    
    .hm-10 .nav-btns .item {
        font-size: 3.33333vw;
        border-radius: 3.07692vw;
        padding: 2.5641vw;
    }
    
    .hm-10 .nav-btns .item:before {
        padding: 0.25641vw;
    }
    
    .hm-10 .box {
        border-radius: 6.41026vw;
        padding: 2.5641vw 5.12821vw 5.12821vw;
        max-width: calc(100vw - 5.12821vw);
        margin: auto;
    }
    
    .hm-10 .box .head h3 {
        font-size: 4.10256vw;
        margin-top: 2.5641vw;
        margin-bottom: 2.5641vw;
    }
    
    .hm-10 .box .text .p {
        font-size: 3.07692vw;
        max-width: none;
        margin-top: 2.5641vw;
        padding-top: 2.5641vw;
        padding-bottom: 2.5641vw;
    }
    
    .hm-10 .more {
        flex-direction: column;
        height: fit-content;
        max-width: calc(100vw - 5.12821vw);
        margin: auto;
        margin-top: 2.5641vw;
        border-radius: 6.41026vw;
        padding: 5.12821vw;
    }
    
    .hm-10 .more p {
        font-size: 5.64103vw;
        margin-bottom: 3.07692vw;
    }
    
    .hm-11 {
        margin-top: 30.76923vw;
        margin-bottom: 25.64103vw;
    }
    
    .footer .line1 a {
        display: none;
    }
    
    .footer .line1 h2 {
        font-size: 7.69231vw;
    }
    
    .footer .line1 {
        padding: 7.69231vw 0;
    }
    
    .footer .line1:before,
    .footer .line2:before,
    .footer .line3:before {
        height: 0.25641vw;
    }
    
    .footer .line2,
    .footer .line3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2.5641vw;
        grid-row-gap: 12.82051vw;
        padding: 7.69231vw 0;
    }
    
    .footer .line2 .head {
        font-size: 3.84615vw;
        margin-bottom: 5.12821vw;
    }
    
    .footer .line2 .item {
        font-size: 3.07692vw;
        margin-top: 1.53846vw;
    }
    
    .footer .line3 {
        grid-row-gap: 2.5641vw;
    }
    
    .footer .line3 p,
    .footer .line3 a {
        font-size: 3.07692vw;
    }
    
    .hm-1 .img .bg {
        background: url(../img/home/hm-1-bg-mob.svg) top center no-repeat;
        background-size: cover;
    }
    
    .hm-1 .img .light {
        -webkit-mask-image: url(../img/home/hm-1-light-new-mob.svg);
        mask-image: url(../img/home/hm-1-light-new-mob.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-origin: inherit;
        mask-position: top center;
        mask-size: cover;
    }
    
    .hm-1 .img .light:after {
        display: none;
    }
    
    .hm-1 .img .light:before {
        /* animation: none; */
        left: 90%;
        height: 202.5641vw;
    }
    
    @keyframes bgShiftBefore {
        0% {
            left: -100%;
        }
    
        100% {
            left: 90%
        }
    }
    
    .hm-5 {
        margin-top: 2.5641vw;
    }
    
    .hm-5 .main-desc,
    .hm-6 .left p,
    .hm-6 .right .box .desc .hh,
    .hm-11 .main-desc {
        max-width: none;
    }
    
    .hm-10 .box .close {
        width: 7.69231vw;
        height: 7.69231vw;
        min-width: 7.69231vw;
        min-height: 7.69231vw;
        margin-left: 2.5641vw;
    }
    
    .hm-10 .box .line:before {
        height: 0.25641vw
    }

}