.layer {
    background-color: #000;
    opacity: 1;
    position: fixed;
    transition: opacity .5s linear;
    z-index: 99999
}

.layer,
.layer .loading-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.layer .loading-container {
    transform-origin: center center !important
}

.layer .tank-gif {
    background-image: url(../../../../../global-mainsite.mto.zing.vn/products/metalslug/item-loading/layerLoad.gif);
    height: 100%;
    transform-origin: center center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

@media(max-width:1200px) {
    .layer .tank-gif {
        background-image: url(../../../../../global-mainsite.mto.zing.vn/products/metalslug/item-loading/layerLoad.gif);
        scale: .8;
        transform-origin: center center
    }
}

@media(max-width:768px) {
    .layer .tank-gif {
        background-image: url(../../../../../global-mainsite.mto.zing.vn/products/metalslug/item-loading/layerLoad.gif);
        scale: .6;
        transform-origin: center center
    }
}

.layer .dot-container div,
.layer .text {
    color: #fff;
    font-family: utm-talling;
    font-size: 100px
}

.layer .text {
    display: flex;
    gap: 20px
}

.layer .text .dot-container {
    display: flex;
    gap: 8px
}

.layer .text .dot-container div {
    opacity: 0
}

.layer .text .dot-container div:first-child {
    animation: appear 1.5s ease-in 0s infinite
}

.layer .text .dot-container div:nth-child(2) {
    animation: appear 1.5s ease-in .2s infinite
}

.layer .text .dot-container div:nth-child(3) {
    animation: appear 1.5s ease-in .4s infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    align-items: center;
    display: flex;
    justify-content: center
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    shape-rendering: geometricPrecision;
    display: block;
    overflow: visible;
    position: relative
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.5;
    opacity: .8;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate .8s linear infinite;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animate__animated.animate__flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

:root {
    --width-desktop: 2000px;
    --width-mobile: 768px;
    --height-desktop: 1000px;
    --height-mobile: 1000px;
    --popup-height: 900px;
    --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
}

* {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-decoration: none
}

:focus {
    outline: none
}

html {
    background: #fdfdfd;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #ad7d56 transparent;
    scrollbar-width: thin
}

html::-webkit-scrollbar {
    margin-right: 6px;
    -webkit-transition: width .2s;
    transition: width .2s;
    width: 6px
}

html:hover::-webkit-scrollbar {
    width: 6px
}

html::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .5)
}

html::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb:hover {
    background: #ad7d56
}

html.popup-opened {
    height: 100% !important;
    overflow: hidden;
    position: relative;
    touch-action: none;
    -ms-touch-action: none
}

body {
    background: none;
    font-family: var(--font-primary), var(--font-secondary), sans-serif;
    font-size: var(--fontsize-primary);
    line-height: var(--fontheight-primary);
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

body.popup-opened {
    overflow: hidden
}

button {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center
}

a,
button {
    cursor: pointer
}

a {
    display: block;
    text-decoration: none
}

input {
    background-color: transparent;
    border: none
}

ul {
    list-style-type: none;
    padding: 0
}

p,
ul {
    margin: 0
}

.pc {
    display: block !important
}

@media(orientation:portrait)and (max-width:998px) {
    .pc {
        display: none !important
    }
}

.mb {
    display: none !important
}

@media(orientation:portrait)and (max-width:998px) {
    .mb {
        display: block !important
    }
}

.scrollwatch-pin {
    background: transparent;
    height: 1px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 1px
}

.wrapper {
    transform-origin: top left;
    width: var(--width-desktop)
}

@media(orientation:portrait)and (max-width:998px) {
    .wrapper {
        width: var(--width-mobile)
    }
}

.wrapper__content {
    overflow-x: hidden;
    overflow-y: hidden
}

.section,
.wrapper__content {
    position: relative;
    width: var(--width-desktop)
}

.section {
    display: block
}

@media(orientation:portrait)and (max-width:998px) {
    .section {
        width: var(--width-mobile)
    }
}

.section__background {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0
}

.section__background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section__content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section.autoHeight .section__background {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0
}

.section.autoHeight .section__content {
    display: block;
    position: relative
}

.section--fixedHeight>.section__background {
    display: block;
    height: 100%;
    position: static;
    width: 100%
}

.section--fixedHeight>.section__background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    .section--fixedHeight>.section__background img {
        height: auto
    }
}

.section--fixedHeight>.section__content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.floating {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}

.floating * {
    pointer-events: all
}

.floating.floating-left .float-scale {
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: top left !important;
    z-index: 100
}

.floating.floating-right .float-scale {
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: top right !important;
    z-index: 100
}

.floating.floating-bottom .float-scale {
    bottom: 0;
    left: 0;
    position: absolute;
    transform-origin: bottom left !important;
    z-index: 100
}

.floating .float__content {
    position: absolute
}

.outer {
    display: none
}

.popup-fancybox {
    transform-origin: center center !important
}

.popup-fancybox .popup-inner {
    display: none
}

.popup-fancybox .popup-inner.active {
    display: block
}

@media(max-height:900px) {
    .popup-fancybox {
        transform-origin: top center !important
    }
}

.off,
.off:hover {
    filter: grayscale(100%);
    pointer-events: none
}

@keyframes screenShake {
    0% {
        translate: 0 0
    }

    25% {
        translate: -2px 0
    }

    50% {
        translate: 0 0
    }

    75% {
        translate: -4px -2px
    }

    to {
        translate: 0 0
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-lock {
    display: none
}

@font-face {
    font-family: beVietnam;
    font-weight: 500;
    src: url(assets/main/font/BeVietnamPro-Regular.ttf)
}

@font-face {
    font-family: beVietnam;
    font-weight: 700;
    src: url(assets/main/font/BeVietnamPro-Bold.ttf)
}

@font-face {
    font-family: beVietnam;
    font-weight: 800;
    src: url(assets/main/font/BeVietnamPro-ExtraBold.ttf)
}

@font-face {
    font-family: utm-talling;
    src: url(assets/main/font/UTMTalling.ttf)
}

@font-face {
    font-family: utm-talling;
    font-weight: 700;
    src: url(assets/main/font/UTMTallingBold.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 300;
    src: url(assets/main/font/Roboto-Light.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 400;
    src: url(assets/main/font/Roboto-Regular.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 500;
    src: url(assets/main/font/Roboto-Medium.ttf)
}

@font-face {
    font-family: roboto;
    font-weight: 700;
    src: url(assets/main/font/Roboto-Bold.ttf)
}

@font-face {
    font-family: barlow;
    font-weight: 400;
    src: url(assets/main/font/Barlow-Regular.ttf)
}

@font-face {
    font-family: sukhumvitset;
    font-weight: 400;
    src: url(assets/main/font/sukhumvit-set_text.ttf)
}

@font-face {
    font-family: sukhumvitset;
    font-weight: 5s00;
    src: url(assets/main/font/sukhumvit-set_medium.ttf)
}

@font-face {
    font-family: sukhumvitset;
    font-weight: 700;
    src: url(assets/main/font/sukhumvit-set_bold.ttf)
}

@font-face {
    font-family: chineseH;
    src: url(assets/main/font/FZLTH.ttf)
}

@font-face {
    font-family: chinseseY;
    src: url(assets/main/font/FZLTY.ttf)
}

#shootScreen {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999
}

#block1, #block2, #block3, #block4, #block5 {
    height: 680px
}

@media(orientation:portrait)and (max-width:998px) {
    #block1 {
        height: 660px;
        width: var(--width-mobile)
    }
    
    #block2 {
        height: 600px;
        width: var(--width-mobile)
    }
    
    #block3 {
        height: 600px;
        width: var(--width-mobile)
    }
    
    #block4 {
        height: 1200px;
        width: var(--width-mobile)
    }
    
    #block5 {
        height: 750px;
        width: var(--width-mobile)
    }
}

#footer {
    height: 461px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer {
        background-color: #282828;
        height: 531px;
        width: var(--width-mobile)
    }
}

:is(.tw, .vn) #footer {
    background-color: #282828;
    height: 688px
}

@media(orientation:portrait)and (max-width:998px) {
    :is(.tw, .vn) #footer {
        background-color: #282828;
        height: 686px;
        width: var(--width-mobile)
    }
}

#faqs {
    height: auto;
    min-height: 1404px
}

@media(orientation:portrait)and (max-width:998px) {
    #faqs {
        min-height: 1711px;
        width: var(--width-mobile)
    }
}

#details {
    height: -moz-fit-content;
    height: fit-content;
    min-height: 1382px
}

@media(orientation:portrait)and (max-width:998px) {
    #details {
        min-height: 1515px;
        width: var(--width-mobile)
    }
}

#guide {
    height: 1554px
}

@media(orientation:portrait)and (max-width:998px) {
    #guide {
        width: var(--width-mobile)
    }
}

.diag-top {
    right: 0;
    top: 0
}

.diag-bot,
.diag-top {
    position: absolute;
    z-index: 2
}

.diag-bot {
    bottom: 0;
    left: 0
}

#block1 {
    margin-top: 70px
}

@media(orientation:portrait)and (max-width:998px) {
    #block1 {
        margin-top: 40px
    }
}

#block1 .section__background img {
    height: 100%;
    width: 100%
}

#block1 .section__content .title {
    left: 50%;
    position: absolute;
    top: 570px;
    transform: translateX(-50%)
}

@media(orientation:portrait)and (max-width:998px) {
    #block1 .section__content .title {
        bottom: 318px;
        top: unset
    }
}

#block1 .section__content .title .tooltip {
    background-image: url(assets/block1/sprite.png?v=1.0.1);
    background-position: -308px -257px;
    height: 127px;
    position: absolute;
    right: 118px;
    top: -92px;
    width: 139px
}

@media(orientation:portrait)and (max-width:998px) {
    #block1 .section__content .title .tooltip {
        right: 152px;
        top: -102px
    }
}

#block1 .section__content .store-bg {
    background-image: url(assets/block1/images/store-bg.png);
    bottom: 2px;
    height: 192px;
    left: 604px;
    position: absolute;
    width: 790px
}

#block1 .section__content .store-bg .game-icon {
    border: 3px solid #fff;
    border-radius: 30px;
    height: 146px;
    left: 45px;
    position: absolute;
    top: 50%;
    transition: filter .2s ease-in-out;
    translate: 0 -50%;
    width: 146px
}

#block1 .section__content .store-bg .download-container {
    background-color: #7a3a27;
    display: flex;
    flex-direction: column;
    gap: 4px;
    left: 233px;
    padding: 5px;
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

#block1 .section__content .store-bg .link {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: center;
    transition: filter .2s ease-in-out
}

#block1 .section__content .store-bg .link:hover {
    filter: brightness(110%)
}

#block1 .section__content .store-bg .link-appstore {
    background-image: url("/Assets/ios.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 175px;
}

#block1 .section__content .store-bg .link-googleplay {
    background-image: url("/Assets/pc.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 175px;
}

#block1 .section__content .store-bg .link-apk {
    background-image: url("/Assets/apk.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 175px;
}

