a:not(.off):hover,
button:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}
button {
    background: transparent;
    border: none;
}
button:active,
button:focus,
button:visited {
    outline: none;
}
.tlbb_header {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .tlbb_header,
    .tlbb_header .inner,
    .tlbb_header .section__background,
    .tlbb_header .section__content {
        height: 1000px;
    }
}
@media (orientation: portrait) {
    .tlbb_header,
    .tlbb_header .inner,
    .tlbb_header .section__background,
    .tlbb_header .section__content {
        height: 1200px;
    }
}
.tlbb_header .inner .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 44%;
}
.tlbb_header .inner .btn {
    display: block;
    font-size: 0;
    width: 360px;
    height: 173px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 75px;
    animation: lightness 0.5s ease-in-out infinite alternate;
}

.tlbb_header .inner .btn img{
    width: 100%;
    height: auto;
}
@media (orientation: portrait) {
    .tlbb_header .inner .btn {
        bottom: 70px;
    }
}
@keyframes lightness {
    0% {
        filter: brightness(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1.25);
        transform: scale(1.05);
    }
    to {
        filter: brightness(1);
        transform: scale(1);
    }
}
.tlbb_milestone {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .tlbb_milestone,
    .tlbb_milestone .inner,
    .tlbb_milestone .section__background,
    .tlbb_milestone .section__content {
        height: 1000px;
    }
}
@media (orientation: portrait) {
    .tlbb_milestone,
    .tlbb_milestone .inner,
    .tlbb_milestone .section__background,
    .tlbb_milestone .section__content {
        height: 1260px;
    }
}
.tlbb_milestone .inner .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
}
@media (orientation: portrait) {
    .tlbb_milestone .inner .title {
        width: 700px;
    }
}
.tlbb_milestone .inner .number__register {
    background: url(../../images/landing/frame-regis.png);
    width: 374px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 170px;
}
@media (orientation: portrait) {
    .tlbb_milestone .inner .number__register {
        top: 165px;
    }
}
.tlbb_milestone .inner .number__register span {
    font-size: 55px;
    font-family: SFUAngie;
    font-weight: 900;
    width: 100%;
    text-align: right;
    padding: 60px 20px 50px 90px;
    background: #e65a22;
    background: linear-gradient(65deg, #e65a22, #c00800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tlbb_milestone .inner .number__register:after {
    content: "";
    background: url(../../images/landing/tooltip_1.png);
    width: 327px;
    height: 81px;
    position: absolute;
    right: -350px;
}
@media (orientation: portrait) {
    .tlbb_milestone .inner .number__register:after {
        background: url(../../images/landing/tooltip-mb.png);
        width: 258px;
        height: 82px;
        right: -130px;
        top: 280px;
    }
}
.tlbb_milestone .inner .group__milestone {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 300px;
}
@media (orientation: portrait) {
    .tlbb_milestone .inner .group__milestone {
        transform: scale(0.6);
        top: 645px;
        gap: 0;
    }
}
.tlbb_milestone .inner .group__milestone:before {
    content: "";
    background: url(../../images/landing/line.png);
    width: 1192px;
    height: 152px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-39%);
}
.tlbb_milestone .inner .group__milestone .milestone__child:hover {
    filter: brightness(100%);
}
.tlbb_milestone
.inner
.group__milestone
.milestone__child.received {
    pointer-events: none;
}
.tlbb_milestone
.inner
.group__milestone
.milestone__child:nth-child(2),
.tlbb_milestone
.inner
.group__milestone
.milestone__child:nth-child(4) {
    position: relative;
    top: 60px;
}
.tlbb_generate {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .tlbb_generate,
    .tlbb_generate .inner,
    .tlbb_generate .section__background,
    .tlbb_generate .section__content {
        height: 1000px;
    }
}
@media (orientation: portrait) {
    .tlbb_generate,
    .tlbb_generate .inner,
    .tlbb_generate .section__background,
    .tlbb_generate .section__content {
        height: 1375px;
    }
}
.tlbb_generate .inner .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    z-index: 2;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .title {
        width: 700px;
    }
}
.tlbb_generate .inner .item__exam {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    transition: all 0.5s linear;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam {
        top: 230px !important;
        left: 85px;
    }
}
.tlbb_generate .inner .item__exam.hand1 {
    top: 180px;
    left: 460px;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam.hand1 {
        left: 85px !important;
    }
}
.tlbb_generate .inner .item__exam.hand2 {
    top: 330px;
    left: 380px;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam.hand2 {
        left: 225px !important;
    }
}
.tlbb_generate .inner .item__exam.hand3 {
    top: 480px;
    left: 340px;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam.hand3 {
        left: 360px !important;
    }
}
.tlbb_generate .inner .item__exam.hand4 {
    top: 625px;
    left: 375px;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam.hand4 {
        left: 490px !important;
    }
}
.tlbb_generate .inner .item__exam.hand5 {
    top: 765px;
    left: 450px;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .item__exam.hand5 {
        left: 630px !important;
    }
    .tlbb_generate .inner .item__exam.hand5 img {
        position: relative;
        left: -80px;
    }
}
.tlbb_generate .inner .item__exam span.hand {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_1.png);
    background-position: 0 0;
    width: 144px;
    height: 134px;
    animation: press 1s ease-in-out infinite;
}
@keyframes press {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
}
.tlbb_generate .inner .group__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
@media (orientation: portrait) {
    .tlbb_generate .inner .group__btn {
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        top: 180px;
    }
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.spinner.active {
    display: block;
}
.spinner:before {
    transform: rotateX(60deg) rotateY(45deg) rotate(45deg);
    animation: rotateBefore 0.75s linear infinite reverse;
}
.spinner:after {
    transform: rotateX(240deg) rotateY(45deg) rotate(45deg);
    animation: rotateAfter 0.75s linear infinite;
}
.spinner:after,
.spinner:before {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    margin-top: -5em;
    margin-left: -5em;
    width: 10em;
    height: 10em;
    transform-style: preserve-3d;
    transform-origin: 50%;
    transform: rotateY(50%);
    perspective-origin: 50% 50%;
    perspective: 340px;
    background-size: 10em 10em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY2IiBoZWlnaHQ9IjI5NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcxLjUwOCAzLjI1YzU0LjcgOS42MDggMTI1LjYwNSA2OC4yNDEgNzkuMzg4IDEwNS4xNi0zNC4zMTQgMjcuNDEtNjQuMzY4LTExLjM0OC05NC4wOTUtMjIuNjM3LTI5LjcyOC0xMS4yODktNzkuOTEzLTEuNTU3LTk2LjY3MiAyMi42MzctNzYuMTEgMTA5Ljg3MSA4NS4xNDggMTg4LjI1OCA4NS4xNDggMTg4LjI1OFMtMjUuNDQ5IDI1Ny4yNDIgMy4zOTggMTA4LjQxYzEyLjkxLTY2LjU5OSA4MS4zMy0xMjAuNDAyIDE2OC4xMS0xMDUuMTZ6IiBmaWxsPSIjOEIwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
    filter: brightness(1.25);
}
@keyframes rotateBefore {
    0% {
        transform: rotateX(60deg) rotateY(45deg) rotate(0deg);
    }
    to {
        transform: rotateX(60deg) rotateY(45deg) rotate(-1turn);
    }
}
@keyframes rotateAfter {
    0% {
        transform: rotateX(240deg) rotateY(45deg) rotate(0deg);
    }
    to {
        transform: rotateX(240deg) rotateY(45deg) rotate(1turn);
    }
}
.section_mini_game {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .section_mini_game,
    .section_mini_game .inner,
    .section_mini_game .section__background,
    .section_mini_game .section__content {
        height: 1000px;
    }
}
@media (orientation: portrait) {
    .section_mini_game,
    .section_mini_game .inner,
    .section_mini_game .section__background,
    .section_mini_game .section__content {
        height: 1285px;
    }
}
.section_mini_game .inner .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
@media (orientation: portrait) {
    .section_mini_game .inner .title {
        width: 700px;
    }
}
.section_mini_game .inner .group__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 30px;
    margin-top: 160px;
    z-index: 99;
    position: relative;
}

