@charset "UTF-8";.d-flex-row,.online_boosters_chip {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
    flex-direction: row;
    justify-content: center
}

.d-flex-column {
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    width: 100%;
    flex-direction: column;
    gap: 10px
}

.d-hide {
    display: none
}

@media screen and (max-width: 768px) {
    .md-flex {
        display:flex
    }
}

@media screen and (max-width: 768px) {
    .md-flex-wrap {
        flex-wrap:wrap
    }
}

@media screen and (max-width: 1200px) {
    .lg-flex {
        display:flex
    }
}

@media screen and (max-width: 900px) {
    .lg-hide {
        display:none!important
    }
}

@media screen and (min-width: 769px) {
    .above-md-hide {
        display:none!important
    }
}

@media screen and (max-width: 768px) {
    .md-hide {
        display:none!important
    }
}

@media screen and (max-width: 480px) {
    .sm-hide {
        display:none!important
    }
}

@media screen and (max-width: 1200px) {
    .xl-hide {
        display:none!important
    }
}

@media screen and (min-width: 1201px) {
    .above-xl-hide {
        display:none!important
    }
}

@media screen and (max-height: 500px) and (orientation:landscape) {
    .on-mobile-show {
        display:flex!important
    }
}

@media screen and (max-width: 900px) {
    .lg-show {
        display:flex
    }
}

@media screen and (max-width: 768px) {
    .md-show {
        display:flex
    }
}

@media screen and (max-width: 480px) {
    .sm-row-to-col {
        flex-direction:column
    }
}

@media screen and (max-width: 768px) {
    .md-row-to-col {
        flex-direction:column
    }
}

@media screen and (max-width: 1200px) {
    .xl-row-to-col {
        flex-direction:column
    }
}

@media screen and (max-width: 900px) {
    .lg-row-to-col {
        flex-direction:column
    }
}

@media screen and (max-width: 900px) {
    .lg-col-to-row {
        flex-direction:row
    }
}

@media screen and (max-width: 768px) {
    .md-col-to-row {
        flex-direction:row
    }
}

.justify-center {
    justify-content: center
}

.align-center {
    align-items: center!important
}

.space-between {
    justify-content: space-between
}

.align-start {
    align-items: flex-start!important
}

.align-end {
    align-items: flex-end!important
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.space-evenly {
    justify-content: space-evenly
}

@media screen and (max-width: 768px) {
    .align-md-start {
        align-items:flex-start
    }
}

@media screen and (max-width: 900px) {
    .align-lg-start {
        align-items:flex-start!important
    }
}

@media screen and (max-width: 900px) {
    .align-lg-center {
        align-items:center!important
    }
}

@media screen and (max-width: 768px) {
    .align-md-center {
        align-items:center
    }
}

@media screen and (max-width: 900px) {
    .align-lg-center {
        align-items:center
    }
}

@media screen and (max-width: 768px) {
    .justify-md-between {
        justify-content:space-between
    }
}

@media screen and (max-width: 768px) {
    .justify-md-center {
        justify-content:center
    }
}

@media screen and (max-width: 768px) {
    .align-md-center {
        align-items:center!important
    }
}

@media screen and (max-width: 768px) {
    .justify-md-start {
        justify-content:start
    }
}

@media screen and (max-width: 1200px) {
    .justify-lg-center {
        justify-content:center
    }
}

@media screen and (min-width: 768px) {
    .justify-md-end {
        justify-content:flex-end
    }
}

@media screen and (max-width: 480px) {
    .justify-sm-start {
        justify-content:flex-start
    }
}

@media screen and (max-width: 480px) {
    .align-sm-start {
        align-items:flex-start
    }
}

.text-center {
    display: flex;
    text-align: center
}

.align-self-center {
    align-self: center
}

.align-self-end {
    align-self: flex-end
}

.row-reverse {
    flex-direction: row-reverse
}

.column-reverse {
    flex-direction: column-reverse
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: 1px
}

.gap-2 {
    gap: 2px
}

.gap-3 {
    gap: 3px
}

.gap-4 {
    gap: 4px
}

.gap-5 {
    gap: 5px!important
}

.gap-6 {
    gap: 6px
}

.gap-8 {
    gap: 8px
}

.gap-9 {
    gap: 9px
}

.gap-10 {
    gap: 10px
}

.gap-12 {
    gap: 12px
}

.gap-15 {
    gap: 15px
}

.gap-18 {
    gap: 18px
}

.gap-24 {
    gap: 14px;
}

.gap-30 {
    gap: 30px
}

.gap-36 {
    gap: 36px
}

.gap-50 {
    gap: 50px
}

.gap-0 {
    gap: 0
}

.gap-16 {
    gap: 16px
}

.gap-42 {
    gap: 42px
}

.gap-40 {
    gap: 40px
}

.gap-48 {
    gap: 48px
}

.gap-60 {
    gap: 60px
}

.gap-180 {
    gap: 180px
}

@media screen and (max-width: 768px) {
    .gap-md-10 {
        gap:10px
    }
}

@media screen and (max-width: 1200px) {
    .gap-lg-0 {
        gap:0
    }
}

@media screen and (max-width: 1200px) {
    .gap-lg-15 {
        gap:15px
    }
}

.gap-2vh {
    gap: 2vh
}

.gap-4vh {
    gap: 4vh
}

.gap-38vw {
    gap: 3.84vw
}

.flex-05 {
    flex: .05
}

.flex-1 {
    flex: .1
}

.flex-15 {
    flex: .15
}

.flex-2 {
    flex: .2
}

.flex-25 {
    flex: .25
}

.flex-3 {
    flex: .3
}

.flex-35 {
    flex: .35
}

.flex-4 {
    flex: .4
}

.flex-5 {
    flex: .5
}

.flex-55 {
    flex: .55
}

.flex-6 {
    flex: .6
}

.flex-65 {
    flex: .65
}

.flex-7 {
    flex: .7
}

.flex-75 {
    flex: .75
}

.flex-775 {
    flex: .775
}

.flex-8 {
    flex: .8
}

.flex-9 {
    flex: .9
}

.flex-95 {
    flex: .95
}

.flex-45 {
    flex: .45
}

.flex-10 {
    flex: 1
}

@media screen and (max-width: 1440px) {
    .flex-xl-8 {
        flex:8
    }
}

@media screen and (max-width: 900px) {
    .flex-lg-10 {
        flex:1
    }
}

@media screen and (max-width: 900px) {
    .flex-lg-9 {
        flex:9
    }
}

@media screen and (max-width: 900px) {
    .flex-lg-1 {
        flex:1
    }
}

@media screen and (max-width: 768px) {
    .flex-md-10 {
        flex:1
    }
}

@media screen and (max-width: 480px) {
    .flex-sm-10 {
        flex:1
    }
}

@media screen and (max-width: 768px) {
    .flex-md-5 {
        flex:.5
    }
}

@media screen and (max-height: 500px) and (orientation:landscape) {
    .flex-mobile-10 {
        flex:1
    }
}

@media screen and (max-width: 1200px) {
    .flex-lg-5 {
        flex:.5
    }
}

@media screen and (max-width: 1200px) {
    .flex-lg-10 {
        flex:1
    }
}

@media screen and (max-width: 1600px) {
    .flex-xl-10 {
        flex:1
    }
}

@media screen and (max-width: 500px) {
    .flex-sm-wrap {
        flex-wrap:wrap
    }
}

.flex-wrap {
    flex-wrap: wrap
}

.mb-2 {
    margin-bottom: 2vh
}

.mt-2 {
    margin-top: 2vh
}

.mb-1 {
    margin-bottom: 10px
}

.width-100 {
    width: 100%
}

@media screen and (max-width: 768px) {
    .width-m-100 {
        width:100%
    }
}

@media screen and (max-width: 480px) {
    .sm-width-95 {
        width:95%
    }
}

.width-75 {
    width: 75%
}

.width-50 {
    width: 50%
}

.width-25 {
    width: 25%
}

.max-width-100 {
    max-width: 100%!important
}

.height-100 {
    height: 100%!important
}

@media screen and (max-width: 1200px) {
    .lg-min-height-100 {
        min-height:100%!important
    }
}

.container-w-100 {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.border-none {
    border: none!important
}

.b-radius-3 {
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important
}

.b-radius-4 {
    border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important
}

.b-radius-6 {
    border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    -webkit-border-radius: 6px!important
}

.b-radius-9 {
    border-radius: 9px!important;
    -moz-border-radius: 9px!important;
    -webkit-border-radius: 9px!important
}

.b-radius-10 {
    border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important
}

.b-radius-12 {
    border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    -webkit-border-radius: 12px!important
}

.b-radius-15 {
    border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -webkit-border-radius: 15px!important
}

.b-radius-18 {
    border-radius: 18px!important;
    -moz-border-radius: 18px!important;
    -webkit-border-radius: 18px!important
}

.b-radius-24 {
    border-radius: 24px;
    -moz-border-radius: 24px!important;
    -webkit-border-radius: 24px!important
}

.border-top {
    border-top: 1px solid var(--divider)
}

.border-bottom {
    border-bottom: 1px solid var(--divider)
}

.border {
    border: 1px solid var(--divider)
}

.border-primary {
    border: 1px solid var(--primary)!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-extra-dark {
    background-color: var(--bg-extra-dark)
}

.white-space-no,.single-blog .single-blog-menu {
    white-space: nowrap
}

.zIndex-1 {
    z-index: 1
}

.pad-b-0 {
    padding-bottom: 0!important
}

.pad-t-0 {
    padding-top: 0!important
}

.pad-4px {
    padding: 4px
}

.pad-1 {
    padding: 1rem
}

.pad-2 {
    padding: 2rem
}

.pad-0-10 {
    padding: 0 10px
}

.pad-24-0 {
    padding: 24px 0
}

.pad-10-15 {
    padding: 10px 15px
}

.pad-48 {
    padding: 48px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 16px;
    margin-left: -13rem;
}

.mt-30 {
    margin-top: 30px
}

@media screen and (max-width: 1200px) {
    .mt-lg-15 {
        margin-top:15px
    }
}

.ml-12 {
    margin-left: 12px
}

.cursor-pointer {
    cursor: pointer
}

.m-t-2 {
    margin-top: 2vw
}

.m-t-3 {
    margin-top: 3vw
}

.m-t-5 {
    margin-top: 5vw
}

.m-t-6 {
    margin-top: clamp(50px,6vw,100px)
}

.m-t-11 {
    margin-top: 11vw
}

@media screen and (min-width: 2100px) {
    .xl-screen-m {
        margin-top:100px
    }
}

.relative {
    position: relative;
    width: 100%
}

.grey-scale-img {
    filter: grayscale(100%)
}

.inline {
    display: inline
}

.opacity-50 {
    opacity: .5
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

@media screen and (max-width: 768px) {
    .md-order-1 {
        order:1
    }
}

@media screen and (max-width: 768px) {
    .md-order-2 {
        order:2
    }
}

.unselectable,.custom-faqs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-underline {
    text-decoration: underline
}

.strike-through {
    text-decoration-line: line-through
}

.hide_scroll,.opened_games_list .games_list {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide_scroll::-webkit-scrollbar,.opened_games_list .games_list::-webkit-scrollbar {
    display: none
}

.animation-1,.pop_item_container.notifications .selector,.pop_item_container.main .selector,.animateOpacity,.opacity-enter-active,.opacity-leave-active {
    transition: all .3s cubic-bezier(.4,.68,.07,.65)
}

.animation-2,.why_us_banner .left_area:after,.why_us_banner .left_area:before,.slide-fade-bottom-enter-active,.slide-fade-bottom-leave-active,.slide-fade-top-enter-active,.slide-fade-top-leave-active {
    transition: all .3s cubic-bezier(.4,.68,.07,.65)
}

.slide-fade-top-enter-from,.slide-fade-top-leave-to {
    transform: translateY(-50px);
    opacity: 0
}

.slide-fade-bottom-enter-from,.slide-fade-bottom-leave-to {
    transform: translateY(50px);
    opacity: 0
}

.slide-down-enter-active,.slide-down-leave-active {
    transition: all .25s ease-out
}

.slide-down-enter-from {
    opacity: 0;
    transform: translateY(-30px)
}

.slide-down-leave-to {
    opacity: 0;
    transform: translateY(30px)
}

.slider-left-enter-active,.slider-left-leave-active {
    transition: all .5s ease-out
}

.slider-left-enter-from {
    opacity: 0;
    transform: translate(60px)
}

.slider-left-leave-to {
    opacity: 0;
    transform: translate(-60px)
}

.opacity-enter-from,.opacity-leave-to {
    opacity: 0
}

.blur-left-slide-in {
    animation: slide-in-blurred-left .6s cubic-bezier(.23,1,.32,1) both
}

.blur-left-slide-out {
    animation: slide-out-blurred-left .45s cubic-bezier(.755,.05,.855,.06) both
}

.blur-right-slide-out {
    animation: slide-out-blurred-right .45s cubic-bezier(.755,.05,.855,.06) both
}

.blur-right-slide-in {
    animation: slide-in-blurred-right .6s cubic-bezier(.23,1,.32,1) both
}

.list-enter-active,.list-leave-active {
    transition: all .4s ease
}

.list-enter-from,.list-leave-to {
    opacity: 0;
    transform: translateY(-50px)
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translate(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translate(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-out-blurred-left {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-1000px) scaleX(2) scaleY(.2);
        transform: translate(-1000px) scaleX(2) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

@keyframes slide-out-blurred-left {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-1000px) scaleX(2) scaleY(.2);
        transform: translate(-1000px) scaleX(2) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translate(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translate(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-out-blurred-right {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(1000px) scaleX(2) scaleY(.2);
        transform: translate(1000px) scaleX(2) scaleY(.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

@keyframes slide-out-blurred-right {
    0% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translate(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(1000px) scaleX(2) scaleY(.2);
        transform: translate(1000px) scaleX(2) scaleY(.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }
}

@-webkit-keyframes slider_pagination {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes slider_pagination {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes slider_pagination_vertical {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes slider_pagination_vertical {
    0% {
        height: 0%
    }

    to {
        height: 100%
    }
}

@keyframes pulse-animation-green {
    0% {
        box-shadow: 0 0 #52aa25
    }

    13% {
        box-shadow: 0 0 0 .75px #52aa25df
    }

    25% {
        box-shadow: 0 0 0 1.5px #52aa25bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #52aa259f
    }

    50% {
        box-shadow: 0 0 0 3px #52aa2580
    }

    63% {
        box-shadow: 0 0 0 3.75px #52aa2560
    }

    75% {
        box-shadow: 0 0 0 4.5px #52aa2540
    }

    83% {
        box-shadow: 0 0 0 5.25px #52aa2520
    }

    to {
        box-shadow: 0 0 0 7.5px #52aa2500
    }
}

@keyframes pulse-animation-lol {
    0% {
        box-shadow: 0 0 #0fa2b7
    }

    13% {
        box-shadow: 0 0 0 .75px #0fa2b7df
    }

    25% {
        box-shadow: 0 0 0 1.5px #0fa2b7bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #0fa2b79f
    }

    50% {
        box-shadow: 0 0 0 3px #0fa2b780
    }

    63% {
        box-shadow: 0 0 0 3.75px #0fa2b760
    }

    75% {
        box-shadow: 0 0 0 4.5px #0fa2b740
    }

    83% {
        box-shadow: 0 0 0 5.25px #0fa2b720
    }

    to {
        box-shadow: 0 0 0 7.5px #0fa2b700
    }
}

@keyframes pulse-animation-val {
    0% {
        box-shadow: 0 0 #ff5261
    }

    13% {
        box-shadow: 0 0 0 .75px #ff5261df
    }

    25% {
        box-shadow: 0 0 0 1.5px #ff5261bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #ff52619f
    }

    50% {
        box-shadow: 0 0 0 3px #ff526180
    }

    63% {
        box-shadow: 0 0 0 3.75px #ff526160
    }

    75% {
        box-shadow: 0 0 0 4.5px #ff526140
    }

    83% {
        box-shadow: 0 0 0 5.25px #ff526120
    }

    to {
        box-shadow: 0 0 0 7.5px #ff526100
    }
}

@keyframes pulse-animation-r6s {
    0% {
        box-shadow: 0 0 #c49e2c
    }

    13% {
        box-shadow: 0 0 0 .75px #c49e2cdf
    }

    25% {
        box-shadow: 0 0 0 1.5px #c49e2cbf
    }

    38% {
        box-shadow: 0 0 0 2.25px #c49e2c9f
    }

    50% {
        box-shadow: 0 0 0 3px #c49e2c80
    }

    63% {
        box-shadow: 0 0 0 3.75px #c49e2c60
    }

    75% {
        box-shadow: 0 0 0 4.5px #c49e2c40
    }

    83% {
        box-shadow: 0 0 0 5.25px #c49e2c20
    }

    to {
        box-shadow: 0 0 0 7.5px #c49e2c00
    }
}

@keyframes pulse-animation-ow2 {
    0% {
        box-shadow: 0 0 #fa7024
    }

    13% {
        box-shadow: 0 0 0 .75px #fa7024df
    }

    25% {
        box-shadow: 0 0 0 1.5px #fa7024bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #fa70249f
    }

    50% {
        box-shadow: 0 0 0 3px #fa702480
    }

    63% {
        box-shadow: 0 0 0 3.75px #fa702460
    }

    75% {
        box-shadow: 0 0 0 4.5px #fa702440
    }

    83% {
        box-shadow: 0 0 0 5.25px #fa702420
    }

    to {
        box-shadow: 0 0 0 7.5px #fa702400
    }
}

@keyframes pulse-animation-rl {
    0% {
        box-shadow: 0 0 #e9852d
    }

    13% {
        box-shadow: 0 0 0 .75px #e9852ddf
    }

    25% {
        box-shadow: 0 0 0 1.5px #e9852dbf
    }

    38% {
        box-shadow: 0 0 0 2.25px #e9852d9f
    }

    50% {
        box-shadow: 0 0 0 3px #e9852d80
    }

    63% {
        box-shadow: 0 0 0 3.75px #e9852d60
    }

    75% {
        box-shadow: 0 0 0 4.5px #e9852d40
    }

    83% {
        box-shadow: 0 0 0 5.25px #e9852d20
    }

    to {
        box-shadow: 0 0 0 7.5px #e9852d00
    }
}

@keyframes pulse-animation-do2 {
    0% {
        box-shadow: 0 0 #d43d32
    }

    13% {
        box-shadow: 0 0 0 .75px #d43d32df
    }

    25% {
        box-shadow: 0 0 0 1.5px #d43d32bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #d43d329f
    }

    50% {
        box-shadow: 0 0 0 3px #d43d3280
    }

    63% {
        box-shadow: 0 0 0 3.75px #d43d3260
    }

    75% {
        box-shadow: 0 0 0 4.5px #d43d3240
    }

    83% {
        box-shadow: 0 0 0 5.25px #d43d3220
    }

    to {
        box-shadow: 0 0 0 7.5px #d43d3200
    }
}

@keyframes pulse-animation-apex {
    0% {
        box-shadow: 0 0 #fc485a
    }

    13% {
        box-shadow: 0 0 0 .75px #fc485adf
    }

    25% {
        box-shadow: 0 0 0 1.5px #fc485abf
    }

    38% {
        box-shadow: 0 0 0 2.25px #fc485a9f
    }

    50% {
        box-shadow: 0 0 0 3px #fc485a80
    }

    63% {
        box-shadow: 0 0 0 3.75px #fc485a60
    }

    75% {
        box-shadow: 0 0 0 4.5px #fc485a40
    }

    83% {
        box-shadow: 0 0 0 5.25px #fc485a20
    }

    to {
        box-shadow: 0 0 0 7.5px #fc485a00
    }
}

@keyframes pulse-animation-tft {
    0% {
        box-shadow: 0 0 #7e73ff
    }

    13% {
        box-shadow: 0 0 0 .75px #7e73ffdf
    }

    25% {
        box-shadow: 0 0 0 1.5px #7e73ffbf
    }

    38% {
        box-shadow: 0 0 0 2.25px #7e73ff9f
    }

    50% {
        box-shadow: 0 0 0 3px #7e73ff80
    }

    63% {
        box-shadow: 0 0 0 3.75px #7e73ff60
    }

    75% {
        box-shadow: 0 0 0 4.5px #7e73ff40
    }

    83% {
        box-shadow: 0 0 0 5.25px #7e73ff20
    }

    to {
        box-shadow: 0 0 0 7.5px #7e73ff00
    }
}

@keyframes pulse-animation-greens {
    0% {
        box-shadow: 0 0 #c5ea50
    }

    13% {
        box-shadow: 0 0 0 .75px #c5ea50df
    }

    25% {
        box-shadow: 0 0 0 1.5px #c5ea50bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #c5ea509f
    }

    50% {
        box-shadow: 0 0 0 3px #c5ea5080
    }

    63% {
        box-shadow: 0 0 0 3.75px #c5ea5060
    }

    75% {
        box-shadow: 0 0 0 4.5px #c5ea5040
    }

    83% {
        box-shadow: 0 0 0 5.25px #c5ea5020
    }

    to {
        box-shadow: 0 0 0 7.5px #c5ea5000
    }
}

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

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes animateOpacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.animateOpacity {
    opacity: 0;
    -webkit-animation: animateOpacity 3s infinite;
    animation: animateOpacity 3s infinite
}

[class*=scrollMagic],[class*=scrollMagicReverse],[class*=scrollMagicMobile],[class*=scrollMagicMobileReverse] {
    overflow: hidden
}

@-webkit-keyframes infiniteRotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes infiniteRotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes infiniteRotateInverse {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes infiniteRotateInverse {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(.9)
    }

    20% {
        transform: scale(1)
    }

    40% {
        transform: scale(.9)
    }

    60% {
        transform: scale(1)
    }

    80% {
        transform: scale(.9)
    }

    to {
        transform: scale(.9)
    }
}

.backgroundParallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

@keyframes infinite-slide-bar {
    0% {
        transform: translate3d(-60%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes infinite-slide-bar-mobile {
    0% {
        transform: translate3d(-40%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes infinite-slide-bar-inverse {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-66%,0,0)
    }
}

.infinite-slide-bar,.infinite-slide-bar-inverse {
    transform: translateZ(0)
}

.infinite-slide-bar {
    animation: infinite-slide-bar 240s linear infinite
}

@media(max-width: 1200px) {
    .infinite-slide-bar {
        animation-name:infinite-slide-bar-mobile
    }
}

.infinite-slide-bar-inverse {
    animation: infinite-slide-bar-inverse 240s linear infinite
}

@keyframes pulse-animation-green {
    0% {
        box-shadow: 0 0 #ff9e48
    }

    13% {
        box-shadow: 0 0 0 .75px #ff9e48df
    }

    25% {
        box-shadow: 0 0 0 1.5px #ff9e48bf
    }

    38% {
        box-shadow: 0 0 0 2.25px #ff9e489f
    }

    50% {
        box-shadow: 0 0 0 3px #ff9e4880
    }

    63% {
        box-shadow: 0 0 0 3.75px #ff9e4860
    }

    75% {
        box-shadow: 0 0 0 4.5px #ff9e4840
    }

    83% {
        box-shadow: 0 0 0 5.25px #ff9e4820
    }

    to {
        box-shadow: 0 0 0 7.5px #ff9e4800
    }
}

@keyframes dot_animation {
    0% {
        transform: translateY(0)
    }

    16.667% {
        transform: translateY(-.42px)
    }

    33.333% {
        transform: translateY(-.84px)
    }

    50% {
        transform: translateY(-1.26px)
    }

    66.667% {
        transform: translateY(-1.68px)
    }

    83.333% {
        transform: translateY(-2.1px)
    }

    to {
        transform: translateY(0)
    }
}

.typing {
    position: relative;
    display: flex;
    gap: 3px;
    padding-top: 4px
}

.typing span {
    content: "";
    animation: blink 1.5s infinite;
    animation-fill-mode: both;
    height: 3px;
    width: 3px;
    background: var(--text-white);
    border-radius: 50%
}

.typing span:nth-child(2) {
    animation-delay: .2s
}

.typing span:nth-child(3) {
    animation-delay: .4s
}

@keyframes blink {
    0% {
        opacity: .1
    }

    20% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

@keyframes textLeftToRight {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-1750px)
    }
}

@-webkit-keyframes textLeftToRight {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-1750px)
    }
}

@keyframes bottomToTop {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-7500px)
    }
}

@-webkit-keyframes bottomToTop {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-7500px)
    }
}

@keyframes topToBottom {
    0% {
        transform: translateY(7500px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes topToBottom {
    0% {
        transform: translateY(7500px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes leftToRight {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-7500px)
    }
}

@-webkit-keyframes leftToRight {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-7500px)
    }
}

@keyframes rightToLeft {
    0% {
        transform: translate(7500px)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes rightToLeft {
    0% {
        transform: translate(7500px)
    }

    to {
        transform: translate(0)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

@keyframes gradientAnimation {
    0% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 0%,var(--bg-extra-light) 0%,var(--bg-extra-light) 100%)
    }

    5% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 5%,var(--bg-extra-light) 5%,var(--bg-extra-light) 100%)
    }

    10% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 10%,var(--bg-extra-light) 10%,var(--bg-extra-light) 100%)
    }

    15% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 15%,var(--bg-extra-light) 15%,var(--bg-extra-light) 100%)
    }

    20% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 20%,var(--bg-extra-light) 20%,var(--bg-extra-light) 100%)
    }

    25% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 25%,var(--bg-extra-light) 25%,var(--bg-extra-light) 100%)
    }

    30% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 30%,var(--bg-extra-light) 30%,var(--bg-extra-light) 100%)
    }

    35% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 35%,var(--bg-extra-light) 35%,var(--bg-extra-light) 100%)
    }

    40% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 40%,var(--bg-extra-light) 40%,var(--bg-extra-light) 100%)
    }

    45% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 45%,var(--bg-extra-light) 45%,var(--bg-extra-light) 100%)
    }

    50% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 50%,var(--bg-extra-light) 50%,var(--bg-extra-light) 100%)
    }

    55% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 55%,var(--bg-extra-light) 55%,var(--bg-extra-light) 100%)
    }

    60% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 60%,var(--bg-extra-light) 60%,var(--bg-extra-light) 100%)
    }

    65% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 65%,var(--bg-extra-light) 65%,var(--bg-extra-light) 100%)
    }

    70% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 75%,var(--bg-extra-light) 75%,var(--bg-extra-light) 100%)
    }

    75% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 75%,var(--bg-extra-light) 75%,var(--bg-extra-light) 100%)
    }

    80% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 80%,var(--bg-extra-light) 80%,var(--bg-extra-light) 100%)
    }

    85% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 85%,var(--bg-extra-light) 85%,var(--bg-extra-light) 100%)
    }

    90% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 90%,var(--bg-extra-light) 90%,var(--bg-extra-light) 100%)
    }

    95% {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 95%,var(--bg-extra-light) 95%,var(--bg-extra-light) 100%)
    }

    to {
        background: conic-gradient(from 0deg,var(--stroke-orange) 0%,var(--stroke-orange) 0% 100%,var(--bg-extra-light) 100%,var(--bg-extra-light) 100%)
    }
}