#block1 .section__content .store-bg .link-code {
    background-position: 0 -102px;
    right: 47px
}

#block1 .section__content .store-bg .link-code,
#block1 .section__content .store-bg .link-topup {
    background-image: url(assets/block1/sprite.png);
    height: 155px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 154px
}

#block1 .section__content .store-bg .link-topup {
    background-position: -460px -155px;
    right: 209px
}

#block1 .section__content .btn-download {
    align-items: center;
    background-image: url(assets/block1/sprite.png);
    background-position: 0 0;
    bottom: 192px;
    color: #000;
    font-family: roboto;
    font-size: 37.82px;
    font-weight: 700;
    gap: 16px;
    height: 102px;
    justify-content: center;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 306px
}

@media(orientation:portrait)and (max-width:998px) {
    #block1 .section__content .btn-download {
        display: flex !important
    }
}

#block1 .section__content .btn-download .arrow-icon {
    background-image: url(assets/block1/sprite.png);
    background-position: -687px -184px;
    display: block;
    height: 42px;
    width: 39px
}

.vn #block1 .section__content .link-code {
    background-image: url(assets/block1/sprite.png);
    background-position: -460px 0;
    height: 155px;
    width: 154px
}

.vn #block1 .section__content .link-topup {
    background-image: url(assets/block1/sprite.png);
    background-position: -308px -412px;
    height: 155px;
    width: 154px
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #block1 .section__content .title {
        bottom: 150px
    }

    .vn #block1 .section__content .btn-download {
        bottom: 30px
    }
}

.id #block1 .section__content .link-code {
    background-image: url(assets/block1/sprite.png);
    background-position: -306px 0;
    height: 155px;
    width: 154px
}

.th #block1 .section__content .link-appstore {
    background-image: url(assets/block1/sprite.png);
    background-position: -450px -567px;
    height: 46px;
    width: 150px
}

.th #block1 .section__content .link-googleplay {
    background-image: url(assets/block1/sprite.png);
    background-position: -614px -92px;
    height: 46px;
    width: 150px
}

.th #block1 .section__content .link-apk {
    background-image: url(assets/block1/sprite.png);
    background-position: 0 -567px;
    height: 46px;
    width: 150px
}

.th #block1 .section__content .link-code {
    background-image: url(assets/block1/sprite.png);
    background-position: 0 -257px;
    height: 155px;
    width: 154px
}

.th #block1 .section__content .link-topup {
    background-image: url(assets/block1/sprite.png);
    background-position: 0 -412px;
    height: 155px;
    width: 154px
}

.th #block1 .section__content .btn-download {
    font-family: sukhumvitset;
    font-size: 48px;
    font-weight: 700
}

.tw #block1 .section__content .link-appstore {
    background-image: url(assets/block1/sprite.png);
    background-position: -614px 0;
    height: 46px;
    width: 150px
}

.tw #block1 .section__content .link-googleplay {
    background-image: url(assets/block1/sprite.png);
    background-position: -614px -138px;
    height: 46px;
    width: 150px
}

.tw #block1 .section__content .link-apk {
    background-image: url(assets/block1/sprite.png);
    background-position: -150px -567px;
    height: 46px;
    width: 150px
}

.tw #block1 .section__content .link-code {
    background-image: url(assets/block1/sprite.png);
    background-position: -154px -257px;
    height: 155px;
    width: 154px
}

.tw #block1 .section__content .link-topup {
    background-image: url(assets/block1/sprite.png);
    background-position: -154px -412px;
    height: 155px;
    width: 154px
}

.tw #block1 .section__content .btn-download {
    font-family: chineseH;
    font-size: 60px
}

.sg #block1 .topup-sgmy {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    right: 209px;
    top: 50%;
    translate: 0 -50%;
    width: 154px
}

.sg #block1 .topup-sgmy .link-topup-sg {
    background-image: url(assets/block1/sprite.png);
    background-position: -306px -155px;
    height: 78px;
    width: 154px
}

.sg #block1 .topup-sgmy .link-topup-my {
    background-image: url(assets/block1/sprite.png);
    background-position: -460px -310px;
    height: 78px;
    width: 154px
}

#block2 .section__background img {
    height: 100%;
    width: 100%
}

#block2 .section__background .diag-top {
    background-image: url(assets/block2/sprite1.png);
    background-position: 0 0;
    height: 350px;
    width: 1413px
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__background .diag-top {
        background-image: url(assets/block2/sprite1.png);
        background-position: -768px -857px;
        height: 120px;
        width: 356px
    }
}

#block2 .section__background .diag-bot {
 //   background-image: url(assets/block2/sprite1.png);
    background-position: -445px -350px;
    height: 309px;
    width: 718px
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__background .diag-bot {
    //    background-image: url(assets/block2/sprite1.png);
        background-position: 0 -857px;
        height: 255px;
        width: 768px
    }
}

#block2 .section__background .man {
  //  background-image: url(assets/block2/sprite1.png);
    background-position: 0 -350px;
    bottom: 0;
    height: 507px;
    left: 0;
    position: absolute;
    width: 445px;
    z-index: 3
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__background .man {
    //    background-image: url(assets/block2/sprite1.png);
        background-position: -1413px 0;
        bottom: 410px;
        height: 329px;
        width: 249px
    }
}

#block2 .section__content .decor-line {
    background-image: url(assets/block2/sprite1.png);
    background-position: -1413px -329px;
    height: 135px;
    left: 215px;
    position: absolute;
    top: 63px;
    width: 179px;
    z-index: 3
}

#block2 .section__content .video-img {
    height: 337px;
    left: 110px;
    position: absolute;
    top: 428px;
    width: 598px
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .video-img {
        height: 282px;
        left: 182px;
        -o-object-fit: cover;
        object-fit: cover;
        top: 321px;
        width: 500px
    }
}

#block2 .section__content .arcade {
 //   background-image: url(assets/block2/images/video.png);
    background-size: 100% 100%;
    bottom: 0;
 //   height: 967px;
    left: 35px;
    position: absolute;
    width: 813px;
    z-index: 1
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .arcade {
        bottom: unset;
        height: 776px;
        left: 50%;
        top: 40px;
        translate: -50% 0;
        width: 653px
    }
}

#block2 .section__content .arcade .title {
    left: 50%;
    position: absolute;
    top: 100px;
    translate: -50% 0
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .arcade .title {
        top: 76px
    }
}

#block2 .section__content .arcade .btn-play {
    align-items: center;
    background-image: url(assets/block2/sprite1.png);
    background-position: -1592px -329px;
    bottom: 401px;
    display: flex;
    font-size: 0;
    height: 56px;
    justify-content: center;
    left: 367px;
    position: absolute;
    transition: filter .2s ease-in-out, scale .2s ease-in-out;
    width: 56px
}

#block2 .section__content .arcade .btn-play:hover {
    filter: brightness(110%);
    scale: 1.1
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .arcade .btn-play {
        bottom: 325px;
        left: 51%;
        translate: -50% 0
    }
}

#block2 .section__content .text-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 657px;
    top: 2px;
    width: 490px
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .text-container {
        align-items: center;
        background-image: url(assets/block2/images/gradient.png);
        background-size: 100% 100%;
        bottom: 174px;
        height: 325px;
        left: 0;
        right: unset;
        top: unset;
        width: var(--width-mobile);
        z-index: 999
    }
}

#block2 .section__content .text-container .heading {
    flex-shrink: 0;
    height: 119px;
    width: 387px
}

#block2 .section__content .text-container .content {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 15px;
    height: 415px;
    margin-bottom: 30px;
    margin-top: 60px;
    overflow: hidden;
    text-align: left;
    width: 175%;
    display: none
}
#block2 .section__content .text-container .content.active {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 15px;
    height: 485px;
    margin-bottom: 30px;
    margin-top: 60px;
    overflow: hidden;
    text-align: left;
    width: 175%;
    display: block
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .text-container .content {
        height: 245px;
        margin-bottom: 18px;
        margin-top: 17px;
        overflow-y: auto;
        padding-inline: 64px
    }
    #block2 .section__content .text-container .content.active {
        height: 245px;
        margin-bottom: 18px;
        margin-top: 17px;
        overflow-y: auto;
        padding-inline: 64px
    }
}

#block2 .section__content .text-container .content p {
    color: #cdc1a5;
    font-family: roboto;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px
}

#block2 .section__content .text-container .btn-more {
    align-items: center;
    background-image: url(assets/block2/sprite1.png);
    background-position: -1413px -534px;
    color: #473021;
    display: flex;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    padding-bottom: 8px;
    width: 222px
}

#block2 .section__content .text-container .btn-more:hover {
    filter: brightness(110%)
}

@media(orientation:portrait)and (max-width:998px) {
    #block2 .section__content .text-container .btn-more {
        background-image: url(assets/block2/sprite1.png);
        background-position: -1413px -464px;
        height: 70px;
        padding: 0;
        width: 222px
    }

    .tw #block2 .section__content .title {
        top: 57px
    }
}

.tw #block2 .section__content .text-container .content p {
    font-family: chineseH
}

.tw #block2 .section__content .text-container .btn-more {
    font-family: chineseH;
    font-size: 36px;
    padding-bottom: 0
}

.tw #block2 .section__content .text-container .heading {
    background-image: url(assets/block2/sprite1.png);
    background-position: -445px -659px;
    height: 84px;
    width: 523px
}

.th #block2 .section__content .text-container .content p {
    font-family: sukhumvitset;
    font-size: 25px
}

#block3 .section__background img {
    height: 100%;
    width: 100%
}

#block3 .section__content .title {
    left: 50%;
    position: absolute;
    top: 160px;
    translate: -50% 0
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .title {
        top: 120px
    }
}

#block3 .section__content .people {
    background-image: url(assets/block3/sprite.png);
    background-position: 0 -65px;
    height: 80px;
    position: absolute;
    right: 470px;
    top: 275px;
    width: 328px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .people {
        bottom: 0;
        left: 0;
        right: unset;
        top: unset;
        z-index: 999
    }
}

#block3 .section__content .news-bg {
    background-image: url(assets/block3/images/news-bg.png);
    bottom: 77px;
    height: 599px;
    left: 291px;
    position: absolute;
    width: 1423px;
    z-index: 4
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg {
        background-image: url(assets/block3/images/news-bg-mb.png);
        bottom: 0;
        height: 588px;
        left: 50%;
        translate: -50% 0;
        width: 741px;
        z-index: 4
    }
}

#block3 .section__content .news-bg .banner-swiper-container {
    background-image: url(assets/block3/images/swiper-bg.png);
    height: 496px;
    left: 6px;
    position: absolute;
    top: 14px;
    width: 772px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .banner-swiper-container {
        display: none !important;
    }
}

#block3 .section__content .news-bg .banner-swiper-container .banner {
    align-items: center;
    background-image: url(assets/block3/sprite.png);
    background-position: 0 0;
    bottom: -5px;
    color: #fff;
    display: none;
    font-family: roboto;
    font-size: 24px;
    font-weight: 500;
    height: 65px;
    justify-content: center;
    left: -42px;
    position: absolute;
    width: 593px;
    z-index: 99
}