@media (orientation: portrait) {
    .section_mini_game .inner .group__btn {
        gap: 15px;
    }
}

.section_mini_game .inner .group__btn .btn__thele {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_6.png);
    background-position: 0 -174px;
    width: 243px;
    height: 69px;
}
.section_mini_game .inner .group__btn .btn__nhanluot {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_6.png);
    background-position: -175px -71px;
    width: 243px;
    height: 69px;
}
.section_mini_game .inner .group__btn .btn__lichsu {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_6.png);
    background-position: -175px 0;
    width: 243px;
    height: 69px;
}

.section_mini_game .inner .group__mini_game {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    top: 180px;
}
@media (orientation: portrait) {
    .section_mini_game .inner .group__mini_game {
        top: unset;
        bottom: 30px;
    }
}
.section_mini_game .inner .group__mini_game img {
    pointer-events: none;
}
.section_mini_game .inner .group__mini_game .action {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-48%, -28%);
}
@media (orientation: portrait) {
    .section_mini_game .inner .group__mini_game .action {
        transform: translate(-45%, 16%);
    }
}
.section_mini_game .inner .group__mini_game .action a {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_6.png);
    background-position: 0 0;
    width: 173px;
    height: 172px;
}
.section_mini_game .inner .group__effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 9, 0, 0.8);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s linear;
    z-index: 99;
}
.section_mini_game .inner .group__effect .multi-ripple {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.section_mini_game .inner .group__effect .multi-ripple div {
    position: absolute;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    border: 1rem solid #fff;
    animation: ripple 1s infinite;
}
.section_mini_game
.inner
.group__effect
.multi-ripple
div:nth-child(2) {
    animation-delay: 0.25s;
}
.section_mini_game .inner .group__effect.active {
    opacity: 1;
    pointer-events: all;
    display: flex;
}
.section_mini_game .inner .group__effect.active .egg {
    animation: shake 1s linear infinite;
    z-index: 3;
}
.section_mini_game .inner .group__effect.active .egg.done {
    animation: zoomOpacity 1s linear;
}
@keyframes shake {
    0%,
    to {
        transform: rotate(0deg) scale(1);
    }
    20%,
    60% {
        transform: rotate(-10deg) scale(1.2);
    }
    40%,
    80% {
        transform: rotate(10deg) scale(1.2);
    }
}
@keyframes zoomOpacity {
    0% {
        opacity: 1;
        scale: 1;
    }
    to {
        opacity: 0;
        scale: 4;
    }
}
.tlbb_footer {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .tlbb_footer,
    .tlbb_footer .inner,
    .tlbb_footer .section__background,
    .tlbb_footer .section__content {
        height: 277px;
    }
}
@media (orientation: portrait) {
    .tlbb_footer,
    .tlbb_footer .inner,
    .tlbb_footer .section__background,
    .tlbb_footer .section__content {
        height: 383px;
    }
}
.tlbb_footer .inner {
    flex-direction: column;
    gap: 20px;
}
.tlbb_footer .inner,
.tlbb_footer .inner .group__social {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
.tlbb_footer .inner .group__social {
    gap: 50px;
}
.tlbb_footer .inner .group__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 50px;
}
@media (orientation: portrait) {
    .tlbb_footer .inner .group__footer {
        flex-direction: column;
        gap: 10px;
    }
}
.tlbb_footer .inner .group__footer img {
    height: 75px;
}
.tlbb_footer .inner .group__footer p {
    text-align: left;
    font-family: SFUAngie;
    font-weight: 500;
    color: #fff;
}
@media (orientation: portrait) {
    .tlbb_footer .inner .group__footer p {
        font-size: 15px;
        text-align: center;
    }
}
.floating .tlbb_float_left {
    top: 300px;
    left: 20px;
    position: fixed;
    align-items: center;
    flex-direction: column;
    opacity: 1;
}
.floating .tlbb_float_left.active {
    opacity: 0;
}
@media (orientation: portrait) {
    .floating .tlbb_float_left {
        display: none;
    }
}
.floating .tlbb_float_left .decor {
    position: absolute;
    z-index: 1;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.floating .tlbb_float_left ul {
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    z-index: 2;
    position: relative;
}
.floating .tlbb_float_left ul li:first-child span {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_2.png);
    background-position: 0 0;
    width: 63px;
    height: 63px;
}
.floating .tlbb_float_left ul li span {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_2.png);
    background-position: 0 -65px;
    width: 40px;
    height: 73px;
    cursor: pointer;
}
.floating .tlbb_float_right {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media (orientation: portrait) {
    .floating .tlbb_float_right {
        width: var(--width-mobile);
        background-color: hsla(0, 0%, 100%, 0);
    }
    .floating .tlbb_float_right:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
}
.floating .tlbb_float_right .aside {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    right: 10px;
    top: 100px;
    background-image: url(../../images/landing/bg-floatingright.png);
    width: 178px;
    height: 417px;
    background-repeat: no-repeat;
    transition: all 0.25s linear;
    padding-top: 10px;
    transform: translateX(0);
}
.floating .tlbb_float_right .aside.active {
    transform: translateX(105%);
}
@media (min-width: 701px) and (max-width: 840px) {
    .floating .tlbb_float_right .aside {
        display: none;
    }
}
@media (orientation: portrait) {
    .floating .tlbb_float_right .aside {
        display: none;
    }
}
.floating .tlbb_float_right .aside__child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-top: 10px;
    background: url(../../images/landing/khung.png);
    width: 178px;
    height: 73px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    flex-wrap: wrap;
}
.floating .tlbb_float_right .aside__child li {
    width: 30px !important;
}
.floating .tlbb_float_right .aside li {
    width: 100%;
    display: flex;
    justify-content: center;
}
.floating .tlbb_float_right .aside__item--downappstore {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: 0 0;
    width: 154px;
    height: 44px;
}
.floating .tlbb_float_right .aside__item--downggplay {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: 0 -46px;
    width: 154px;
    height: 44px;
}
.floating .tlbb_float_right .aside__item--home {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -156px -67px;
    width: 23px;
    height: 23px;
}
.floating .tlbb_float_right .aside__item--facebook {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -203px -67px;
    width: 11px;
    height: 22px;
}
.floating .tlbb_float_right .aside__item--youtube {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -156px -46px;
    width: 30px;
    height: 19px;
}
.floating .tlbb_float_right .aside__item--tiktok {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -181px -67px;
    width: 20px;
    height: 22px;
}
.floating .tlbb_float_right .aside__item--top {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -156px 0;
    width: 68px;
    height: 44px;
}
.floating .tlbb_float_right .aside .closeAside {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: 0 -92px;
    width: 50px;
    height: 62px;
    position: absolute;
    top: 65px;
    left: -48px;
    cursor: pointer;
}
.floating .tlbb_float_right .aside .closeAside.open {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_3.png);
    background-position: -52px -92px;
    width: 50px;
    height: 62px;
}
.floating .tlbb_float_top {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top {
        width: var(--width-mobile);
        background-color: hsla(0, 0%, 100%, 0);
    }
    .floating .tlbb_float_top:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
}
.floating .tlbb_float_top .floattop__background {
    display: block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(38, 38, 38, 0.48) 100%);
    height: 65px;
    width: 2000px;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floattop__background {
        background: url(../../images/landing/bg-mb.png);
        width: 768px;
        height: 76px;
    }
}
.floating .tlbb_float_top .floattop__content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floattop__content {
        justify-content: flex-start;
        gap: 12px;
        padding: 0 20px;
        width: 100%;
    }
}
.floating .tlbb_float_top .group__social {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 10px;
    position: absolute;
    right: 85px;
    top: 100px;
}
.floating .tlbb_float_top .group__social--facebook {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: 0 -52px;
    width: 56px;
    height: 64px;
}
.floating .tlbb_float_top .group__social--group {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: -58px -52px;
    width: 56px;
    height: 64px;
}
.floating .tlbb_float_top .group__social--youtube {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: -180px 0;
    width: 56px;
    height: 64px;
}
.floating .tlbb_float_top .group__social--tiktok {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: -116px -52px;
    width: 56px;
    height: 64px;
}
.floating .tlbb_float_top .floattop__item--appicon {
    position: relative;
    z-index: 3;
    margin-right: auto;
    width: 105px;
    height: 105px;
    margin-top: 30px;
}
.floating .tlbb_float_top .floattop__item--appicon img {
    width: 105px;
    height: 105px;
    -o-object-fit: contain;
    object-fit: contain;
}
.floating .tlbb_float_top .floattop__item--burger {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: -180px -66px;
    width: 50px;
    height: 45px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}