@-webkit-keyframes progressLeft {
    to {
        width: 100%
    }
}

@keyframes progressLeft {
    to {
        width: 100%
    }
}

.slide-fade-nav-top-enter-active,.slide-fade-nav-top-leave-active {
    transition: all .5s cubic-bezier(.65,0,.35,1)
}

.slide-fade-nav-top-enter-from,.slide-fade-nav-top-leave-to {
    transform: translateY(-50px);
    opacity: 0
}

.slide-fade-nav-bottom-enter-active,.slide-fade-nav-bottom-leave-active {
    transition: all .5s cubic-bezier(.65,0,.35,1)
}

.slide-fade-nav-bottom-enter-from,.slide-fade-nav-bottom-leave-to {
    transform: translateY(50px);
    opacity: 0
}

.slide-fade-nav-left-enter-active,.slide-fade-nav-left-leave-active {
    transition: all .5s cubic-bezier(.65,0,.35,1)
}

.slide-fade-nav-left-enter-from,.slide-fade-nav-left-leave-to {
    transform: translate(50px);
    opacity: 0
}

.t-white,.editorx_body td,.editorx_body th,.editorx_body ul li,.editorx_body ol li,.single-blog .single-blog-menu,input.otp-input,.pagination .pagination-elpises,.tooltip-container .tooltip-custom,.dropdown.variant-transparent .item,.dropdown.variant-transparent .selected_item,.dropdown.variant-transparent .placeholder,.dropdown.variant-primary .item,.dropdown.variant-primary .selected_item,.dropdown.variant-primary .placeholder,.dropdown .drop_down_search,.dropdown,.input_field .input_field_container .input_field,.date_picker,.textarea {
    color: var(--text-white)
}

.t-grey,.table_container thead tr>th {
    color: var(--text-gray)
}

.t-light {
    color: var(--text-light)
}

.t-green {
    color: var(--green)
}

.t-black {
    color: var(--text-black)
}

.t-light-orange {
    color: var(--light-orange)
}

.t-grey-dark,.textarea::placeholder {
    color: var(--text-gray-dark)
}

.t-orange {
    color: var(--orange)
}

.t-blue {
    color: var(--blue)
}

.t-light-blue {
    color: var(--light-blue)
}

.text-black {
    color: var(--text-black)
}

.t-danger {
    color: var(--danger)
}

.t-pink {
    color: var(--pink)
}

.underline {
    text-decoration: underline
}

.font-family-1,.editorx_body h6,.editorx_body h5,.editorx_body h4,.editorx_body h3,.editorx_body h2,.editorx_body h1,.blog-head,.blogs-head,.pagination .pagination-item,.policy_list_2 li::marker,.available_for_order,.search_bar_container .search_bar_field .search_field {
    font-family: Clash Display,sans-serif
}

.font-family-2,.codex-editor,.editorx_body td,.editorx_body th,.editorx_body ul li,.editorx_body ol li,.editorx_body p,.single-blog .single-blog-menu,.tooltip-container .tooltip-custom,.table_container thead tr>th,.dropdown.variant-transparent .item,.dropdown.variant-transparent .selected_item,.dropdown.variant-transparent .placeholder,.dropdown.variant-primary .item,.dropdown.variant-primary .selected_item,.dropdown.variant-primary .placeholder,.dropdown .drop_down_search,.membership_banner .left-side .monthly_year_chip button.yearly:after,.input_field .input_field_container .input_field,.date_picker,.textarea,.opened_nav_bar .search_field,.custom-faqs .accordion .faqs-answer,.custom-faqs .accordion .faqs-question {
    font-family: Satoshi,sans-serif
}

.f-w-200 {
    font-weight: 200
}

.f-w-300 {
    font-weight: 300!important
}

.f-w-400,.regular-pack,.regular-xs,.regular-s,.available_for_order,.table_container thead tr>th,.regular-m,.editorx_body td,.editorx_body th,.editorx_body ul li,.editorx_body ol li,.regular-l,.regular-l2,.dropdown.variant-transparent .item,.dropdown.variant-transparent .selected_item,.dropdown.variant-transparent .placeholder,.dropdown.variant-primary .item,.dropdown.variant-primary .selected_item,.dropdown.variant-primary .placeholder,.regular-xl,.codex-editor,.editorx_body p,.pagination .pagination-item,.policy_list_2 li::marker,.custom-faqs .accordion .faqs-answer,.regular-xxl,.regular-xxxl,.custom-faqs .accordion .faqs-question,.regular-xxxxl {
    font-weight: 400!important
}

.f-w-500,.medium-xs,.medium-s,.medium-m,.tooltip-container .tooltip-custom,.medium-l,.single-blog .single-blog-menu,.dropdown .drop_down_search,.dropdown,.textarea.chat,.medium-xl,.opened_nav_bar .search_field,.medium-xxl,.medium-xxxl,.medium-xxxxl {
    font-weight: 500!important
}

.f-w-600,.available_for_order,.search_bar_container .search_bar_field .search_field,.title {
    font-weight: 600!important
}

.f-w-700,.custom-faqs .accordion .faqs-question,.bold-pack,.bold-xs,.bold-s,.bold-m,.bold-l,.bold-xl,.bold-xxl,.bold-xxxl,.bold-xxxxl {
    font-weight: 700!important
}

.f-w-800 {
    font-weight: 800!important
}

.benefits {
    font-size: calc(63px + 63 * (100vw - 320px)/1600);
    line-height: calc(70px + .0375*(100vw - 320px))
}

.title-h1,.editorx_body h1 {
    font-size: calc(28px + .0225*(100vw - 320px));
    line-height: calc(39px + 39 * (100vw - 320px)/1600)
}

.title-h2,.editorx_body h2 {
    font-size: calc(30px + .01125*(100vw - 320px));
    line-height: calc(30px + 29 * (100vw - 320px)/1600)
}

.title-h3,.editorx_body h3 {
    font-size: calc(24px + .0075*(100vw - 320px));
    line-height: calc(32px + .0075*(100vw - 320px))
}

.title-h4,.editorx_body h4 {
    font-size: calc(26px + .0025*(100vw - 320px));
    line-height: calc(30px + .00375*(100vw - 320px))
}

.title-h5,.editorx_body h5 {
    font-size: calc(24px + 0*(100vw - 320px));
    line-height: calc(29px + 0*(100vw - 320px))
}

.title-h6,.editorx_body h6 {
    font-size: calc(16px + .00125*(100vw - 320px));
    line-height: calc(15px + 7 * (100vw - 320px)/1600)
}

.bold-xxxxl {
    font-size: calc(20px + .0025*(100vw - 320px));
    line-height: calc(25px + 5 * (100vw - 320px)/1600)
}

.bold-xxxl {
    font-size: calc(18px + .00125*(100vw - 320px));
    line-height: calc(24px + 3 * (100vw - 320px)/1600)
}

.bold-xxl {
    font-size: calc(16px + .00125*(100vw - 320px));
    line-height: calc(20px + .0025*(100vw - 320px))
}

.bold-xl {
    font-size: calc(14px + .00125*(100vw - 320px));
    line-height: calc(17px + .0025*(100vw - 320px))
}

.bold-l {
    font-size: calc(12px + .00125*(100vw - 320px));
    line-height: calc(16px + .00125*(100vw - 320px))
}

.bold-m {
    font-size: calc(11px + .00125*(100vw - 320px));
    line-height: calc(15px + .00125*(100vw - 320px))
}

.bold-s {
    font-size: calc(12px + 0*(100vw - 320px));
    line-height: calc(16px + 0*(100vw - 320px))
}

.bold-xs {
    font-size: calc(10px + 0*(100vw - 320px));
    line-height: calc(12px + 1 * (100vw - 320px)/1600)
}

.bold-pack {
    font-size: calc(18px + .00375*(100vw - 320px));
    line-height: calc(25px + 5 * (100vw - 320px)/1600)
}

.caps,.blog-head,.blogs-head {
    text-transform: uppercase
}

.medium-xxxxl {
    font-size: calc(18px + .00375*(100vw - 320px));
    line-height: calc(26px + .00375*(100vw - 320px))
}

.medium-xxxl {
    font-size: calc(16px + .0025*(100vw - 320px));
    line-height: calc(21px + .00375*(100vw - 320px))
}

.medium-xxl {
    font-size: calc(15px + 3 * (100vw - 320px)/1600);
    line-height: calc(20px + .0025*(100vw - 320px))
}

.medium-xl,.opened_nav_bar .search_field {
    font-size: calc(16px + 0*(100vw - 320px));
    line-height: calc(21px + 0*(100vw - 320px))
}

.medium-l,.single-blog .single-blog-menu,.dropdown .drop_down_search,.dropdown,.textarea.chat {
    font-size: calc(14px + 0*(100vw - 320px));
    line-height: calc(18px + 0*(100vw - 320px))
}

.medium-m,.tooltip-container .tooltip-custom {
    font-size: calc(10px + 3 * (100vw - 320px)/1600);
    line-height: calc(10px + 7 * (100vw - 320px)/1600)
}

.medium-s {
    font-size: calc(10px + .00125*(100vw - 320px));
    line-height: calc(12px + .0025*(100vw - 320px))
}

.medium-xs {
    font-size: calc(10px + 0*(100vw - 320px));
    line-height: calc(13px + 0*(100vw - 320px))
}

.regular-xxxxl {
    font-size: calc(21px + 3 * (100vw - 320px)/1600);
    line-height: calc(29px + 3 * (100vw - 320px)/1600)
}

.regular-xxxl,.custom-faqs .accordion .faqs-question {
    font-size: calc(17px + 3 * (100vw - 320px)/1600);
    line-height: calc(24px + 3 * (100vw - 320px)/1600)
}

.regular-xxl {
    font-size: calc(15px + 3 * (100vw - 320px)/1600);
    line-height: calc(21px + 3 * (100vw - 320px)/1600)
}

.regular-xl,.codex-editor,.editorx_body p,.pagination .pagination-item,.policy_list_2 li::marker,.custom-faqs .accordion .faqs-answer {
    font-size: calc(16px + 0*(100vw - 320px));
    line-height: calc(21px + 0*(100vw - 320px))
}

.regular-l2,.dropdown.variant-transparent .item,.dropdown.variant-transparent .selected_item,.dropdown.variant-transparent .placeholder,.dropdown.variant-primary .item,.dropdown.variant-primary .selected_item,.dropdown.variant-primary .placeholder {
    font-size: calc(14px + 0*(100vw - 320px));
    line-height: calc(18px + 0*(100vw - 320px))
}

.regular-l {
    font-size: calc(12px + .00125*(100vw - 320px));
    line-height: calc(14px + .0025*(100vw - 320px))
}

.regular-m,.editorx_body td,.editorx_body th,.editorx_body ul li,.editorx_body ol li {
    font-size: calc(13px + 0*(100vw - 320px));
    line-height: calc(17px + 0*(100vw - 320px))
}

.regular-s,.available_for_order,.table_container thead tr>th {
    font-size: calc(12px + 0*(100vw - 320px));
    line-height: calc(16px + 0*(100vw - 320px))
}

.regular-xs {
    font-size: calc(9px + 1 * (100vw - 320px)/1600);
    line-height: calc(9px + .0025*(100vw - 320px))
}

.regular-pack {
    font-size: calc(13px + 0*(100vw - 320px));
    line-height: calc(17px + 0*(100vw - 320px))
}

@media screen and (max-width: 600px) {
    .regular-pack {
        font-size:calc(16px + 0*(100vw - 320px));
        line-height: calc(22px + 0*(100vw - 320px))
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: var(--orange) var(--bg-dark)
}

*::-webkit-scrollbar {
    width: 5px
}

*::-webkit-scrollbar-track {
    background-color: var(--bg-dark)
}

*::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px
}

*::-webkit-scrollbar-thumb:hover {
    background: var(--orange)
}

body {
    background-color: var(--bg-main);
    overflow-x: hidden!important;
    overflow-y: auto;
    width: 100%
}

@media screen and (max-width: 480px) {
    html {
        overflow-x:hidden
    }
}

.main_layout_bg {
    position: absolute;
    top: 0;
    left: 0%;
    height: auto;
    width: 100%;
    max-height: 550px;
    object-fit: contain;
    z-index: -1;
    transition: all .2s ease
}

.main_layout_bg.in_active {
    filter: saturate(0%);
    opacity: .3
}

.main_layout_bg_home {
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 600px;
    object-fit: contain;
    z-index: -1;
    transition: opacity .2s ease;
    right: 0%
}

@media screen and (max-width: 900px) {
    .main_layout_bg_home {
        width:100%;
        height: auto;
        transform: translate(0)
    }
}

.main_layout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: top right;
    transition: background .25s ease-in
}

.main_layout .main_layout_page {
    min-height: 110vh;
    height: 100%;
    width: 100%;
    padding-left: 150px;
    padding-right: 100px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media screen and (min-width: 1441px) {
    .main_layout .main_layout_page {
        padding-left:212px;
        padding-right: 120px
    }
}

@media screen and (max-width: 850px) {
    .main_layout .main_layout_page {
        padding-left:100px;
        padding-right: 50px
    }
}

@media screen and (max-width: 768px) {
    .main_layout .main_layout_page {
        padding:1rem;
        margin-bottom: 60px
    }

    .main_layout.home_bg {
        background-size: contain
    }
}

.games_list_container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(auto,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: max-content
}

.games_list_container .game_card {
    height: 100%;
    flex-shrink: 0;
    height: max-content;
    padding: 24px;
    min-height: 220px;
    position: relative;
    background-color: var(--bg-dark);
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease-in;
    border-radius: 9px;
    z-index: 1
}

.games_list_container .game_card.card_disabled {
    filter: saturate(0%)
}

.games_list_container .game_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 60%;
    filter: blur(80px);
    -webkit-transform: translate3d(90%,0%,0);
    opacity: .25;
    transition: all .25s ease-in;
    z-index: 0
}

.games_list_container .game_card.league-of-legends-boost:before {
    background-color: var(--lol-card)
}

.games_list_container .game_card.valorant-boost:before {
    background-color: var(--val-card)
}

.games_list_container .game_card.apex-legends-boost:before {
    background-color: var(--apex-card)
}