#block3 .section__content .news-bg .banner-swiper-container .banner.active {
    display: flex
}

#block3 .section__content .news-bg .banner-swiper-container .swiper {
    height: 436px;
    left: 35px;
    position: absolute;
    top: 38px;
    width: 709px
}

#block3 .section__content .news-bg .banner-swiper-container .swiper a {
    display: block;
    height: 100%;
    width: 100%
}

#block3 .section__content .news-bg .banner-swiper-container .swiper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .banner-swiper-container .swiper {
        height: 337px;
        width: 548px
    }
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-button:after {
    display: none
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-button-prev {
    background-image: url(assets/block3/sprite.png);
    background-position: -159px -194px;
    height: 93px;
    left: -10px;
    right: unset;
    width: 53px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .banner-swiper-container .swiper-button-prev {
        background-image: url(assets/block3/sprite.png);
        background-position: -106px -194px;
        height: 93px;
        left: -53px;
        width: 53px
    }
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-button-next {
    background-image: url(assets/block3/sprite.png);
    background-position: -53px -194px;
    height: 93px;
    left: unset;
    right: -10px;
    width: 53px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .banner-swiper-container .swiper-button-next {
        background-image: url(assets/block3/sprite.png);
        background-position: 0 -194px;
        height: 93px;
        right: -73px;
        width: 53px
    }
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-pagination {
    bottom: -40px
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-pagination-bullet {
    background-color: transparent;
    background-image: url(assets/block3/sprite.png);
    background-position: -570px -96px;
    border-radius: 0;
    height: 18px;
    margin-left: 12px;
    opacity: 1;
    transition: filter .2s ease-in-out;
    width: 20px
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-pagination-bullet:hover {
    filter: brightness(120%)
}

#block3 .section__content .news-bg .banner-swiper-container .swiper-pagination-bullet-active {
    background-image: url(assets/block3/sprite.png);
    background-position: -550px -96px;
    height: 18px;
    width: 20px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .banner-swiper-container .swiper-pagination {
        bottom: -32px
    }
}

#block3 .section__content .news-bg .top-menu {
    align-items: center;
    display: flex;
    height: 57px;
    justify-content: space-between;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 635px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .top-menu {
        left: 50%;
        right: unset;
        translate: -50% 0;
        width: 96%
    }
}

#block3 .section__content .news-bg .top-menu .nav-container {
    display: flex;
    flex-shrink: 0
}

#block3 .section__content .news-bg .top-menu .nav-container button {
    align-items: center;
    color: #e7dcc3;
    display: flex;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    min-width: 127px;
    padding-bottom: 4px;
    padding-inline: 16px;
    text-transform: uppercase
}

#block3 .section__content .news-bg .top-menu .nav-container button.active {
    background-image: url(assets/block3/images/menu-selected.png);
    background-size: 100% 100%;
    color: #000
}

#block3 .section__content .news-bg .top-menu .nav-container button:hover {
    color: #ed7f26;
    text-shadow: 0 5px 2px #7d6e56, 0 4px 2px #7d6e56, 0 3px 2px #7d6e56, 0 2px 2px #7d6e56, 0 1px 2px #7d6e56
}

#block3 .section__content .news-bg .top-menu .search-form {
    align-items: center;
    background-image: url(assets/block3/sprite.png);
    background-position: 0 -145px;
    display: flex;
    height: 49px;
    justify-content: space-between;
    width: 258px
}

#block3 .section__content .news-bg .top-menu .search-form input {
    accent-color: #e7dcc3;
    color: #e7dcc3;
    font-family: roboto;
    font-size: 24px;
    font-weight: 400;
    height: 42px;
    padding: 8px;
    width: 197px
}

#block3 .section__content .news-bg .top-menu .search-form .btn-search {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: filter .2s ease-in-out;
    width: 100px
}

#block3 .section__content .news-bg .top-menu .search-form .btn-search:hover {
    filter: grayscale(70%)
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .top-menu .search-form .btn-search {
        height: 50px;
        width: 100px
    }
}

#block3 .section__content .news-bg .top-menu .search-form .btn-search .search-icon {
    background-image: url(assets/block3/sprite.png);
    background-position: -550px -65px;
    height: 31px;
    width: 31px
}

#block3 .section__content .news-bg .news-container {
    bottom: 34px;
    height: 490px;
    position: absolute;
    right: 17px;
    width: 603px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .news-container {
        bottom: unset;
        height: 400px;
        left: 50%;
        right: unset;
        top: 100px;
        translate: -50% 0;
        width: 638px
    }
}

#block3 .section__content .news-bg .news-container .news-list {
    height: 378px;
    overflow: hidden;
    padding-right: 6px;
    z-index: 100
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .news-container .news-list {
        height: 312px
    }
}

#block3 .section__content .news-bg .news-container .news-list .news {
    align-items: center;
    border-bottom: 2px solid #d3c6ae;
    color: #000;
    display: flex;
    font-family: roboto;
    font-size: 22px;
    font-weight: 400;
    height: 63px;
    justify-content: space-between;
    padding-inline: 4px;
    transition: all .1s ease-in-out
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .news-container .news-list .news {
        font-size: 24px
    }
}

#block3 .section__content .news-bg .news-container .news-list .news:hover {
    background-color: rgba(0, 0, 0, .02)
}

#block3 .section__content .news-bg .news-container .news-list .news .left {
    display: flex;
    gap: 5px
}

#block3 .section__content .news-bg .news-container .news-list .news .left .news-title {
    color: #c54100;
    flex-shrink: 0
}

#block3 .section__content .news-bg .news-container .news-list .news .left .news-text {
    flex-shrink: 0;
    overflow: hidden;
    width: 420px
}

@media(orientation:portrait)and (max-width:998px) {
    #block3 .section__content .news-bg .news-container .news-list .news .left .news-text {
        width: 460px
    }
}

#block3 .section__content .news-bg .news-container .news-list .news:last-child {
    border: none
}

#block3 .section__content .news-bg .news-container .btn-more {
    align-items: center;
    background-image: url(assets/block3/sprite.png);
    background-position: -328px -65px;
    bottom: 0;
    color: #000;
    display: flex;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    left: 50%;
    padding-bottom: 8px;
    position: absolute;
    translate: -50% 0;
    width: 222px
}

#block3 .section__content .news-bg .news-container .btn-more:hover {
    filter: brightness(110%)
}

@media(orientation:portrait)and (max-width:998px) {
    .th #block3 .title {
        top: 102px;
        z-index: 100
    }
}

.th #block3 .news-bg .banner-swiper-container .banner {
    font-family: sukhumvitset;
    font-weight: 400
}

.th #block3 .news-bg .top-menu .nav-container button {
    font-family: sukhumvitset;
    font-size: 26px;
    font-weight: 700
}

.th #block3 .news-bg .top-menu .search-form input {
    font-family: sukhumvitset;
    font-weight: 400
}

.th #block3 .news-bg .news-container .news {
    font-family: sukhumvitset;
    font-size: 20px;
    font-weight: 400
}

.th #block3 .news-bg .news-container .btn-more {
    font-family: sukhumvitset;
    padding-bottom: 0p
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #block3 .title {
        top: 110px
    }
}

.vn #block3 .news-bg .top-menu .nav-container button {
    min-width: 100px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #block3 .title {
        top: 87px
    }
}

.tw #block3 .news-bg .top-menu .nav-container button {
    font-family: chineseH;
    min-width: 100px
}

.tw #block3 .news-bg .top-menu .search-form input {
    font-family: chineseH
}

.tw #block3 .news-bg .news-container .news-list .news .left {
    font-family: chineseH;
    font-size: 18px
}

.tw #block3 .news-bg .news-container .btn-more {
    font-family: chineseH;
    font-size: 36px
}

#block4 .kukik {
    right: 557px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .kukik {
        transform: scale(1.32);
        transform-origin: right
    }
}

#block4 .section__background img {
    height: 100%;
    width: 100%
}

#block4 .section__content .title {
    left: 50%;
    position: absolute;
    top: 165px;
    translate: -50% 0
}

#block4 .section__content .top-nav-container {
    display: flex;
    gap: 8px;
    justify-content: center;
    position: relative;
    top: 267px;
    z-index: 100
}

#block4 .section__content .top-nav-container button {
    background-image: url(assets/block4/sprite.png);
    background-position: 0 -659px;
    color: #eb7d24;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 40px;
    font-weight: 700;
    height: 74px;
    padding-bottom: 4px;
    transition: filter .2s ease-in-out;
    width: 282px
}

#block4 .section__content .top-nav-container button:hover {
    filter: brightness(110%)
}

#block4 .section__content .top-nav-container button.active {
    background-image: url(assets/block4/sprite.png);
    background-position: -266px -580px;
    color: #fff;
    height: 74px;
    width: 282px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .top-nav-container button {
        background-image: url(assets/block4/sprite.png);
        background-position: -779px 0;
        font-size: 35.83px;
        height: 57px;
        width: 243px
    }

    #block4 .section__content .top-nav-container button.active {
        background-image: url(assets/block4/sprite.png);
        background-position: -779px -57px;
        height: 57px;
        width: 243px
    }
}

#block4 .section__content .block4-swiper-container {
    bottom: 0;
    display: flex;
    height: 712px;
    justify-content: center;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: var(--width-desktop);
    z-index: 10
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container {
        bottom: 101px;
        width: var(--width-mobile)
    }
}

#block4 .section__content .block4-swiper-container .swiper-container {
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    scale: 0;
    transform-origin: center center;
    transition: all .2s ease-in-out;
    translate: -50%;
    visibility: hidden;
    width: 1505px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container .swiper-container {
        width: 100%
    }
}

#block4 .section__content .block4-swiper-container .swiper-container .swiper-slide {
    bottom: 30px
}

#block4 .section__content .block4-swiper-container .swiper-container.active {
    opacity: 1;
    pointer-events: all;
    scale: 1;
    visibility: visible
}

#block4 .section__content .block4-swiper-container .swiper-container .swiper-button {
    z-index: 999
}

#block4 .section__content .block4-swiper-container .swiper-container .swiper-button:after {
    display: none
}

#block4 .section__content .block4-swiper-container .swiper-container .swiper-button-prev {
    background-image: url(assets/block4/sprite.png);
    background-position: -865px -114px;
    height: 152px;
    left: -109px;
    right: unset;
    width: 86px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container .swiper-container .swiper-button-prev {
        background-image: url(assets/block4/sprite.png);
        background-position: -869px -335px;
        bottom: unset;
        height: 93px;
        left: 0;
        top: 187px;
        width: 53px
    }
}

#block4 .section__content .block4-swiper-container .swiper-container .swiper-button-next {
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -114px;
    height: 152px;
    left: unset;
    right: -10px;
    width: 86px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container .swiper-container .swiper-button-next {
        background-image: url(assets/block4/sprite.png);
        background-position: -951px -114px;
        bottom: unset;
        height: 93px;
        right: 0;
        top: 187px;
        width: 53px
    }
}