.floating .tlbb_float_top .logo {
    position: absolute;
    left: 30px;
    top: 10px;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .logo {
        left: 60px;
        top: 20px;
        z-index: 2;
    }
}
.floating .tlbb_float_top .register {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_4.png);
    background-position: 0 0;
    width: 178px;
    height: 50px;
    position: absolute;
    left: 180px;
}
.floating .tlbb_float_top .floatnav {
    height: 100%;
    display: flex;
    justify-content: center;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav {
        position: absolute;
        width: 100%;
        top: 75px;
        left: 0;
        padding: 0;
        background: #0b0804;
        flex-direction: column;
        justify-content: flex-start;
        height: var(--sr-device-height);
        display: none;
    }
    .floating .tlbb_float_top .floatnav.active {
        display: flex;
    }
}
.floating .tlbb_float_top .floatnav__item {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-size: 20px;
    font-family: SFUAngie;
    font-weight: 700;
    background: #0b0804;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav__item {
        width: 100%;
    }
}
.floating .tlbb_float_top .floatnav__item:hover {
    color: #ffe13b;
}
.floating .tlbb_float_top .floatnav__item:after {
    content: " ";
    margin: 0 20px;
    display: block;
    font-size: 0;
    background: #ffffff;
    width: 2px;
    height: 30px;
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav__item:after {
        display: none;
    }
}
@media (orientation: portrait) {
    .floating .tlbb_float_top .floatnav li {
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #e9c479;
    }
}
.floating .tlbb_float_top .floatnav li:last-child.item-login {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
}
.floating
.tlbb_float_top
.floatnav
li:last-child
.floatnav__item:after {
    display: none;
}
.floating .tlbb_float_top .floatnav li:last-child .floatnav__item,
.floating .tlbb_float_top .floatnav li:last-child p {
    font-size: 18px;
    height: auto;
}
.floating .tlbb_float_top .floatnav li:last-child p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-family: SFUAngie;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}
.floating .tlbb_float_top .floatnav li:last-child p:hover {
    color: #ffe13b;
}
.floating .tlbb_float_top .floatnav li:last-child p span {
    margin-left: 5px;
}
.tlbb_popup {
    align-items: center;
    justify-content: center;
    position: absolute !important;
    pointer-events: none !important;
    top: 0;
    left: 0;
    width: 2000px;
    z-index: 100;
    transform-origin: left top;
    height: var(--sr-device-height);
}
.tlbb_popup span.profile-success {
    display: flex;
}
.tlbb_popup .btn__text {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}
.tlbb_popup .popup {
    height: 100%;
}
.tlbb_popup .popup__background {
    height: 100%;
    background: rgba(25, 9, 0, 0.9);
}
.tlbb_popup .popup.popup__frame--top .popup__content {
    margin-top: -50vh;
}
.tlbb_popup .popup__content {
    background: url(../../images/landing/bg-normal.png);
    width: 979px;
    height: 876px;
    padding: 50px 135px 120px 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (orientation: portrait) {
    .tlbb_popup .popup__content {
        width: 768px;
        height: 929px;
        background-size: cover;
        background: url(../../images/landing/bg-normal-mb.png) 50%;
        padding: 45px 70px 155px 65px;
    }
}
.tlbb_popup .popup__content iframe {
    width: 100%;
    height: 100%;
}
.tlbb_popup .popup__content .close {
    background: transparent;
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -409px;
    width: 62px;
    height: 64px;
}
.tlbb_popup .popup__content .close:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
}
@media (orientation: portrait) {
    .tlbb_popup .popup__content .close {
        top: 50px;
        right: 65px;
    }
}
.tlbb_popup .popup__content table {
    border-collapse: collapse;
    width: 100%;
    background: #fff4df;
    border: 2px solid #a13631;
    margin-top: 20px;
}
.tlbb_popup .popup__content table th,
.tlbb_popup .popup__content table tr {
    border: none !important;
}
.tlbb_popup .popup__content table thead tr {
    background: #591f1c;
}
.tlbb_popup .popup__content table thead tr th {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #591f1c !important;
}
@media (orientation: portrait) {
    .tlbb_popup .popup__content table thead tr th {
        font-size: 20px;
        padding: 5px;
    }
}
.tlbb_popup .popup__content table tbody {
    color: #000;
}
.tlbb_popup .popup__content table tbody td {
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    color: #591f1c;
    border: 1px solid #bf7369;
    font-size: 16px;
}
@media (orientation: portrait) {
    .tlbb_popup .popup__content table tbody td {
        padding: 8px 5px;
        font-size: 20px;
    }
}
.tlbb_popup .popup__content .btn {
    background: #8b48fe;
    border-radius: 1rem;
    padding: 10px 25px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.login__zing {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -466px -71px;
    width: 243px;
    height: 69px;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.login__apple {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -125px;
    width: 243px;
    height: 69px;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.login__google {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -338px;
    width: 243px;
    height: 69px;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.login__facebook {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -267px;
    width: 243px;
    height: 69px;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.login__choingay {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: 0 -196px;
    width: 243px;
    height: 69px;
}
.tlbb_popup .popup.popup_history .popup__content .table__history {
    width: 95%;
}
.tlbb_popup .popup.popup__login .popup__content .group__login,
.tlbb_popup .popup.popupProfileInfo .popup__content .group__login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}
.tlbb_popup .popup.popup__login .popup__content .group__login .note,
.tlbb_popup
.popup.popupProfileInfo
.popup__content
.group__login
.note {
    text-align: center;
    font-size: 24px;
    color: #622523;
}
.tlbb_popup
.popup.popup__login
.popup__content
.group__login
.note
a,
.tlbb_popup
.popup.popupProfileInfo
.popup__content
.group__login
.note
a {
    color: red;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 5px;
}
.tlbb_popup .popup.popup__inform .popup__content p.description {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #622523;
    justify-content: center;
    font-size: 24px;
}
.tlbb_popup .popup.popup__inform .popup__content .group__vga {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 75px;
}
.tlbb_popup .popup.popup__inform .popup__content .group__vga p {
    font-weight: 700;
    font-size: 22px;
    font-family: Barlow;
    text-align: center;
    color: #4b32a4;
}
.tlbb_popup .popup.popup__inform .popup__content .group__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.tlbb_popup .popup.popupProfileInfo .popup__content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
}
.tlbb_popup .popup.popupProfileInfo .popup__content--body form {
    width: 500px;
    margin-top: 20px;
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.form__profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.form__profile
li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: 100%;
    flex-direction: column;
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.form__profile
li
label {
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4f0501;
    white-space: nowrap;
    font-weight: 700;
}
@media (orientation: portrait) {
    .tlbb_popup
    .popup.popupProfileInfo
    .popup__content--body
    form
    .form__profile
    li
    label {
        font-size: 20px;
    }
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.form__profile
li
input,
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.form__profile
li
select {
    width: 100%;
    height: 60px;
    border: 1px solid #4f0501;
    background: #fff6ca;
    font-size: 22px;
    font-family: Barlow;
    color: #31383a;
    font-style: italic;
    text-align: center;
}
@media (orientation: portrait) {
    .tlbb_popup
    .popup.popupProfileInfo
    .popup__content--body
    form
    .form__profile
    li
    input,
    .tlbb_popup
    .popup.popupProfileInfo
    .popup__content--body
    form
    .form__profile
    li
    select {
        height: 45px;
    }
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.submit__profile {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
.tlbb_popup
.popup.popupProfileInfo
.popup__content--body
form
.btn-dangky {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -466px 0;
    width: 243px;
    height: 69px;
}
.tlbb_popup .popup.popupProfileInfo .popup__content--body .note {
    text-align: center;
    font-size: 22px;
    color: #4f0501;
    font-weight: 700;
    margin-top: 10px;
}
.tlbb_popup .popup.popupProfileInfo .popup__content--body .note a {
    color: red;
    font-weight: 700;
    text-decoration: underline;
}
.tlbb_popup .popup.popup_rank .pm__rank-content {
    width: 100%;
    height: 400px;
    overflow-y: auto;
}
.tlbb_popup .popup.popup_rank .pm__rank-content::-webkit-scrollbar {
    margin-right: 6px;
    width: 6px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.tlbb_popup
.popup.popup_rank
.pm__rank-content:hover::-webkit-scrollbar {
    width: 6px;
}
.tlbb_popup
.popup.popup_rank
.pm__rank-content::-webkit-scrollbar-track {
    background: rgba(98, 80, 191, 0.5);
}
.tlbb_popup
.popup.popup_rank
.pm__rank-content::-webkit-scrollbar-thumb,
.tlbb_popup
.popup.popup_rank
.pm__rank-content::-webkit-scrollbar-thumb:hover {
    background: #6250bf;
}
.tlbb_popup .popup.popup_nhanluot .popup__content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
}
.tlbb_popup .popup.popup_nhanluot .popup__content-body {
    margin-top: 10px;
    max-height: 550px;
    overflow-y: auto;
    width: 100%;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar {
    margin-right: 6px;
    width: 6px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body:hover::-webkit-scrollbar {
    width: 6px;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-track {
    background: rgba(255, 246, 202, 0.5);
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-thumb,
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body::-webkit-scrollbar-thumb:hover {
    background: #4f0501;
}
@media (orientation: portrait) {
    .tlbb_popup .popup.popup_nhanluot .popup__content-body {
        height: 600px;
    }
}
.tlbb_popup .popup.popup_nhanluot .popup__content-body .thead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #4f0501;
    border-bottom: 1px solid #4f0501;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.thead
.thead-item:nth-child(2) {
    width: 200px;
    text-align: center;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.thead
.thead-item:first-child {
    flex: 1;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #faefd4;
    padding: 15px 10px;
    gap: 10px;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item:last-child {
    border-bottom: none;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item-name {
    flex: 1;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
p {
    font-size: 20px;
    color: #faefd4;
    text-align: left;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
a {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -245px -125px;
    width: 194px;
    height: 55px;
}
.tlbb_popup
.popup.popup_nhanluot
.popup__content-body
.exchange-item
a.received {
    filter: grayscale(1);
    pointer-events: none;
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -257px -53px;
    width: 194px;
    height: 55px;
}
.tlbb_popup .popup.popup_reward .popup__content .group__reward {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-wrap: wrap;
    gap: 10px;
}
.tlbb_popup .popup.popup_reward .popup__content .group__reward p {
    font-size: 30px;
    color: #aa0719;
}
.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item {
    background: url(../../images/landing/effect.png);
    width: 398px;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item
img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.tlbb_popup
.popup.popup_reward
.popup__content
.group__reward
.reward_item
span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    white-space: nowrap;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    gap: 10px;
    color: #4f0501;
    font-size: 20px;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info
h2 {
    font-size: 24px;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info
.group__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 20px;
    margin: 5px 0;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info
.group__btn
.btn__appstore {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -245px -196px;
    width: 184px;
    height: 53px;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info
.group__btn
.btn__googleplay {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -245px -267px;
    width: 184px;
    height: 53px;
}
.tlbb_popup
.popup.popup_dangkythanhcong
.popup__content
.group__info
.btn-xacnhan {
    display: block;
    font-size: 0;
    background-image: url(../../images/landing/_sprites_7.png);
    background-position: -466px 0;
    width: 243px;
    height: 69px;
    position: unset;
}

.floating__popup,
iframe {
    width: 100%;
    height: 100%;
}
.floating__popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_required_loading {
    margin-top: -1px;
}
@media (orientation: landscape) {
    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px;
    }
}
@media (orientation: portrait) {
    .common_required_loading,
    .common_required_loading .inner,
    .common_required_loading .section__background,
    .common_required_loading .section__content {
        height: 1000px;
    }
}
.common_required_loading .loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.97);
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 312;
}
.common_required_loading .loading .multi-ripple {
    width: 2.6rem;
    height: 2.6rem;
    margin: 2rem;
}
.common_required_loading .loading .multi-ripple div {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.3rem solid hsla(0, 0%, 100%, 0.4);
    animation: ripple 1.5s infinite;
}
.common_required_loading .loading .multi-ripple div:nth-child(2) {
    animation-delay: 0.5s;
}
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
.common_required_loading .loading.active {
    display: flex;
}
:root {
    --width-desktop-safe: 1720px;
    --maxwidth-desktop-safe: calc(100% - 40px);
    --width-mobile-safe: calc(100% - 40px);
    --width-desktop: 2000px;
    --width-mobile: 768px;
    --height-desktop: 1000px;
    --height-mobile: 1000px;
    --fontsize-primary-desktop: 18px;
    --fontsize-primary-mobile: 24px;
    --fontheight-primary: 1.4;
    --fontweight-heavy: 900;
    --fontweight-bold: 700;
    --fontweight-semibold: 600;
    --fontweight-medium: 500;
    --fontweight-normal: 400;
    --fontweight-light: 300;
}
@media (orientation: landscape) {
    :root {
        --fontsize-primary: var(--fontsize-primary-desktop);
    }
}
@media (orientation: portrait) {
    :root {
        --fontsize-primary: var(--fontsize-primary-mobile);
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: 1;
    font-family: sans-serif;
    text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}
pre {
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
em {
    font-style: italic;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
fieldset {
    min-width: 0;
}
legend {
    max-width: 100%;
    white-space: normal;
    color: inherit;
    display: block;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: vertical;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../../fonts/SFUAngieRegular.ttf);
    font-weight: 500;
}
@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../../fonts/SFUAngieBold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: SFUAngie;
    font-display: swap;
    src: local("SFUAngie");
    src: url(../../fonts/SFUAngieBlack.ttf);
    font-weight: 900;
}
@font-face {
    font-family: FZVNG;
    font-display: swap;
    src: local("FZVNG");
    src: url(../../fonts/FZ-VNG-Game-V1.ttf);
}
* {
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
}
:focus {
    outline: none;
}
.off,
.off:hover {
    filter: grayscale(100%);
    pointer-events: none;
}
html {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fdfdfd;
}
html.popup-opened {
    position: relative;
    height: 100% !important;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
body {
    font-family: var(--font-primary), var(--font-secondary), sans-serif;
    line-height: var(--fontheight-primary);
    font-size: var(--fontsize-primary);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    background: none;
}
body.popup-opened {
    overflow: hidden;
}
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.row > .col-1 {
    flex-basis: 8.3333333333%;
}
.row > .col-1,
.row > .col-offset-1 {
    padding: 0 10px;
    max-width: 8.3333333333%;
}
.row > .col-offset-1 {
    margin-left: 8.3333333333%;
}
.row > .col-2 {
    flex-basis: 16.6666666667%;
}
.row > .col-2,
.row > .col-offset-2 {
    padding: 0 10px;
    max-width: 16.6666666667%;
}
.row > .col-offset-2 {
    margin-left: 16.6666666667%;
}
.row > .col-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%;
}
.row > .col-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%;
}
.row > .col-4 {
    flex-basis: 33.3333333333%;
}
.row > .col-4,
.row > .col-offset-4 {
    padding: 0 10px;
    max-width: 33.3333333333%;
}
.row > .col-offset-4 {
    margin-left: 33.3333333333%;
}
.row > .col-5 {
    flex-basis: 41.6666666667%;
}
.row > .col-5,
.row > .col-offset-5 {
    padding: 0 10px;
    max-width: 41.6666666667%;
}
.row > .col-offset-5 {
    margin-left: 41.6666666667%;
}
.row > .col-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%;
}
.row > .col-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%;
}
.row > .col-7 {
    flex-basis: 58.3333333333%;
}
.row > .col-7,
.row > .col-offset-7 {
    padding: 0 10px;
    max-width: 58.3333333333%;
}
.row > .col-offset-7 {
    margin-left: 58.3333333333%;
}
.row > .col-8 {
    flex-basis: 66.6666666667%;
}
.row > .col-8,
.row > .col-offset-8 {
    padding: 0 10px;
    max-width: 66.6666666667%;
}
.row > .col-offset-8 {
    margin-left: 66.6666666667%;
}
.row > .col-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%;
}
.row > .col-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%;
}
.row > .col-10 {
    flex-basis: 83.3333333333%;
}
.row > .col-10,
.row > .col-offset-10 {
    padding: 0 10px;
    max-width: 83.3333333333%;
}
.row > .col-offset-10 {
    margin-left: 83.3333333333%;
}
.row > .col-11 {
    flex-basis: 91.6666666667%;
}
.row > .col-11,
.row > .col-offset-11 {
    padding: 0 10px;
    max-width: 91.6666666667%;
}
.row > .col-offset-11 {
    margin-left: 91.6666666667%;
}
.row > .col-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
}
.row > .col-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%;
}
@media (orientation: portrait) {
    .row > .col-mobile-1 {
        padding: 0 10px;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .row > .col-mobile-offset-1 {
        padding: 0 10px;
        margin-left: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .row > .col-mobile-2 {
        padding: 0 10px;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .row > .col-mobile-offset-2 {
        padding: 0 10px;
        margin-left: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .row > .col-mobile-3 {
        padding: 0 10px;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row > .col-mobile-offset-3 {
        padding: 0 10px;
        margin-left: 25%;
        max-width: 25%;
    }
    .row > .col-mobile-4 {
        padding: 0 10px;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row > .col-mobile-offset-4 {
        padding: 0 10px;
        margin-left: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row > .col-mobile-5 {
        padding: 0 10px;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .row > .col-mobile-offset-5 {
        padding: 0 10px;
        margin-left: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .row > .col-mobile-6 {
        padding: 0 10px;
        flex-basis: 50%;
        max-width: 50%;
    }
    .row > .col-mobile-offset-6 {
        padding: 0 10px;
        margin-left: 50%;
        max-width: 50%;
    }
    .row > .col-mobile-7 {
        padding: 0 10px;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .row > .col-mobile-offset-7 {
        padding: 0 10px;
        margin-left: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .row > .col-mobile-8 {
        padding: 0 10px;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .row > .col-mobile-offset-8 {
        padding: 0 10px;
        margin-left: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .row > .col-mobile-9 {
        padding: 0 10px;
        flex-basis: 75%;
        max-width: 75%;
    }
    .row > .col-mobile-offset-9 {
        padding: 0 10px;
        margin-left: 75%;
        max-width: 75%;
    }
    .row > .col-mobile-10 {
        padding: 0 10px;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .row > .col-mobile-offset-10 {
        padding: 0 10px;
        margin-left: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .row > .col-mobile-11 {
        padding: 0 10px;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .row > .col-mobile-offset-11 {
        padding: 0 10px;
        margin-left: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .row > .col-mobile-12 {
        padding: 0 10px;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row > .col-mobile-offset-12 {
        padding: 0 10px;
        margin-left: 100%;
        max-width: 100%;
    }
}
.wrapper {
    width: var(--width-desktop);
    transform-origin: top left;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (orientation: portrait) {
    .wrapper {
        width: var(--width-mobile);
    }
}
.wrapper__content {
    overflow-x: hidden;
    overflow-y: hidden;
    width: var(--width-desktop);
}
.container {
    display: block;
    margin: 0 auto;
    width: var(--width-desktop-safe);
    max-width: var(--maxwidth-desktop-safe);
}
@media (orientation: portrait) {
    .container {
        width: var(--width-mobile-safe);
    }
}
hr.split {
    margin: 0;
    border: 0;
    background: transparent;
}
hr.split--low {
    height: 16px;
}
hr.split--medium {
    height: 24px;
}
hr.split--high {
    height: 32px;
}
hr.split--giant {
    height: 48px;
}
.section {
    position: relative;
    display: block;
    width: var(--width-desktop);
}
@media (max-width: 700px) {
    .section {
        width: var(--width-mobile);
    }
}
@media (orientation: portrait) {
    .section {
        width: var(--width-mobile);
    }
}
.section__background {
    display: block;
    width: 100%;
}
.section__background img,
.section__background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section__background video {
    position: absolute;
    top: 0;
}
.section__content {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section.autoHeight .section__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.section.autoHeight .section__content {
    display: block;
    position: relative;
}
.section--fixedHeight > .section__background {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
}
.section--fixedHeight > .section__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 700px) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}
@media (orientation: portrait) {
    .section--fixedHeight > .section__background img {
        height: auto;
    }
}
.section--fixedHeight > .section__content,
.section__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section__overlay {
    background: rgba(0, 0, 0, 0.8) 100%;
    background: linear-gradient(transparent 20%, rgba(0, 0, 0, 0.8));
}
.desktop {
    display: block !important;
}
.desktop-inline {
    display: inline-block !important;
}
.desktop-flex {
    display: flex !important;
}
.desktop-grid {
    display: grid !important;
}
.mobile,
.mobile-flex,
.mobile-grid,
.mobile-inline {
    display: none !important;
}
@media (orientation: portrait) {
    .desktop,
    .desktop-flex,
    .desktop-grid,
    .desktop-inline {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .mobile-inline {
        display: inline-block !important;
    }
    .mobile-flex {
        display: flex !important;
    }
    .mobile-grid {
        display: grid !important;
    }
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.text-left {
    text-align: left;
    justify-content: flex-start !important;
}
.text-center {
    text-align: center;
    justify-content: center !important;
}
.text-right {
    text-align: right;
    justify-content: flex-end !important;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.flex-start {
    justify-content: flex-start;
}
.flex-end {
    justify-content: flex-end;
}
.flex-middle {
    align-items: center;
}
.flex.column {
    flex-direction: column;
}
.flex.space-between {
    justify-content: space-between;
}
.flex.center {
    align-items: center;
}
.flex.wrap {
    flex-wrap: wrap;
}
@media (orientation: portrait) {
    .mobile-flex {
        display: flex;
    }
    .mobile-flex-wrap {
        flex-wrap: wrap;
    }
    .mobile-flex-column {
        flex-direction: column;
    }
    .mobile-flex-start {
        justify-content: flex-start;
    }
    .mobile-flex-end {
        justify-content: flex-end;
    }
    .mobile-flex-middle {
        align-items: center;
    }
    .mobile-flex.column {
        flex-direction: column;
    }
    .mobile-flex.space-between {
        justify-content: space-between;
    }
    .mobile-flex.center {
        align-items: center;
    }
    .mobile-flex.wrap {
        flex-wrap: wrap;
    }
}
.floating {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating * {
    pointer-events: all;
}
.scrollwatch-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    background: transparent;
    pointer-events: none;
}
@keyframes shine {
    to {
        filter: brightness(120%);
    }
}
@keyframes shine_scale {
    to {
        filter: brightness(90%);
        transform: scale(1.1);
        transform-origin: center center;
    }
}
@keyframes shine_move {
    to {
        filter: brightness(110%);
        transform: translateX(12px);
    }
}
.fancybox-active {
    height: 100% !important;
}
.popup {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__background,
.popup__background--unclosable {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    transition: opacity 1s;
}
.popup__content {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all 0.2s;
    transform: scale(0);
}
.popup__tool {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    padding: 5px;
    display: flex;
    opacity: 0;
    visibility: hidden;
}
.popup__close {
    pointer-events: all;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 42px;
    height: 42px;
}
.popup.active {
    pointer-events: all;
}
.popup.active,
.popup.active .popup__background,
.popup.active .popup__background--unclosable {
    opacity: 1;
    visibility: visible;
}
.popup.active .popup__content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.popup.active .popup__tool {
    opacity: 1;
    visibility: visible;
}
.popup--open-image .popup__content .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.popup--open-video .popup__content {
    width: 80%;
    height: 60%;
}
.popup--open-video .popup__content .embed {
    width: 100%;
    height: 100%;
}
.popup--open-video .popup__content .embed iframe {
    display: block;
    width: 100%;
    height: 100%;
}