.games_list_container .game_card.rainbow-six-siege-boost:before {
    background-color: var(--r6s-card)
}

.games_list_container .game_card.rocket-league-boost:before {
    background: var(--rocket-league-card)
}

.games_list_container .game_card.teamfight-tactics-boost:before {
    background-color: var(--teamfight-card)
}

.games_list_container .game_card.counter-strike-2-boost:before {
    background-color: var(--cs2-card)
}

.games_list_container .game_card.dota-2-boost:before {
    background-color: var(--dota2-card)
}

.games_list_container .game_card.overwatch-2-boost:before {
    background-color: var(--overwatch-2-card)
}

.games_list_container .game_card.the-finals-boost:before {
    background-color: var(--thefinals)
}

.games_list_container .game_card.world-of-warcraft-dragonflight-boost:before {
    background-color: var(--wow-card)
}

.games_list_container .game_card.destiny-2-boost:before {
    background-color: var(--destiny2-card)
}

.games_list_container .game_card.fortnite-boost:before {
    background-color: var(--fortnite-card)
}

.games_list_container .game_card.call-of-duty-warzone-boost:before {
    background-color: var(--cod-card)
}

.games_list_container .game_card .game_image {
    position: absolute;
    width: 60%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    right: 0;
    bottom: 0
}

.games_list_container .game_card .stroked_text {
    -webkit-text-stroke: 1px var(--text-white);
    color: #0000;
    white-space: nowrap;
    opacity: .24
}

.games_list_container .game_card .logo_img {
    height: 36px;
    width: auto;
    object-fit: contain
}

.games_list_container .game_card .arrow_right {
    transition: all .2s ease;
    width: 36px;
    padding: 0 10px;
    height: 36px;
    background-color: #171b1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden
}

.games_list_container .game_card .arrow_right.full_width {
    width: max-content!important
}

.games_list_container .game_card .arrow_right.full_width .text {
    opacity: 1;
    display: block;
    width: 100%;
    color: var(--text-light)!important
}

.games_list_container .game_card .arrow_right .text {
    opacity: 0;
    display: none;
    width: 0%
}

.games_list_container .game_card:hover:before {
    opacity: 1
}

.games_list_container .game_card:hover .arrow_right {
    width: max-content;
    background-color: #ffffff26
}

.games_list_container .game_card:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

@media screen and (max-width: 1440px) {
    .games_list_container {
        grid-template-columns:repeat(3,1fr)
    }
}

@media screen and (max-width: 900px) {
    .games_list_container {
        grid-template-columns:repeat(2,1fr)
    }

    .games_list_container .game_card:hover:before {
        opacity: .25!important
    }
}

@media screen and (max-width: 600px) {
    .games_list_container {
        grid-template-columns:repeat(2,1fr);
        grid-column-gap: 9px;
        grid-row-gap: 9px
    }

    .games_list_container .game_card {
        min-height: 170px
    }

    .games_list_container .game_card .stroked_text {
        display: none
    }

    .games_list_container .game_card .arrow_right {
        background-color: transparent!important;
        padding: 0;
        opacity: .5
    }

    .games_list_container .game_card .logo_img {
        height: 38px
    }

    .games_list_container .game_card .game_image {
        width: 70%;
        max-width: 149px;
        z-index: -1;
        opacity: .6
    }

    .games_list_container .game_card:hover:before {
        opacity: .25!important
    }

    .games_list_container .game_card:hover .arrow_right {
        width: 36px
    }

    .games_list_container .game_card:hover .arrow_right .text {
        display: none
    }
}

.contact_banner {
    padding: 24px 60px;
    height: 100%;
    min-height: 43.75vh;
    max-height: 350px;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.contact_banner>* {
    z-index: 1
}

.contact_banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    top: 0;
    left: 0;
    background-image: url(/images/contact_us/contact_banner_bg_2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top
}

.contact_banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    top: 0;
    right: 0;
    background-image: url(/images/contact_us/contact_banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1200px) {
    .contact_banner:after {
        opacity:.3
    }
}

.knowledge_banner {
    padding: 24px 60px;
    height: 100%;
    min-height: 43.75vh;
    max-height: 350px;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.knowledge_banner>* {
    z-index: 1
}

.knowledge_banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30%;
    top: 0;
    left: 0;
    background-image: url(/images/knowledge_base/knowledge_base_banner_bg_2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top
}

.knowledge_banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    top: 0;
    right: 0;
    background-image: url(/images/knowledge_base/knowledge_base_banner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 1200px) {
    .knowledge_banner:after {
        opacity:.3
    }
}

.contact_card {
    padding: 40px 16px;
    position: relative
}

.contact_card .top-left {
    position: absolute;
    top: 0;
    left: 0
}

.contact_card .top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg)
}

.contact_card .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg)
}

.contact_card .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(270deg)
}

.not_found_page {
    min-height: 90vh;
    width: 100%;
    background-image: url(/images/not_found_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 56px
}

.not_found_page .four_zero_four {
    width: 100%;
    height: auto;
    max-width: 422px;
    object-fit: contain
}

@media screen and (max-width: 600px) {
    .not_found_page {
        background-size:cover
    }
}

.coming_soon {
    min-height: 90vh;
    width: 100%;
    padding-top: 56px
}

.coming_soon .four_zero_four {
    width: 100%;
    height: auto;
    max-width: 422px;
    object-fit: contain
}

.footer_container {
    padding: 0 100px 0 200px;
    margin-top: 15vh;
    border-top: 1px solid var(--stroke-dark);
    position: relative;
    overflow: hidden
}

.footer_container .copyright_container {
    border-top: 1px solid var(--stroke-dark);
    padding: 27px 0
}

.footer_container:after {
    position: absolute;
    top: 120%;
    left: 50%;
    filter: blur(187.5px);
    transform: translate(-50%,-50%);
    -webkit-transform: translate3d(-50%,-50%,0);
    content: "";
    height: 50%;
    width: 25%;
    max-width: 612px;
    max-height: 612px;
    background-color: var(--orange);
    z-index: -1;
    border-radius: 50%;
    opacity: 1
}

@media screen and (max-width: 850px) {
    .footer_container {
        padding-left:100px;
        padding-right: 50px;
        padding-top: 30px
    }
}

@media screen and (max-width: 768px) {
    .footer_container {
        padding:1rem;
        padding-bottom: 0;
        margin-bottom: 60px
    }
}

.top_footer {
    border-bottom: 1px solid var(--stroke-dark);
    height: 100%;
    min-height: 330px;
    align-items: stretch!important
}

.top_footer .brand_container {
    padding-bottom: 30px;
    padding-right: 10px;
    border-right: 1px solid var(--stroke-dark);
    padding-top: 60px
}

.top_footer .brand_container .footer_logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 157px
}

.top_footer .main_container,.top_footer .main_container_main {
    padding: 60px 30px 0;
    height: 100%;
    min-height: 336px;
    border-right: 1px solid var(--stroke-dark)
}

.top_footer .contact_container {
    padding: 60px 30px 0;
    height: 100%;
    min-height: 270px
}

.top_footer .payment_method_container_grid {
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-column-gap: 18px;
    grid-row-gap: 18px
}

.top_footer .payment_method_container_grid .payment_pill {
    display: flex;
    justify-content: center;
    align-items: center
}

.top_footer .payment_method_container_grid .payment_pill .payment_pill_image {
    width: 100%;
    max-width: 221px;
    max-height: 78px;
    height: auto;
    object-fit: contain
}

@media screen and (max-width: 900px) {
    .top_footer {
        padding-top:20px
    }

    .top_footer .brand_container {
        border-right: none;
        padding-top: 0
    }

    .top_footer .contact_container {
        min-height: 100%;
        padding: 30px 0;
        border-right: none
    }

    .top_footer .main_container {
        min-height: 100%;
        padding: 30px 0;
        border-right: none;
        border-bottom: 1px solid var(--stroke-dark)
    }

    .top_footer .main_container_main {
        min-height: 100%;
        padding: 30px 0
    }

    .top_footer .main_container_2 {
        border-right: none;
        border-bottom: 1px solid var(--stroke-dark)
    }

    .top_footer .payment_method_container_grid {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,1fr);
        place-items: center
    }
}

.bottom_footer_container {
    padding: 60px 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-template-rows: repeat(auto,1ft);
    grid-column-gap: 0;
    grid-row-gap: 30px
}