#block4 .section__content .block4-swiper-container .swiper {
    left: 50%;
    position: absolute;
    translate: -50% 0
}

#block4 .section__content .block4-swiper-container .nav-button {
    align-items: center;
    background-color: transparent;
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -466px;
    border-radius: 0;
    color: #000;
    display: flex;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 30px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    opacity: 1;
    padding-bottom: 8px;
    text-transform: uppercase;
    transition: filter .2s ease-in-out;
    width: 182px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container .nav-button {
        background-image: url(assets/block4/sprite.png);
        background-position: -779px -466px;
        display: inline-flex;
        height: 52px;
        margin-bottom: 15px;
        width: 182px
    }
}

#block4 .section__content .block4-swiper-container .nav-button:hover {
    filter: brightness(110%)
}

#block4 .section__content .block4-swiper-container .nav-button.active {
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -266px;
    color: #000;
    height: 69px;
    width: 189px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container .nav-button.active {
        background-image: url(assets/block4/sprite.png);
        background-position: -779px -266px;
        height: 69px;
        width: 189px
    }
}

#block4 .section__content .block4-swiper-container .event-thumb_list {
    bottom: 35px;
    position: absolute;
    width: 1400px
}

#block4 .section__content .block4-swiper-container #character-swiper {
    height: 100%;
    overflow: hidden;
    width: 1473px
}

#block4 .section__content .block4-swiper-container #character-swiper #character-pagination {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    translate: -50% 0;
    width: 100%;
    z-index: 999
}

