@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
:root{
    --main-cl: #FFD138;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-body: 'Montserrat', sans-serif;
    --font-heading: 'Chakra Petch', sans-serif;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    font-family: 'Montserrat', 'sans-serif';
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0 !important;
}
.font-2{
    font-family: var(--font-heading) !important;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    display: none !important;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.ui-datepicker{
    background: #FFF;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header{
    display: flex;
    align-items: center;
    padding: 10px 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
    display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 7px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    order: 3;
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 8px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    flex-grow: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title > select{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    flex-grow: 1;
    height: 36px;
}
.ui-datepicker .ui-datepicker-calendar{
    padding: 4px;
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    color: #000;
    font-size: 12px;
    font-weight:700;
    line-height: 16px;
    text-align: center;
    padding: 4px;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td{
    border: 1px solid #FFF;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody td > a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today > a{
    color: #FFF;
    background: #a7a7a7;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar tbody td:hover > a{
    color: #FFF !important;
    background: var(--main-cl);
}
.page-template-minigame header,
.page-template-minigame footer{
    display: none !important;
}
section.section-full-height{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
section.mini-game-page .img-logo{
    height: 2.083rem;
    margin-bottom: 0.625rem;
}
.img-logo img{
    height: 100%;
    width: auto;
    object-position: center;
}
section.mini-game-page{
    position: relative;
}
section.mini-game-page .sec-sub-title{
    font-weight: 400;
    font-size: 1.116rem;
    line-height: 1.354rem;
    text-transform: capitalize;
    margin-bottom: 0;
}
section.mini-game-page .sec-title{
    font-weight: 700;
    font-size: 2.977rem;
    text-transform: capitalize;
    margin-bottom: 0;
}
section.mini-game-page .sec-title-2{
    font-weight: 700;
    font-size: 2.046875rem;
    text-transform: capitalize;
    color: #FFD138;
    margin-bottom: 0;
}
section.mini-game-page .sec-desc{
    font-weight: 400;
    font-size: 0.833rem;
    margin-bottom: 1.771rem;
}
section.mini-game-page .img-gift{
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 65%;
    pointer-events: none !important;
}
.img-gift img{
    object-position: center;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
section.mini-game-page .col-5{
    position: relative;
    z-index: 4;
}
.form-wrap .col-6{
    width: calc(50% - 0.521rem);
}
.form-wrap label{
    font-weight: 700;
    font-size: 0.833rem;
    color: #FFF;
}
.form-wrap .input-control::placeholder{
    color: #FFF;
    opacity: 0.7;
}
.form-wrap .input-control{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #FFFFFF66;
    font-weight: 400;
    font-size: 0.833rem;
    height: 2.083rem;
    color: #FFF;
    padding: 0;
    margin: 0;
}
.form-wrap .input-control:focus{
    color: #FFF !important;
}
.form-wrap .input-control.use-datepicker{
    color: #FFF !important;
    cursor: pointer;
}
.form-wrap .form-group{
    position: relative;
}
.form-wrap .form-group.has-icon svg{
    position: absolute;
    top: 50%;
    right: 0.729rem;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    transform: translateY(-50%) !important;
}
.form-wrap .form-group > .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio{
    display: flex;
    align-items: center;
    height: 100%;
}
.form-wrap .form-group > .wpcf7-form-control-wrap{
    height: 2.083rem;
}
.form-wrap .form-group:not(:last-of-type){
    margin-bottom: 1.125rem;
}
.form-wrap .styled-radio input[type='radio']{
    display: none !important;
}
.form-wrap .styled-radio .wpcf7-list-item > label{
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.form-wrap .styled-radio .nk-custom-radio{
    width: 1.042rem;
    display: inline-block;
    height: 1.042rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin-right: 0.625rem;
    position: relative;
    padding: 0.15625rem;
}
.form-wrap .styled-radio .nk-custom-radio:before{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}
.form-wrap .styled-radio input:checked+.nk-custom-radio:before{
    opacity: 1;
}
.form-wrap .form-code-input{
    display: flex;
    gap: 1.042rem;
    position: relative;
}
.form-wrap .form-code-input span.wpcf7-form-control-wrap{
    position: unset;
}
.form-wrap .wpcf7-not-valid-tip {
    opacity: 1;
    padding: 2px 10px;
    font-size: 11px;
}
.form-wrap .form-code-input .wpcf7-not-valid-tip{
    top: 110%;
    left: 0;
}
.form-wrap .form-code-input > input.join-code{
    font-weight: 700;
    font-size: 1.5625rem;
    text-align: center;
    background-color: transparent !important;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #BBBBBB;
    width: 2.865rem;
    padding: 0 !important;
    height: 2.396rem;
    color: #FFF !important;
    margin-bottom: 0;
}
.form-wrap .wpcf7-acceptance .wpcf7-list-item label{
    display: flex;
    cursor: pointer;
}
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.146rem;
}
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label a{
    color: #FFF;
    position: relative;
}
.form-wrap .wpcf7-acceptance .wpcf7-list-item-label a:hover{
    text-decoration: underline;
}
.form-wrap .wpcf7-acceptance input{
    display: none !important;
}
.form-wrap .wpcf7-acceptance .nk-custom-checkbox{
    min-width: 1.042rem;
    display: inline-block;
    height: 1.042rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FFF;
    margin-right: 0.625rem;
    position: relative;
    padding: 0.15625rem;
    margin-top: 0.208rem;
}
.form-wrap .wpcf7-acceptance .nk-custom-checkbox:before{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFF;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}
.form-wrap .wpcf7-acceptance input:checked+.nk-custom-checkbox:before{
    opacity: 1;
}
.form-wrap .styled-button{
    width: max-content;
    margin: 0.521rem auto 0;
    position: relative;
}
.form-wrap .styled-button input{
    background-image: url('../images/button-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
    min-width: 17.708rem;
    font-weight: 700;
    font-size: 1.042rem;
    text-align: center;
    text-transform: uppercase;
    color: #4F4300;
    margin: 0 !important;
    cursor: pointer;
}
#wheel-wrapper .wheel-popup-details button:before,
.btn-primary:before,
.form-wrap .styled-button:before{
    aspect-ratio: 288/37;
    position: absolute;
    content: '';
    top: 0;
    left: -2.865rem;
    height: 1.927rem;
    width: auto;
    background-image: url('../images/btn-shine-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transform: translateY(-43%);
    transition: all 0.3s ease-in-out;
    pointer-events: none !important;
}
#wheel-wrapper .wheel-popup-details button:after,
.btn-primary:after,
.form-wrap .styled-button:after{
    aspect-ratio: 384/65;
    position: absolute;
    content: '';
    bottom: 0;
    right: -2.34375rem;
    height: 3.385rem;
    width: auto;
    background-image: url('../images/btn-shine-2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    transform: translateY(45%);
    transition: all 0.3s ease-in-out;
    pointer-events: none !important;
}
#wheel-wrapper .wheel-popup-details button:hover:before,
.btn-primary:hover:before,
.form-wrap .styled-button:hover:before{
    left: 0;
}
#wheel-wrapper .wheel-popup-details button:hover:after,
.btn-primary:hover:after,
.form-wrap .styled-button:hover:after{
    right: 1.5625rem;
}
.btn-primary{
    position: relative;
    background-image: url('../images/button-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
    min-width: 17.708rem;
    font-weight: 700;
    font-size: 1.042rem;
    text-align: center;
    text-transform: uppercase;
    color: #4F4300;
    display: flex;
    width: max-content;
    height: 2.604rem;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.form-wrap .wpcf7-not-valid-tip{
    margin-top: 0;
    width: 100%;
}
form.wpcf7-form{
    margin: 0 !important;
}
.footer-content{
    margin-top: 1.042rem;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
}
.footer-content .socials{
    gap: 0.729rem;
    margin-top: 0.417rem;
}
.fancybox-container{
    z-index: 999999999;
}
section.mini-game-result{
    position: fixed;
    left: 0;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    padding: 24px 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
    top: 100%;
}
section.mini-game-result.show{
    opacity: 1;
    pointer-events: unset !important;
    visibility: visible;
    top: 0;
}
section.mini-game-result .img-logo{
    height: 2.5rem;
    margin-bottom: 0.625rem;
}
section.mini-game-result .box-result-wrap{
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #6CD3FF 0%, rgba(108, 211, 255, 0) 47%, #6CD3FF 100%);
    background: #007EE433;
    backdrop-filter: blur(5px);
    padding: 20px 14px;
    max-height: 60%;
}
section.mini-game-result .box-result-wrap .box-result-inside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(206, 219, 255, 0.2);
}

section.mini-game-result .box-result-wrap .box-result-inside::-webkit-scrollbar {
    width: 3px;
    background-color: rgba(206, 219, 255, 0.2);
}

section.mini-game-result .box-result-wrap .box-result-inside::-webkit-scrollbar-thumb {
    background-color: #FFF;
}
section.mini-game-result .box-result-wrap .box-result-inside{
    padding: 0 28px;
    max-height: 100%;
    overflow: auto;
}
section.mini-game-result .box-result-wrap .gift-image{
    padding: 0 24px 60px;
    position: relative;
    z-index: 3;
}
section.mini-game-result .box-result-wrap .gift-image:before{
    z-index: -1;
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 376/282;
    left: 0;
    bottom: -60px;
    background-image: url('../images/box-opened.png');
    background-size: cover;
    content: '';
    pointer-events: none !important;
}
section.mini-game-result .box-result-wrap .gift-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
section.mini-game-result .box-result-wrap .gift-name{
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
}
section.mini-game-result .box-result-wrap .gift-code{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5em;
    line-height: 1.2;
}
section.mini-game-result .box-result-wrap .box-result > .result-group:not(:last-of-type){
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li{
    margin-bottom: 0;
    line-height: 1.2;
}
section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li > strong{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}
section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li > span{
    font-weight: 400;
    font-size: 14px;
    width: 125px;
    display: inline-block;
    line-height: 1.4;
}
section.mini-game-result .box-result-wrap .result-group.zalo .qr-image{
    width: 62px;
    min-width: 62px;
    height: 62px;
    object-fit: contain;
    margin-right: 12px;
}
section.mini-game-result .box-result-wrap .result-group.zalo .qr-text a{
    color: #FFF;
}
section.mini-game-result .box-result-wrap .result-group.zalo .qr-text a:hover{
    text-decoration: underline;
}
section.mini-game-result .box-result-wrap .result-group.zalo .qr-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
section.mini-game-result .box-result-wrap .result-group.rule .rule-title{
    margin-bottom: 10px;
    cursor: pointer;
}
section.mini-game-result .box-result-wrap .result-group.rule .rule-title.active svg{
    transform: rotate(180deg) !important;
}
section.mini-game-result .box-result-wrap .result-group.rule .rule-title .text-uppercase{
    font-weight: 700;
    font-size: 14px;
}
section.mini-game-result .col-4{
    width: 454px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
section.mini-game-result .box-result-wrap .result-group.rule .rule-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}



#woo_wheel_icon{
    display: none !important;
}
#wheel-wrapper .ww-close-popup{
    display: none !important;
}
#wheel-wrapper{
    transition: unset !important;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#wheel-wrapper .ww-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    height: 100%;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    transform: unset;
}
#wheel-wrapper .wheel-popup-details{
    position: relative;
    width: auto;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
}
#wheel-wrapper .wheel-popup-details .spinButton{
    margin: 1.458rem 0 0;
    height: 2.604rem;
}
#wheel-wrapper .wheel-popup-details button{
    position: relative;
    margin: 0;
    height: 2.604rem;
    min-width: 17.708rem;
    background-image: url('../images/button-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 1.042rem;
    text-align: center;
    text-transform: uppercase;
    color: #4F4300;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: none !important;
    outline: none !important
}
#wheel-wrapper .wheelContainer{
    position: relative;
    width: max-content;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    transform: unset !important;
    height: auto;
}
#wheel-wrapper .wheelContainer:before{
    left: 50%;
    top: 48%;
    position: absolute;
    content: '';
    background-image: url('../images/wheel-middle.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.729rem;
    height: 5.729rem;
    transform: translate(-50%, -50%);
    z-index: 4;
}
#wheel-wrapper .wheelContainer:after{
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    position: absolute;
    content: '';
    background-image: url('../images/wheel-border.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: -1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#wheel-wrapper .wheelContainer svg{
    height: 56vh;
    width: auto;
    max-height: 56vh;
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    transform: unset !important;
}
#wheel-wrapper .wheelContainer svg .centerCircle{
    display: none !important;
}
#wheel-wrapper .wheelContainer svg line{
    stroke: transparent !important;
}
#wheel-wrapper .ww-wrapper .sec-desc{
    display: none !important;
}
#wheel-wrapper .ww-wrapper{
    text-align: center;
}
#wheel-wrapper .ww-wrapper .img-logo img{
    height: 1.667rem;
    width: auto;
    margin-bottom: 0.625rem;
}
section.mini-game-result .sec-title,
#wheel-wrapper .ww-wrapper .sec-title{
    font-weight: 700;
    font-size: 2.623rem;
    line-height: 1.4;
    margin-bottom: 0;
}
section.mini-game-result .sec-sub-title,
#wheel-wrapper .ww-wrapper .sec-sub-title{
    font-weight: 400;
    font-size: 0.984rem;
    line-height: 1.4;
    margin-bottom: 0;
}
section.mini-game-result .sec-title-2,
#wheel-wrapper .ww-wrapper .sec-title-2{
    font-weight: 700;
    font-size: 1.803125rem;
    margin-bottom: 0;
    color: var(--main-cl)
}
#wheel-wrapper .ww-wrapper .heading-inner{
    margin-bottom: 2.083rem;
}
#wheel-wrapper .wheel-popup-details .text-center{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 1.042rem;
}
#wheel-wrapper .wheel-popup-details .socials{
    gap: 0.729rem
}
.wheel path {
    fill: transparent;
}
.page-template-coming-soon #wheel-wrapper{
    display: none !important;
}
section.coming-soon-page .countdown-wrap{
    gap: 2.5rem;
}
section.coming-soon-page .countdown-wrap span{
    margin-bottom: 0.729rem;
    display: block;
}
section.coming-soon-page .countdown-wrap .numbers-wrap{
    gap: 0.625rem
}
section.coming-soon-page .countdown-wrap .number{
    width: 4.792rem;
    height: 5.208rem;
    font-weight: 400;
    font-size: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: var(--font-heading);
    border: 1px solid #5BB6FF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #065BA04D;
    backdrop-filter: blur(5px);
}
.hidden-input{
    display: none;
    visibility: hidden;
}
.sec-title{
    position: relative;
    width: max-content;
    max-width: 100%;
}
.text-center .sec-title,
.sec-title.text-center{
    margin-left: auto;
    margin-right: auto;
}
.sec-title:before{
    position: absolute;
    aspect-ratio: 161/29;
    content: '';
    width: 32%;
    height: auto;
    top: 0;
    right: 18%;
    background-image: url('../images/title-shine-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.sec-title:after{
    position: absolute;
    aspect-ratio: 189/33;
    content: '';
    height: auto;
    bottom: 0;
    width: 38%;
    left: 3%;
    background-image: url('../images/title-shine-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.sec-title-2{
    position: relative;
    z-index: 2;
}
.sec-title-2:after{
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateY(25%) translateX(-50%);
    position: absolute;
    background-image: url('../images/title-bg-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: auto;
    aspect-ratio: 625/50;
}
section.mini-game-result{
    height: 100vh;
}

section.mini-game-end .img-gift{
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 55%;
    pointer-events: none !important;
}
section.mini-game-end .col-6{
    position: relative;
    z-index: 9;
}
section.mini-game-end .img-gift img{
    object-position: right bottom;
}
section.mini-game-end .img-logo img{
    height: 3.229rem;
    width: auto;
    margin-bottom: 1.25rem;
}
section.mini-game-end .sec-title{
    font-weight: 700;
    font-style: italic;
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 0.833rem;
    text-transform: uppercase;
}
section.mini-game-end .sec-desc{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    margin-bottom: 1.5625rem;
}
.privacy-policy-page {
  display: none;
}
.popup-content{
    width: 48.177rem;
    padding: 1.875rem 3.021rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    border: 2px solid #6CD3FF;
    background: rgba(0, 56, 102, 0.40);
    backdrop-filter: blur(27px);
    height: 74vh;
    max-width: calc(100vw - 30px);
}
.popup-content .popup-inner{
    max-height: 100%;
    overflow: auto;
    padding-right: 1.875rem;
}
.popup-content .popup-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(255, 255, 255, 0.20);
}
.popup-content .popup-inner::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}
.popup-content .popup-inner::-webkit-scrollbar-thumb {
    background-color: #FFF;
}
.popup-content .popup-inner *{
    color: #FFF;
}
.popup-content .popup-inner,
.popup-content .popup-inner p,
.popup-content .popup-inner li,
.popup-content .popup-inner a{
    font-size: 0.885rem;
    font-weight: 400;
    line-height: 1.302rem;
}
.popup-content .popup-inner .title{
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.833rem;
}
.nk-popup-wrap{
    padding: 0 !important;
    background: transparent !important;
    display: none;
}
.nk-popup-wrap svg{
    color: #FFF;
    transform: unset !important;
}
.fixed-return-button svg{
    transform: unset !important
}
.fixed-return-button{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 5%;
    left: 3%;
    padding: 12px;
    background-color: #FFD138;
}
.form-wrap .form-group.acceptance-group > .wpcf7-form-control-wrap{
    height: auto;
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    section.mini-game-page .col-5{
        width: 50%;
    }
    section.mini-game-end{
        display: flex;
        flex-direction: column-reverse;
        min-height: 100vh;
        height: auto;
        padding: 40px 0 0;
        justify-content: center;
        align-items: center;

    }
    section.mini-game-end .img-gift{
        position: unset;
        margin-top: -20%;
        width: 750px;
        max-width: 100%;
    }
    section.mini-game-end .col-6{
        width: 75%;
        margin: auto;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    section.mini-game-page .col-5{
        width: 80%;
    }
    section.mini-game-page .sec-sub-title{
        font-size: 1.25rem;
    }
    section.mini-game-page .sec-title{
        font-size: 2.5rem;
    }
    section.mini-game-page .sec-title-2{
        font-size: 1.75rem;
    }
    section.mini-game-page .img-gift{
        display: none;
    }
    section.mini-game-end .sec-title{
        font-size: 2.5rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .btn-primary{
        min-width: 15.625rem;
    }
    section.mini-game-page .col-5{
        width: 100%;
    }
    section.section-full-height{
        height: auto;
        min-height: 100vh;
        padding: 40px 0;
    }
    section.mini-game-page .sec-title{
        font-size: 1.75rem
    }
    section.mini-game-page .sec-title-2{
        font-size: 1.25rem;
    }
    .form-wrap .col-6{
        width: 100%;
    }
    .form-wrap .form-code-input{
        gap: 0.5rem;
    }
    .form-wrap .form-code-input > input.join-code{
        width: 2rem;
    }
    #wheel-wrapper .wheelContainer svg{
        height: auto;
        /* width: 120%; */
    }
    #wheel-wrapper .wheelContainer{
        width: 100%;
        transform: scale(1.2) !important;
        margin: 30px 0;
    }
    section.mini-game-result .box-result-wrap .box-result-inside{
        padding: 0 12px 0 0;
    }
    section.mini-game-result .box-result-wrap .gift-name{
        font-size: 28px
    }
    section.mini-game-result .box-result-wrap .gift-image:before{
        bottom: -38px;
    }
    section.mini-game-result .box-result-wrap .gift-image{
        padding: 0 40px 60px;
    }
    section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li:not(:last-of-type){
        margin-bottom: 4px;
    }
    section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li > span{
        width: 120px;
    }
    section.mini-game-result .box-result-wrap .box-result > .result-group.customer-information > ul >li > strong{
        font-size: 14px;
    }
    section.mini-game-result{
        height: 100vh;
    }
    section.mini-game-end{
        padding-bottom: 0 !important;
    }
    section.mini-game-end .sec-title{
        font-size: 1.75rem;
    }
    section.mini-game-end .col-6{
        width: 100%;
    }
    .popup-content{
        height: calc(100vh - 30px);
        padding: 2rem 1rem;
    }
    .fixed-return-button{
        bottom: unset;
        top: 2%;
    }
}