.bottom_footer_container .footer_game {
    width: 100%;
    min-width: 210px;
    border-width: 0 1px 1px;
    height: 100%;
    border-image: linear-gradient(180deg,rgba(25,26,26,0) 0%,#191a1a 30.13%,#191a1a 68.68%,rgba(25,26,26,0) 100%);
    border-image-slice: 1;
    border-style: solid;
    padding-right: 30px;
    padding-left: 30px
}

.bottom_footer_container .footer_game.disabled {
    filter: saturate(0);
    pointer-events: none
}

@media screen and (min-width: 769px) and (max-width:1200px) {
    .bottom_footer_container {
        grid-template-columns:repeat(3,1fr)
    }

    .bottom_footer_container .footer_game:nth-child(1),.bottom_footer_container .footer_game:nth-child(4),.bottom_footer_container .footer_game:nth-child(7),.bottom_footer_container .footer_game:nth-child(10),.bottom_footer_container .footer_game:nth-child(13) {
        padding-left: 0;
        border-width: 0
    }

    .bottom_footer_container .footer_game:nth-child(3),.bottom_footer_container .footer_game:nth-child(6),.bottom_footer_container .footer_game {
        border-width: 0
    }
}

@media screen and (min-width: 1200px) and (max-width:1700px) {
    .bottom_footer_container {
        grid-template-columns:repeat(5,1fr)
    }

    .bottom_footer_container .footer_game:nth-child(1),.bottom_footer_container .footer_game:nth-child(6),.bottom_footer_container .footer_game:nth-child(11) {
        padding-left: 0;
        border-width: 0
    }

    .bottom_footer_container .footer_game:nth-child(5),.bottom_footer_container .footer_game:nth-child(10),.bottom_footer_container .footer_game:nth-child(15) {
        border-width: 0
    }
}

@media screen and (min-width: 1710px) {
    .bottom_footer_container {
        grid-template-columns:repeat(7,1fr)
    }

    .bottom_footer_container .footer_game:nth-child(1),.bottom_footer_container .footer_game:nth-child(8),.bottom_footer_container .footer_game:nth-child(15) {
        padding-left: 0;
        border-width: 0
    }

    .bottom_footer_container .footer_game:nth-child(7),.bottom_footer_container .footer_game:nth-child(14) {
        border-width: 0
    }
}

@media screen and (max-width: 768px) {
    .bottom_footer_container {
        grid-template-columns:repeat(3,1fr)
    }

    .bottom_footer_container .footer_game {
        padding-left: 0;
        border-width: 0 1px 1px;
        height: 100%;
        border-image: linear-gradient(180deg,rgba(25,26,26,0) 0%,#191a1a 30.13%,#191a1a 68.68%,rgba(25,26,26,0) 100%)
    }
}

@media screen and (max-width: 650px) {
    .bottom_footer_container {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 350px) {
    .bottom_footer_container {
        grid-template-columns:repeat(1,1fr)
    }
}

.e_learning_cards_container {
    height: max-content;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(auto,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

@media screen and (max-width: 1440px) {
    .e_learning_cards_container {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 1000px) {
    .e_learning_cards_container {
        grid-template-columns:repeat(1,1fr)
    }
}

.e_learning_card {
    border-radius: 12px;
    border: 1px solid var(--stroke-dark);
    min-height: 330px;
    max-height: 330px;
    width: 100%;
    padding: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.e_learning_card:hover,.e_learning_card.selected {
    border: 1px solid var(--blue)
}

.e_learning_card>* {
    z-index: 0
}

.e_learning_card .pack_image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    object-fit: contain;
    z-index: -1
}

.booster_profile_game_card {
    border-radius: 12px
}

.booster_profile_game_card .top_area {
    background-color: var(--bg-dark);
    padding: 9px 12px;
    border-radius: 12px 12px 0 0
}

.booster_profile_game_card .primary_game {
    padding: 5px 10px;
    border-radius: 19px;
    border: 1px solid var(--white-opace)
}

.booster_profile_game_card .hero_image {
    background-color: var(--bg-extra-light);
    border-radius: 6px
}

.booster_profile_game_card .bottom_area {
    border-radius: 0 0 12px 12px;
    background-color: var(--bg-extra-dark);
    padding: 15px
}

.booster_profile_game_card .bottom_area .left_area {
    border-right: 1px solid var(--stroke-dark)
}

.booster_profile_game_card .bottom_area .left_area .rank_image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 80px;
    max-height: 80px
}

.booster_profile_game_card .game_detail_info {
    padding: 9px 0;
    border-bottom: 1px solid var(--stroke-dark)
}

.booster_profile_game_card .region_chip {
    padding: 5px 8px;
    background-color: var(--bg-medium);
    border-radius: 5px
}

@media screen and (max-width: 768px) {
    .booster_profile_game_card .bottom_area .left_area {
        border-right:0!important;
        border-bottom: 1px solid var(--stroke-dark);
        padding-bottom: 30px;
        justify-content: flex-start
    }
}

.reviews_banner .review_image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 180px
}

.reviews_banner .left_area {
    position: relative
}

.reviews_banner .left_area .reviews_banner_image {
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 640px
}

.reviews_banner .left_area .reviews_count {
    position: relative
}

.reviews_banner .left_area .reviews_count .reviews_count_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%
}

.reviews_banner .left_area .reviews_count .reviews_count_2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%
}

.reviews_banner .right_area {
    min-height: 60vh;
    max-height: max-content;
    overflow: hidden;
    position: relative
}

.reviews_banner .right_area:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: linear-gradient(180deg,#050607 0%,rgba(5,6,7,0) 100%);
    top: 0;
    left: 0
}

.reviews_banner .right_area:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: linear-gradient(0,#050607 0%,rgba(5,6,7,0) 100%);
    bottom: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .reviews_banner .right_area:after {
        display:none
    }

    .reviews_banner .right_area:before {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .reviews_banner .left_area .reviews_banner_image {
        max-width:100px;
        visibility: hidden
    }

    .reviews_banner .left_area .reviews_count .reviews_count_1 {
        left: 10%
    }

    .reviews_banner .left_area .reviews_count .reviews_count_2 {
        right: 10%
    }
}

.review_card {
    background-color: var(--bg-extra-dark);
    padding: 24px;
    border-radius: 12px;
    gap: 42px;
    position: relative;
    transition: all .2s ease;
    cursor: pointer
}

.review_card>* {
    z-index: 1
}

.review_card .rating_chip {
    padding: 1px 6px;
    border-radius: 6px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center
}

.review_card .rating_chip svg {
    height: 18px;
    width: 18px
}

.review_card .rating_chip.trustpilot {
    background: rgba(0,190,133,.2);
    color: #c9fdec
}

.review_card .rating_chip.reviews_io {
    background: rgba(255,158,72,.15);
    color: var(--light-orange)
}

.review_card:after {
    position: absolute;
    content: "";
    width: 84px;
    height: 84px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    right: 0
}

.review_card .arrow_top_right path {
    transition: all .2s ease
}

.review_card.trustpilot:after {
    background-image: url(/images/trust_pilot_card_bg2.webp)
}

.review_card.reviews_io:after {
    background-image: url(/images/reviews_io_card_bg.webp)
}

.review_card:hover {
    background-color: var(--bg-dark)
}

.review_card:hover .arrow_top_right path {
    fill: #00b67a
}

@media screen and (max-width: 768px) {
    .review_card {
        min-width:360px;
        min-height: 182px;
        height: max-content
    }
}

.banner_loop {
    animation: bottomToTop 250s linear infinite;
    animation-fill-mode: backwards
}

@media screen and (max-width: 768px) {
    .banner_loop {
        animation:bottomToTop 250s linear infinite
    }
}

.banner_loop_2 {
    animation: topToBottom 250s linear infinite;
    animation-direction: reverse;
    animation-fill-mode: backwards
}

@media screen and (max-width: 768px) {
    .banner_loop_2 {
        animation:rightToLeft 250s linear infinite
    }
}

.no_chat_found {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    padding: 6px 9px 6px 6px;
    background-color: var(--bg-extra-light);
    min-height: 42px;
    width: 100%
}

.message_count {
    background-color: var(--orange);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.message_count_container {
    position: relative
}

.message_count_container .message_count {
    position: absolute;
    top: -5px;
    right: -5px
}

.message_count_container.convert img {
    filter: brightness(0) invert(1) sepia(0) saturate(0) hue-rotate(0deg) replace(#9a9a9a,#cbcbcb)
}

.notification_game {
    position: relative
}

.notification_game .notification_icon {
    position: absolute;
    bottom: -5px;
    right: -5px
}

.custom-faqs {
    border: 1px solid var(--stroke-medium);
    margin-top: 18px;
    border-radius: 9px!important;
    -moz-border-radius: 9px!important;
    -webkit-border-radius: 9px!important
}

.custom-faqs.default {
    width: calc(100% + 4rem)
}

.custom-faqs.pack {
    width: 100%
}

.custom-faqs.twocol {
    max-width: 49%
}

@media screen and (max-width: 786px) {
    .custom-faqs.twocol {
        max-width:100%
    }
}

.custom-faqs .accordion {
    padding: 30px 36px;
    transition: all .8s ease
}

.custom-faqs .accordion:hover {
    background-color: var(--dark-orange)
}

.custom-faqs .accordion .arrow {
    transition: all .4s ease;
    transform: rotate(0)
}

.custom-faqs .accordion .faqs-question {
    position: relative;
    color: var(--text-white);
    margin: auto
}

.custom-faqs .accordion .faqs-answer {
    color: var(--text-light);
    padding-top: 0;
    padding-bottom: 0;
    transition: all .8s ease
}

.custom-faqs .accordion.faqs-single-active {
    transition: all .8s ease;
    background-color: var(--dark-orange)
}

.custom-faqs .accordion.faqs-single-active .arrow {
    transition: all .4s ease;
    transform: rotate(180deg)
}

.custom-faqs .accordion.faqs-single-active .faqs-answer {
    padding-top: 30px
}

.custom-faqs .accordion.faqs-single-active.light {
    background: var(--white)
}

.custom-faqs .accordion.faqs-single-active.light .faqs-question {
    color: var(--white)
}

.custom-faqs .accordion.faqs-single-active.light .faqs-answer {
    color: var(-white)
}

.custom-faqs .accordion.faqs-single-active.light .faqs-answer a {
    color: var(--white)
}

@media screen and (max-width: 768px) {
    .custom-faqs .accordion {
        padding:18px
    }
}

.custom-faqs::-webkit-scrollbar {
    display: none
}

.boosters_card_grid {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(auto,1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    place-items: center
}

@media screen and (max-width: 1200px) {
    .boosters_card_grid {
        grid-template-columns:repeat(3,1fr)
    }
}

@media screen and (max-width: 900px) {
    .boosters_card_grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 480px) {
    .boosters_card_grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.optimal_text_area {
    max-height: 500px;
    overflow-y: auto
}

.optimal_text_area .optimal_text_answer a {
    width: max-content;
    display: inline!important;
    color: var(--orange)!important;
    font-weight: 700
}

.optimal_text_area .optimal_text_answer ul {
    list-style-image: url(/images/games/league-of-legends-boost/star.svg)!important
}

.optimal_text_area .optimal_text_answer ul li {
    list-style-image: url(/images/games/league-of-legends-boost/star.svg)!important
}

#nprogress .bar {
    background: var(--orange)!important;
    z-index: 50
}

.blog_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_banner {
    width: 100%;
    max-height: 412px;
    height: 50vh;
    gap: 36px;
    margin-top: 12px;
    cursor: pointer
}

.blog_banner .content_area {
    padding: 18px
}

.blog_banner .blog_image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 9px;
    padding: 18px;
    max-width: 750px;
    max-height: 412px
}

.blog_banner .blog_divider {
    width: 100%;
    max-width: 100px;
    height: 2px;
    margin-top: 6px
}

.blog_banner .blog_divider.game_id_1 {
    background-color: var(--lol)
}

.blog_banner .blog_divider.game_id_2 {
    background-color: var(--val)
}

.blog_banner .blog_divider.game_id_3 {
    background-color: var(--r6s)
}

.blog_banner .blog_divider.game_id_4 {
    background-color: var(--rocket-league)
}

.blog_banner .blog_divider.game_id_5 {
    background-color: var(--dota2)
}

.blog_banner .blog_divider.game_id_6 {
    background-color: var(--overwatch-2)
}

.blog_banner .blog_divider.game_id_7 {
    background-color: var(--cs2)
}

.blog_banner .blog_divider.game_id_8 {
    background-color: var(--apex)
}

.blog_banner .blog_divider.game_id_9 {
    background-color: var(--teamfight-card)
}

.blog_banner .blog_divider.game_id_10 {
    background-color: var(--fortnite-card)
}

.blog_banner .blog_divider.game_id_11 {
    background-color: var(--cod-card)
}

.blog_banner .blog_divider.game_id_12,.blog_banner .blog_divider.game_id_13,.blog_banner .blog_divider.game_id_14,.blog_banner .blog_divider.game_id_15 {
    background-color: var(--wow-card)
}

.blog_banner .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.blog_banner .arrow_right {
    transition: all .2s ease;
    width: 36px;
    padding: 0 10px;
    height: 36px;
    background-color: #171b1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden
}

.blog_banner .arrow_right.full_width {
    width: max-content!important
}

.blog_banner .arrow_right.full_width .text {
    opacity: 1;
    display: block;
    width: 100%;
    color: var(--text-light)!important
}

.blog_banner .arrow_right .text {
    opacity: 0;
    display: none;
    width: 0%
}

.blog_banner:hover .arrow_right {
    width: 75px;
    background-color: #ffffff26
}

.blog_banner:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

@media screen and (max-width: 768px) {
    .blog_banner {
        max-height:max-content;
        height: max-content;
        border-radius: 9px;
        background: var(--BG-Dark,#0e1012)
    }

    .blog_banner .blog_image_container {
        padding: 0 18px 18px
    }
}

.blogs_container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 36px;
    place-items: center;
    grid-row-gap: 36px;
    grid-auto-rows: auto
}

@media screen and (max-width: 1440px) {
    .blogs_container {
        grid-template-columns:repeat(3,1fr)
    }
}

@media screen and (max-width: 900px) {
    .blogs_container {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 480px) {
    .blogs_container {
        grid-template-columns:repeat(1,1fr)
    }
}

.blog_card {
    height: 410px;
    width: 100%;
    max-width: 357px;
    max-height: 406px;
    border-radius: 9px;
    padding: 18px;
    transition: all .2s ease
}

.blog_card .blog_image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    max-height: 180px;
    border-radius: 6px
}

.blog_card .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.blog_card .arrow svg path {
    stroke: #9a9a9a!important
}

.blog_card .blog_divider {
    width: 100%;
    height: 2px;
    margin-top: 6px
}

.blog_card .blog_divider.game_id_1 {
    background-color: var(--lol)
}

.blog_card .blog_divider.game_id_2 {
    background-color: var(--val)
}

.blog_card .blog_divider.game_id_3 {
    background-color: var(--r6s)
}

.blog_card .blog_divider.game_id_4 {
    background-color: var(--rocket-league)
}

.blog_card .blog_divider.game_id_5 {
    background-color: var(--dota2)
}

.blog_card .blog_divider.game_id_6 {
    background-color: var(--overwatch-2)
}

.blog_card .blog_divider.game_id_7 {
    background-color: var(--cs2)
}

.blog_card .blog_divider.game_id_8 {
    background-color: var(--apex)
}

.blog_card .blog_divider.game_id_9 {
    background-color: var(--teamfight-card)
}

.blog_card .blog_divider.game_id_10 {
    background-color: var(--fortnite-card)
}

.blog_card .blog_divider.game_id_11 {
    background-color: var(--cod-card)
}

.blog_card .blog_divider.game_id_12,.blog_card .blog_divider.game_id_13,.blog_card .blog_divider.game_id_14,.blog_card .blog_divider.game_id_15 {
    background-color: var(--wow-card)
}

.blog_card:hover {
    background-color: var(--bg-dark)
}

.blog_card:hover .arrow svg path {
    stroke: #fff!important
}

@media screen and (max-width: 768px) {
    .blog_card {
        border-radius:9px;
        background: var(--BG-Dark,#0e1012)
    }
}

.why_us_banner {
    min-height: 70vh;
    max-height: 560px;
    margin-top: 100px;
    gap: 70px
}

.why_us_banner .left_area {
    position: relative;
    min-height: 70vh;
    overflow: hidden
}

.why_us_banner .left_area .why_us_image {
    width: 100%;
    height: auto;
    object-fit: contain
}

.why_us_banner .left_area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: translate(-50%,-50%);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain
}

.why_us_banner .left_area:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: translate(-50%,-50%) rotate(-90deg);
    background-image: url(/images/why_us/why_us_bg_sphere.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.why_us_banner .left_area.first:after {
    transform: translate(-50%,-50%) rotate(-90deg)
}

.why_us_banner .left_area.first:before {
    background-image: url(/images/why_us/first.webp)
}

.why_us_banner .left_area.second:after {
    transform: translate(-50%,-50%) rotate(0)
}

.why_us_banner .left_area.second:before {
    background-image: url(/images/why_us/second.webp)
}

.why_us_banner .left_area.third:after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.why_us_banner .left_area.third:before {
    background-image: url(/images/why_us/third.webp)
}

.why_us_banner .left_area.fourth:after {
    transform: translate(-50%,-50%) rotate(180deg)
}

.why_us_banner .left_area.fourth:before {
    background-image: url(/images/why_us/fourth.webp)
}

.why_us_banner .right_area .reason_title {
    width: 20ch
}

.why_us_banner .right_area .reason_title span {
    color: var(--light-orange)
}

.why_us_banner .right_area .tabs_area {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--stroke-medium);
    position: relative;
    overflow: hidden;
    margin: 30px 0
}

.why_us_banner .right_area .tabs_area .reason_tab.active {
    color: var(--text-white)!important
}

.why_us_banner .right_area .tabs_area .progress {
    content: "";
    bottom: 0;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: var(--orange);
    animation: none
}

@media screen and (max-width: 900px) {
    .why_us_banner {
        min-height:max-content;
        max-height: max-content
    }

    .why_us_banner .left_area {
        order: 2
    }

    .why_us_banner .right_area {
        order: 1
    }

    .why_us_banner .tabs_area {
        margin: 0
    }
}

@media screen and (max-width: 480px) {
    .why_us_banner {
        gap:20px
    }

    .why_us_banner .left_area {
        order: 2
    }

    .why_us_banner .right_area {
        order: 1
    }
}

.mobile_chats {
    height: calc(100vh - 50px);
    width: 100vw;
    padding: 20px 16px;
    background-color: var(--bg-main);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30
}

.mobile_chats .chats_area {
    padding: 10px;
    background-color: var(--bg-extra-dark);
    border-radius: 9px;
    min-height: 95%;
    max-height: 95%;
    overflow-x: auto;
    gap: 30px
}

.mobile_chats .chats_area .chat_message {
    height: max-content
}

@media screen and (min-width: 769px) {
    .mobile_chats {
        display:none
    }
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color] {
    font-size: 16px!important
}

.game_banner .description {
    max-width: 60%
}

@media screen and (max-width: 900px) {
    .game_banner .description {
        max-width:100%
    }
}

.swiper {
    width: 100%!important
}

.pack_selector_dropdown {
    position: relative
}

.pack_selector_dropdown button img {
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

.pack_selector_dropdown button.opened img {
    transform: rotate(-90deg)
}

.pack_selector_dropdown .packs_list {
    position: absolute;
    height: max-content;
    width: 100%;
    background-color: var(--bg-main);
    border: 1px solid var(--stroke-dark);
    border-radius: 6px;
    padding: 10px 18px;
    top: 120%;
    left: 0;
    z-index: 19
}

.pack_selector_dropdown .packs_list .routes {
    width: 100%
}

.booster_dashboard_banner {
    padding: 30px;
    background-color: var(--bg-extra-dark);
    border-radius: 12px;
    position: relative
}

.booster_dashboard_banner .booster_avatar_container {
    position: relative
}

.booster_dashboard_banner .booster_avatar_container .booster_avatar {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100px;
    border-radius: 50%
}

.booster_dashboard_banner .booster_avatar_container .online-indicator {
    position: absolute;
    right: 0;
    bottom: 3px
}

.booster_dashboard_banner .booster_avatar_container .online-indicator-online {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: var(--green);
    border: 2px solid var(--bg-main);
    bottom: 6px;
    right: 6px;
    border-radius: 50%;
    animation: pulse-animation-greens 1s linear infinite
}

.booster_dashboard_banner>* {
    z-index: 1
}

.booster_dashboard_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    border-radius: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
}

.booster_dashboard_banner.top:after {
    background-image: url(/images/top_booster_bg.webp)
}

.booster_dashboard_banner.expert:after {
    background-image: url(/images/export_booster_bg.webp)
}

.booster_rating {
    padding: 5px 12px;
    border-radius: 16px;
    border: 1px solid var(--white-opace);
    display: flex;
    z-index: 1;
    gap: 10px
}

.booster_rating svg path {
    fill: var(--orange)
}

.online_boosters {
    background-color: var(--orange);
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    animation: pulse-animation-green 1s linear infinite
}

.online_boosters.league-of-legends-boost,.online_boosters.valorant-boost,.online_boosters.rainbow-six-siege-boost,.online_boosters.rocket-league-boost,.online_boosters.overwatch-2-boost,.online_boosters.dota-2-boost,.online_boosters.apex-legends-boost,.online_boosters.fortnite-boost,.online_boosters.teamfight-tactics-boost {
    background-color: var(--green);
    animation: pulse-animation-greens 1s linear infinite
}

.main_sidebar {
    height: 100%;
    min-height: 100vh;
    padding: 12px 0;
    position: fixed;
    width: 200px;
    border-right: 1px solid var(--stroke-medium);
    z-index: 11;
    background-color: var(--bg-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    transition: width .4s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
    overflow-x: hidden
}

.main_sidebar hr {
    max-width: 20px
}

.main_sidebar .online_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px
}

.main_sidebar .sidebar_logo {
    width: 40px;
    height: auto;
    object-fit: contain
}

.main_sidebar .logo_text {
    width: 40%;
    object-fit: contain
}

.main_sidebar .sidebar_tab {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    max-height: 30px;
    padding: 20px 0
}

.main_sidebar .sidebar_tab.default {
    background-image: url(/images/effects/sidebar_hover.png);
    background-repeat: no-repeat;
    background-size: 0;
    background-position: left center;
    position: relative
}

.main_sidebar .sidebar_tab.default:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    height: 48px;
    width: 10px;
    opacity: 0;
    background-image: url(/images/effects/sidebar_active.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-3.5px,-50%);
    transition: opacity .15s ease-in-out
}

.main_sidebar .sidebar_tab.default svg path {
    fill: #9a9a9a
}

.main_sidebar .sidebar_tab.default.active {
    background-size: contain
}

.main_sidebar .sidebar_tab.default.active:before {
    opacity: 1
}

.main_sidebar .sidebar_tab.default.active .sidebar-title {
    color: var(--text-white)
}

.main_sidebar .sidebar_tab.default.active img {
    filter: grayscale(100%) brightness(0) invert(100%) sepia(0) saturate(0) hue-rotate(0deg)
}

.main_sidebar .sidebar_tab.default.active svg path {
    fill: #fff
}

.main_sidebar .sidebar_tab .sidebar_icon {
    width: 50px;
    justify-content: flex-start;
    padding-left: 20px
}

.main_sidebar .sidebar_tab .sidebar-title {
    opacity: 1;
    color: var(--text-light)
}

.main_sidebar .sidebar_tab:hover {
    background-size: contain
}

.main_sidebar.collapsed {
    width: 60px;
    overflow-y: hidden
}

.main_sidebar.collapsed .logo_text {
    display: none
}

.main_sidebar.collapsed .sidebar_tab .sidebar-title {
    opacity: 0
}

.main_sidebar:hover.collapsed {
    width: 200px;
    overflow-y: auto
}

.main_sidebar:hover.collapsed .logo_text {
    display: flex
}

.main_sidebar:hover.collapsed .sidebar_tab .sidebar-title {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .main_sidebar {
        left:-60%;
        width: 60%;
        max-width: 220px;
        transition: left .2s ease-in-out
    }

    .main_sidebar .routes {
        margin-bottom: 100px
    }

    .main_sidebar.mobile_open {
        left: 0%
    }
}

.routes_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg-main)
}

.opened_nav_bar {
    position: fixed;
    bottom: calc(0% + 52px);
    left: 0;
    width: 100%;
    height: calc(100% - 52px);
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: var(--bg-main);
    z-index: 20;
    max-height: calc(100% - 52px);
    padding: 12px 18px;
    transition: all .5s cubic-bezier(.65,0,.35,1);
    transition-delay: .05s
}

.opened_nav_bar .field {
    border-radius: 6px;
    border: 1px solid var(--Stroke-Medium,#27292b);
    background: var(--BG-Medium,#121517);
    min-height: 48px;
    padding: 0 12px 0 16px
}

.opened_nav_bar .search_field {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--text-white)
}

.opened_nav_bar .search_field::placeholder {
    color: var(--text-gray)
}

.opened_nav_bar.closed {
    pointer-events: none;
    visibility: none;
    padding: 12px 18px;
    background-color: transparent
}

.opened_nav_bar .tab {
    width: 54px;
    height: 54px
}

.opened_nav_bar .tab.active svg path {
    fill: var(--orange)
}

.opened_nav_bar .routes {
    overflow: auto
}

.opened_nav_bar .mobile_route {
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0 20px;
    height: 48px;
    min-height: 48px;
    border-radius: 7px;
    background: var(--BG-Medium,#121517);
    position: relative;
    background-image: url(/images/effects/sidebar_hover.png);
    background-repeat: no-repeat;
    background-size: 0;
    background-position: left center
}

.opened_nav_bar .mobile_route:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    height: 48px;
    width: 10px;
    opacity: 0;
    background-image: url(/images/effects/sidebar_active.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-3.5px,-50%);
    transition: opacity .15s ease-in-out
}

.opened_nav_bar .mobile_route .sidebar_icon {
    justify-content: flex-start;
    padding-left: 20px
}

.opened_nav_bar .mobile_route .language_image {
    transform: rotate(0);
    width: 25px;
    border-radius: 6px;
    height: auto;
    object-fit: contain
}

.opened_nav_bar .mobile_route.active {
    background-size: contain
}

.opened_nav_bar .mobile_route.active:before {
    opacity: 1
}

.opened_nav_bar .mobile_route.active .sidebar-title {
    color: var(--text-white)
}

.opened_nav_bar .mobile_route.active svg path {
    fill: #fff
}

.opened_games_list {
    position: fixed;
    bottom: calc(0% + 52px);
    left: 0;
    width: 100%;
    height: 0;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    background-color: var(--bg-main);
    z-index: 20;
    transition: all .3s cubic-bezier(.4,.68,.07,.65);
    max-height: calc(100% - 52px)
}

.opened_games_list.opened {
    height: calc(100% - 52px);
    padding: 12px 18px
}

.opened_games_list.closed {
    padding: 0
}

.opened_games_list.closed>* {
    display: none
}

.opened_games_list .close_button {
    height: 48px;
    width: 48px;
    border-radius: 36px;
    border: 1px solid var(--stroke-dark)
}

.opened_games_list .games_list {
    overflow: auto
}

.opened_games_list .game_tab {
    width: 100%;
    height: 40px
}

.opened_games_list .game_tab.tab_disabled {
    pointer-events: none
}

.opened_games_list .game_tab.tab_disabled img {
    opacity: .5;
    filter: saturate(0%)
}

.bottom_tab_bar {
    width: 100%;
    background-color: var(--bg-main);
    position: fixed;
    bottom: 0;
    height: 54px;
    padding: 0 21px;
    border-top: 1px solid var(--stroke-medium);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 21
}

@media screen and (min-width: 769px) {
    .bottom_tab_bar {
        display:none
    }
}

.sidebar_mask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--text-white);
    z-index: 10;
    opacity: .025;
    display: none;
    pointer-events: none
}

.sidebar_mask.active_mask {
    display: block;
    pointer-events: all
}

@media screen and (min-width: 769px) {
    .sidebar_mask {
        display:none
    }

    .sidebar_mask.active_mask {
        display: none;
        pointer-events: none
    }
}

.top_bar_container {
    width: 100%;
    height: max-content;
    position: relative
}

@media screen and (max-width: 768px) {
    .top_bar_container {
        height:100%
    }
}

.game_selector {
    min-width: 220px;
    max-width: 220px;
    padding: 5px 13px 5px 5px;
    border: 1px solid var(--stroke-dark);
    background-color: var(--navigation-opace);
    border-radius: 6px;
    cursor: pointer;
    position: relative
}

.game_selector .icon {
    width: 30px;
    height: 30px;
    object-fit: cover
}

.game_selector .game_list_dropdown {
    position: absolute;
    top: 120%;
    left: 0;
    max-height: 200px;
    overflow: auto;
    background-color: var(--bg-main);
    border: 1px solid var(--stroke-dark);
    width: 100%;
    padding: 5px 13px 5px 5px;
    border-radius: 6px;
    z-index: 22;
    height: 200px
}

.game_selector .disabled {
    pointer-events: none;
    filter: saturate(0%);
    opacity: .8
}

@media screen and (max-width: 768px) {
    .game_selector {
        min-width:max-content;
        width: 180px
    }
}

.home_banner {
    padding: 50px 0;
    height: 385px
}

.home_banner .review_banner {
    padding: 9px 7px;
    max-width: max-content;
    border-radius: 6px
}

.home_banner .review_banner.reviewio {
    border: 1px solid #7a4f28
}

.home_banner .review_banner.reviewio p {
    color: var(--light-orange)
}

.home_banner .review_banner.reviewio img {
    width: 87px;
    height: auto;
    object-fit: contain
}

.home_banner .review_banner.reviewio img.small {
    width: 18px
}

.home_banner .review_banner.trustpilot {
    border: 1px solid #275143
}

.home_banner .review_banner.trustpilot p {
    color: #c9fdec
}

.home_banner .review_banner.trustpilot img {
    width: 70px;
    height: auto;
    object-fit: contain
}

.safe_secure_container .review_banner {
    width: 100%;
    padding: 9px 7px;
    border-radius: 6px;
    justify-content: center!important
}

.safe_secure_container .review_banner.reviewio {
    border: 1px solid #7a4f28
}

.safe_secure_container .review_banner.reviewio p {
    color: var(--light-orange)
}

.safe_secure_container .review_banner.reviewio img {
    width: 87px;
    height: auto;
    object-fit: contain
}

.safe_secure_container .review_banner.reviewio img.small {
    width: 18px
}

.safe_secure_container .review_banner.trustpilot {
    border: 1px solid #275143
}

.safe_secure_container .review_banner.trustpilot p {
    color: #c9fdec
}

.safe_secure_container .review_banner.trustpilot img {
    width: 87px;
    height: auto;
    object-fit: contain
}

.safe_secure_container .review_banner.trustpilot img.small {
    width: 18px
}

.textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    height: 100%;
    min-height: 134px;
    padding: 11px 12px;
    font-size: 16px;
    resize: none;
    border: 1px solid var(--stroke-medium)
}

.textarea.about_box {
    min-height: 100px;
    background: var(--bg-medium);
    border-radius: 6px
}

.textarea.chat {
    min-height: unset;
    padding: 11.5px 11px 11.5px 12px;
    height: 43px;
    border-radius: 12px;
    border: 1px solid var(--stroke-medium);
    background: var(--bg-medium);
    line-height: 18px
}

.textarea.chat.single_row {
    white-space: nowrap
}

.textarea.primary {
    background-color: var(--bg-medium)
}

.textarea.message_box {
    background-color: transparent;
    min-height: 61px
}

.textarea.bio_box {
    background: var(--bg-medium);
    min-height: 61px
}

.textarea.review_box {
    background: var(--bg-medium);
    min-height: 100px;
    border-radius: 6px
}

.textarea.transparent {
    background-color: transparent
}

.date_picker {
    background-color: var(--bg-medium);
    border: 1px solid var(--stroke-medium);
    cursor: pointer;
    width: 100%;
    transition: all .2s ease-in-out;
    outline: none
}

.date_picker.disabled {
    opacity: .5;
    pointer-events: none
}

.date_picker.medium {
    height: 42px;
    padding: 12px
}

.date_picker svg path {
    fill: var(--text-white)
}

.date_picker:hover {
    border: 1px solid var(--stroke-orange)
}

.date_picker:focus-within {
    border: 1px solid var(--orange)
}

.input_field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 12px
}

.input_field.disabled {
    opacity: .5;
    pointer-events: none
}

.input_field .input_field_container {
    width: 100%;
    height: 100%;
    height: 48px;
    border: 1px solid var(--stroke-medium);
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: var(--bg-medium);
    padding: 0 15px
}

.input_field .input_field_container.medium {
    height: 42px;
    padding: 12px
}

.input_field .input_field_container.small {
    height: 36px;
    padding: 0
}