#block4 .section__content .block4-swiper-container #character-swiper #character-pagination .swiper-slide {
    align-items: center;
    height: 69px;
    justify-content: center
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper {
        overflow: visible;
        width: 100%
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide {
    align-items: flex-end;
    display: flex;
    position: relative;
    z-index: 10
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container {
    bottom: 40px;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 11
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container {
        bottom: 75px;
        left: unset;
        right: 16px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container .video-bg {
    background-image: url(assets/block4/images/video-bg.png);
    background-size: 100% 100%;
    height: 585px;
    position: relative;
    width: 606px;
    z-index: 12
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container .video-bg {
        height: 462px;
        width: 462px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container .video-bg .btn-play {
    align-items: center;
    background-image: url(assets/block4/sprite.png);
    background-position: -951px -207px;
    display: flex;
    font-size: 0;
    height: 56px;
    justify-content: center;
    left: 47%;
    position: absolute;
    top: 45%;
    transition: filter .2s ease-in-out, scale .15s ease-in-out;
    translate: -50% -50%;
    width: 56px
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container .video-bg .btn-play:hover {
    filter: brightness(110%);
    scale: 1.1
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container img {
    border-radius: 50%;
    left: 46%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 24px;
    translate: -50% 0;
    z-index: 11
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .video-container img {
        height: 384px;
        width: 394px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-img {
    bottom: 0;
    height: 672px;
    max-width: 525px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 597px;
    width: auto;
    z-index: 13
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-img {
        bottom: 30px;
        height: 638px;
        left: 0;
        max-width: 470px;
        right: unset;
        width: auto
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description {
    bottom: 122px;
    height: 470px;
    position: absolute;
    right: 156px;
    width: 406px;
    z-index: 9999
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description {
        bottom: unset;
        height: 236px;
        right: 53px;
        top: -83px;
        width: 366px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .lightning {
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -335px;
    height: 131px;
    left: -22px;
    position: absolute;
    top: -31px;
    translate: -100% 0;
    width: 90px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .lightning {
        top: 0
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: -50px;
    padding-left: 4px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content {
        height: 218px;
        margin-top: 0;
        padding-top: 64px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-name {
    color: #dd7826;
    font-family: utm-talling;
    font-size: 67px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000;
    text-transform: uppercase
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-name {
        font-size: 57px
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-height: 450px;
    overflow: auto
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-text {
        height: 141px;
        overflow: auto
    }
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-text p {
    color: #e4d6b6;
    font-family: roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

#block4 .section__content .block4-swiper-container #character-swiper .swiper-pagination {
    align-items: center;
    bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    row-gap: 14px;
    translate: -50% 0;
    z-index: 100
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #character-swiper .swiper-pagination {
        bottom: -70px;
        display: block
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper {
    height: 100%;
    overflow: hidden;
    width: 1505px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper {
        overflow: visible;
        width: 100%
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide {
    position: relative;
    z-index: 10
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-img {
    bottom: 245px;
    left: 378px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 482px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-img {
        bottom: 207px;
        left: 66px;
        width: 485px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content {
    background-image: url(assets/block4/sprite.png);
    background-position: 0 0;
    bottom: 257px;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
    height: 239px;
    left: 962px;
    position: absolute;
    width: 425px;
    z-index: 9999
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content {
        background-image: url(assets/block4/sprite.png);
        background-position: -425px 0;
        bottom: unset;
        height: 199px;
        left: unset;
        right: 65px;
        top: -20px;
        width: 354px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .weapon-name {
    color: #dd7826;
    font-family: utm-talling;
    font-size: 67px;
    font-weight: 700;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000;
    top: -68px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .weapon-name {
        font-size: 57px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .table-title {
    color: #e4d6b6;
    left: 15px;
    position: absolute;
    top: 15px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .table-title {
        left: 8px;
        top: 8px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container {
    bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    left: 49.55%;
    position: absolute;
    translate: -50% 0
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container {
        left: 50%
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 27px
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row:nth-child(2n) {
    background-image: url(assets/block4/sprite.png);
    background-position: -282px -659px;
    height: 46px;
    width: 407px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row:nth-child(2n) {
        background-image: url(assets/block4/sprite.png);
        background-position: -407px -733px;
        height: 38px;
        width: 339px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row:nth-child(odd) {
    background-image: url(assets/block4/sprite.png);
    background-position: 0 -733px;
    height: 45px;
    width: 407px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row:nth-child(odd) {
        background-image: url(assets/block4/sprite.png);
        background-position: -425px -199px;
        height: 39px;
        width: 339px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left {
    display: grid;
    gap: 14px;
    grid-template-columns: 40px auto
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .icon {
    align-self: flex-end;
    display: block
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .icon-gun {
    background-image: url(assets/block4/sprite.png);
    background-position: -968px -266px;
    height: 27px;
    width: 40px
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .icon-heart {
    background-image: url(assets/block4/sprite.png);
    background-position: -922px -335px;
    height: 27px;
    width: 33px
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .icon-bullet {
    background-image: url(assets/block4/sprite.png);
    background-position: -955px -335px;
    height: 24px;
    width: 32px
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .icon-target {
    background-image: url(assets/block4/sprite.png);
    background-position: -968px -293px;
    height: 31px;
    width: 31px
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .left .text {
    color: #e4d6b6
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .row-container .row .right .value {
    color: #e4d6b6;
    font-weight: 400
}

#block4 .section__content .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content .lightning {
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -335px;
    height: 131px;
    left: -22px;
    position: absolute;
    top: -86px;
    translate: -100% 0;
    width: 90px
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    translate: -50% 0;
    width: 100%;
    z-index: 999
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination {
        width: calc(100% - 32px)
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button {
    align-items: center;
    background-color: transparent;
    background-image: url(assets/block4/sprite.png);
    background-position: -288px -239px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 190px;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: filter .2s ease-in-out;
    width: 288px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button {
        background-image: url(assets/block4/sprite.png);
        background-position: 0 -429px;
        height: 151px;
        width: 229px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button:hover {
    filter: brightness(110%)
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button .gun-inner {
    max-height: 190px;
    max-width: 288px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: scale .25s ease-in-out
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button .gun-inner {
        max-height: 151px;
        max-width: 229px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button.active {
    background-image: url(assets/block4/sprite.png);
    background-position: 0 -239px;
    height: 190px;
    width: 288px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button.active {
        background-image: url(assets/block4/sprite.png);
        background-position: -229px -429px;
        height: 151px;
        width: 228px
    }
}

#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button.active .gun-inner,
#block4 .section__content .block4-swiper-container #weapon-swiper #weapon-pagination .nav-button:hover .gun-inner {
    scale: 1.2;
    transform-origin: bottom right
}

#block4 .section__content .block4-swiper-container #vehicle-swiper {
    height: 672px;
    overflow: hidden;
    width: 1505px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper {
        overflow: visible;
        width: 100%
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide {
    position: relative;
    z-index: 10
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-img {
    bottom: 245px;
    height: 400px;
    left: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-img {
        bottom: 184px;
        left: 21px;
        width: 374px
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description {
    bottom: 240px;
    height: 318px;
    position: absolute;
    right: 152px;
    width: 400px;
    z-index: 9999
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description {
        bottom: unset;
        height: 267px;
        right: 47px;
        top: -78px;
        width: 380px
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .lightning {
    background-image: url(assets/block4/sprite.png);
    background-position: -779px -335px;
    height: 131px;
    left: -22px;
    position: absolute;
    top: -31px;
    translate: -100% 0;
    width: 90px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .lightning {
        top: 0
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content {
    display: flex;
    flex-direction: column;
    gap: 25px
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-name {
    color: #dd7826;
    font-family: utm-talling;
    font-size: 72px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-text {
    display: flex;
    flex-direction: column;
    gap: 25px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-text {
        height: 230px;
        overflow: auto
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-text p {
    color: #e4d6b6;
    font-family: roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    translate: -50% 0;
    width: 100%;
    z-index: 999
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination {
        width: calc(100% - 32px)
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button {
    align-items: center;
    background-color: transparent;
    background-image: url(assets/block4/sprite.png);
    background-position: -288px -239px;
    border-radius: 0;
    display: flex;
    font-size: 0;
    height: 190px;
    justify-content: center;
    opacity: 1;
    position: relative;
    transition: filter .2s ease-in-out;
    width: 288px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button {
        background-image: url(assets/block4/sprite.png);
        background-position: 0 -429px;
        height: 151px;
        width: 229px
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button:hover {
    filter: brightness(110%)
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button .vehicle-inner {
    max-height: 190px;
    max-width: 288px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: scale .25s ease-in-out
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button .vehicle-inner {
        max-height: 151px;
        max-width: 229px
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button.active {
    background-image: url(assets/block4/sprite.png);
    background-position: 0 -239px;
    height: 190px;
    width: 288px
}

@media(orientation:portrait)and (max-width:998px) {
    #block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button.active {
        background-image: url(assets/block4/sprite.png);
        background-position: -229px -429px;
        height: 151px;
        width: 228px
    }
}

#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button.active .vehicle-inner,
#block4 .section__content .block4-swiper-container #vehicle-swiper #vehicle-pagination .nav-button:hover .vehicle-inner {
    scale: 1.3;
    transform-origin: bottom center
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #block4 .title {
        top: 145px
    }
}

.th #block4 .title {
    top: 125px
}

.th #block4 .top-nav-container button {
    font-family: sukhumvitset;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 6px
}

.th #block4 .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-text p {
    font-family: sukhumvitset;
    font-size: 18px;
    font-weight: 400
}

.th #block4 .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content {
    font-family: sukhumvitset;
    font-weight: 500
}

.th #block4 .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-text p {
    font-family: sukhumvitset;
    font-size: 18px;
    font-weight: 400
}

.tw #block4 .title {
    top: 115px
}

.tw #block4 .top-nav-container button {
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 6px
}

.tw #block4 .block4-swiper-container #character-swiper .swiper-slide .character-description .content .character-text p {
    font-family: chineseH;
    font-size: 18px
}

.tw #block4 .block4-swiper-container #character-swiper .swiper-pagination .nav-button {
    font-family: chineseH;
    font-size: 35px;
    padding-bottom: 4px
}

.tw #block4 .block4-swiper-container #vehicle-swiper .swiper-slide .vehicle-description .content .vehicle-text p,
.tw #block4 .block4-swiper-container #weapon-swiper .swiper-slide .weapon-content {
    font-family: chineseH
}

#block5 {
    margin-top: -1px
}

#block5 .section__background img {
    height: 100%;
    width: 100%
}

#block5 .section__content .title {
    left: 50%;
    position: absolute;
    top: 183px;
    translate: -50% 0
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .title {
        top: 138px
    }
}

#block5 .section__content .block5-swiper-container {
    bottom: 0;
    display: flex;
    height: 700px;
    justify-content: center;
    left: 50%;
    overflow: visible;
    position: absolute;
    translate: -50% 0;
    width: 2000px;
    z-index: 10
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container {
        height: 439px;
        width: var(--width-mobile)
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper {
    left: 41px;
    padding-left: 92px;
    position: relative;
    width: 64%
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container #hot-feature-swiper {
        left: 0;
        padding-left: 20px;
        width: 80%
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide {
    height: 565px !important;
    width: 872px !important
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide {
        height: 331px !important;
        width: 511px !important
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg {
    background-image: url(assets/block5/images/slide-bg.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg .img-container {
    align-items: center;
    display: flex;
    height: 500px;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 44px;
    width: 800px
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg .img-container {
        height: 293px;
        left: 17px;
        top: 26px;
        width: 470px
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg .img-container img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg .img-container .btn-play {
    align-items: center;
    background-image: url(assets/block5/sprite.png);
    background-position: -172px 0;
    display: flex;
    font-size: 0;
    height: 83px;
    justify-content: center;
    position: relative;
    transition: filter .2s ease-in-out;
    width: 90px;
    z-index: 1
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-slide .img-bg .img-container .btn-play:hover {
    filter: brightness(110%)
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-pagination {
        bottom: 50px
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-pagination-bullet {
    background-color: transparent;
    background-image: url(assets/block5/sprite.png);
    background-position: -192px -83px;
    border-radius: 0;
    height: 18px;
    opacity: 1;
    transition: filter .2s ease-in-out;
    width: 20px
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-pagination-bullet:hover {
    filter: brightness(120%)
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-pagination-bullet {
        margin-right: 24px
    }
}

#block5 .section__content .block5-swiper-container #hot-feature-swiper .swiper-pagination-bullet-active {
    background-image: url(assets/block5/sprite.png);
    background-position: -172px -83px;
    height: 18px;
    width: 20px
}

#block5 .section__content .block5-swiper-container .swiper-button:after {
    display: none
}

#block5 .section__content .block5-swiper-container .swiper-button-prev {
    background-image: url(assets/block5/sprite.png);
    background-position: -86px 0;
    bottom: unset;
    height: 152px;
    left: 300px;
    right: unset;
    top: 50%;
    translate: 0 -50%;
    width: 86px
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container .swiper-button-prev {
        background-image: url(assets/block5/sprite.png);
        background-position: -53px -152px;
        bottom: unset;
        height: 93px;
        left: 10px;
        right: unset;
        top: 200px;
        width: 53px
    }
}

#block5 .section__content .block5-swiper-container .swiper-button-next {
    background-image: url(assets/block5/sprite.png);
    background-position: 0 0;
    bottom: unset;
    height: 152px;
    left: unset;
    right: 223px;
    top: 50%;
    translate: 0 -50%;
    width: 86px
}

@media(orientation:portrait)and (max-width:998px) {
    #block5 .section__content .block5-swiper-container .swiper-button-next {
        background-image: url(assets/block5/sprite.png);
        background-position: 0 -152px;
        bottom: unset;
        height: 93px;
        left: unset;
        right: 10px;
        top: 200px;
        width: 53px
    }
}

.tw #block5 .title {
    top: 153px
}

#footer {
    margin-top: -1px
}

#footer .section__background img {
    height: 100%;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {

    #footer .section__background,
    #footer .section__content {
        height: 418px
    }
}

#footer .section__content .social-link-container {
    display: flex;
    gap: 48px;
    justify-content: center;
    margin-top: 54px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container {
        gap: 0;
        justify-content: space-evenly
    }
}

#footer .section__content .social-link-container a {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: center;
    transition: filter .2s ease-in-out
}

#footer .section__content .social-link-container a:hover {
    filter: brightness(200%)
}

#footer .section__content .social-link-container .facebook {
    background-image: url(assets/footer/sprite.png);
    background-position: -167px 0;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .facebook {
        background-image: url(assets/footer/sprite.png);
        background-position: -690px -137px;
        height: 94px;
        width: 94px
    }
}

#footer .section__content .social-link-container .group {
    background-image: url(assets/footer/sprite.png);
    background-position: -334px 0;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .group {
        background-image: url(assets/footer/sprite.png);
        background-position: -608px -35px;
        height: 94px;
        width: 95px
    }
}

#footer .section__content .social-link-container .tiktok {
    background-image: url(assets/footer/sprite.png);
    background-position: 0 -334px;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .tiktok {
        background-image: url(assets/footer/sprite.png);
        background-position: -501px -231px;
        height: 94px;
        width: 94px
    }
}

#footer .section__content .social-link-container .discord {
    background-image: url(assets/footer/sprite.png);
    background-position: 0 0;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .discord {
        background-image: url(assets/footer/sprite.png);
        background-position: -596px -137px;
        height: 94px;
        width: 94px
    }
}

#footer .section__content .social-link-container .youtube {
    background-image: url(assets/footer/sprite.png);
    background-position: -167px -334px;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .youtube {
        background-image: url(assets/footer/sprite.png);
        background-position: -501px -137px;
        height: 94px;
        width: 95px
    }
}

#footer .section__content .social-link-container .instagram {
    background-image: url(assets/footer/sprite.png);
    background-position: -334px -167px;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .social-link-container .instagram {
        background-image: url(assets/footer/sprite.png);
        background-position: -784px -137px;
        height: 94px;
        width: 94px
    }
}

#footer .section__content .title-text {
    align-items: center;
    color: #78756d;
    cursor: pointer;
    display: flex;
    font-family: roboto;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 271px;
    transition: filter .2s ease-in-out;
    translate: -50% 0;
    width: 206px
}

#footer .section__content .title-text:hover {
    filter: brightness(150%)
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .title-text {
        top: 196px
    }
}

#footer .section__content .logo {
    background-image: url(assets/footer/sprite.png);
    background-position: -501px 0;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 340px;
    translate: -50% 0;
    width: 454px
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .logo {
        top: 260px
    }
}

#footer .section__content .copyright-text {
    color: #a0927f;
    font-family: barlow;
    font-size: 18px;
    font-weight: 400;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 391px;
    translate: -50% 0
}

@media(orientation:portrait)and (max-width:998px) {
    #footer .section__content .copyright-text {
        top: 313px
    }
}

.th #footer .section__content .copyright-text {
    font-family: sukhumvitset;
    font-size: 20px;
    font-weight: 400
}

.th #footer .section__content .social-link-container .group {
    background-image: url(assets/footer/sprite.png);
    background-position: 0 -167px;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    .th #footer .section__content .social-link-container .group {
        background-image: url(assets/footer/sprite.png);
        background-position: -703px -35px;
        height: 94px;
        width: 95px
    }

    .tw #footer .section__background,
    .tw #footer .section__content {
        height: 573px
    }
}

.tw #footer .section__content .title-text {
    font-size: 30px;
    top: 272px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .title-text {
        top: 200px
    }
}

.tw #footer .section__content .logo {
    background-image: url(assets/footer/sprite.png);
    background-position: -501px 0;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 333px;
    translate: -50% 0;
    width: 454px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .logo {
        top: 271px
    }
}

.tw #footer .section__content .social-link-container .group {
    background-image: url(assets/footer/sprite.png);
    background-position: -167px -167px;
    height: 167px;
    width: 167px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .social-link-container .group {
        background-image: url(assets/footer/sprite.png);
        background-position: -798px -35px;
        height: 94px;
        width: 95px
    }
}

.tw #footer .section__content .copyright-text {
    top: 387px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .copyright-text {
        top: 320px
    }
}

.tw #footer .section__content .container15 {
    align-items: center;
    bottom: 58px;
    display: flex;
    gap: 45px;
    left: 558px;
    position: absolute
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .container15 {
        gap: 12px;
        left: 26px
    }
}

.tw #footer .section__content .container15 .img15 {
    background-image: url(assets/footer/sprite.png);
    background-position: -501px -35px;
    flex-shrink: 0;
    height: 102px;
    width: 107px
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .container15 .img15 {
        background-image: url(assets/footer/sprite.png);
        background-position: -334px -334px;
        height: 135px;
        width: 143px
    }
}

.tw #footer .section__content .container15 .text {
    color: #fff;
    flex-shrink: 0;
    font-family: chineseH;
    font-size: 24px;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #footer .section__content .container15 .text {
        font-size: 20px;
        max-width: 583px
    }

    .vn #footer .section__background,
    .vn #footer .section__content {
        height: 573px
    }
}

.vn #footer .section__content .title-text {
    top: 270px
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #footer .section__content .title-text {
        top: 202px
    }
}

.vn #footer .section__content .logo {
    background-image: url(assets/footer/sprite.png);
    background-position: -501px 0;
    bottom: 310px;
    height: 35px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 454px
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #footer .section__content .logo {
        bottom: 271px
    }
}

.vn #footer .section__content .copyright-text {
    top: 393px;
    width: 90%
}

@media(orientation:portrait)and (max-width:998px) {
    .vn #footer .section__content .copyright-text {
        top: 325px
    }
}

#float_top .float__content {
    height: 120px;
    left: 0;
    position: relative;
    top: 0;
    width: var(--width-desktop)
}

#float_top .float__content .bg-img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

#float_top .float__content .metalslug-icon {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 94px;
    justify-content: center;
    left: 54px;
    position: absolute;
    top: 5px;
    width: 126px;
    z-index: 1
}

#float_top .float__content .metalslug-icon:hover {
    filter: brightness(110%)
}

#float_top .float__content .navigation {
    font-family: utm-talling;
    font-size: 40px;
    font-weight: 700;
    left: 231px;
    position: absolute;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    text-transform: uppercase;
    top: 50%;
    translate: 0 -50%;
    z-index: 1
}

#float_top .float__content .navigation .list-container {
    align-items: center;
    display: flex
}

#float_top .float__content .navigation .list-container .menu-item {
    color: #f7f5ed;
    flex-shrink: 0;
    padding: 4px 36px;
    transition: filter .2s ease-in-out
}

#float_top .float__content .navigation .list-container .menu-item:hover {
    filter: brightness(110%)
}

#float_top .float__content .navigation .list-container .menu-item.active {
    background-image: url(assets/float_top/images/btn-active-ns.png);
    background-size: 100% 100%
}

#float_top .float__content .language {
    display: flex;
    align-items: center;
    justify-content: center; /* This centers the content horizontally */
    background-image: url('../../../../../Assets/images/dangnhap.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* Adjust this as needed */
    font-family: utm-talling;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 90px;
    top: 12px;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000;
    transition: filter .2s ease-in-out;
    z-index: 200;
}

#float_top .float__content .language:hover {
    filter: brightness(110%)
}

#float_top .float__content .language input {
    cursor: pointer;
    height: 100%;
    width: 100%
}

#float_top .float__content .language .floattop__item--language {
    align-items: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center
}

#float_top .float__content .language .floattop__item--language:after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

#float_top .float__content .language__list {
    align-items: center;
    background-image: url(assets/float_top/sprite.png);
    background-position: 0 0;
    display: flex;
    flex-direction: column;
    height: 445px;
    left: 50%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 92px;
    transition: all .4s;
    translate: -50% 0;
    width: 281px
}

#float_top .float__content .language__list .dropdown-content {
    position: relative;
    top: 38px;
    width: 100%
}

#float_top .float__content .language__item {
    align-items: center;
    display: flex;
    font-size: 36px;
    height: 64px;
    justify-content: center;
    padding: 6px 8px;
    position: relative;
    text-align: center
}

#float_top .float__content .language__item:after {
    background-color: #282222;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 90%
}

#float_top .float__content .language__item:last-child:after {
    display: none
}

#float_top .float__content .language__item a {
    align-items: center;
    color: #ffefd6;
    display: flex !important;
    height: 100%;
    justify-content: center;
    width: 100%
}

#float_top .float__content .language__item.active,
#float_top .float__content .language__item:hover {
    background: #372e2a;
    cursor: pointer
}

#float_top .float__content .language input:checked+label+.language__list {
    max-height: 999px;
    padding: 1px
}

#float_top .float__content.mb {
    width: var(--width-mobile)
}

#float_top .float__content.mb .game-icon {
    align-items: center;
    background-image: url(assets/float_top/sprite.png?v=1.0.1);
    background-position: -281px -84px;
    display: flex;
    font-size: 0;
    height: 128px;
    justify-content: center;
    left: 14px;
    position: absolute;
    top: -11px;
	transform: scale(0.82);
    width: 128px
}

#float_top .float__content.mb .btn-container {
    display: flex;
    gap: 5px;
    position: absolute;
    right: 16px;
    top: 24px
}

#float_top .float__content.mb .btn-container .btn {
    background-image: url(assets/float_top/sprite.png);
    background-position: -281px -306px;
    display: block;
    height: 57px;
    position: relative;
    width: 177px
}

#float_top .float__content.mb .btn-container .btn:hover {
    filter: brightness(110%)
}

#float_top .float__content.mb .btn-container .btn.btn-topup .coins-icon {
    background-image: url(assets/float_top/sprite.png);
    background-position: -407px -212px;
    bottom: 8px;
    display: inline-block;
    height: 62px;
    position: absolute;
    width: 76px
}

#float_top .float__content.mb .btn-container .btn.btn-topup .text {
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%
}

#float_top .float__content.mb .btn-container .btn.btn-code .present-icon {
    background-image: url(assets/float_top/sprite.png);
    background-position: -281px -363px;
    bottom: 8px;
    display: inline-block;
    height: 66px;
    position: absolute;
    width: 55px
}

#float_top .float__content.mb .btn-container .btn.btn-code .text {
    position: absolute;
    right: 16px;
    text-align: center;
    top: 50%;
    translate: 0 -50%
}

#float_top .float__content.mb .btn-container .btn .text {
    color: #000;
    font-family: roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px
}

.vn #float_top .float__content .btn-container .btn.btn-topup .text {
    position: absolute;
    right: 12px
}

.vn #float_top .float__content .btn-container .btn.btn-code .present-icon {
    left: 16px
}

.vn #float_top .float__content .btn-container .btn.btn-code .text {
    right: 32px
}

.vn #float_top .float__content .btn-container .btn .text {
    font-size: 20px
}

.id #float_top .float__content .btn-container .btn.btn-code .present-icon {
    left: 16px
}

.id #float_top .float__content .btn-container .btn.btn-code .text {
    text-align: center
}

.th #float_top .float__content .navigation {
    font-family: sukhumvitset;
    font-size: 36px;
    font-weight: 700
}

.th #float_top .float__content .navigation .utm {
    font-family: utm-talling !important
}

.th #float_top .float__content .btn-container .btn.btn-code .present-icon {
    left: 16px
}

.th #float_top .float__content .btn-container .btn .text {
    font-family: sukhumvitset;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.tw #float_top .float__content .metalslug-icon {
    background-image: url(assets/float_top/sprite.png);
    background-position: -281px 0;
    height: 84px;
    left: 12px;
    top: 8px;
    width: 211px
}

.tw #float_top .float__content .navigation {
    font-family: chineseH;
    font-size: 48px;
    font-weight: 400;
    left: 245px;
    top: 47%
}

.tw #float_top .float__content .navigation .utm {
    font-family: utm-talling !important;
    font-size: 40px !important
}

.tw #float_top .float__content .btn-container .btn.btn-topup .coins-icon {
    left: 12px
}

.tw #float_top .float__content .btn-container .btn.btn-topup .text {
    right: 24px
}

.tw #float_top .float__content .btn-container .btn.btn-code .present-icon {
    left: 8px
}

.tw #float_top .float__content .btn-container .btn .text {
    font-family: chineseH;
    font-size: 24px;
    text-align: center
}

#float_right .float__content {
    background-image: url(assets/float_right/images/bg.png);
    height: 624px;
    position: absolute;
    right: 20px;
    top: 279px;
    width: 170px
}

#float_right .float__content .qr-code {
    left: 50%;
    position: absolute;
    top: 135px;
    translate: -50% 0
}

#float_right .float__content .link {
    transition: filter .2s ease-in-out
}

#float_right .float__content .link:hover {
    filter: brightness(110%)
}

#float_right .float__content .link-container-1 {
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 282px;
    translate: -50% 0
}

#float_right .float__content .link-container-1 .link {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: center
}

#float_right .float__content .link-container-1 .link-ios {
    background-image: url("/Assets/ios.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 144px;
}

#float_right .float__content .link-container-1 .link-apk {
    background-image: url("/Assets/pc.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 144px;
}

#float_right .float__content .link-container-1 .link-android {
    background-image: url("/Assets/apk.png");
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 144px;
}

#float_right .float__content .link-container-2 {
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 446px;
    translate: -50% 0
}

#float_right .float__content .link-container-2 .link {
    align-items: center;
    display: flex;
    font-size: 0;
    justify-content: center
}

#float_right .float__content .link-container-2 .link-topup {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 0;
    height: 49px;
    width: 144px
}

#float_right .float__content .link-container-2 .link-guide {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -46px;
    height: 46px;
    width: 144px
}

#float_right .float__content .link-container-3 {
    display: flex;
    height: 41px;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    top: 564px;
    translate: -50% 0;
    width: 145px
}

#float_right .float__content .link-container-3 .link {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 0;
    justify-content: center
}

#float_right .float__content .link-container-3 .link-facebook {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px -331px;
    height: 41px;
    width: 46px
}

#float_right .float__content .link-container-3 .link-group {
    background-image: url(assets/float_right/sprite.png);
    background-position: -190px -331px;
    height: 41px;
    width: 46px
}

#float_right .float__content .link-container-3 .link-tiktok {
    background-image: url(assets/float_right/sprite.png);
    background-position: -236px -331px;
    height: 41px;
    width: 46px
}

.vn #float_right .float__content .link-container-2 .link-topup {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -98px;
    height: 49px;
    width: 144px
}

.vn #float_right .float__content .link-container-2 .link-guide {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -230px;
    height: 46px;
    width: 144px
}

.id #float_right .float__content .link-container-1 .link-ios {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px -285px;
    height: 46px;
    width: 144px
}

.id #float_right .float__content .link-container-1 .link-apk {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -239px;
    height: 46px;
    width: 144px
}

.id #float_right .float__content .link-container-1 .link-android {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -147px;
    height: 46px;
    width: 144px
}

.id #float_right .float__content .link-container-2 .link-topup {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -49px;
    height: 49px;
    width: 144px
}

.id #float_right .float__content .link-container-2 .link-guide {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -92px;
    height: 46px;
    width: 144px
}

.th #float_right .float__content .link-container-1 .link-ios {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -285px;
    height: 46px;
    width: 144px
}

.th #float_right .float__content .link-container-1 .link-apk {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px -239px;
    height: 46px;
    width: 144px
}

.th #float_right .float__content .link-container-1 .link-android {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px -147px;
    height: 46px;
    width: 144px
}

.th #float_right .float__content .link-container-2 .link-topup {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px 0;
    height: 49px;
    width: 144px
}

.th #float_right .float__content .link-container-2 .link-guide {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -138px;
    height: 46px;
    width: 144px
}

.tw #float_right .float__content .link-container-1 .link-ios {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -331px;
    height: 46px;
    width: 144px
}

.tw #float_right .float__content .link-container-1 .link-apk {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px 0;
    height: 46px;
    width: 144px
}

.tw #float_right .float__content .link-container-1 .link-android {
    background-image: url(assets/float_right/sprite.png);
    background-position: 0 -193px;
    height: 46px;
    width: 144px
}

.tw #float_right .float__content .link-container-2 .link-topup {
    background-image: url(assets/float_right/sprite.png);
    background-position: -144px -49px;
    height: 49px;
    width: 144px
}

.tw #float_right .float__content .link-container-2 .link-guide {
    background-image: url(assets/float_right/sprite.png);
    background-position: -288px -184px;
    height: 46px;
    width: 144px
}

#float_bottom .float__content {
    bottom: 0;
    height: 113px;
    left: 0;
    position: relative;
    width: var(--width-mobile)
}

#float_bottom .float__content .btn-menu {
    background-image: url(assets/float_bottom/sprite.png);
    background-position: -82px 0;
    bottom: 30px;
    height: 44px;
    left: 36px;
    position: absolute;
    width: 70px
}

#float_bottom .float__content .btn-menu:hover {
    filter: brightness(110%)
}

#float_bottom .float__content .navigation {
    background: url(assets/float_bottom/images/menu-dropdown.png) top no-repeat #151313;
    opacity: 0;
    position: absolute;
    scale: 1 0;
    text-transform: uppercase;
    top: 4px;
    transform-origin: bottom center;
    transition: all .2s ease-in-out;
    translate: 0 -100%;
    width: 768px
}

#float_bottom .float__content .navigation.active {
    opacity: 1;
    scale: 1 1
}

#float_bottom .float__content .navigation .list-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