.input_field .input_field_container.outlined {
    background-color: transparent;
    border: 1px solid var(--stroke-dark)
}

.input_field .input_field_container.transparent {
    background-color: transparent;
    border: none
}

.input_field .input_field_container.transparent:hover {
    border: none
}

.input_field .input_field_container.transparent:focus-within {
    border: none
}

.input_field .input_field_container.errored {
    position: relative;
    border: none
}

.input_field .input_field_container.errored:hover {
    border: none
}

.input_field .input_field_container.errored:focus-within {
    border: none
}

.input_field .input_field_container.errored:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border-left: 1.5px solid transparent;
    border-right: 1.5px solid transparent;
    background: linear-gradient(#fc485a 100%,#fff 50%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: 0
}

.input_field .input_field_container:hover {
    border: 1px solid var(--stroke-orange)
}

.input_field .input_field_container .input_field {
    font-size: 16px;
    background-color: transparent;
    outline: none;
    border: none;
    z-index: 2;
    height: 45px
}

.input_field .input_field_container:focus-within {
    border: 1px solid var(--orange)
}

.input_field .input_field_container.disabled {
    opacity: 50%;
    pointer-events: none;
    background-color: transparent
}

.divider_container .left_div,.divider_container .right_div {
    width: 45%;
    height: 1px;
    background-color: var(--stroke-dark)
}

.divider_container.no_show_or .left_div {
    width: 100%
}

.divider_container.no_show_or .right_div {
    display: none
}

.search_bar_container .search_bar_field {
    position: fixed;
    height: 40px;
    top: 15px;
    left: 12.5%;
    background-color: var(--bg-dark);
    border: 1px solid var(--stroke-dark);
    padding: 15px 12px;
    width: calc(100% - 650px);
    z-index: 16;
    border-radius: 20px;
    height: 42px
}

.search_bar_container .search_bar_field .field svg {
    transform: rotate(-90deg)
}

.search_bar_container .search_bar_field .field svg path {
    fill: var(--text-white)
}

.search_bar_container .search_bar_field .search_field {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--text-white)
}

.search_bar_container .search_bar_field .search_field::placeholder {
    color: var(--text-gray)
}

.search_bar_container .search_bar_field:focus-within {
    border: 1px solid var(--orange)
}

.search_bar_container .search_results_area {
    position: fixed;
    height: max-content;
    max-height: calc(100vh - 84px);
    width: calc(100% - 20vw);
    z-index: 16;
    top: 94px;
    left: 12.5%;
    overflow: auto
}

@media screen and (min-width: 1441px) {
    .search_bar_container .search_results_area {
        width:calc(100% - 18vw)
    }
}

@media screen and (max-width: 768px) {
    .search_bar_container .search_bar_field,.search_bar_container .search_results_area {
        width:80%;
        left: 10%
    }
}

.game_boost_result {
    padding: 9px 18px;
    border-radius: 9px;
    background-color: transparent;
    transform: all .2s ease-in;
    cursor: pointer;
    position: relative
}

.game_boost_result .booster_games {
    position: relative
}

.game_boost_result .booster_games .game_icon {
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: auto;
    object-fit: contain;
    position: absolute;
    padding: 3px;
    border-radius: 3px
}

.game_boost_result .booster_games .game_icon:not(:first-child) {
    padding: 3px;
    background-color: var(--bg-dark)
}

.game_boost_result .booster_rating svg path {
    fill: var(--blue);
    stroke: none!important
}

.game_boost_result svg path {
    stroke: var(--white-opace);
    transform: all .2s ease-in
}

.game_boost_result:hover {
    background-color: var(--bg-dark)
}

.game_boost_result:hover svg path {
    stroke: var(--orange)
}

.search_bar_mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 15;
    background-color: #000000f2
}

.online_boosters_chip {
    padding: 6px 12px;
    background-color: var(--tags-opace);
    border-radius: 40px;
    max-width: max-content;
    cursor: default
}

.online_boosters_chip span {
    margin-right: 6px
}

.online_boosters_chip.league-of-legends-boost span {
    color: var(--lol)!important
}

.online_boosters_chip.league-of-legends-boost .online_boosters {
    background-color: var(--lol);
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    animation: pulse-animation-lol 1s linear infinite
}

.online_boosters_chip.valorant-boost span {
    color: var(--val)!important
}

.online_boosters_chip.valorant-boost .online_boosters {
    background-color: var(--val);
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    animation: pulse-animation-val 1s linear infinite
}

.online_boosters_chip.rainbow-six-siege-boost span {
    color: var(--r6s)!important
}

.online_boosters_chip.rainbow-six-siege-boost .online_boosters {
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    background-color: var(--r6s);
    animation: pulse-animation-r6s 1s linear infinite
}

.online_boosters_chip.overwatch-2-boost span {
    color: var(--overwatch-2)!important
}

.online_boosters_chip.overwatch-2-boost .online_boosters {
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    background-color: var(--overwatch-2);
    animation: pulse-animation-ow2 1s linear infinite
}

.online_boosters_chip.counter-strike-2-boost span {
    color: var(--cs2)!important
}

.online_boosters_chip.counter-strike-2-boost .online_boosters {
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    background-color: var(--cs2);
    animation: pulse-animation-ow2 1s linear infinite
}

.online_boosters_chip.teamfight-tactics-boost span {
    color: var(--teamfight)!important
}

.online_boosters_chip.teamfight-tactics-boost .online_boosters {
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    background-color: var(--teamfight-card);
    animation: pulse-animation-tft 1s linear infinite
}

.online_boosters_chip.rocket-league-boost span {
    color: var(--rocket-league)!important
}

.online_boosters_chip.rocket-league-boost .online_boosters {
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    background-color: var(--rocket-league);
    animation: pulse-animation-rl 1s linear infinite
}

.game_pack_container .hide-show-all {
    visibility: hidden
}

.game_pack_cards_container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 20px;
    border-radius: 9px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch
}

.game_pack_cards_container::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 900px) {
    .game_pack_cards_container {
        min-height:310px
    }
}

.game_pack_card {
    min-width: 100%;
    width: 100%;
    min-height: 330px;
    flex-shrink: 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-color: var(--bg-extra-dark);
    cursor: pointer;
    border-radius: 9px;
    z-index: 1
}

.game_pack_card:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    filter: blur(80px);
    opacity: .2;
    transition: all .25s ease-in;
    -webkit-transform: translate3d(90%,90%,0);
    z-index: 0
}

.game_pack_card .no_pointer {
    pointer-events: none
}

.game_pack_card:hover:before {
    opacity: 1
}

.game_pack_card .title {
    word-wrap: break-word
}

.game_pack_card .pack_index {
    border: 1px solid var(--stroke-medium);
    padding: 3px 7px;
    width: 42px;
    text-align: center;
    border-radius: 4px
}

.game_pack_card .pack_image {
    position: absolute;
    width: 70%;
    height: auto;
    object-fit: contain;
    bottom: -10px;
    z-index: 0;
    right: -10px;
    max-width: 170px
}

.game_pack_card .perk_list {
    margin-left: 10px;
    list-style-type: none
}

.game_pack_card .perk_list li {
    margin-bottom: 2.5px
}

.game_pack_card .arrow_right {
    z-index: 1;
    transition: all .2s ease;
    width: 36px;
    padding: 0 10px;
    height: 36px;
    background-color: #171b1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden
}

.game_pack_card .arrow_right .text {
    opacity: 0;
    display: none;
    width: 0%
}

.game_pack_card.fortnite-rocket-racing-boost .pack_image {
    position: absolute;
    width: 70%;
    height: auto;
    object-fit: contain;
    bottom: 8px;
    z-index: 0;
    right: 5px
}

.game_pack_card.league-of-legends-boost:before {
    background-color: var(--lol-card)
}

.game_pack_card.league-of-legends-boost .perk_list {
    list-style-image: url(/images/games/league-of-legends-boost/star.svg)
}

.game_pack_card.league-of-legends-boost:hover .arrow_right {
    width: max-content;
    background-color: var(--lol)
}

.game_pack_card.league-of-legends-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.valorant-boost:before {
    background-color: var(--val-card)
}

.game_pack_card.valorant-boost .perk_list {
    list-style-image: url(/images/games/valorant-boost/star.svg)
}

.game_pack_card.valorant-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--val)
}

.game_pack_card.valorant-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.rainbow-six-siege-boost:before {
    background-color: var(--r6s-card)
}

.game_pack_card.rainbow-six-siege-boost .perk_list {
    list-style-image: url(/images/games/rainbow-six-siege-boost/star.svg)
}

.game_pack_card.rainbow-six-siege-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--r6s-card)
}

.game_pack_card.rainbow-six-siege-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.overwatch-2-boost:before {
    background-color: var(--overwatch-2-card)
}

.game_pack_card.overwatch-2-boost .perk_list {
    list-style-image: url(/images/games/overwatch-2-boost/star.svg)
}

.game_pack_card.overwatch-2-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--overwatch-2-card)
}

.game_pack_card.overwatch-2-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.counter-strike-2-boost .perk_list {
    list-style-image: url(/images/games/overwatch-2-boost/star.svg)
}

.game_pack_card.rocket-league-boost:before {
    background-color: var(--rocket-league)
}

.game_pack_card.rocket-league-boost .perk_list {
    list-style-image: url(/images/games/rocket-league-boost/star.svg)
}

.game_pack_card.rocket-league-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--rocket-league)
}

.game_pack_card.rocket-league-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.counter-strike-2-boost:before {
    background-color: var(--cs2-card)
}

.game_pack_card.counter-strike-2-boost .perk_list {
    list-style-image: url(/images/games/overwatch-2-boost/star.svg)
}

.game_pack_card.counter-strike-2-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--cs2-card)
}

.game_pack_card.counter-strike-2-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.dota-2-boost:before {
    background-color: var(--dota2-card)
}

.game_pack_card.dota-2-boost .perk_list {
    list-style-image: url(/images/games/dota-2-boost/star.svg)
}

.game_pack_card.dota-2-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--dota2-card)
}

.game_pack_card.dota-2-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.apex-legends-boost:before {
    background-color: var(--apex)
}

.game_pack_card.apex-legends-boost .perk_list {
    list-style-image: url(/images/games/apex-legends-boost/star.svg)
}

.game_pack_card.apex-legends-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--apex)
}

.game_pack_card.apex-legends-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.fortnite-boost:before {
    background-color: var(--fortnite)
}

.game_pack_card.fortnite-boost .perk_list {
    list-style-image: url(/images/games/fortnite-boost/star.svg)
}

.game_pack_card.fortnite-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--fortnite)
}

.game_pack_card.fortnite-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.teamfight-tactics-boost:before {
    background-color: var(--teamfight)
}

.game_pack_card.teamfight-tactics-boost .perk_list {
    list-style-image: url(/images/games/teamfight-tactics-boost/star.svg)
}

.game_pack_card.teamfight-tactics-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--teamfight)
}

.game_pack_card.teamfight-tactics-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.game_pack_card.the-finals-boost:before {
    background-color: var(--thefinals)
}

.game_pack_card.the-finals-boost .perk_list {
    list-style-image: url(/images/games/the-finals-boost/star.svg)
}

.game_pack_card.the-finals-boost:hover .arrow_right {
    width: 102px;
    background-color: var(--thefinals)
}

.game_pack_card.the-finals-boost:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

@media screen and (min-width: 2000px) {
    .game_pack_card {
        max-width:300px
    }
}

@media screen and (max-width: 1024px) {
    .game_pack_card {
        min-width:100%;
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .game_pack_card {
        min-width:100%;
        width: 100%;
        min-height: 280px
    }

    .game_pack_card .pack_image {
        width: 60%;
        max-width: 150px
    }

    .game_pack_card:before {
        opacity: .5!important
    }

    .game_pack_card:hover:before {
        opacity: .5!important
    }
}

@media screen and (max-width: 768px) {
    .game_pack_card {
        min-height:180px
    }
}

.game_booster:hover {
    background-color: var(--bg-dark);
    border-radius: 6px
}

.game_booster_card {
    width: 100%;
    min-height: 210px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    background-color: var(--bg-extra-dark);
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.game_booster_card .avatar {
    width: 100px;
    height: auto;
    object-fit: contain;
    z-index: 1;
    border-radius: 50%
}

.game_booster_card .username_text {
    max-width: 10ch;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1
}

.game_booster_card .flag_icon {
    width: 20px;
    height: 14.545px;
    object-fit: cover;
    z-index: 1;
    border-radius: 3.12px
}

.game_booster_card .rank_icon {
    width: 24px;
    height: 21px;
    object-fit: contain;
    z-index: 1
}

.game_booster_card .booster_rating {
    padding: 5px 12px;
    border-radius: 16px;
    border: 1px solid var(--white-opace);
    display: flex;
    z-index: 1;
    gap: 10px
}

.game_booster_card:before {
    content: "";
    position: absolute;
    right: -10%;
    bottom: 0;
    height: 50%;
    width: 100%;
    filter: blur(83.111114502px);
    opacity: 0;
    transition: all .25s ease-in;
    z-index: 0
}

.game_booster_card:hover:before {
    opacity: .3
}

.game_booster_card.league-of-legends-boost:before {
    background-color: var(--lol-card)
}

.game_booster_card.valorant-boost:before {
    background-color: var(--val-card)
}

.game_booster_card.rainbow-six-siege-boost:before {
    background-color: var(--r6s-card)
}

.game_booster_card.overwatch-2-boost:before {
    background-color: var(--overwatch-2)
}

.game_booster_card.counter-strike-2-boost:before {
    background-color: var(--cs2)
}

.game_booster_card.rocket-league-boost:before {
    background-color: var(--rocket-league)
}

.game_booster_card.dota-2-boost:before {
    background-color: var(--dota2)
}

.game_booster_card.apex-legends-boost:before {
    background-color: var(--apex)
}

.game_booster_card.fortnite-boost:before {
    background-color: var(--fortnite)
}

.game_booster_card.teamfight-tactics-boost:before {
    background-color: var(--teamfight-card)
}

@media screen and (min-width: 2000px) {
    .game_booster_card {
        max-width:240px
    }
}

.stripe-payment-form {
    display: none
}

.stripe-payment-form.visible {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
}

.stripe-payment-form form {
    width: 100%;
    align-self: center;
    padding: 10px 10px 10px 40px
}

.stripe-payment-form .hidden {
    display: none
}

.stripe-payment-form #payment-message {
    color: #697386;
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center
}

.stripe-payment-form #payment-element {
    margin-bottom: 24px
}

.stripe-payment-form button {
    background: #5469d4;
    font-family: Arial,sans-serif;
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all .2s ease;
    box-shadow: 0 4px 5.5px #00000012;
    width: 100%
}

.stripe-payment-form button:hover {
    filter: contrast(115%)
}

.stripe-payment-form button:disabled {
    opacity: .5;
    cursor: default
}

.stripe-payment-form .spinner,.stripe-payment-form .spinner:before,.stripe-payment-form .spinner:after {
    border-radius: 50%
}

.stripe-payment-form .spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.stripe-payment-form .spinner:before,.stripe-payment-form .spinner:after {
    position: absolute;
    content: ""
}

.stripe-payment-form .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -.2px;
    left: -.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s
}

.stripe-payment-form .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -.1px;
    left: 10.2px;
    -webkit-transform-origin: 0 10.2px;
    transform-origin: 0 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

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

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

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

@media only screen and (max-width: 600px) {
    .stripe-payment-form form {
        width:80vw;
        min-width: initial
    }
}

.membership_banner {
    padding: 3.75vh 3.75vw;
    background-image: url(/images/membership_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    margin-top: 15vh;
    gap: 54px
}

.membership_banner .left-side {
    gap: 3.3vw;
    padding: 5vh 3.3vw;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border: 1.5px solid rgba(255,255,255,.3);
    background-color: #ffffff0a;
    border-radius: 12px
}

.membership_banner .left-side .monthly_year_chip {
    border-radius: 56px;
    background: rgba(255,255,255,.1);
    padding: 3px;
    max-width: max-content;
    position: relative
}

.membership_banner .left-side .monthly_year_chip button {
    padding: 7px 15px;
    text-align: center;
    position: relative;
    z-index: 1
}

.membership_banner .left-side .monthly_year_chip button.active {
    color: var(--text-black)
}

.membership_banner .left-side .monthly_year_chip button.active:after {
    color: var(--text-black)!important
}

.membership_banner .left-side .monthly_year_chip button.yearly:after {
    content: "-20%";
    position: absolute;
    right: 10%;
    top: 0;
    font-size: 8px;
    color: var(--light-blue)
}

.membership_banner .left-side .monthly_year_chip:before {
    content: "";
    position: absolute;
    top: 3.5px;
    left: 0;
    background-color: var(--text-white);
    height: calc(100% - 7px);
    width: 50%;
    border-radius: 56px;
    transition: all .2s ease
}

.membership_banner .left-side .monthly_year_chip.monthly:before {
    left: 5px
}

.membership_banner .left-side .monthly_year_chip.yearly:before {
    left: calc(50% - 5px)
}

.membership_banner .left-side .membership_icon {
    width: 100%;
    min-width: 175px;
    height: auto;
    object-fit: contain;
    max-width: 250px
}

.membership_banner .left-side button svg path {
    fill: var(--text-black)
}

.membership_banner .perks_container {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,1fr);
    grid-column-gap: 48px;
    grid-row-gap: 30px;
    margin-top: 20px
}

.membership_banner .perks_container .perk {
    height: max-content
}

.membership_banner .perks_container:after {
    display: none
}

@media screen and (max-width: 768px) {
    .membership_banner .perks_container {
        grid-template-columns:repeat(1,1fr);
        grid-template-rows: repeat(8,1fr)
    }
}

.membership_banner.membership_dashboard_banner {
    flex-direction: column!important;
    background-image: none;
    margin-top: 0
}

.membership_banner.membership_dashboard_banner .left-side {
    flex-direction: row-reverse
}

.membership_banner.modal_membership {
    max-height: 90vh;
    overflow: auto;
    margin-top: 0;
    justify-content: flex-start;
    max-width: 90vw;
    background-color: var(--bg-main)
}

@media screen and (max-width: 1200px) {
    .membership_banner,.membership_banner.membership_dashboard_banner .left-side {
        flex-direction:column
    }
}

@media screen and (max-width: 768px) {
    .membership_banner {
        margin-top:2.5vh;
        background-position: 0 0
    }
}

.e_learning_banner {
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background-color: var(--bg-extra-dark)
}

.e_learning_banner>* {
    z-index: 2
}

.e_learning_banner:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 12px
}

.e_learning_banner:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    max-width: 100%;
    bottom: 0;
    right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1
}

.e_learning_banner .arrow_right {
    z-index: 1;
    transition: all .2s ease;
    width: 36px;
    padding: 0 10px;
    height: 36px;
    background-color: #171b1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden
}

.e_learning_banner .arrow_right .text {
    opacity: 0;
    display: none;
    width: 0%
}

.e_learning_banner:hover .arrow_right {
    width: 102px
}

.e_learning_banner:hover .arrow_right .text {
    display: block;
    width: 100%;
    opacity: 1
}

.e_learning_banner.league-of-legends-boost:before {
    background-image: url(/images/games/league-of-legends-boost/e_learning_bg_1.webp)
}

.e_learning_banner.league-of-legends-boost:after {
    background-image: url(/images/games/league-of-legends-boost/e_learning_bg.webp)
}

.e_learning_banner.league-of-legends-boost .title {
    color: var(--lol-card)
}

.e_learning_banner.league-of-legends-boost svg path {
    fill: var(--lol-card)
}

.e_learning_banner.valorant-boost:before {
    background-image: url(/images/games/valorant-boost/e_learning_bg_1.webp)
}

.e_learning_banner.valorant-boost:after {
    background-image: url(/images/games/valorant-boost/e_learning_bg.webp)
}

.e_learning_banner.valorant-boost .title {
    color: var(--val)
}

.e_learning_banner.valorant-boost svg path {
    fill: var(--val)
}

.e_learning_banner.rainbow-six-siege-boost:before {
    background-image: url(/images/games/rainbow-six-siege-boost/e_learning_bg_1.webp)
}

.e_learning_banner.rainbow-six-siege-boost:after {
    background-image: url(/images/games/rainbow-six-siege-boost/e_learning_bg.webp)
}

.e_learning_banner.rainbow-six-siege-boost .title {
    color: var(--r6s)
}

.e_learning_banner.rainbow-six-siege-boost svg path {
    fill: var(--r6s)
}

.e_learning_banner.overwatch-2-boost:before {
    background-image: url(/images/games/overwatch-2-boost/e_learning_bg_1.webp)
}

.e_learning_banner.overwatch-2-boost:after {
    background-image: url(/images/games/overwatch-2-boost/e_learning_bg.webp)
}