#float_bottom .float__content .navigation .list-container .list-item {
    flex-shrink: 0;
    height: 70px;
    position: relative;
    width: 100%
}

#float_bottom .float__content .navigation .list-container .list-item:after {
    background-color: #211d1d;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 90%
}

#float_bottom .float__content .navigation .list-container .list-item a {
    align-items: center;
    color: #e8dabe;
    display: block;
    display: flex;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%
}

#float_bottom .float__content .language {
    align-items: center;
    background-image: url(assets/float_bottom/sprite.png);
    background-position: 0 0;
    bottom: 12px;
    display: flex;
    font-family: utm-talling;
    height: 82px;
    position: absolute;
    right: 16px;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 3px 3px 0 #000, -3px -3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, 1.5px 1.5px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000;
    transition: filter .2s ease-in-out;
    width: 82px;
    z-index: 200
}

#float_bottom .float__content .language:hover {
    filter: brightness(110%)
}

#float_bottom .float__content .language input {
    cursor: pointer;
    height: 100%;
    width: 100%
}

#float_bottom .float__content .language .floattop__item--language {
    align-items: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center
}

#float_bottom .float__content .language .floattop__item--language:after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

#float_bottom .float__content .language__list {
    align-items: center;
    background-image: url(assets/float_bottom/images/language-dropdown.png);
    display: flex;
    flex-direction: column;
    height: 450px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: -17px;
    top: -17px;
    transition: all .4s;
    translate: 0 -100%;
    width: 261px
}

#float_bottom .float__content .language__list .dropdown-content {
    position: relative;
    top: 50%;
    translate: 0 -50%;
    width: 100%
}

#float_bottom .float__content .language__item {
    align-items: center;
    display: flex;
    font-size: 36px;
    height: 64px;
    justify-content: center;
    padding: 6px 8px;
    position: relative;
    text-align: center
}

#float_bottom .float__content .language__item:after {
    background-color: #282222;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 90%
}

#float_bottom .float__content .language__item:last-child:after {
    display: none
}

#float_bottom .float__content .language__item a {
    align-items: center;
    color: #ffefd6;
    display: flex !important;
    height: 100%;
    justify-content: center;
    width: 100%
}

#float_bottom .float__content .language__item.active,
#float_bottom .float__content .language__item:hover {
    background: #372e2a;
    cursor: pointer
}

#float_bottom .float__content .language input:checked+label+.language__list {
    max-height: 999px;
    padding: 1px
}

.th #float_bottom .float__content .navigation .list-item a {
    font-family: sukhumvitset;
    font-size: 36px
}

.th #float_bottom .float__content .navigation .list-item .utm {
    font-family: utm-talling !important;
    font-size: 36px !important
}

.tw #float_bottom .float__content .navigation .list-item a {
    font-family: chineseH;
    font-size: 48px
}

.tw #float_bottom .float__content .navigation .list-item .utm {
    font-family: utm-talling !important;
    font-size: 36px !important
}

#faqs .section__background {
    height: 100%;
    width: 100%
}

#faqs .section__background .bg-top {
    left: 0;
    position: absolute;
    top: 0
}

#faqs .section__background .bg-bottom {
    bottom: 0;
    left: 0;
    position: absolute
}

#faqs .section__background .bg-loop {
    background-image: url(assets/faqs/images/bg-loop.jpg);
    background-size: 100% 100%;
    height: 100%;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    #faqs .section__background .bg-loop {
        background-image: url(assets/faqs/images/bg-loop-mb.jpg)
    }
}

#faqs .section__content .faq-container {
    margin-bottom: 340px;
    margin-top: 180px;
    margin-inline: auto;
    width: 1139px
}

@media(orientation:portrait)and (max-width:998px) {
    #faqs .section__content .faq-container {
        margin-bottom: 500px;
        margin-top: 353px;
        width: 761px
    }
}

#faqs .section__content .faq-container .title {
    font-family: utm-talling;
    font-size: 120px;
    font-weight: 700;
    text-align: center
}

@media(orientation:portrait)and (max-width:998px) {
    #faqs .section__content .faq-container .title {
        position: relative;
        top: 36px
    }
}

#faqs .section__content .faq-container .accordion-container {
    font-family: roboto;
    font-size: 20px;
    margin-inline: auto;
    margin-top: 31px;
    width: 1023px
}

@media(orientation:portrait)and (max-width:998px) {
    #faqs .section__content .faq-container .accordion-container {
        width: 660px
    }
}

#faqs .section__content .faq-container .accordion-container .accordion {
    border-top: 2px solid #c7b8a1;
    padding-block: 24px
}

#faqs .section__content .faq-container .accordion-container .accordion-top {
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 24px;
    transition: all .3s ease-in-out;
    width: 100%
}

#faqs .section__content .faq-container .accordion-container .accordion-top:hover {
    background-color: rgba(0, 0, 0, .1)
}

#faqs .section__content .faq-container .accordion-container .accordion-top-text {
    color: #cb6b2b;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#faqs .section__content .faq-container .accordion-container .accordion-btn-toggle {
    background-image: url(assets/faqs/sprite.png);
    background-position: -218px -157px;
    flex-shrink: 0;
    height: 14px;
    rotate: 180deg;
    transition: rotate .2s ease-in-out;
    width: 24px
}

#faqs .section__content .faq-container .accordion-container .accordion-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

#faqs .section__content .faq-container .accordion-container .accordion.active .accordion-bottom {
    max-height: 99999px
}

#faqs .section__content .faq-container .accordion-container .accordion.active .accordion-btn-toggle {
    rotate: 0deg
}

.th #faqs {
    font-family: sukhumvitset
}

.tw #faqs {
    font-family: chineseH
}

#details .section__background {
    position: absolute
}

#details .section__background img {
    -o-object-fit: none;
    object-fit: none
}

#details .section__background .bg-top {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

#details .section__background .bg-loop {
    background-image: url(assets/details/images/bg-loop.jpg);
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(orientation:portrait)and (max-width:998px) {
    #details .section__background .bg-loop {
        background-image: url(assets/details/images/bg-loop-mb.jpg)
    }
}

#details .section__background .bg-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0
}

#details .section__content .title {
    left: 50%;
    position: absolute;
    top: 146px;
    translate: -50% 0
}

#details .section__content .news-bg {
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    margin-bottom: 200px;
    margin-top: 287px;
    position: relative;
    right: 4px;
    width: 1131px
}

#details .section__content .news-bg .top-menu {
    align-items: center;
    display: flex;
    height: 57px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 5px;
    position: relative;
    right: 8px;
    top: 1px;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    #details .section__content .news-bg .top-menu {
        top: 14px;
        width: 750px
    }
}

#details .section__content .news-bg .top-menu .nav-container {
    display: flex;
    flex-shrink: 0
}

#details .section__content .news-bg .top-menu .nav-container .btn {
    align-items: center;
    color: #e7dcc3;
    display: flex;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    min-width: 127px;
    padding-bottom: 4px;
    padding-inline: 16px;
    text-transform: uppercase
}

#details .section__content .news-bg .top-menu .nav-container .btn.active {
    background-image: url(assets/details/images/menu-selected.png);
    background-size: 100% 100%;
    color: #000
}

#details .section__content .news-bg .top-menu .nav-container .btn:hover {
    color: #ed7f26;
    text-shadow: 0 5px 2px #7d6e56, 0 4px 2px #7d6e56, 0 3px 2px #7d6e56, 0 2px 2px #7d6e56, 0 1px 2px #7d6e56
}

#details .section__content .news-bg .top-menu .search-form {
    align-items: center;
    background-image: url(assets/details/sprite.png);
    background-position: 0 -44px;
    display: flex;
    height: 49px;
    justify-content: space-between;
    width: 258px
}

#details .section__content .news-bg .top-menu .search-form input {
    accent-color: #e7dcc3;
    color: #e7dcc3;
    height: 42px;
    padding: 8px;
    width: 197px
}

#details .section__content .news-bg .top-menu .search-form .btn-search {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: filter .2s ease-in-out;
    width: 64px
}

#details .section__content .news-bg .top-menu .search-form .btn-search:hover {
    filter: grayscale(70%)
}

#details .section__content .news-bg .top-menu .search-form .btn-search .search-icon {
    background-image: url(assets/details/sprite.png);
    background-position: -258px -44px;
    height: 31px;
    width: 31px
}

#details .section__content .news-bg .news-container {
    height: -moz-fit-content;
    height: fit-content;
    left: 50.5%;
    position: relative;
    transform: translateX(-50%);
    width: 1086px
}

@media(orientation:portrait)and (max-width:998px) {
    #details .section__content .news-bg .news-container {
        left: 38px;
        transform: translateX(0);
        translate: 0 0;
        width: 700px
    }
}

#details .section__content .news-bg .news-container .custom-news-select {
    align-items: center;
    background-image: url(assets/details/sprite.png);
    background-position: 0 0;
    display: flex;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
    height: 44px;
    margin-left: 30px;
    margin-top: 36px;
    padding-inline: 21px;
    position: relative;
    width: 380px;
    z-index: 9999
}

#details .section__content .news-bg .news-container .custom-news-select select {
    display: none;
    pointer-events: none
}

#details .section__content .news-bg .news-container .custom-news-select .arrow {
    background-image: url(assets/details/sprite.png);
    background-position: -289px -44px;
    height: 14px;
    position: absolute;
    right: 13px;
    rotate: 180deg;
    top: 50%;
    transition: rotate .2s ease-in-out;
    translate: 0 -50%;
    width: 24px
}

#details .section__content .news-bg .news-container .custom-news-select .select-item-list {
    background-color: #d8d1c3;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%
}

#details .section__content .news-bg .news-container .custom-news-select .select-item-list .select-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 42px;
    padding-inline: 21px
}

#details .section__content .news-bg .news-container .custom-news-select .select-item-list .select-item:hover {
    background-color: rgba(0, 0, 0, .3)
}

#details .section__content .news-bg .news-container .custom-news-select.opened .arrow {
    rotate: 0deg
}

#details .section__content .news-bg .news-container .custom-news-select.opened .select-item-list {
    max-height: 9999px
}

#details .section__content .news-bg .news-container .news-detail {
    font-family: roboto;
    font-size: 20px;
    margin-top: 20px;
    padding-inline: 30px;
    width: 100%
}

@media(orientation:portrait)and (max-width:998px) {
    #details .section__content .news-bg .news-container .news-detail {
        font-size: 24px
    }
}

#details .section__content .news-bg .news-container .news-detail table {
    border-collapse: collapse;
    margin-block: 16px;
    width: 100%
}

#details .section__content .news-bg .news-container .news-detail table td,
#details .section__content .news-bg .news-container .news-detail table th {
    border: 1px solid;
    padding-block: 12px;
    text-align: center
}

#details .section__content .news-bg .news-container .news-detail table thead {
    background-color: #ac9878
}

#details .section__content .news-bg .news-container .news-detail ul {
    list-style-type: disc
}

#details .section__content .news-bg .news-container .news-detail a {
    color: #000;
    display: inline-block
}