.e_learning_banner.overwatch-2-boost .title {
    color: var(--overwatch-2)
}

.e_learning_banner.overwatch-2-boost svg path {
    fill: var(--overwatch-2)
}

.e_learning_banner.counter-strike-2-boost:before {
    background-image: url(/images/games/counter-strike-2-boost/e_learning_bg_1.webp)
}

.e_learning_banner.counter-strike-2-boost:after {
    background-image: url(/images/games/counter-strike-2-boost/e_learning_bg.webp)
}

.e_learning_banner.counter-strike-2-boost .title {
    color: var(--cs2)
}

.e_learning_banner.counter-strike-2-boost svg path {
    fill: var(--cs2)
}

.e_learning_banner.rocket-league-boost:before {
    background-image: url(/images/games/rocket-league-boost/e_learning_bg_1.webp)
}

.e_learning_banner.rocket-league-boost:after {
    background-image: url(/images/games/rocket-league-boost/e_learning_bg.webp)
}

.e_learning_banner.rocket-league-boost .title {
    color: var(--rocket-league)
}

.e_learning_banner.rocket-league-boost svg path {
    fill: var(--rocket-league)
}

.e_learning_banner.dota-2-boost:before {
    background-image: url(/images/games/dota-2-boost/e_learning_bg_1.webp)
}

.e_learning_banner.dota-2-boost:after {
    background-image: url(/images/games/dota-2-boost/e_learning_bg.webp)
}

.e_learning_banner.dota-2-boost .title {
    color: var(--dota2)
}

.e_learning_banner.dota-2-boost svg path {
    fill: var(--dota2)
}

.e_learning_banner.apex-legends-boost:before {
    background-image: url(/images/games/apex-legends-boost/e_learning_bg_1.webp)
}

.e_learning_banner.apex-legends-boost:after {
    background-image: url(/images/games/apex-legends-boost/e_learning_bg.webp)
}

.e_learning_banner.apex-legends-boost .title {
    color: var(--apex)
}

.e_learning_banner.apex-legends-boost svg path {
    fill: var(--apex)
}

.e_learning_banner.fortnite-boost:before {
    background-image: url(/images/games/fortnite-boost/e_learning_bg_1.webp)
}

.e_learning_banner.fortnite-boost:after {
    background-image: url(/images/games/fortnite-boost/e_learning_bg.webp)
}

.e_learning_banner.fortnite-boost .title {
    color: var(--fortnite)
}

.e_learning_banner.fortnite-boost svg path {
    fill: var(--fortnite)
}

.e_learning_banner.teamfight-tactics-boost:before {
    background-image: url(/images/games/teamfight-tactics-boost/e_learning_bg_1.webp)
}

.e_learning_banner.teamfight-tactics-boost:after {
    background-image: url(/images/games/teamfight-tactics-boost/e_learning_bg.webp)
}

.e_learning_banner.teamfight-tactics-boost .title {
    color: var(--teamfight)
}

.e_learning_banner.teamfight-tactics-boost svg path {
    fill: var(--teamfight)
}

.e_learning_banner.the-finals-boost:before {
    background-image: url(/images/games/the-finals-boost/e_learning_bg_1.webp)
}

.e_learning_banner.the-finals-boost:after {
    background-image: url(/images/games/the-finals-boost/e_learning_bg.webp)
}

.e_learning_banner.the-finals-boost .title {
    color: var(--thefinals)
}

.e_learning_banner.the-finals-boost svg path {
    fill: var(--thefinals)
}

@media screen and (min-width: 1201px) {
    .e_learning_banner .banner_options {
        flex:5
    }

    .e_learning_banner .banner_image_mobile {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .e_learning_banner {
        padding-bottom:0
    }

    .e_learning_banner:before {
        background-size: cover
    }

    .e_learning_banner:after {
        background-image: none!important;
        height: 75%;
        width: 40%;
        filter: blur(65.8215179443px);
        opacity: .1
    }

    .e_learning_banner.league-of-legends-boost:after {
        background-color: var(--lol)
    }

    .e_learning_banner.valorant-boost:after {
        background-color: var(--val)
    }

    .e_learning_banner.rainbow-six-siege-boost:after {
        background-color: var(--r6s)
    }

    .e_learning_banner.overwatch-2-boost:after {
        background-color: var(--overwatch-2)
    }

    .e_learning_banner.counter-strike-2-boost:after {
        background-color: var(--cs2)
    }

    .e_learning_banner.rocket-league-boost:after {
        background-color: var(--rocket-league)
    }

    .e_learning_banner.dota-2-boost:after {
        background-color: var(--dota2)
    }

    .e_learning_banner.apex-legends-boost:after {
        background-color: var(--apex)
    }

    .e_learning_banner.fortnite-boost:after {
        background-color: var(--fortnite)
    }

    .e_learning_banner.teamfight-tactics-boost:after {
        background-color: var(--teamfight)
    }

    .e_learning_banner.the-finals-boost:after {
        background-color: var(--thefinals)
    }

    .e_learning_banner .banner_image_mobile {
        width: 100%;
        height: auto;
        object-fit: cover
    }

    .e_learning_banner .banner_options {
        max-width: 45%
    }
}

.arrow_right {
    transition: all .2s ease;
    width: 36px;
    padding: 0 10px;
    height: 36px;
    background-color: #171b1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    overflow: hidden
}

.chip_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px
}

.chip_container.xs {
    padding: 3px 9px;
    border-radius: 22px;
    height: 22px
}

.chip_container.small {
    padding: 3px 9px 3px 6px;
    border-radius: 40px;
    height: 24px
}

.chip_container.medium {
    padding: 6px;
    height: 24px;
    border-radius: 6px
}

.chip_container.session {
    border: 1px solid #2d476e;
    border-radius: 6px!important;
    background-color: #162032;
    padding: 3px 9px!important
}

.chip_container.session label {
    color: #65a0ff!important
}

.chip_container.session .div_session_color {
    height: .4rem;
    width: .4rem;
    background-color: #65a0ff;
    border-radius: 50%
}

.chip_container.xl {
    padding: 9px 13px;
    border-radius: 25px
}

.chip_container.option {
    background-color: var(--bg-extra-light)
}

.chip_container.primary {
    background-color: var(--orange-opace)
}

.chip_container.process {
    background-color: var(--blue-opace)
}

.chip_container.process label {
    color: var(--blue)!important
}

.chip_container.completed {
    background-color: var(--green-opace)
}

.chip_container.completed label {
    color: var(--green)!important
}

.chip_container.legacy {
    background-color: var(--orange-opace)
}

.chip_container.legacy label {
    color: var(--orange)!important
}

.pack_selector_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.pack_selector_container::-webkit-scrollbar {
    display: none
}

.pack_selector_container .pack_selector {
    width: 100%;
    display: flex;
    padding: 9px 15px;
    border-radius: 6px;
    border: 1px solid var(--stroke-dark);
    cursor: pointer;
    transition: all .2s ease
}

.pack_selector_container .pack_selector .pack-title {
    color: var(--text-gray)
}

.pack_selector_container .pack_selector:hover {
    border: 1px solid var(--stroke-orange)
}

.pack_selector_container .pack_selector:hover .pack-title {
    color: var(--text-white)
}

.pack_selector_container .pack_selector.active {
    border: 1px solid var(--stroke-orange);
    background-color: var(--dark-orange)
}

.pack_selector_container .pack_selector.active .pack-title {
    color: var(--text-white)
}

@media screen and (max-width: 900px) {
    .pack_selector_container .pack_selector:hover {
        border:1px solid var(--stroke-dark)
    }

    .pack_selector_container .pack_selector:hover .pack-title {
        color: var(--text-gray)
    }
}

@media screen and (max-width: 900px) {
    .pack_selector_container {
        flex-direction:row
    }
}

.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 11px 0 12px;
    width: 100%;
    height: 42px;
    min-height: 42px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    outline: none;
    border: none
}

.dropdown .drop_down_search {
    background-color: transparent;
    outline: none;
    border: none;
    color: var(--white)
}

.dropdown.variant-primary,.dropdown.variant-primary .dropdown_list_container {
    background-color: var(--bg-medium);
    border: 1px solid var(--stroke-medium)
}

.dropdown.variant-primary svg {
    stroke: var(--white)
}

.dropdown.variant-transparent {
    background-color: transparent;
    border: 1px solid var(--stroke-medium)
}

.dropdown.variant-transparent .dropdown_list_container {
    background-color: var(--bg-medium);
    border: 1px solid var(--stroke-medium)
}

.dropdown.variant-transparent svg {
    stroke: var(--white)
}

.dropdown .dropdown_list_container {
    height: max-content;
    max-height: 15vh;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: 105%;
    left: 0%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 10;
    gap: 6px
}

.dropdown .dropdown_list_container .item {
    width: 100%;
    outline: none;
    border: none;
    text-align: start;
    padding: 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    z-index: 1
}

@media screen and (max-width: 480px) {
    .dropdown .dropdown_list_container .item {
        padding:16px
    }
}

.dropdown .dropdown_list_container .active_item {
    background-color: var(--bg-main);
    color: var(--white)
}

.dropdown .selected_item {
    color: var(--white);
    white-space: nowrap
}

.dropdown .selected_item.placeholder {
    color: var(--text-gray-dark)!important
}

.dropdown svg {
    stroke: var(--white)
}

@media screen and (max-width: 768px) {
    .dropdown {
        flex:1
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 24px;
    z-index: 0;
    background-color: var(--bg-main);
    border-radius: 34px
}

.switch.disabled,.switch.disabled:hover {
    background: linear-gradient(#1b1c1c,#1b1c1c,#1b1c1c,#1b1c1c)
}

.switch.disabled .slider:before {
    background-color: var(--text-gray)
}

.switch :after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 36px;
    height: 22px;
    background: var(--bg-main);
    top: 0;
    left: 1px;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid var(--stroke-medium)
}

.switch:hover {
    background: linear-gradient(var(--divider),#c4ed4f 50.43%,#c4ed4f 40.43%,var(--divider))
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s
}

.switch .slider:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background-color: var(--text-gray);
    -webkit-transition: .4s;
    transition: .4s
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translate(14px);
    background-color: var(--blue)
}

.switch input:checked+.slider:after {
    border: 1px solid var(--blue)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

.slider-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.slider-container input[type=range] {
    position: relative;
    --webkit-appearance: none;
    --moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 3px;
    outline: none
}

.slider-container input[type=range]::-webkit-slider-runnable-track {
    --webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px
}

.slider-container input[type=range]::-moz-track {
    --moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px
}

.slider-container input[type=range]::-ms-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px
}

.slider-container input[type=range]::-webkit-slider-thumb {
    --webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url(/images/icons/slider-thumb.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin-top: -8px;
    outline: none;
    border: none
}

.slider-container input[type=range]::-moz-range-thumb {
    --moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url(/images/icons/slider-thumb.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin-top: -8px;
    outline: none;
    border: none
}

.slider-container input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-image: url(/images/icons/slider-thumb.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin-top: -8px;
    outline: none;
    border: none
}

.slider-container .range-value {
    background-color: var(--bg-medium);
    border-radius: 6px;
    height: 42px;
    padding: 12px
}

.slider-container .range-value input {
    max-width: 60px;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: center
}

hr {
    background-color: var(--stroke-dark)
}

hr.horizontal {
    height: 1px;
    width: 100%;
    border: none
}

hr.vertical {
    height: 5px;
    width: 1px;
    border: none
}

.booster_list_container {
    background-color: var(--bg-main);
    width: 100%;
    z-index: 12;
    height: 100%;
    padding: 6px 3px;
    max-height: 250px;
    overflow: auto
}

.specific_booster_container {
    width: 100%;
    position: relative;
    cursor: pointer
}

.specific_booster_container .booster_select {
    position: relative
}

.current_time_booster {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--dark-blue);
    padding: 3px 6px;
    border-radius: 6px;
    border: 1px solid var(--blue)
}

.current_time_booster svg {
    height: 15px;
    width: 15px
}

.booster_select_online {
    position: relative
}

.booster_select_online .booster_online {
    position: absolute;
    bottom: 5px;
    right: 2.2px;
    background-color: var(--green);
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%;
    animation: pulse-animation-greens 1s linear infinite
}

.booster_select_online .booster_offline {
    position: absolute;
    bottom: 5px;
    right: 2.2px;
    background-color: var(--stroke-light);
    width: 4.75px;
    height: 4.75px;
    border-radius: 50%
}

.radio {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: left
}

.radio input {
    display: none
}

.radio input+span {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 100%;
    padding-left: 2rem
}

.radio input+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--stroke-light);
    background: 0 0
}

.radio input+span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--blue);
    position: absolute;
    border-radius: 50%;
    top: 5.5px;
    left: 5.5px;
    opacity: 0;
    transform: scale(0) translate(15%,-35%);
    transition: all .2s cubic-bezier(.64,.57,.67,1.53)
}

@media screen and (min-width: 1441px) {
    .radio input+span:after {
        top:5px;
        left: 5px
    }
}

.radio input:checked+span:after {
    opacity: 1;
    transform: scale(1) translate(0)
}

.radio input:checked+span:before {
    border: 1.5px solid var(--blue)
}

.radio.primary input:checked+span:before {
    border: 1.5px solid var(--orange)
}

.radio.primary input+span:after {
    background: var(--orange)
}

.apply_coupon_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    gap: 10px;
    width: 100%;
    height: 20px;
    transition: all .2s ease-in
}

.apply_coupon_container.opened_coupon_container {
    height: 75px
}

.specific_boost_parent_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    gap: 10px;
    width: 100%;
    height: 28px;
    transition: all .2s ease-in
}

.specific_boost_parent_container.opened_coupon_container {
    height: 250px
}

.plus rect {
    transition: all .2s ease-in;
    transform: scaleY(1);
    transform-origin: 50% 50%
}

.plus.minus .vertical-line {
    transform: scaleY(0)
}

.snack_bar {
    position: fixed;
    z-index: 20;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: max-content;
    height: max-content;
    min-height: 73px;
    border: 1px solid var(--stroke-medium);
    border-radius: 9px;
    background-color: var(--snack-bg);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 9px
}

.snack_bar .progress {
    position: absolute;
    width: calc(100% - 18px);
    height: 3px;
    border-radius: 9px;
    bottom: -1.5px
}

.snack_bar .progress.success,.snack_bar .progress.paymentsuccess,.snack_bar .progress.paymentrequest {
    background-color: var(--green)
}

.snack_bar .progress.wait {
    background-color: var(--orange)
}

.snack_bar .progress.paymenterror,.snack_bar .progress.error {
    background-color: var(--pink)
}

.snack_bar .description {
    white-space: nowrap
}

@media screen and (max-width: 480px) {
    .snack_bar {
        width:93%
    }

    .snack_bar .description {
        white-space: normal
    }
}

.drop_user_drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    gap: 14px;
    height: 100%;
    min-height: 40px;
    border-radius: 20px;
    padding: 3px 14px 3px 3px;
    border: 1px solid var(--stroke-dark);
    background-color: var(--navigation-opace);
    cursor: pointer;
    position: relative;
    transition: all .2s ease
}

.drop_user_drop~.navs_list {
    max-height: 180px
}

.drop_user_drop~.navs_list .coins_image {
    width: 100%;
    min-width: 35px;
    height: auto;
    max-width: 35px;
    object-fit: contain
}

.drop_user_drop .user_avatar {
    width: 34px;
    height: auto;
    object-fit: contain
}

.drop_user_drop svg {
    height: 20px;
    width: 20px
}

.drop_user_drop:hover {
    background-color: var(--bg-medium)
}

.drop_user_drop:hover svg path {
    fill: #fff
}

.drop_user_drop.active {
    background-color: var(--bg-medium)
}

.drop_user_drop.active svg path {
    fill: var(--orange)
}

.navs_list {
    position: absolute;
    width: 100%;
    min-width: 200px;
    padding: 6px;
    height: max-content;
    min-height: 87px;
    max-height: 150px;
    overflow: auto;
    top: 110%;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid var(--stroke-medium);
    background-color: var(--snack-bg);
    border-radius: 12px;
    gap: 3px;
    z-index: 20
}

.navs_list .drop_tab {
    padding: 8px 9px;
    cursor: pointer;
    transition: all .15s ease;
    border-radius: 6px
}

.navs_list .drop_tab:hover {
    background-color: var(--bg-extra-light)
}

.navs_list .drop_tab:hover svg path {
    fill: var(--orange)
}

.table_container {
    height: 100%;
    width: 100%;
    background-color: transparent;
    overflow-x: auto
}

.table_container.table-border {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 0 .25rem
}

.table_container #table {
    width: 100%;
    white-space: nowrap;
    border-spacing: 0 .5rem
}

@media screen and (min-width: 769px) and (max-width:1080px) {
    .table_container #table {
        display:block;
        width: 0
    }
}

.table_container thead tr>th {
    white-space: nowrap;
    width: auto
}

.table_container thead tr>th:first-child {
    padding: 0 0 0 .75rem
}

.table_container thead tr>th:last-child {
    padding: 0 .75rem 0 0
}

.table_container tbody tr {
    height: 66px;
    width: 100%;
    padding: 3px 4px;
    cursor: pointer
}

.table_container tbody tr.disabled {
    opacity: 50%;
    pointer-events: none
}

.table_container tbody tr td {
    background-color: var(--bg-extra-dark);
    transition: all .2s;
    padding: .25rem
}

.table_container tbody tr td:first-child {
    border: var(--white);
    border-radius: .563rem 0 0 .563rem;
    -moz-border-radius: .563rem 0 0 .563rem;
    -webkit-border-radius: .563rem 0 0 .563rem;
    padding: 0 .75rem
}

.table_container tbody tr td:first-child.icon {
    padding: 6px
}

.table_container tbody tr td.title,.table_container tbody tr td.difficulty,.table_container tbody tr td.requirements {
    padding: 0
}

.table_container tbody tr td:last-child {
    border: var(--white);
    border-radius: 0 .563rem .563rem 0;
    -moz-border-radius: 0 .563rem .563rem 0;
    -webkit-border-radius: 0 .563rem .563rem 0;
    padding: 0 .75rem;
    text-align: right
}

.table_container tbody tr td:last-child>div {
    float: right
}

.table_container tbody tr td:last-child.reward {
    padding: 0 .75rem 0 0
}

.table_container tbody tr td p {
    overflow: hidden;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}

.table_container tbody tr td p.long-text {
    white-space: break-spaces;
    text-align: justify
}

.table_container tbody tr:hover td {
    background-color: var(--custom-dashboard-btn-border)
}

.table_container tbody tr:hover td:first-child.icon,.table_container tbody tr:hover td.title,.table_container tbody tr:hover td.difficulty,.table_container tbody tr:hover td.requirements {
    background-color: var(--custom-box-light)
}

.table_container tbody tr:hover td:last-child.reward {
    background-color: var(--custom-box-light)
}

.table_container tbody tr:hover td>svg path {
    stroke: var(--primary-color-1)!important
}

.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    gap: 3vh
}

.carousel #slides {
    min-height: 37.5vh;
    max-height: 300px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

.carousel #slides>div {
    position: absolute;
    transition: all .5s ease;
    background-image: url(/images/slider_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.carousel #slides>div:before {
    content: "";
    height: 100%;
    width: 40%;
    background-image: url(/images/slider_bg_character1.webp);
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    left: -5%;
    z-index: -1
}

.carousel #slides>div:after {
    content: "";
    height: 100%;
    width: 40%;
    background-image: url(/images/slider_bg_character2.webp);
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10%;
    right: -5%;
    z-index: -1
}

.carousel::-webkit-scrollbar {
    display: none
}

.slider_pagination_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: absolute!important;
    width: 100%;
    z-index: 19;
    bottom: 8%
}

.slider_pagination_container .pg_item {
    height: 4px;
    width: 40px;
    border-radius: 6px;
    background-color: #ffffff4d;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative
}

.slider_pagination_container .pg_item .progress {
    position: absolute;
    left: 0%;
    right: 0%;
    height: 100%;
    background-color: var(--text-white);
    border-radius: 50px;
    opacity: 1;
    z-index: 21;
    animation: slider_pagination 5s linear 1
}

.slider_pagination_container .pg_item:hover {
    transform: scale(1.2)
}

.modal_container {
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100vh;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal_container .modal_mask {
    z-index: 20;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: 0 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(33,35,38,.6)
}

.modal_container .mask-overlay {
    z-index: 20
}

.modal_alert_popup {
    height: max-content;
    max-height: 414px;
    width: 85vw;
    max-width: 428px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 24px;
    background-color: var(--bg-main)
}

.modal_alert_popup .success_alert_image {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 200px
}

.checkmark_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 25px;
    height: 18px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-in-out
}

.checkmark_container.primary .checkmark {
    border: 1px solid var(--stroke-light)
}

.checkmark_container.primary input:checked~.checkmark {
    background-color: var(--orange)
}

.checkmark_container.secondary .checkmark {
    border: 1px solid var(--stroke-light)
}

.checkmark_container.secondary input:checked~.checkmark {
    background-color: var(--blue)
}

.checkmark_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    transition: all .15s ease-in-out;
    border-radius: 4px
}

.checkmark_container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkmark_container input:checked~.checkmark:after {
    display: block
}

.checkmark_container .checkmark:after {
    left: 32.5%;
    top: 15%;
    width: 3.5px;
    height: 7px;
    transform: rotate(45deg);
    border: solid var(--text-black);
    border-width: 0 2px 2px 0
}

.checkmark_container.disabled {
    opacity: 50%;
    pointer-events: none
}

.lang_selector {
    position: relative
}

.lang_selector svg {
    height: 14px;
    width: 14px;
    transform: rotate(270deg)
}

.lang_selector button {
    background-color: var(--navigation-opace)!important
}

.lang_selector button img {
    transform: rotate(90deg);
    transition: all .3s cubic-bezier(.4,.68,.07,.65)
}

.lang_selector button .language_image {
    transform: rotate(0);
    width: 15px;
    border-radius: 6px;
    height: auto;
    object-fit: contain
}

.lang_selector button.opened img {
    transform: rotate(-90deg)
}

.lang_selector button.opened .language_image {
    transform: rotate(0)
}

.lang_selector .languages_container {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: var(--bg-main);
    width: max-content;
    min-height: max-content;
    max-height: 300px;
    overflow: auto;
    border: 1px solid var(--stroke-medium);
    border-radius: 6px;
    padding: 10px;
    z-index: 19
}

.blog-banner {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw
}

.available_for_order {
    padding: 5px 12px;
    border-radius: 16px;
    border: 1px solid var(--white-opace);
    color: var(--green)
}

.available_for_order.working {
    color: var(--pink)
}

.multiselect_drop {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2vh;
    position: relative
}

.multiselect_drop .drop-list-items {
    min-height: 100%;
    height: max-content;
    min-width: 140px;
    max-height: 30vh;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0%;
    background-color: var(--bg-medium);
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border: 1px solid var(--stroke-medium);
    padding: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 4
}

.multiselect_drop .drop-list-items .imput-button1 {
    justify-content: flex-end
}

.multiselect_drop.secondary .drop-list-items {
    top: 50px
}

.multiselect_drop.secondary .input_field_container {
    background-color: transparent!important
}

.multiselect_drop.dropdown {
    background-color: var(--bg-medium);
    border: 1px solid var(--stroke-medium)
}

.multiselect_drop .multi_select_item {
    transition: all .2s ease;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 8px 9px;
    -webkit-border-radius: 6px
}

.multiselect_drop .multi_select_item:hover {
    background-color: var(--bg-extra-light)
}

.achievement_card {
    padding: 18px;
    background-color: var(--bg-extra-dark);
    border-radius: 12px;
    height: max-content
}

.testimonial_card {
    padding: 18px;
    background-color: var(--bg-extra-dark);
    border-radius: 12px;
    min-height: 250px;
    height: max-content
}

.testimonial_card .reviewers {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 300px;
    position: relative
}

.testimonial_card .reviewers::-webkit-scrollbar {
    width: 0;
    height: 0
}

.testimonial_card .reviewers .reviewer {
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial_card .reviewers .reviewer .progress {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%,-50%);
    background: conic-gradient(from 0deg,var(--orange) 0%,var(--orange) 0% var(--i),var(--bg-extra-light) var(--i),var(--bg-extra-light) 100%);
    border-radius: 50px;
    opacity: 1;
    max-height: 40px;
    z-index: 1
}

.testimonial_card .reviewers .reviewer .progress:before {
    content: "";
    background-color: var(--bg-main);
    height: 85%;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%
}

.testimonial_card .reviewers .reviewer_avatar {
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    z-index: 2;
    position: relative
}

.testimonial_card .reviewers .active_review {
    border: 1.5px solid var(--stroke-orange,#a36730)
}

.testimonial_card .content_area {
    border-radius: 6px
}

.tooltip-container {
    height: max-content;
    width: max-content;
    position: relative
}

.tooltip-container .tooltip_section {
    transition: opacity .3s,background 0s;
    opacity: 0;
    z-index: 20;
    position: relative;
    background-color: var(--bg-main)
}

.tooltip-container.input-btn .tooltip-arrow {
    top: -20%!important
}

.tooltip-container.input-btn-received .tooltip-arrow {
    top: -24%!important
}

.tooltip-container .tooltip-custom {
    transition: none;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    white-space: initial;
    padding: 12px 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    pointer-events: none;
    min-width: 250px;
    background-color: var(--bg-main);
    opacity: 1!important
}

.tooltip-container .tooltip-custom:after {
    content: url(/images/tooltip.svg);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-30%)
}

@media screen and (max-width: 480px) {
    .tooltip-container .tooltip-custom {
        min-width:125px
    }
}

.tooltip-container.small .tooltip-custom {
    text-align: center;
    white-space: initial;
    border: 1px solid var(--stroke-blue)
}

.tooltip-container.large .tooltip-custom {
    text-align: left;
    width: 300px;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    border: 1px solid var(--stroke-blue);
    top: auto
}

.tooltip-container.top .tooltip-custom {
    top: 0%;
    left: 50%;
    transform: translate(-50%,-115%)
}

.tooltip-container.left .tooltip-custom {
    padding: 8px 9px;
    left: -3px;
    top: 0%;
    transform: translate(-100%,-30%)
}

.tooltip-container.left .tooltip-custom:after {
    top: 50%;
    right: -53%;
    transform: translateY(-50%) rotate(270deg)
}

.tooltip-container.right .tooltip-custom {
    padding: 8px 9px;
    right: -5px;
    top: 0%;
    transform: translate(100%,-30%)
}

.tooltip-container.right .tooltip-custom:after {
    top: 50%;
    left: -1.5%;
    transform: translate(-50%,-50%) rotate(90deg)
}

.tooltip-container.bottom .tooltip-custom {
    bottom: -120px;
    left: 50%;
    transform: translate(-50%)
}

.tooltip-container.bottom .tooltip-custom:after {
    top: -11px;
    left: 50%;
    transform: translate(-50%) rotate(180deg)
}

.tooltip-container.rank-btn-tooltip .tooltip-custom {
    top: -5%
}

.tooltip-container.rank-btn-small-tooltip .tooltip-custom {
    top: -3.5%
}

.tooltip-container:hover .tooltip_section {
    opacity: 1
}

.pop_over_container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.pop_over_container:hover {
    cursor: pointer
}

.backgroud_mask_drop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0
}

.pop_item_container {
    position: absolute;
    top: 110%;
    right: 0%;
    width: max-content;
    height: max-content;
    max-height: 318px;
    max-width: 60vw;
    padding: 9px 9px 9px 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.pop_item_container::-webkit-scrollbar {
    display: none
}

.pop_item_container.main {
    background: var(--snack-bg);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-width: 350px;
    gap: 0
}

.pop_item_container.main .selector {
    padding: 9px 12px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 100%;
    cursor: pointer
}

.pop_item_container.main .selector:hover,.pop_item_container.main .selector.selected {
    background: var(--bg-extra-light)
}

.pop_item_container.notifications {
    background: var(--snack-bg);
    box-shadow: 0 11px 50px #191f2a21;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 10px;
    gap: 0;
    max-width: 350px;
    min-width: 350px;
    width: max-content;
    max-height: 441px;
    overflow-y: auto;
    overflow-x: hidden
}

.pop_item_container.notifications .selector {
    position: relative;
    padding: 8px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    cursor: pointer
}

.pop_item_container.notifications .selector:hover {
    background: var(--bg-extra-light)
}

.pop_item_container.notifications .selector .notification-img {
    width: 54px;
    height: 54px;
    border-radius: 54px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px
}

@media screen and (max-width: 768px) {
    .pop_item_container.notifications {
        max-width:60vw;
        min-width: 60vw
    }
}

@media screen and (max-width: 440px) {
    .pop_item_container.notifications {
        max-width:75vw;
        min-width: 75vw;
        right: -140%
    }
}

.stripe-service-button {
    width: 100%;
    display: none
}

.stripe-service-button.visible {
    display: block
}

.user_online_avatar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_online_avatar:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: var(--green);
    bottom: 0;
    right: 0;
    border: 3px solid var(--bg-dark)
}

.flag_icon {
    border-radius: 5px
}

.adjust-order-container {
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100vh;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center
}

.adjust-order-container .adjust_creds_mask {
    z-index: 20;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: 0 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(33,35,38,.6)
}

.adjust-order-container .adjust-order-overlay {
    z-index: 21;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    padding: 24px;
    background-color: var(--bg-main)
}

@media screen and (max-width: 900px) {
    .adjust-order-container .adjust-order-overlay {
        width:90%
    }
}

.policy_list_2 {
    padding-top: 5px
}

.policy_list_2 p b {
    color: var(--orange)
}

.policy_list_2 li {
    margin-left: 16px;
    margin-bottom: 16px;
    line-height: 1.5
}

.policy_list_2 li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0!important;
    text-align: start!important;
    text-align-last: start!important;
    color: var(--text-white)
}

.policy_list_2 li a {
    text-decoration: underline;
    font-weight: 600
}

.pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    transition: all .2s ease;
    margin: auto 0
}

.pagination li {
    list-style: none
}

.pagination .pagination-btn {
    background-color: transparent;
    width: 20px;
    height: 20px
}

.pagination .pagination-btn:hover svg path {
    fill: var(--orange)
}

.pagination .pagination-btn:disabled {
    background-color: transparent!important;
    opacity: .5
}

.pagination .pagination-item {
    color: var(--text-white);
    border: 1px solid transparent;
    padding: 3.5px 7px
}

.pagination .pagination-item.disabled_pagination {
    pointer-events: none;
    padding: 0
}

.pagination .pagination-item.active {
    border: 1px solid var(--orange);
    color: var(--text-white);
    border-radius: 9px;
    padding: 7px 14px
}

.profile_platform_image {
    -webkit-filter: brightness(55%);
    filter: brightness(55%)
}

.stars input {
    position: absolute;
    clip: rect(0,0,0,0);
    display: none
}

.stars label {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 6px;
    height: 16px;
    width: 16px;
    background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPSd0cmFuc3BhcmVudCcgc3Ryb2tlPSdvcmFuZ2UnIHN0cm9rZS13aWR0aD0nMzgnIGQ9J00yNTkuMjE2IDI5Ljk0MkwzMzAuMjcgMTczLjkybDE1OC44OSAyMy4wODdMMzc0LjE4NSAzMDkuMDhsMjcuMTQ1IDE1OC4yMy0xNDIuMTE0LTc0LjY5OC0xNDIuMTEyIDc0LjY5OCAyNy4xNDYtMTU4LjIzTDI5LjI3NCAxOTcuMDA3bDE1OC44OS0yMy4wODh6JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=);
    font-size: 0;
    cursor: pointer
}

.stars input:nth-child(1):checked~label:nth-of-type(-n+1),.stars input:nth-child(2):checked~label:nth-of-type(-n+2),.stars input:nth-child(3):checked~label:nth-of-type(-n+3),.stars input:nth-child(4):checked~label:nth-of-type(-n+4),.stars input:nth-child(5):checked~label:nth-of-type(-n+5) {
    background: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPSdvcmFuZ2UnIHN0cm9rZT0nb3JhbmdlJyBzdHJva2Utd2lkdGg9JzM4JyBkPSdNMjU5LjIxNiAyOS45NDJMMzMwLjI3IDE3My45MmwxNTguODkgMjMuMDg3TDM3NC4xODUgMzA5LjA4bDI3LjE0NSAxNTguMjMtMTQyLjExNC03NC42OTgtMTQyLjExMiA3NC42OTggMjcuMTQ2LTE1OC4yM0wyOS4yNzQgMTk3LjAwN2wxNTguODktMjMuMDg4eicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+)
}

.carousel_container {
    min-height: 70vh;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
    overflow: hidden;
    position: relative;
    margin-top: 15vh
}

.carousel_container .pagination_container {
    height: 100%;
    flex: .05;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px
}

.carousel_container .pagination_container .pg_item {
    background-color: var(--bg-dark);
    height: 80px;
    width: 3px;
    border-radius: 6px;
    position: relative;
    transition: all .25s ease-in-out;
    cursor: pointer
}

.carousel_container .pagination_container .pg_item .progress {
    position: absolute;
    left: 0%;
    right: 0%;
    animation: slider_pagination_vertical 6s linear 1;
    width: 3px;
    background-color: var(--orange);
    border-radius: 50px
}