#details .section__content .news-bg .news-container .news-detail .news-title {
    font-family: utm-talling;
    font-size: 60px;
    font-weight: 700;
    margin-block: 27px
}

#details .section__content .news-bg .news-container .news-detail .text-red {
    color: #ce2c00
}

#details .section__content .news-bg .news-container .news-detail .date {
    font-family: roboto;
    font-size: 18px;
    font-weight: 400
}

#details .section__content .news-bg .news-container .news-detail .separator {
    background-color: #d3c6ae;
    height: 2px;
    margin-block: 17px;
    width: 100%
}

#details .section__content .news-bg .news-container .news-detail .image-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 51px;
    width: 100%
}

#details .section__content .news-bg .news-container .news-detail .image-container img {
    display: block;
    margin-block: auto;
    margin-bottom: 10px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#details .section__content .news-bg .news-container .news-detail .image-container .image-description {
    font-weight: 400;
    text-align: center
}

#details .section__content .news-bg .news-container .news-detail .news-paragraph {
    font-weight: 400
}

#details .section__content .news-bg .news-container .news-detail img {
    margin-bottom: 10px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.th #details .section__content .top-menu .nav-container .btn {
    font-family: sukhumvitset;
    font-size: 26px;
    font-weight: 700
}

.th #details .section__content .top-menu .search-form input {
    font-family: sukhumvitset;
    font-weight: 400
}

.th #details .section__content .news-container .custom-news-select,
.th #details .section__content .news-container .news-detail {
    font-family: sukhumvitset
}

.th #details .section__content .news-container .news-detail .news-paragraph {
    font-size: 18px;
    font-weight: 400
}

.tw #details .section__content .top-menu .nav-container .btn {
    font-family: chineseH;
    font-size: 36px;
    min-width: 100px
}

.tw #details .section__content .top-menu .search-form input {
    font-family: chineseH;
    font-size: 24px
}

.tw #details .section__content .news-container .custom-news-select {
    font-family: chineseH;
    font-size: 18px
}

.tw #details .section__content .news-container .news-detail {
    font-family: chineseH
}

.tw #details .section__content .news-container .news-detail .news-paragraph {
    font-size: 18px;
    font-weight: 400
}

.vn #details .section__content .news-bg .top-menu .nav-container .btn {
    font-size: 38px
}

#guide .section__background img {
    height: 100%;
    width: 100%
}

#guide .section__content .title {
    left: 50%;
    position: absolute;
    top: 146px;
    translate: -50% 0
}

#guide .section__content .news-bg {
    background-image: url(assets/guide/images/news-bg.png);
    background-size: 100% 100%;
    height: 1193px;
    left: 50%;
    position: absolute;
    top: 287px;
    translate: -50% 0;
    width: 1131px
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg {
        height: 1241px;
        width: 735px
    }
}

#guide .section__content .news-bg .top-menu {
    align-items: center;
    display: flex;
    height: 57px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 5px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 100%
}

#guide .section__content .news-bg .top-menu .nav-container {
    display: flex;
    flex-shrink: 0
}

#guide .section__content .news-bg .top-menu .nav-container .btn,
#guide .section__content .news-bg .top-menu .nav-container button {
    align-items: center;
    color: #e7dcc3;
    display: flex;
    flex-shrink: 0;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    min-width: 127px;
    padding-bottom: 4px;
    padding-inline: 16px;
    text-transform: uppercase
}

#guide .section__content .news-bg .top-menu .nav-container .btn.active,
#guide .section__content .news-bg .top-menu .nav-container button.active {
    background-image: url(assets/guide/images/menu-selected.png);
    background-size: 100% 100%;
    color: #000
}

#guide .section__content .news-bg .top-menu .nav-container .btn:hover,
#guide .section__content .news-bg .top-menu .nav-container button:hover {
    color: #ed7f26
}

#guide .section__content .news-bg .top-menu .search-form {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: 0 -44px;
    display: flex;
    height: 49px;
    justify-content: space-between;
    width: 258px
}

#guide .section__content .news-bg .top-menu .search-form input {
    accent-color: #e7dcc3;
    color: #e7dcc3;
    height: 42px;
    padding: 8px;
    width: 197px
}

#guide .section__content .news-bg .top-menu .search-form .btn-search {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    transition: filter .2s ease-in-out;
    width: 64px
}

#guide .section__content .news-bg .top-menu .search-form .btn-search:hover {
    filter: grayscale(70%)
}

#guide .section__content .news-bg .top-menu .search-form .btn-search .search-icon {
    background-image: url(assets/guide/sprite.png);
    background-position: -78px -148px;
    height: 31px;
    width: 31px
}

#guide .section__content .news-bg .news-container {
    bottom: 40px;
    height: 1082px;
    left: 50.5%;
    position: absolute;
    translate: -50% 0;
    width: 1086px
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container {
        bottom: 85px;
        width: 690px
    }
}

#guide .section__content .news-bg .news-container .custom-news-select {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: 0 0;
    display: flex;
    font-family: roboto;
    font-size: 18px;
    font-weight: 500;
    height: 44px;
    margin-left: 30px;
    margin-top: 18px;
    padding-inline: 21px;
    position: relative;
    width: 380px;
    z-index: 999
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container .custom-news-select {
        margin-left: 0
    }
}

#guide .section__content .news-bg .news-container .custom-news-select select {
    display: none;
    pointer-events: none
}

#guide .section__content .news-bg .news-container .custom-news-select .arrow {
    background-image: url(assets/guide/sprite.png);
    background-position: -356px -44px;
    height: 14px;
    position: absolute;
    right: 13px;
    rotate: 180deg;
    top: 50%;
    transition: rotate .2s ease-in-out;
    translate: 0 -50%;
    width: 24px
}

#guide .section__content .news-bg .news-container .custom-news-select .select-item-list {
    background-color: #d8d1c3;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%
}

#guide .section__content .news-bg .news-container .custom-news-select .select-item-list .select-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 42px;
    padding-inline: 21px
}

#guide .section__content .news-bg .news-container .custom-news-select .select-item-list .select-item:hover {
    background-color: rgba(0, 0, 0, .3)
}

#guide .section__content .news-bg .news-container .custom-news-select.opened .arrow {
    rotate: 0deg
}

#guide .section__content .news-bg .news-container .custom-news-select.opened .select-item-list {
    max-height: 9999px
}

#guide .section__content .news-bg .news-container .news-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

#guide .section__content .news-bg .news-container .news-list .news {
    flex-shrink: 0;
    padding-bottom: 21px;
    padding-top: 19px;
    position: relative
}

#guide .section__content .news-bg .news-container .news-list .news:after {
    background-color: #cbbda5;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner {
    height: 144px;
    position: relative;
    width: 1023px
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container .news-list .news .news-inner {
        width: 690px
    }
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .news-img {
    height: 144px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 233px
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container {
    font-family: roboto;
    height: 144px;
    left: 267px;
    position: absolute;
    top: 0;
    width: 545px
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container {
        width: 424px
    }
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 19px;
    font-weight: 700;
    gap: 4px;
    justify-content: flex-start;
    margin-bottom: 8px;
    position: relative
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title .hot {
    background-image: url(assets/guide/sprite.png);
    background-position: -305px -93px;
    height: 35px;
    width: 45px
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-content {
    font-size: 17px;
    font-weight: 400
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-content {
        line-height: 20px;
        max-height: 58px;
        overflow: hidden;
        padding-right: 20px
    }
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-date {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: -258px -44px;
    bottom: 0;
    color: #fff;
    display: flex;
    height: 25px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 98px
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .btn-more {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: 0 -93px;
    color: #000;
    display: flex;
    font-family: utm-talling;
    font-size: 36px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    padding-bottom: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 173px
}

#guide .section__content .news-bg .news-container .news-list .news .news-inner .btn-more:hover {
    filter: brightness(110%)
}

@media(orientation:portrait)and (max-width:998px) {
    #guide .section__content .news-bg .news-container .news-list .news .news-inner .btn-more {
        background-image: url(assets/guide/sprite.png);
        background-position: -173px -93px;
        font-size: 28px;
        height: 42px;
        padding-bottom: 8px;
        right: 30px;
        top: 93%;
        width: 132px
    }
}

#guide .section__content .news-bg .news-container .news-list .news:last-child:after {
    display: none
}

#guide .section__content .news-bg .news-container .pagination-wrapper {
    bottom: 21px;
    display: flex;
    gap: 8px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}

#guide .section__content .news-bg .news-container .pagination-wrapper .btn,
#guide .section__content .news-bg .news-container .pagination-wrapper .current,
#guide .section__content .news-bg .news-container .pagination-wrapper .page-link {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: -39px -148px;
    color: #000;
    display: flex;
    font-size: 20px;
    height: 32px;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 39px
}

#guide .section__content .news-bg .news-container .pagination-wrapper .btn.disabled {
    opacity: .4;
    pointer-events: none
}

#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul {
    display: flex;
    gap: 7px;
    justify-content: center
}

#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul li a,
#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul li span {
    font-family: roboto;
    font-size: 16px;
    font-weight: 500
}

#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul li .ellipse {
    font-size: 20px
}

#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul li.disabled {
    opacity: .4
}

#guide .section__content .news-bg .news-container .pagination-wrapper .pagination ul li.active .page-link {
    align-items: center;
    background-image: url(assets/guide/sprite.png);
    background-position: 0 -148px;
    cursor: pointer;
    display: block;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 39px
}

.th #guide .section__content .top-menu .nav-container button {
    font-family: sukhumvitset;
    font-size: 26px;
    font-weight: 700
}

.th #guide .section__content .top-menu .search-form input {
    font-family: sukhumvitset;
    font-weight: 400
}

.th #guide .section__content .news-container .custom-news-select {
    font-family: sukhumvitset
}

.th #guide .section__content .news-bg .news-container .news-list .news .news-inner .btn-more {
    font-family: sukhumvitset;
    font-size: 27.7px;
    padding-bottom: 0
}

.th #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title {
    font-family: sukhumvitset;
    font-size: 22px
}

@media(orientation:portrait)and (max-width:998px) {
    .th #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title {
        font-size: 16px
    }
}

.th #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-content {
    font-family: sukhumvitset
}

.tw #guide .section__content .top-menu .nav-container button {
    font-family: chineseH;
    font-size: 36px;
    min-width: 100px
}

.tw #guide .section__content .top-menu .search-form input {
    font-family: chineseH;
    font-size: 24px
}

.tw #guide .section__content .news-container .custom-news-select {
    font-family: chineseH;
    font-size: 18px
}

.tw #guide .section__content .news-bg .news-container .news-list .news .news-inner .btn-more {
    font-family: chineseH;
    font-size: 27.7px
}

.tw #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title {
    font-family: chineseH;
    font-size: 22px;
    font-weight: 400
}

@media(orientation:portrait)and (max-width:998px) {
    .tw #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-title {
        font-size: 16px
    }
}

.tw #guide .section__content .news-bg .news-container .news-list .news .news-inner .content-container .news-content {
    font-family: chineseH
}

/*# sourceMappingURL=metalslug.css.map*/