.carousel_container .content_container {
    height: 100%;
    width: 100%;
    flex: .95;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.carousel_container .content_container .item_detail {
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
}

.carousel_container .content_container .item_detail .carousel_title span {
    color: var(--light-orange)!important
}

@media screen and (max-width: 600px) {
    .carousel_container .content_container .item_detail .carousel_title.index-1 br {
        display:inline;
        content: " ";
        margin-left: 6px
    }
}

.carousel_container .content_container .item_image {
    width: 55%;
    height: auto;
    object-fit: cover
}

@media screen and (max-width: 768px) {
    .carousel_container .content_container {
        flex-direction:column
    }

    .carousel_container .content_container .item_detail {
        margin-bottom: 2vh
    }

    .carousel_container .content_container .item_image {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .carousel_container {
        margin-top:2.5vh
    }
}

@media screen and (max-width: 768px) {
    .footer-link {
        min-width:48px;
        height: 48px
    }
}

:root {
    --orange: #ff9e48;
    --cion: #4fede3;
    --pink: #fe64ca;
    --green: #c4ed4f;
    --blue: #48e4ff;
    --violet: #9a6aff;
    --yellow: #ffd600;
    --light-blue: #b8f5ff;
    --light-green: #ebffb2;
    --light-orange: #ffdcb3;
    --light-violet: #cdb6ff;
    --dark-blue: #0c1c1f;
    --dark-orange: #21160b;
    --dark-blue-2: #0b1830;
    --text-white: #ffffff;
    --text-light: #cbcbcb;
    --text-gray: #9a9a9a;
    --text-black: #050607;
    --text-gray-dark: #666666;
    --button-disable: #666666;
    --button-orange: #ff9e48;
    --button-blue: #48e4ff;
    --button-orange-hover: #ffb370;
    --button-blue-hover: #84edff;
    --stroke-light: #45494d;
    --stroke-medium: #27292b;
    --stroke-dark: #17181a;
    --stroke-orange: #a36730;
    --stroke-blue: #307e8c;
    --bg-main: #050607;
    --bg-dark: #0e0f0f;
    --bg-medium: #121314;
    --bg-light: #17181a;
    --bg-extra-dark: #08090a;
    --bg-extra-light: #202224;
    --apex: #fc485a;
    --lol: #158a9b;
    --val: #ff5261;
    --r6s: #c49e2c;
    --overwatch-2: #fa7024;
    --cs2: #fa7024;
    --rocket-league: #e9852d;
    --dota2: #d43d32;
    --fortnite: #ae66ff;
    --teamfight: #7e73ff;
    --thefinals: #d31f3c;
    --green-opace: rgba(196, 237, 79, .1);
    --button-opace: rgba(196, 237, 79, .18);
    --navigation-opace: rgba(18, 19, 20, .6);
    --tags-opace: rgba(18, 19, 20, .6);
    --orange-opace: rgba(255, 158, 72, .12);
    --blue-opace: rgba(67, 227, 255, .1);
    --bg-opace: rgba(5, 6, 7, .5);
    --white-opace: rgba(255, 255, 255, .08);
    --snack-bg: rgba(14, 15, 15, .92);
    --apex-card: #f75e34;
    --lol-card: #0fa2b7;
    --val-card: #ff5261;
    --overwatch-2-card: #fa7024;
    --teamfight-card: #7e73ff;
    --r6s-card: #aea896;
    --rocket-league-card: linear-gradient(206.12deg, #fe9004 10.32%, #0067dd 88.63%);
    --cs2-card: #ff6b1b;
    --dota2-card: #df1c19;
    --wow-card: #8c3d1c;
    --destiny2-card: #476114;
    --fortnite-card: #8d2b8a;
    --cod-card: #896f4c;
    --thefinals-card: #d31f3c;
    --danger: #fc485a;
    --danger-hover: #f75868;
    --gradient: linear-gradient(97deg, #77f9a2 .35%, #65eda9 26.82%, #59e8cb 51.35%, #57cfe9 74.83%, #47ade2 100.56%);
    --danger-ring: #3e2428
}

button,a {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative
}

button.height-48,a.height-48 {
    height: 48px
}

button.height-42,a.height-42 {
    height: 42px
}

button.height-36,a.height-36 {
    height: 36px
}

button.height-30,a.height-30 {
    height: 30px
}

button.height-40,a.height-40 {
    height: 40px
}

button.height-54,a.height-54 {
    height: 54px
}

button.height-24,a.height-24 {
    height: 24px
}

button.width-40,a.width-40 {
    width: 40px
}

button.width-36,a.width-36 {
    width: 36px
}

button.width-80,a.width-80 {
    width: 80px
}

button.width-100,a.width-100 {
    width: 100px
}

button.max-width-100px,a.max-width-100px {
    max-width: 100px
}

button.max-width-140px,a.max-width-140px {
    max-width: 140px
}

button.max-width-213px,a.max-width-213px {
    max-width: 213px
}

button.max-width-250px,a.max-width-250px {
    max-width: 250px
}

button.max-width-150px,a.max-width-150px {
    max-width: 150px
}

button.max-width-160px,a.max-width-160px,button.max-width-180px,a.max-width-180px {
    max-width: 160px
}

button.circular,a.circular {
    border-radius: 50%
}

button.full-width,a.full-width {
    width: 100%
}

button.xxl,a.xxl,button.xl,a.xl,button.large,a.large {
    padding: 10px 24px
}

button.medium,a.medium {
    padding: 10px 18px
}

button.small,a.small {
    padding: 4px 12px
}

button.icon,a.icon {
    height: 28px;
    width: 28px
}

button.disabled,button:disabled,a.disabled,a:disabled {
    background-color: var(--button-disable)!important;
    pointer-events: none!important;
    color: var(--text-dark)!important;
    border-color: var(--button-disable)!important
}

button.gradient,a.gradient {
    color: var(--text-black);
    border-radius: 9px;
    background: var(--gradient)
}

button.dark_icon svg path,a.dark_icon svg path {
    fill: var(--text-black)!important
}

button.copy_btn,a.copy_btn {
    border-radius: 6px;
    background-color: var(--bg-medium)
}

button.copy_btn:hover,a.copy_btn:hover {
    background-color: var(--bg-extra-light)
}

button.copy_btn:hover svg path,a.copy_btn:hover svg path {
    fill: var(--orange)
}

button.chat_btn,a.chat_btn {
    border-radius: 6px;
    background-color: var(--bg-medium)
}

button.primary.filled,a.primary.filled {
    background-color: var(--orange);
    color: var(--text-black)
}

button.primary.filled:hover,a.primary.filled:hover {
    background-color: var(--button-orange-hover)
}

button.primary.outlined-color,a.primary.outlined-color {
    background-color: var(--bg-main);
    color: var(--text-white);
    border: 1px solid var(--orange)
}

button.primary.outlined-color:hover,button.primary.outlined-color.active,a.primary.outlined-color:hover,a.primary.outlined-color.active {
    color: var(--text-black);
    background-color: var(--orange)
}

button.primary.outlined-grey,a.primary.outlined-grey {
    background-color: var(--bg-main);
    color: var(--orange);
    border: 1px solid var(--stroke-dark)
}

button.primary.outlined-grey:hover,a.primary.outlined-grey:hover {
    border: 1px solid var(--orange)
}

button.primary.opacity,a.primary.opacity {
    background-color: var(--dark-orange);
    color: var(--orange)
}

button.primary.opacity:hover,a.primary.opacity:hover {
    background-color: var(--orange);
    color: var(--text-dark)
}

button.primary.plain,a.primary.plain {
    background-color: transparent;
    color: var(--orange)
}

button.primary.plain:hover,a.primary.plain:hover {
    color: var(--button-orange-hover)
}

button.secondary.filled,a.secondary.filled {
    background-color: var(--button-blue);
    color: var(--text-black)
}

button.secondary.filled:hover,a.secondary.filled:hover {
    background-color: var(--button-blue-hover)
}

button.secondary.outlined-color,a.secondary.outlined-color {
    background-color: var(--bg-main);
    color: var(--text-white);
    border: 1px solid var(--button-blue)
}

button.secondary.outlined-color:hover,a.secondary.outlined-color:hover {
    color: var(--text-black);
    background-color: var(--button-blue)
}

button.secondary.outlined-grey,a.secondary.outlined-grey {
    background-color: var(--bg-main);
    color: var(--button-blue);
    border: 1px solid var(--stroke-dark)
}

button.secondary.outlined-grey:hover,a.secondary.outlined-grey:hover {
    border: 1px solid var(--button-blue)
}

button.secondary.opacity,a.secondary.opacity {
    background-color: var(--dark-blue);
    color: var(--blue)
}

button.secondary.opacity:hover,a.secondary.opacity:hover {
    background-color: var(--blue);
    color: var(--text-black)!important
}

button.secondary.opacity:hover>*,a.secondary.opacity:hover>* {
    color: var(--text-black)!important
}

button.secondary.plain,a.secondary.plain {
    background-color: transparent;
    color: var(--blue)
}

button.secondary.plain:hover,a.secondary.plain:hover {
    color: var(--button-blue-hover)
}

button.danger.filled,a.danger.filled {
    background-color: var(--danger);
    color: var(--text-black)
}

button.danger.filled:hover,a.danger.filled:hover {
    background-color: var(--danger-hover)
}

button.dark.opacity,a.dark.opacity {
    background-color: var(--navigation-opace);
    color: var(--text-white);
    border: 1px solid var(--stroke-dark)
}

button.dark.opacity._plain,a.dark.opacity._plain {
    background-color: transparent
}

button.dark.opacity:hover,a.dark.opacity:hover {
    color: var(--text-white)
}

button.dark.tab,a.dark.tab {
    background-color: var(--navigation-opace);
    color: var(--text-light);
    border: 1px solid var(--stroke-dark)
}

button.dark.tab._plain,a.dark.tab._plain {
    background-color: transparent
}

button.dark.tab:hover,button.dark.tab.active_tab,a.dark.tab:hover,a.dark.tab.active_tab {
    background-color: var(--dark-orange);
    color: var(--text-white);
    border: 1px solid var(--orange)
}

button.dark.orange,a.dark.orange {
    background-color: var(--navigation-opace);
    color: var(--orange)
}

button.dark.orange:hover,a.dark.orange:hover {
    background-color: var(--orange);
    color: var(--text-dark)
}

button.dark.plain,a.dark.plain {
    background-color: transparent
}

button.dark.plain svg,a.dark.plain svg {
    height: 18px;
    width: 18px
}

button.dark.plain.hover,a.dark.plain.hover {
    border: 1px solid transparent
}

button.dark.plain.hover:hover,button.dark.plain.hover.active_tab,a.dark.plain.hover:hover,a.dark.plain.hover.active_tab {
    background-color: var(--dark-orange);
    color: var(--text-white);
    border: 1px solid var(--orange)
}

button.dark.tab_plain,a.dark.tab_plain {
    background-color: transparent;
    color: var(--text-gray-dark)
}

button.dark.tab_plain svg,a.dark.tab_plain svg {
    height: 24px;
    width: 24px;
    filter: saturate(0)
}

button.dark.tab_plain._white,a.dark.tab_plain._white {
    color: var(--text-white)
}

button.dark.tab_plain._orange,a.dark.tab_plain._orange {
    filter: saturate(1)
}

button.dark.tab_plain._orange:hover,button.dark.tab_plain._orange.active_tab,a.dark.tab_plain._orange:hover,a.dark.tab_plain._orange.active_tab {
    color: var(--orange)
}

button.dark.tab_plain._orange:hover svg,button.dark.tab_plain._orange.active_tab svg,a.dark.tab_plain._orange:hover svg,a.dark.tab_plain._orange.active_tab svg {
    filter: saturate(1)
}

button.dark.tab_plain._orange:hover svg path,button.dark.tab_plain._orange.active_tab svg path,a.dark.tab_plain._orange:hover svg path,a.dark.tab_plain._orange.active_tab svg path {
    fill: var(--orange)
}

button.dark.tab_plain:hover,button.dark.tab_plain.active_tab,a.dark.tab_plain:hover,a.dark.tab_plain.active_tab {
    color: var(--text-white)
}

button.dark.tab_plain:hover svg,button.dark.tab_plain.active_tab svg,a.dark.tab_plain:hover svg,a.dark.tab_plain.active_tab svg {
    filter: saturate(1)
}

button.dark.tab_plain.active_tab_orange,a.dark.tab_plain.active_tab_orange {
    color: var(--orange)
}

button.dark.tab_plain.active_tab_orange svg,a.dark.tab_plain.active_tab_orange svg {
    filter: saturate(1)
}

button.server_select,a.server_select {
    background-color: var(--bg-dark);
    padding: 9px 12px;
    justify-content: flex-start;
    border-radius: 6px;
    color: var(--text-light);
    border: 1px solid transparent;
    min-height: 37px
}

button.server_select:hover,a.server_select:hover {
    border: 1px solid var(--stroke-orange,#a36730)
}

button.server_select.active,a.server_select.active {
    background: var(--dark-orange,#21160b);
    border: 1px solid var(--stroke-orange,#a36730)
}

button.discord_button,a.discord_button {
    background: #5865f2
}

button.steam_button,a.steam_button {
    background: #31353a
}

button.flip_icon svg,a.flip_icon svg {
    transform: rotate(-90deg)
}

button.loading,a.loading {
    pointer-events: none;
    font-size: 0!important
}

button.loading>*,a.loading>* {
    font-size: 0!important
}

button.loading:after,a.loading:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjEnIHZpZXdCb3g9JzAgMCAyMCAyMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTAuNDY4NyA1LjE3ODUyQzExLjc2MDYgNS4xNzg1MiAxMi44MDc5IDQuMTMxMiAxMi44MDc5IDIuODM5MjZDMTIuODA3OSAxLjU0NzMyIDExLjc2MDYgMC41IDEwLjQ2ODcgMC41QzkuMTc2NzIgMC41IDguMTI5MzkgMS41NDczMiA4LjEyOTM5IDIuODM5MjZDOC4xMjkzOSA0LjEzMTIgOS4xNzY3MiA1LjE3ODUyIDEwLjQ2ODcgNS4xNzg1MlonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTEwLjQ2ODYgMjAuNTAwMkMxMS4yNDM3IDIwLjUwMDIgMTEuODcyIDE5Ljg3MTggMTEuODcyIDE5LjA5NjhDMTEuODcyIDE4LjMyMTcgMTEuMjQzNyAxNy42OTM0IDEwLjQ2ODYgMTcuNjkzNEM5LjY5MzUxIDE3LjY5MzQgOS4wNjUxOSAxOC4zMjE3IDkuMDY1MTkgMTkuMDk2OEM5LjA2NTE5IDE5Ljg3MTggOS42OTM1MSAyMC41MDAyIDEwLjQ2ODYgMjAuNTAwMlonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTQuNzIwNzIgNy4zMjYyMUM1Ljg4MzU1IDcuMzI2MjEgNi44MjYyMSA2LjM4MzU1IDYuODI2MjEgNS4yMjA3MkM2LjgyNjIxIDQuMDU3ODkgNS44ODM1NSAzLjExNTIzIDQuNzIwNzIgMy4xMTUyM0MzLjU1Nzg5IDMuMTE1MjMgMi42MTUyMyA0LjA1Nzg5IDIuNjE1MjMgNS4yMjA3MkMyLjYxNTIzIDYuMzgzNTUgMy41NTc4OSA3LjMyNjIxIDQuNzIwNzIgNy4zMjYyMVonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTE2LjIxNjggMTcuODg0MkMxNi44NjI3IDE3Ljg4NDIgMTcuMzg2NCAxNy4zNjA1IDE3LjM4NjQgMTYuNzE0NkMxNy4zODY0IDE2LjA2ODYgMTYuODYyNyAxNS41NDQ5IDE2LjIxNjggMTUuNTQ0OUMxNS41NzA4IDE1LjU0NDkgMTUuMDQ3MSAxNi4wNjg2IDE1LjA0NzEgMTYuNzE0NkMxNS4wNDcxIDE3LjM2MDUgMTUuNTcwOCAxNy44ODQyIDE2LjIxNjggMTcuODg0MlonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTIuMzM5NyAxMi44Mzk2QzMuMzczIDEyLjgzOTYgNC4yMTA2NiAxMi4wMDE5IDQuMjEwNjYgMTAuOTY4NkM0LjIxMDY2IDkuOTM1MzEgMy4zNzMgOS4wOTc2NiAyLjMzOTcgOS4wOTc2NkMxLjMwNjQgOS4wOTc2NiAwLjQ2ODc1IDkuOTM1MzEgMC40Njg3NSAxMC45Njg2QzAuNDY4NzUgMTIuMDAxOSAxLjMwNjQgMTIuODM5NiAyLjMzOTcgMTIuODM5NlonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTE4LjU5NyAxMS45MDI0QzE5LjExMzQgMTEuOTAyNCAxOS41MzIxIDExLjQ4MzggMTkuNTMyMSAxMC45NjczQzE5LjUzMjEgMTAuNDUwOSAxOS4xMTM0IDEwLjAzMjIgMTguNTk3IDEwLjAzMjJDMTguMDgwNSAxMC4wMzIyIDE3LjY2MTkgMTAuNDUwOSAxNy42NjE5IDEwLjk2NzNDMTcuNjYxOSAxMS40ODM4IDE4LjA4MDUgMTEuOTAyNCAxOC41OTcgMTEuOTAyNFonIGZpbGw9J3doaXRlJy8+PHBhdGggZD0nTTMuNTYzMzggMTUuNTU4OUMyLjkyMzU0IDE2LjE5ODcgMi45MjM1NCAxNy4yMzQgMy41NjMzOCAxNy44NzM5QzQuMjAyNDYgMTguNTEzNyA1LjIzOTI3IDE4LjUxMzcgNS44NzgzNSAxNy44NzM5QzYuNTE4MiAxNy4yMzQgNi41MTgyIDE2LjE5ODcgNS44NzgzNSAxNS41NTg5QzUuMjM5MjcgMTQuOTE4MyA0LjIwMzIyIDE0LjkxMjIgMy41NjMzOCAxNS41NTg5WicgZmlsbD0nd2hpdGUnLz48cGF0aCBkPSdNMTYuMjE2IDUuOTIxMkMxNi42MDMzIDUuOTIxMiAxNi45MTczIDUuNjA3MjEgMTYuOTE3MyA1LjIxOTg4QzE2LjkxNzMgNC44MzI1NSAxNi42MDMzIDQuNTE4NTUgMTYuMjE2IDQuNTE4NTVDMTUuODI4NiA0LjUxODU1IDE1LjUxNDYgNC44MzI1NSAxNS41MTQ2IDUuMjE5ODhDMTUuNTE0NiA1LjYwNzIxIDE1LjgyODYgNS45MjEyIDE2LjIxNiA1LjkyMTJaJyBmaWxsPSd3aGl0ZScvPjwvc3ZnPgo=);
    border-radius: 50%;
    animation: loading-rotate 1s linear infinite
}

.upload_avatar_button {
    width: 140px;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    cursor: pointer
}

.upload_avatar_button:hover {
    background-color: var(--button-orange-hover)
}

.login_form {
    max-width: 400px
}

input {
    -moz-appearance: textfield
}

input.otp-input {
    padding: 25px;
    max-width: 63.33px;
    height: 48px;
    background: var(--bg-medium);
    border: 1px solid var(--stroke-medium);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    outline: none;
    margin: 0
}

@media screen and (max-width: 768px) {
    input.otp-input {
        padding:0 15px;
        max-width: 40px
    }
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.coupon_create_form {
    width: 100%;
    border-radius: 12px;
    padding: 24px;
    background-color: var(--bg-extra-dark);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
    overflow: hidden
}

.coupon_create_form .elements_area_grid {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(auto,1fr);
    grid-column-gap: 18px;
    grid-row-gap: 18px
}

@media screen and (max-width: 1200px) {
    .coupon_create_form .elements_area_grid {
        grid-template-columns:repeat(4,1fr)
    }
}

@media screen and (max-width: 900px) {
    .coupon_create_form .elements_area_grid {
        grid-template-columns:repeat(3,1fr)
    }
}

@media screen and (max-width: 768px) {
    .coupon_create_form .elements_area_grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 480px) {
    .coupon_create_form .elements_area_grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.login_form_cntainer {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    max-height: 580px;
    max-width: 500px;
    padding: 24px;
    border-radius: 12px;
    overflow-y: auto;
    justify-content: flex-start;
    align-items: flex-start
}

.tip_booster_form {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    max-height: 420px;
    max-width: 652px;
    border-radius: 12px;
    overflow: auto;
    padding: 12px
}

.tip_booster_form .left_area {
    padding-right: 24px;
    border-right: 1px solid var(--stroke-dark);
    height: 100%;
    width: 100%
}

.tip_booster_form .right {
    height: 100%
}

.tip_booster_form .amount_field {
    padding: 10px 12px;
    border: 1px solid var(--stroke-dark);
    border-radius: 6px
}

.tip_booster_form .amount_text_field {
    width: 100%;
    background-color: transparent;
    color: var(--text-white);
    border: none;
    outline: none
}

@media screen and (max-width: 768px) {
    .tip_booster_form {
        max-height:500px
    }

    .tip_booster_form .left_area {
        border-bottom: 1px solid var(--stroke-dark);
        border-right: none;
        padding-right: 0;
        padding-bottom: 24px
    }
}

.select_our_avatars {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    padding: 24px;
    max-height: 500px;
    max-width: 500px;
    border-radius: 12px
}

.select_our_avatars .avatars {
    overflow: auto
}

.select_our_avatars .one_of_our_avatar {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    max-width: 100px;
    cursor: pointer
}

.add_fine_bonus {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    padding: 24px;
    max-height: 430px;
    max-width: 500px;
    border-radius: 12px
}

.add_fine_bonus .one_of_our_avatar {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    max-width: 100px;
    cursor: pointer
}

.transfer_order_form {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    padding: 24px;
    max-height: 400px;
    max-width: 428px;
    border-radius: 12px
}

.toggle_delete_form {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    padding: 24px;
    max-height: 300px;
    overflow: auto;
    max-width: 600px;
    border-radius: 12px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.adjust_order_form {
    background-color: var(--bg-main);
    height: 80vh;
    width: 80vw;
    padding: 24px;
    max-height: 300px;
    max-width: 652px;
    border-radius: 12px
}

.adjust_order_form .left_area {
    padding-right: 24px;
    border-right: 1px solid var(--stroke-dark);
    height: 100%;
    width: 100%;
    overflow-y: auto;
    max-height: 200px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.adjust_order_form .left_area::-webkit-scrollbar {
    display: none
}

.adjust_order_form .right {
    height: 100%
}

.adjust_order_form .amount_field {
    padding: 10px 12px;
    border: 1px solid var(--stroke-dark);
    border-radius: 6px
}

.adjust_order_form .amount_text_field {
    width: 100%;
    background-color: transparent;
    color: var(--text-white);
    border: none;
    outline: none
}

@media screen and (max-width: 768px) {
    .adjust_order_form {
        max-height:400px
    }

    .adjust_order_form .left_area {
        border-bottom: 1px solid var(--stroke-dark);
        border-right: none;
        padding-right: 0;
        padding-bottom: 24px;
        overflow-y: hidden;
        overflow-x: auto
    }
}

.booster_review_form {
    overflow: hidden;
    min-height: 219px;
    height: 100%;
    position: relative;
    background-color: var(--bg-extra-dark)
}

.booster_review_form .left_area {
    padding: 36px;
    z-index: 1
}

.booster_review_form .right_area {
    padding: 36px;
    height: 100%!important;
    z-index: 1
}

.booster_review_form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 100%;
    background-image: url(/images/order_done_bg.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 900px) {
    .booster_review_form:after {
        background-position:center center;
        background-size: cover;
        opacity: .5
    }
}

.landing_section_1 {
    height: 70vh;
    max-height: 560px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1rem
}

.rating_section .rating_tag {
    position: relative
}

.rating_section .rating_tag:before {
    position: absolute;
    content: "";
    top: 0;
    left: -14px;
    height: 35px;
    width: 4px;
    background-color: var(--primary);
    transform: rotate(15deg)
}

.reasons_container {
    height: 100%;
    min-height: 512px;
    width: calc(100% + 4rem);
    border-top: 1px solid var(--divider)
}

.reasons_container .why_us_card {
    min-height: 540px;
    height: 100%;
    border-left: 1px solid var(--divider)
}

@media screen and (max-width: 900px) {
    .reasons_container .why_us_card {
        border-left:none;
        border-bottom: 1px solid var(--divider)
    }
}

.admin-blog {
    margin-top: 50px;
    display: flex;
    flex-direction: space-between;
    width: 100%
}

.admin-blog .blog-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 400px
}

.blogs-head {
    color: var(--text-white)
}

.blog-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 140px
}

.blog-head {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1200px;
    gap: 15px;
    padding-top: 50px;
    color: var(--text-white);
    padding-left: 5%;
    padding-right: 5%;
    white-space: nowrap
}

.b-menu {
    position: sticky;
    top: 10px;
    max-width: 400px
}

.single-blog {
    display: flex;
    flex-direction: space-between;
    width: 100%;
    padding-bottom: 50px
}

.single-blog .single-blog-menu {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--stroke-dark);
    max-width: 255px;
    gap: 5px
}

.single-blog .single-blog-menu .title {
    padding-bottom: 10px
}

.single-blog .single-blog-menu .link {
    height: 41px;
    padding-left: 10px;
    padding-right: 10px
}

.editorx_body {
    width: 100%;
    max-width: 1200px;
    color: var(--text-white);
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    gap: 0
}

.editorx_body p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.editorx_body a {
    display: inline-block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-decoration: underline
}

.editorx_body img {
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 600px
}

.editorx_body ul,.editorx_body ol {
    margin-left: 16px
}

.editorx_body ul li,.editorx_body ol li {
    padding: 5px
}

.editorx_body table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px
}

.editorx_body th {
    background-color: transparent;
    font-weight: 700;
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd
}

.editorx_body td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd
}

.editorx_body tr:hover {
    background-color: var(--bg-medium)
}

.codex-editor {
    min-height: 1000px;
    background-color: var(--bg-medium);
    color: #fff
}

.codex-editor .ce-block--selected .ce-block__content,.codex-editor .ce-inline-toolbar,.codex-editor .codex-editor--narrow .ce-toolbox,.codex-editor .ce-conversion-toolbar,.codex-editor .ce-settings,.codex-editor .ce-settings__button,.codex-editor .ce-toolbar__settings-btn,.codex-editor .cdx-button,.codex-editor .ce-popover,.codex-editor .ce-toolbar__plus:hover {
    background: #fff;
    color: #000
}

.codex-editor .ce-inline-tool,.codex-editor .ce-conversion-toolbar__label,.codex-editor .ce-toolbox__button,.codex-editor .cdx-settings-button,.codex-editor .ce-toolbar__plus {
    color: inherit
}

.codex-editor ::selection {
    color: #fff;
    background: blue
}

.codex-editor .cdx-settings-button:hover,.codex-editor .ce-settings__button:hover,.codex-editor .ce-toolbox__button--active,.codex-editor .ce-toolbox__button:hover,.codex-editor .cdx-button:hover,.codex-editor .ce-inline-toolbar__dropdown:hover,.codex-editor .ce-inline-tool:hover,.codex-editor .ce-popover__item:hover,.codex-editor .ce-toolbar__settings-btn:hover {
    color: #000
}

.codex-editor .cdx-notify--error {
    background: #fb5d5d!important
}

.codex-editor .cdx-notify__cross:after,.codex-editor .cdx-notify__cross:before {
    background: #000
}

.codex-editor .tc-popover__item {
    color: #000
}

.categories-selector {
    width: auto
}

.categories-selector .categories_selector {
    width: auto;
    height: 41px;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--stroke-dark);
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    justify-content: flex-start;
    gap: 10px
}

.categories-selector .categories_selector .pack-title {
    color: var(--text-gray)
}

.categories-selector .categories_selector:hover {
    border: 1px solid var(--stroke-orange)
}

.categories-selector .categories_selector:hover .pack-title {
    color: var(--text-white)
}

.categories-selector .categories_selector.active {
    border: 1px solid var(--stroke-orange);
    background-color: var(--dark-orange)
}

.categories-selector .categories_selector.active .pack-title {
    color: var(--text-white)
}

@media screen and (max-width: 768px) {
    .categories-selector .pack_selector {
        min-width:160px
    }

    .categories-selector .order_game_image {
        display: none
    }
}

.custom-blog-sidebar {
    max-width: 220px
}
