@charset "UTF-8";

.header--h1, .header--h2, .header--h3, .header--h4, .header--h5, .header--h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #eb615b
}

.header--h1.-uppercase, .header--h2.-uppercase, .header--h3.-uppercase, .header--h4.-uppercase, .header--h5.-uppercase, .header--h6.-uppercase, h1.-uppercase, h2.-uppercase, h3.-uppercase, h4.-uppercase, h5.-uppercase, h6.-uppercase {
    text-transform: uppercase
}

.header--h1.-primary, .header--h2.-primary, .header--h3.-primary, .header--h4.-primary, .header--h5.-primary, .header--h6.-primary, h1.-primary, h2.-primary, h3.-primary, h4.-primary, h5.-primary, h6.-primary {
    color: #363e52
}

.header--h1.-light, .header--h2.-light, .header--h3.-light, .header--h4.-light, .header--h5.-light, .header--h6.-light, h1.-light, h2.-light, h3.-light, h4.-light, h5.-light, h6.-light {
    color: #eb615b
}

.header--h1.-white, .header--h2.-white, .header--h3.-white, .header--h4.-white, .header--h5.-white, .header--h6.-white, h1.-white, h2.-white, h3.-white, h4.-white, h5.-white, h6.-white {
    color: #fff
}

.header--h1.-dark, .header--h2.-dark, .header--h3.-dark, .header--h4.-dark, .header--h5.-dark, .header--h6.-dark, h1.-dark, h2.-dark, h3.-dark, h4.-dark, h5.-dark, h6.-dark {
    color: #000;
}

.header--h1.-letterspacing, .header--h2.-letterspacing, .header--h3.-letterspacing, .header--h4.-letterspacing, .header--h5.-letterspacing, .header--h6.-letterspacing, h1.-letterspacing, h2.-letterspacing, h3.-letterspacing, h4.-letterspacing, h5.-letterspacing, h6.-letterspacing {
    letter-spacing: .08em
}

.header--h1.-lh15, .header--h2.-lh15, .header--h3.-lh15, .header--h4.-lh15, .header--h5.-lh15, .header--h6.-lh15, h1.-lh15, h2.-lh15, h3.-lh15, h4.-lh15, h5.-lh15, h6.-lh15 {
    line-height: 1.5
}

.header--h1.-line, .header--h2.-line, .header--h3.-line, .header--h4.-line, .header--h5.-line, .header--h6.-line, h1.-line, h2.-line, h3.-line, h4.-line, h5.-line, h6.-line {
    border-bottom: 1px solid #eb615b;
    padding-bottom: 1.2rem;
    margin-bottom: 2.2rem
}

.header--h1.-line.-light, .header--h2.-line.-light, .header--h3.-line.-light, .header--h4.-line.-light, .header--h5.-line.-light, .header--h6.-line.-light, h1.-line.-light, h2.-line.-light, h3.-line.-light, h4.-line.-light, h5.-line.-light, h6.-line.-light {
    border-color: #32a7a6
}

.header--h1.-line.-dark, .header--h2.-line.-dark, .header--h3.-line.-dark, .header--h4.-line.-dark, .header--h5.-line.-dark, .header--h6.-line.-dark, h1.-line.-dark, h2.-line.-dark, h3.-line.-dark, h4.-line.-dark, h5.-line.-dark, h6.-line.-dark {
    border-color: #000
}

.header--h1.-weight400, .header--h2.-weight400, .header--h3.-weight400, .header--h4.-weight400, .header--h5.-weight400, .header--h6.-weight400, h1.-weight400, h2.-weight400, h3.-weight400, h4.-weight400, h5.-weight400, h6.-weight400 {
    font-weight: 400
}

.header--h1, .header--h2, .header--h3 {
    font-size: 2rem;
    margin-bottom: 2.4rem
}

.header--h4, h4, h5, h6 {
    font-size: 18px;
    margin-bottom: .6rem
}

.header--h5 {
    font-size: 16px;
    margin-bottom: .5rem
}

.header--h6 {
    font-size: 15px;
    margin-bottom: .6rem
}

.paragraph--component {
    font-size: 1.6rem;
    color: #eb615b
}

.paragraph--component.-dark {
    color: #000
}

@media (min-width: 768px) {
    .header--h4.-shop {
        font-size: 1.4rem
    }

    .header--h4.-product {
        font-size: 1.6rem
    }
}

@media (min-width: 1200px) {
    .header--h4.-shop {
        font-size: 1.6rem
    }
}

body.-modalopen {
    overflow: hidden
}

body > .containerbody {
    padding-top: 0;
    transition: padding-top .3s ease
}

html {
    font-size: 62.5%;
    font-size: 10px
}

.main--wrapper {
    padding-top: 65px;
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    html {
        font-size: 50%;
        font-size: 8px
    }

    .main--wrapper {
        padding-top: 6.4rem
    }
}

@media (min-width: 992px) {
    html {
        font-size: 56%;
        font-size: 8.96px
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 62.5%;
        font-size: 10px
    }
}

.lang--select {
    list-style-type: none;
    margin-left: 2rem;
    padding: 0
}

@media (min-width: 768px) {
    .lang--select:hover .dropdown-content {
        display: block
    }

    .lang--select:hover .arrow {
        transform: translateY(-50%) scaleY(-1)
    }

    .lang--select .arrow {
        transform-origin: 50% 70% !important
    }
}

.lang--select .dropdown {
    position: relative
}

@media (max-width: 767.98px) {
    .lang--select .dropdown {
        position: static;
        margin: 0;
        padding: 0;
        width: 100%
    }
}

.lang--select .dropdown.active {
    display: block
}

.lang--select .dropdown .lang-img {
    margin: 0 1.5em 0 0
}

@media (max-width: 767.98px) {
    .lang--select .dropdown .lang-img {
        margin: 0 1em 0 0
    }
}

@media (max-width: 767.98px) {
    .lang--select .languages-button {
        position: fixed;
        width: 100%;
        background-color: #059b9a;
        bottom: -1px;
        padding: 1rem 1.5rem 2rem;
        left: 0
    }
}

.lang--select .languages-button .dropbtn {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #059b9a;
    border-radius: .4rem;
    display: block;
    position: relative;
    height: 4rem;
    padding: 1rem 1.5rem
}

.lang--select .languages-button .dropbtn:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .lang--select .languages-button .dropbtn {
        display: inline-block;
        line-height: 1;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        cursor: pointer;
        background-color: #059b9a;
        border: 2px solid #363e52;
        z-index: 10;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: .5rem 2.6rem;
        text-decoration: none;
        text-align: left;
        color: #fff;
        border-radius: .4rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
        height: auto
    }

    .lang--select .languages-button .dropbtn .arrow {
        margin-top: 2px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .1s linear
    }

    .lang--select .languages-button .dropbtn.buttontouched .arrow {
        transform: translateY(-50%) scaleY(-1) !important
    }
}

.lang--select .languages-button .dropbtn > .lang-name {
    display: none
}

@media (max-width: 767.98px) {
    .lang--select .languages-button .dropbtn > .lang-name {
        display: block;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        padding: 1rem 0;
        position: relative
    }
}

.lang--select .languages-button .dropbtn > .arrow {
    display: block;
    position: absolute;
    transition: transform .1s linear;
    right: 1rem;
    top: 1.3rem;
    transform-origin: center;
    color: #363e52
}

@media (max-width: 991.98px) {
    .lang--select .languages-button .dropbtn > .arrow {
        top: 9px
    }
}

@media (max-width: 767.98px) {
    .lang--select .languages-button .dropbtn > .arrow {
        right: 20px;
        top: 20px;
        color: #fff
    }
}

.lang--select .languages-button .dropbtn.buttontouched .arrow {
    transform: scaleY(-1)
}

.lang--select .dropdown {
    display: inline-block;
    list-style-type: none
}

@media (max-width: 767.98px) {
    .lang--select .dropdown {
        display: none
    }

    .lang--select .dropdown.active {
        display: block
    }
}

.lang--select .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    padding-top: 2em;
    width: auto
}

@media (max-width: 767.98px) {
    .lang--select .dropdown-content {
        background-color: #059b9a;
        padding: 2rem;
        width: 100%;
        height: 100%;
        top: 65px;
        border: 0;
        border-radius: 0;
        right: auto;
        left: 0
    }

    .lang--select .dropdown-content.active {
        width: 100%;
        height: 100vh
    }
}

.lang--select .dropdown-content.active {
    display: block;
    overflow: auto
}

.lang--select .dropdown-content > .list {
    padding: 2rem;
    background-color: #059b9a;
    border-radius: .4rem
}

@media (max-width: 767.98px) {
    .lang--select .dropdown-content > .list {
        background-color: transparent;
        padding: 0
    }
}

.lang--select .dropdown-content .backbtn {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    padding: 1.5rem 2.6rem 1.5rem 5rem;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    border: 2px solid #059b9a;
    background-color: #059b9a;
    border-radius: .4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .lang--select .dropdown-content .backbtn {
        display: none
    }
}

.lang--select .dropdown-content .backbtn:focus {
    outline: none
}

.lang--select .dropdown-content .backbtn span {
    display: block;
    position: absolute;
    transition: transform .1s linear;
    transform-origin: center;
    width: 20px;
    height: 17px;
    left: 4rem
}

.lang--select .dropdown-content a {
    padding: 1.1rem 2.6rem 1.1rem 2rem;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #fff;
    background-color: #363e52;
    border-radius: .4rem;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width: 768px) {
    .lang--select .dropdown-content a {
        transition: color .3s ease, background-color .3s ease
    }

    .lang--select .dropdown-content a:hover {
        background-color: #fff;
        color: #000
    }
}

.lang--select .dropdown-content a:not(:last-child) {
    margin-bottom: 1rem
}

.header--comp {
    background-color: #eb615b;
    justify-content: space-between;
    padding: 0 1.8rem
}

.header--comp, .header--comp .right {
    display: flex;
    align-items: center
}

.header--comp .right.-hidden {
    display: none
}

@media (max-width: 767.98px) {
    .header--comp {
        background-color: #b19c6d;
        width: 100%;
        left: 0;
        transform: none;
        position: absolute;
        z-index: 1030;
        top: 0;
        display: block;
        transition: top .3s ease
    }

    .header--comp.shownav {
        bottom: 0;
        overflow: auto
    }

    .header--comp.shownav.-withlang {
        padding-bottom: 6em
    }

    .header--comp.shownav .nav--bar, .header--comp.shownav .showdropdown {
        display: block
    }
}

._show-top-banner .header--comp {
    top: 75px
}

.main--logo {
    display: block;
    width: 145px;
    color: #363e52;
    font-size: 13px
}

.main--logo > img {
    width: 100%;
}

.main--logo:focus, .main--logo:hover {
    color: #fff
}

@media (max-width: 767.98px) {
    .main--logo {
        left: 1.5em
    }
}

.nav--bar {
    margin: 0;
    padding-left: 3rem
}

@media (max-width: 767.98px) {
    .nav--bar {
        display: none;
        padding-left: 0
    }
}

.nav--bar > .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.nav--bar > .list > .item {
    margin: 1rem;
}

.nav--bar > .list > .item > span {
    display: none
}

.nav--bar > .list > .item > .link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 0;
    display: block;
    position: relative;
    white-space: nowrap;
    cursor: pointer
}

.nav--bar > .list > .item > .link > .icon {
    display: block;
    font-size: 3.6rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .nav--bar > .list > .item > .link > .icon {
        display: none
    }
}

.nav--bar > .list > .item > .link:focus:before, .nav--bar > .list > .item > .link:hover:before {
    opacity: .3
}

.nav--bar > .list > .item.-active > .link:before {
    opacity: 1
}

.nav--bar > .list > .item > .panel {
    display: none
}

@media (max-width: 767.98px) {
    .nav--bar {
        padding: 65px 0 0;
        width: 100%;
    }

    .nav--bar > .list {
        padding: 0 0 1em;
        flex-wrap: wrap
    }

    .nav--bar > .list.-lang {
        border-bottom: 1px solid #eb615b
    }

    .nav--bar > .list .item {
        border: 2px solid #eb615b;
        border-radius: 6px;
        margin: .5em !important;
        flex: 1 auto;
        max-width: 47%;
        flex-basis: 46%;
        position: relative;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .nav--bar > .list .item:hover .more--list,
    .nav--bar > .list .item:focus .more--list {
        display: flex;
    }

    .nav--bar > .list .item .more--list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .nav--bar > .list .item .more--list .item {
        max-width: 100%;
        flex-basis: 100%
    }

    .nav--bar > .list > .item > .wrapper {
        padding-top: 46px;
        z-index: 2
    }

    .more--list > .item {
        background-color: #A48D61;
        border-radius: 6px;
        margin-bottom: 2rem;
        transition: background-color .2s linear;
    }

    .nav--bar > .list > .item:hover .more--list {

    }

    .nav--bar .list .item .more--list .item a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        padding: 1rem 0;
        display: block;
        position: relative;
        white-space: nowrap;
        cursor: pointer;
    }

    .more--list {
        background-color: #eb615b;
        list-style: none;
        display: none;
        padding: 2rem;
        border-radius: 6px;
        border: 1px solid #fff;
    }

    .nav--bar > .list .item > span {
        display: block;
        font-size: 40px;
        margin: 18px 0 0
    }

    .nav--bar > .list .item:nth-child(odd) {
        margin: 1em .5em .5em 0
    }

    .nav--bar > .list .item:nth-child(2n) {
        margin: 1em 0 .5em 1em
    }

    .nav--bar > .list .item:hover {
        background-color: #fff
    }

    .nav--bar > .list .item:hover .link {
        color: #000
    }

    .nav--bar > .list .item .link {
        padding: 1rem .5rem;
        text-align: center
    }

    .nav--bar > .list .item .link:before {
        position: static;
        display: block;
        margin: 1em auto 2em;
        width: 3rem;
        height: 3rem;
        color: #fff;
        opacity: 1;
        transform: none
    }

    .nav--bar > .list .item .link:focus:before, .nav--bar > .list .item .link:hover:before {
        opacity: 1
    }
}

.search--box {
    position: relative
}

.search--box > .text {
    position: relative;
    min-width: 30rem;
    padding: .8rem 1rem .8rem 5rem;
    height: 4rem;
    color: #fff;
    background-color: #b19c6d;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: .4rem
}

@media (max-width: 575.98px) {
    .search--box > .text {
        max-width: 20rem;
        min-width: auto
    }
}

.search--box > .text::-moz-placeholder {
    color: #ffffff38;
    opacity: 1
}

.search--box > .text:-ms-input-placeholder {
    color: #ffffff38;
    opacity: 1
}

.search--box > .text::placeholder {
    color: #ffffff38;
    opacity: 1
}

.search--box > button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    border: 0;
    outline: 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .search--box {
        position: absolute;
        top: 1.4rem;
        left: 2rem
    }

    .search--box.showsearch {
        display: block;
        position: fixed;
        left: 2rem;
        z-index: 1031
    }
}

.search--result--dropdown {
    padding: 10px 0 0;
    position: absolute;
    width: calc(100vw - 3.6rem)
}

.search--result--dropdown > .inner {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    padding: 2rem;
    width: 100%;
    background-color: #eb615b;
    border-radius: .4rem;
    list-style: none;
    max-height: 320px;
    overflow: auto
}

.search--result--dropdown > .inner > .item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    background-color: #eb615b;
    transition: background-color .3s ease;
    margin-bottom: 1rem;
    text-decoration: none
}

.search--result--dropdown > .inner > .item:last-child {
    margin-bottom: 0
}

.search--result--dropdown > .inner > .item:focus, .search--result--dropdown > .inner > .item:hover {
    background-color: #fff
}

.search--result--dropdown > .inner > .item:focus .result--text, .search--result--dropdown > .inner > .item:hover .result--text {
    color: #000;
    text-decoration: none
}

.search--result--dropdown > .inner > .item > .image {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto
}

.search--result--dropdown > .inner > .item > .text {
    box-sizing: border-box;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    min-width: 0
}

.result--text {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: color .3s ease;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media (min-width: 768px) {
    .search--result--dropdown {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .more--btn {
        display: none
    }
}

@media (min-width: 768px) {
    .header--comp {
        position: absolute;
        z-index: 1030;
        top: 0;
        left: 0;
        right: 0
    }

    .header--comp .right {
        margin-left: 2rem
    }

    .nav--bar {
        display: flex;
        flex-grow: 1
    }

    .nav--bar > .list {
        display: inline-block;
        max-height: 64px;
        overflow: hidden
    }

    .nav--bar > .list > .item {
        float: left;
        margin: 0;
        padding: 1rem
    }

    .nav--bar > .list > .item:hover > .link:after {
        /*content: "";*/
        width: .6rem;
        height: .6rem;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        bottom: .5rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .nav--bar > .list > .item.more {
        position: relative
    }

    .nav--bar > .list > .item.more:focus .more--list, .nav--bar > .list > .item.more:hover .more--list {
        display: block
    }

    .nav--bar > .list > .item.-hidden, .nav--bar > .list > .item.more.-hidden {
        display: none
    }

    .more--btn {
        display: inline-block;
        line-height: 1;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        position: relative;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        padding: 1rem;
        display: block;
        white-space: nowrap;
        cursor: pointer;
        line-height: 1.5
    }

    .more--btn > .wrapper {
        padding-top: 39px;
        position: absolute
    }

    .more--btn > span {
        transform-origin: center;
        transform: scaleY(1);
        display: inline-block;
        transition: transform .1s linear
    }

    .more--btn.-hidden {
        visibility: hidden
    }

    .more--btn:focus > span, .more--btn:hover > span {
        transform: scaleY(-1)
    }

    .more--btn:focus .more--list, .more--btn:hover .more--list {
        display: block
    }

    .more--list {
        background-color: #eb615b;
        list-style: none;
        display: none;
        padding: 2rem;
        border-radius: 4px
    }

    .more--list > .item {
        background-color: #eb615b;
        border-radius: 6px;
        min-width: 26rem;
        margin-bottom: 2rem;
        transition: background-color .2s linear
    }

    .more--list > .item > .mega--panel {
        display: none
    }

    .more--list > .item > .link {
        text-align: left;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        padding: 1rem 2rem;
        display: block;
        position: relative;
        white-space: nowrap;
        cursor: pointer
    }

    .more--list > .item > .link > .icon {
        display: none
    }

    .more--list > .item:last-child {
        margin: 0
    }

    .more--list > .item.-hidden {
        display: none
    }

    .more--list > .item:focus, .more--list > .item:hover {
        background-color: #b19c6d
    }
}

.main--footer {
    background-color: #fff;
    color: #535353;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    flex-direction: column;
    position: relative;
    filter: drop-shadow(0px -8px 14px rgba(0, 0, 0, .05));
}

.main--footer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    background: #fff;
    height: 26px;
    -webkit-clip-path: polygon(0% 100%, 30% 0%, 38% 70.38%, 43.85% 19.79%, 59.1% 71.05%, 80.21% 19.79%, 86.21% 70.38%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 30% 0%, 38% 70.38%, 43.85% 19.79%, 59.1% 71.05%, 80.21% 19.79%, 86.21% 70.38%, 100% 0%, 100% 100%);
}

.main--footer > .disclaimer {
    margin: 0 0 20px
}

.main--footer > .list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    text-align: center;
    align-items: center
}

.main--footer > .list > .item {
    margin: 0 0 20px
}

.main--footer > .list > .item > .link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
    position: relative
}

.main--footer > .list > .item > .link:before {
    content: "";
    position: absolute;
    width: .6rem;
    height: .6rem;
    background-color: #fff;
    border-radius: 50%;
    bottom: -.5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .2s linear
}

.main--footer > .list > .item > .link:focus:before, .main--footer > .list > .item > .link:hover:before {
    opacity: 1
}

.main--footer > .list > .item > .sharelink {
    font-size: 3.8rem;
    text-decoration: none;
    color: #fff
}

.main--footer > .list > .item > .sharelink:hover > .icon {
    background-color: #059b9a;
    border-color: #059b9a
}

.main--footer > .list > .item > .sharelink > .icon {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(7, 75, 42, 0);
    transition: background-color .3s ease, border-color .3s ease
}

@media (min-width: 768px) {
    .main--footer {
        flex-direction: row
    }

    .main--footer > .disclaimer {
        margin: 0
    }

    .main--footer > .list {
        flex-direction: row;
        text-align: left
    }

    .main--footer > .list > .item {
        margin: 0 0 0 3rem
    }
}

.mobile--banner {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b3;
    backdrop-filter: blur(6px);
    transition: transform .3s ease;
    display: none;
}

.mobile--banner > .button {
    flex: 0 0 40px
}

.mobile--banner > .link {
    flex: 0 1 auto
}

.mobile--banner > .link > .img {
    max-height: 75px;
    width: auto;
    max-width: 100%
}

.mobile--banner--big {
    display: none;
    background-color: #ddfff1
}

.mobile--banner--big > .img {
    max-width: 100%
}

@media (orientation: landscape) {
    .mobile--banner--big > .img {
        display: block;
        max-height: 320px;
        margin: 0 auto
    }
}

._show-top-banner .mobile--banner {
    transform: translateY(0)
}

._show-banner .mobile--banner--big {
    display: block
}

.link--muted {
    color: #8d8d8d;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s ease-out
}

.link--muted:hover {
    color: #eb615b
}

.btn--component {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    padding: 12px;
    min-width: 19.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6f6f6f;
    border: 1px solid #c2c2c2;
    text-decoration: none;
    background: #fff;
    transition: all .3s ease-out;
}

.btn--component:hover {
    color: #000;
    background-color: #f4f4f4;
    box-shadow: 0px 5px 10px #f4f4f44d;
}

.btn--component.-fav {
    min-width: 7rem
}

.btn--component.-invert {
    color: #363e52;
    border: 2px solid #363e52;
    background-color: transparent;
    padding: 1.2rem 2rem
}

.btn--component.-invert.-active, .btn--component.-invert:hover {
    color: #fff;
    background-color: #363e52;
    border-color: #363e52
}

.btn--component.-share {
    margin: 2rem 0;
    min-width: auto;
    font-weight: 600
}

.btn--component.-fullscreen, .btn--component.-more-games, .btn--component.-comment {

    min-width: auto;
    margin-left: 2rem
}

.btn--component.-w-full {
    min-width: 1px;
    width: 100%;
    text-align: center
}

.btn--border, .loadMorePagination .btn {
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 2.1rem;
    min-width: 19.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-out
}

.btn--border:hover, .loadMorePagination .btn:hover {
    color: #fff;
    background-color: #059b9a;
    border-color: #059b9a
}

.btn--border.-rating, .loadMorePagination .btn.-rating {
    min-width: 14rem;
    text-align: center
}

.btn--border.-green, .loadMorePagination .btn.-green {
    background: #363e52
}

.btn--border.-semibold, .loadMorePagination .btn.-semibold {
    font-weight: 600
}

.btn--border.-autocomplete, .loadMorePagination .btn.-autocomplete {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-color: #363e52;
    padding: 1.3rem 2.1rem;
    background: #eb615b;
}

.btn--border.-autocomplete > .icon, .loadMorePagination .btn.-autocomplete > .icon {
    font-size: 3.2rem;
    margin-right: 1.5rem;
    vertical-align: middle
}

.btn--border.-autocomplete:hover, .loadMorePagination .btn.-autocomplete:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.loadMorePagination .btn {
    background-color: #363e52
}

.modalclose {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-decoration: none;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 19px;
    height: 19px;
    opacity: 1;
    cursor: pointer
}

.modalclose:after, .modalclose:before {
    position: absolute;
    left: 5px;
    top: 5px;
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #fff
}

.modalclose:before {
    transform: rotate(45deg)
}

.modalclose:after {
    transform: rotate(-45deg)
}

@media (min-width: 768px) {
    .btn--component.-share {
        margin: 0 0 0 3rem
    }

    .btn--component.-fav {
        min-width: 6.3rem
    }
}

.breadcrumbs--component {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 4rem 0 1.9rem;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5
}

.breadcrumbs--component > .item:after {
    content: "/";
    margin: 0 .5rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #535353
}

.breadcrumbs--component > .item:last-child:after {
    display: none
}

.breadcrumb--link {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #535353;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s ease-out
}

a.breadcrumb--link:hover {
    text-decoration: underline;
    color: #eb615b
}

.random--game--block {
    background-color: #363e52;
    color: #535353;
    padding: 1.9rem;
    border-radius: 6px;
    text-align: center
}

.random--game--text {
    margin: 0 auto 1.8rem;
    font-size: 2.6rem;
    line-height: 1.5;
    max-width: 25rem
}

@media (min-width: 576px) {
    .random--game--text {
        max-width: 62rem
    }
}

@media (min-width: 768px) {
    .random--game--block {
        overflow: hidden;
        padding: 3.9rem 1.9rem
    }

    .random--game--block > .wrapper {
        position: relative;
        display: inline-block
    }

    .random--game--block > .wrapper > .decorator1, .random--game--block > .wrapper > .decorator2 {
        position: absolute;
        width: 54rem;
        height: 14rem
    }

    .random--game--block > .wrapper > .decorator1:after, .random--game--block > .wrapper > .decorator1:before, .random--game--block > .wrapper > .decorator2:after, .random--game--block > .wrapper > .decorator2:before {
        content: "";
        position: absolute;
        top: 0;
        width: 26rem;
        height: 100%;
        border-radius: 4px
    }

    .random--game--block > .wrapper > .decorator1:before, .random--game--block > .wrapper > .decorator2:before {
        background-color: #fff
    }

    .random--game--block > .wrapper > .decorator1:after, .random--game--block > .wrapper > .decorator2:after {
        border: 2px solid #fff
    }

    .random--game--block > .wrapper > .decorator1 {
        right: 100%;
        top: -2rem;
        margin-right: 3rem
    }

    .random--game--block > .wrapper > .decorator1:before {
        left: 0
    }

    .random--game--block > .wrapper > .decorator1:after {
        right: 0
    }

    .random--game--block > .wrapper > .decorator2 {
        left: 100%;
        margin-left: 3rem;
        bottom: -2rem
    }

    .random--game--block > .wrapper > .decorator2:before {
        right: 0
    }

    .random--game--block > .wrapper > .decorator2:after {
        left: 0
    }

    .random--game--text {
        font-size: 3.2rem
    }
}

@media (min-width: 992px) {
    .random--game--block > .wrapper > .decorator1 {
        margin-right: 3rem
    }

    .random--game--block > .wrapper > .decorator2 {
        margin-left: 3rem
    }
}

@media (min-width: 1200px) {
    .random--game--block > .wrapper > .decorator1 {
        margin-right: 21rem
    }

    .random--game--block > .wrapper > .decorator2 {
        margin-left: 21rem
    }
}

@media (min-width: 1920px) {
    .random--game--block {
        position: relative
    }

    .random--game--block > .wrapper {
        position: static
    }

    .random--game--block > .wrapper > .decorator1 {
        margin-right: 0;
        right: auto;
        left: -12rem;
        top: 2rem
    }

    .random--game--block > .wrapper > .decorator2 {
        margin-left: 0;
        left: auto;
        right: -12rem;
        bottom: 2rem
    }
}

.game--block {
    display: block;
    width: 191px;
    height: 110px;
    border-radius: 6px;
    position: relative;
    box-shadow: -10px 6px 15px rgba(0, 0, 0, .07);
}

.game--block.-shop-game {
    width: 164px;
    height: 219px
}

.game--block.-shop-game > .link > .title {
    height: auto;
    text-overflow: clip;
    white-space: normal
}

.game--block.-slide {
    margin-left: 20px
}

.game--block.-big {
    width: 191px;
    height: 110px;
    /*overflow: hidden*/
}

.game--block.-big > .link img {
    width: 191px;
    height: auto
}

.game--block.-big.-shop-game {
    width: 164px;
    height: 219px
}

.game--block.-big.-shop-game > .link img {
    width: 164px
}

.game--block.-panel:before {
    border-color: #fff
}

.game--block:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #0000005e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    backdrop-filter: blur(3px);
    border: 2px solid #eb615b;
    border-radius: 6px;
    transition: opacity .3s ease-out;
    pointer-events: none
}

.game--block > .btn {
    padding: 0;
    display: inline-block;
    line-height: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    z-index: 10;
    bottom: 1rem;
    right: 1.7rem;
    font-size: 2.2rem;
    color: #fff
}

.game--block > .btn:focus, .game--block > .btn:hover {
    outline: none
}

.game--block > .link {
    display: block;
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.game--block > .link > .sponsored {
    padding: .7rem 1.5rem .5rem
}

.game--block > .link > .rank, .game--block > .link > .sponsored {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    background: #363e52;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem
}

.game--block > .link > .rank {
    display: flex;
    align-items: center;
    padding: .8rem 1rem .7rem;
    line-height: 1
}

.game--block > .link > .rank > .icon {
    font-size: 1.7rem;
    margin-top: -.1rem;
    margin-right: .7rem
}

.game--block > .link > .title {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 100%;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.86);
}

.game--block img {
    border-radius: 6px;
}

@media (max-width: 768px) {
    .game--block > .link > .title {
        top: unset;
        bottom: 0;
        background: linear-gradient(360deg, black, transparent);
        transform: unset;
        left: 0;
    }

    .swiper-slide .flex-wrap {
        flex-wrap: unset !important;
    }

    .swiper-slide {
        width: fit-content !important;
    }
}

.game--block:focus, .game--block:hover {
    outline: none;
    box-shadow: 0 10px 14px 2px rgba(216, 216, 216, 0.5);
}

.game--block:focus:before, .game--block:hover:before {
    opacity: 1
}

.game--block.-margin {
    margin-bottom: 2rem
}

.games-hot .swiper-slide .slideBlock:nth-child(3) .game--block.-margin, .games-hot .swiper-slide .slideBlock:nth-child(4) .game--block.-margin,
.games-new .swiper-slide .slideBlock:nth-child(2) .game--block.-margin, .games-popular .swiper-slide .slideBlock:nth-child(3) .game--block.-margin,
.games-popular .swiper-slide .slideBlock:nth-child(4) .game--block.-margin, .sliderCategoryList .swiper-slide .tag--component:nth-child(2) {
    margin-bottom: 0;
}

@media (max-width: 441px) {
    .game--block.-mobilewidth, .game--block.-mobilewidth > .link img {
        width: 100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .game--block.-big {
        width: 402px;
        height: 240px
    }

    .game--block.-big.-shop-game {
        width: 348px;
        height: 458px
    }

    .game--block.-big.-shop-game > .link img, .game--block.-big > .link img {
        width: auto
    }

    .game--block > .btn, .game--block > .link > .title {
        opacity: 0;
        transition: opacity .3s ease-out
    }

    .game--block:focus > .btn, .game--block:focus > .link > .title, .game--block:hover > .btn, .game--block:hover > .link > .title {
        opacity: 1
    }

    .game--block:not(.-big).-panel {
        margin: 1rem;
        width: auto;
        flex: 0 1 auto
    }

    .game--block.-big.-panel {
        width: auto
    }
}

.slider--wrapper {
    position: relative;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px
}

.slider--wrapper.-game {
    height: 110px;
    margin-top: 1.2rem;
    margin-bottom: 2.2rem
}

.slider--wrapper.-game.-shop {
    height: 219px
}

.slider--wrapper.-game .tns-inner {
    margin-left: 0 !important
}

.slider--wrapper.-gamebig {
    height: 145px;
    margin-bottom: 2.2rem;
    margin-left: 0;
    margin-right: 0;
}

.slider--wrapper.-gamebig .tns-inner {
    margin-left: 0 !important
}

.slider--wrapper.-tags {
    margin-left: 0;
    margin-right: 0;
}

.slider--wrapper.-tags .tns-inner {
    margin-left: 0 !important
}

.slider--wrapper.-categories {
    height: 110px
}

.slider--wrapper.-categories .tns-inner {
    margin-left: 0 !important
}

.slider--wrapper .tns-autowidth {
    display: block
}

.slider--wrapper button[data-controls=next], .slider--wrapper button[data-controls=prev] {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: none
}

.slider--wrapper > .slider {
    display: flex;
    flex-wrap: nowrap
}

.load--more--boundary {
    position: relative
}

.game--list--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.game--list--wrapper.-tag {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.game--list--wrapper .item {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 441px) {
    .game--list--wrapper.-mobilewidth .item {
        flex-grow: 1
    }
}

@media (min-width: 768px) {
    .slider--wrapper button[data-controls=next], .slider--wrapper button[data-controls=prev] {
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        width: 21.2rem;
        font-size: 4rem;
        color: #fff;
        opacity: 0;
        transition: opacity .3s ease-out
    }

    .slider--wrapper button[data-controls=next]:hover, .slider--wrapper button[data-controls=prev]:hover {
        opacity: 1
    }

    .slider--wrapper button[data-controls=next]:disabled, .slider--wrapper button[data-controls=prev]:disabled {
        display: none
    }

    .slider--wrapper button[data-controls=prev] {
        left: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0, transparent);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#00000000", GradientType=1)
    }

    .slider--wrapper button[data-controls=next] {
        right: 0;
        background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .8));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=1)
    }

    .slider--wrapper.-gamebig {
        min-height: 275px;
        height: fit-content;
    }

    .slider--wrapper.-gamebig > .slider > .item {
        flex: 0 0 auto;
        width: 422px
    }

    .slider--wrapper.-gamebig.-shop {
        height: 458px
    }

    .slider--wrapper.-gamebig.-shop > .slider > .item {
        width: 362px
    }
}

.news--list {
    background-color: #252525;
    margin-left: -20px;
    margin-right: -20px;
    padding: 2rem 20px
}

.news--list .tns-inner {
    margin: 0 !important
}

.news--list.-related {
    background-color: transparent;
    padding-top: 0
}

.news--block {
    display: block;
    width: 26rem;
    height: 24rem;
    border-radius: .4rem;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.news--block > .tag, .news--block > .title {
    position: relative;
    z-index: 5;
    pointer-events: none
}

.news--block > .title {
    margin-top: .7rem
}

.news--block > .tag {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #198754;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: .4rem;
    padding: .7rem 1.5rem
}

.news--block > .link {
    display: block;
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.news--block:before {
    z-index: 4;
    opacity: 0;
    border: 2px solid #363e52;
    border-radius: 6px;
    transition: opacity .3s ease-out
}

.news--block:after, .news--block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.news--block:after {
    z-index: 3;
    background: linear-gradient(180deg, transparent 0, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0)
}

.news--block:hover {
    outline: none
}

.news--block:hover:before {
    opacity: 1
}

.news--block:hover > .tag, .news--block:hover > .title {
    color: #fff
}

.news--block.-slide {
    margin-left: 20px
}

.news--block.-cat {
    width: auto
}

.tag--list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 12px;
}

.tag--list.-big > .item {
    padding-bottom: 2rem
}

.tag--list > .item {

    max-width: 100%
}

.tag--component {
    display: block;
    background: #fff;
    color: #535353;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #ededed;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .3s ease-out;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .05);
}

.tag--component:before {
    margin-right: 1.3rem
}

.tag--component:hover {
    color: #fff;
    background: linear-gradient(90deg, #f28b76 0%, #e85352 100%);
    box-shadow: 0px 5px 10px rgba(232, 83, 82, .3);
}

.tag--component.-big {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1.9rem 1.5rem 1.7rem;
    width: 191px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px
}

.tag--component.-big:before {
    margin-right: 1.6rem
}

.tag--component.-margin {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .tag--list.-big > .item {
        flex: 0 0 auto;
        width: 25%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .tag--list.-big > .item {
        width: 16.6666667%
    }
}

@media (min-width: 1200px) {
    .tag--list.-big > .item {
        width: 11.1111111%
    }
}

.mobile--menu {
    display: none
}

@media (max-width: 767.98px) {
    .mobile--menu {
        background-color: #eb615b;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 65px;
        position: fixed;
        padding: 0 1.8rem;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
        transition: top .3s ease
    }

    .mobile--menu > .actions .opensearch {
        color: #fff;
        font-size: 1.3em;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 3.5em
    }

    .mobile--menu > .actions .closesearch {
        display: none;
        color: #fff;
        font-size: 1.2em;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 3.5em;
        z-index: 10
    }

    .mobile--menu > .actions .closesearch > span {

    }

    .mobile--menu > .actions .show {
        display: block !important
    }

    .mobile--menu > .actions .hidden {
        display: none
    }
}

._show-top-banner .mobile--menu {
    top: 75px
}

.ham {
    color: #fff;
    text-decoration: none
}

.hamburger--menu {
    display: block;
    cursor: pointer
}

.hamburger--menu .hamburgerbox {
    width: 25px;
    height: 17px
}

.hamburger--menu .hamburgerbox .hamburgerbars {
    top: 24px
}

.hamburger--menu .hamburgerbox .hamburgerbars, .hamburger--menu .hamburgerbox .hamburgerbars:after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .2s
}

.hamburger--menu .hamburgerbox .hamburgerbars:after {
    content: "";
    top: 16px
}

.hamburger--menu .hamburgerbox .hamburgerbars:before {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .2s;
    content: "";
    top: 8px
}

.hamburger--menu .icon {
    display: none;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none
}

.hamburger--menu .showclose .icon {
    display: block
}

.hamburger--menu .showclose .hamburgerbars {
    display: none;
    top: 22px;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--menu .showclose .hamburgerbars:after {
    transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
    opacity: 0
}

.hamburger--menu .showclose .hamburgerbars:before {
    transform: translate3d(0, -9px, 0) rotate(-90deg)
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.button--circle {
    padding: 0;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    z-index: 1029
}

.button--circle.-small {
    width: 30px;
    height: 30px
}

.button--circle.-to-top {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    display: none
}

@media (max-width: 575.98px) {
    .button--circle.-to-top {
        right: 2rem;
        bottom: 2rem
    }
}

@media (max-width: 991.98px) {
    ._game--detail .button--circle.-to-top {
        bottom: 12rem
    }
}

.error--page > .errorbody > .error-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4em 0
}

@media (max-width: 767.98px) {
    .error--page > .errorbody > .error-img {
        margin: 2em 0
    }

    .error--page > .errorbody > .error-img > img {
        width: 80%
    }
}

.error--page > .errorbody > .heading {
    color: #32a7a6;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767.98px) {
    .error--page > .errorbody > .heading {
        font-size: 1rem
    }
}

.error--page > .errorbody > .description {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 2rem
}

@media (max-width: 767.98px) {
    .error--page > .errorbody > .description {
        font-size: 1.6rem
    }
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.search--page > .heading {
    color: #32a7a6;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767.98px) {
    .search--page > .heading {
        font-size: 1em
    }
}

.search--page > .description {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 1em
}

@media (max-width: 767.98px) {
    .search--page > .description {
        font-size: 1.6em
    }
}

.search--page > .description > span {
    color: #363e52
}

.games--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 3rem
}

.games--wrapper > .item {
    margin: 0 2rem 2rem 0
}

@media (max-width: 767.98px) {
    .games--wrapper > .item:nth-of-type(odd) {
        margin: 0 1rem 2rem 0
    }

    .games--wrapper > .item:nth-of-type(2n) {
        margin: 0 0 2rem 1rem
    }
}

@media (max-width: 575.98px) {
    .games--wrapper > .item:nth-of-type(odd) {
        margin: 0 .5rem .5rem 0
    }

    .games--wrapper > .item:nth-of-type(2n) {
        margin: 0 0 .5rem
    }
}

@media (max-width: 431px) {
    .games--wrapper > .item:nth-of-type(2n), .games--wrapper > .item:nth-of-type(odd) {
        margin: .5rem
    }
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.mega--panel {
    display: none
}

@media (min-width: 768px) {
    .mega--panel {
        padding: 2rem;
        position: absolute;
        background-color: #059b9a;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 20rem;
        z-index: -1;
        display: flex;
        transform: translateY(100%)
    }

    .mega--panel > .recommended {
        flex: 0 0 auto;
        margin: 0 2rem 0 0;
        width: 45%;
        max-width: 100%
    }

    .mega--panel > .best {
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
        padding-right: 2rem
    }

    .mega--panel > .best > .blocks {
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
        margin: -1rem;
        height: 254px;
        overflow: hidden
    }

    .mega--panel > .all {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: 191px;
        max-width: 100%
    }

    .megapanel--link--block {
        height: 240px;
        border: 2px solid #363e52;
        border-radius: 6px;
        color: #fff;
        background-color: hsla(0, 0%, 100%, 0);
        transition: color .3s ease, background-color .3s ease;
        text-decoration: none;
        text-align: center;
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .megapanel--link--block:hover {
        color: #000;
        background-color: #fff
    }

    .megapanel--link--block > .text {
        font-size: 1.6rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
        font-weight: 600
    }

    .megapanel--link--block > .text > .icon {
        display: block;
        font-size: 3.2rem
    }
}

@media (min-width: 992px) {
    .mega--panel > .recommended {
        flex: 0 0 402px;
        width: 402px
    }
}

._blur {
    filter: blur(5px)
}

._blur-transition {
    transition: filter .3s linear
}

/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1064px
    }
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

/*!
 * Bootstrap Reboot v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: "Baloo Thambi 2", system-ui;
    font-size: calc(1.285rem + .42vw);
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f9f9f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media (min-width: 1200px) {
    body {
        font-size: 1.6rem
    }
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.525rem + 3.3vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4rem
    }
}

h2 {
    font-size: calc(1.445rem + 2.34vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size: 3.2rem
    }
}

h3 {
    font-size: calc(1.405rem + 1.86vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 2.8rem
    }
}

h4 {
    font-size: calc(1.365rem + 1.38vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 2.4rem
    }
}

h5 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h5 {
        font-size: 2rem
    }
}

h6 {
    font-size: calc(1.285rem + .42vw)
}

@media (min-width: 1200px) {
    h6 {
        font-size: 1.6rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: "Baloo Thambi 2", system-ui;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.article--content > p {
    margin-bottom: 3rem
}

.article--content > h4, .article--content > h5, .article--content > h6 {
    margin-bottom: .4rem
}

.article--content > ul {
    list-style: none;
    margin-bottom: 3rem
}

.article--content > ul > li {
    position: relative;
    line-height: 1.1;
    margin-bottom: 1rem
}

.article--content > ul > li:before {
    content: "•";
    color: #363e52;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.article--content ol {
    list-style: none;
    counter-reset: li;
    margin-top: -.3rem;
    margin-bottom: 3rem;
    padding-left: 2rem
}

.article--content ol > li {
    counter-increment: li
}

.article--content ol > li:before {
    content: counter(li) ". ";
    color: #363e52;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: relative;
    left: -.3rem
}

.article--content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 3rem
}

.article--section.-shopgame {
    display: flex;
    flex-direction: column
}

.article--section.-shopgame > .section {
    order: 2
}

.article--section.-shopgame > .aside {
    order: 1
}

@media (min-width: 768px) {
    .article--section {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem
    }

    .article--section.-full > .aside, .article--section.-full > .section {
        width: 100%
    }

    .article--section > .aside, .article--section > .section {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .article--section > .section {
        width: 79.7%
    }

    .article--section > .aside {
        width: 20.3%;

    }
}

@media (min-width: 992px) {
    .article--section.-full > .section {
        width: 73.2%
    }

    .article--section.-full > .aside {
        width: calc(26.8% - 25px)
    }

    .article--section.-shopgame > .aside {
        position: fixed;
        z-index: 1020;
        top: 11.9rem;
        left: auto;
        right: 20px;
        border-radius: .4rem;
        background: #fff;
        padding: 15px 10px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .14);
        max-height: calc(100vh - 11.9rem - 20px);
        height: calc(37.7vw - 20px);
        overflow-y: auto;
        overflow-x: visible
    }

    .article--section.-shopgame > .aside.-heightauto {
        height: auto
    }
}

@media (min-width: 1200px) {
    .article--section.-shopgame > .aside {
        padding: 15px 20px
    }
}

.rating--component {
    max-width: 14rem
}

.rating--component > .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: flex;
    justify-content: space-between
}

.rating--component > .text {
    font-size: 1.2rem;
    color: #32a7a6
}

@media (min-width: 768px) {
    .rating--component {
        max-width: 100%
    }
}

.modal--component {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1024;
    display: none
}

.modal--component.-active, .modal--component.-active > .modal--share {
    display: block
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 2rem;
    padding-right: 2rem
}

.category--tag--component {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #363e52;
    color: #fff;
    padding: 1.1rem 1.5rem .7rem;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.56;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .3s ease-out;
    width: 191px;
    height: 110px;
    text-align: center;
    margin-left: 20px
}

.category--tag--component.-news {
    width: 26rem;
    height: 24rem;
    padding: 2rem 2.5rem
}

.category--tag--component:hover {
    color: #fff;
    background-color: #059b9a
}

.category--tag--component > .icon {
    font-size: 3.2rem
}

.category--tag--component > .text {
    display: block;
    margin-top: .3rem
}

/*!
 * Bootstrap Utilities v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus, .link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus, .link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus, .link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus, .link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus, .link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus, .link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus, .link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus, .link-dark:hover {
    color: #1a1e21
}

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

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

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

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

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

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.w-auto {
    width: auto !important
}

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

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

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

.h-auto {
    height: auto !important
}

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

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

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

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

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

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

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

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

.justify-content-center {
    justify-content: center !important
}

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

.justify-content-around {
    justify-content: space-around !important
}

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

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

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

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

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

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

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

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

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

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

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

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.525rem + 3.3vw) !important
}

.fs-2 {
    font-size: calc(1.445rem + 2.34vw) !important
}

.fs-3 {
    font-size: calc(1.405rem + 1.86vw) !important
}

.fs-4 {
    font-size: calc(1.365rem + 1.38vw) !important
}

.fs-5 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-6 {
    font-size: calc(1.285rem + .42vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

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

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body, .bg-white {
    background-color: #fff !important
}

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

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}


.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: 4px !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: 4px !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 4px !important
}

.rounded-end, .rounded-top {
    border-top-right-radius: 4px !important
}

.rounded-bottom, .rounded-end {
    border-bottom-right-radius: 4px !important
}

.rounded-bottom, .rounded-start {
    border-bottom-left-radius: 4px !important
}

.rounded-start {
    border-top-left-radius: 4px !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

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

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

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 4rem !important
    }

    .fs-2 {
        font-size: 3.2rem !important
    }

    .fs-3 {
        font-size: 2.8rem !important
    }

    .fs-4 {
        font-size: 2.4rem !important
    }

    .fs-5 {
        font-size: 2rem !important
    }

    .fs-6 {
        font-size: 1.6rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

._text-center {
    text-align: center
}

._text-left {
    text-align: left
}

._text-right {
    text-align: right
}

.game--wrapper {
    margin-bottom: 2.2rem;
    border-radius: 6px;
}

.game--wrapper iframe {
    width: 100%;
    z-index: 150;
    box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
}

.game--wrapper .fullscreen--close, .game--wrapper .mobile--back {
    display: none
}

.game--wrapper.-pseudofullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1031
}

.game--wrapper.-fullscreen .fullscreen--close {
    position: fixed;
    display: block;
    left: -1rem;
    top: 20%;
    background-color: #363e52;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
    min-width: auto;
    z-index: 160
}

.game--wrapper.-mobile {
    display: block;
    height: 160px
}

.game--wrapper.-mobile .mobile--back {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.game--wrapper.-mobile .mobile--back > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: -1;
    filter: blur(5px)
}

.game--wrapper.-mobile .mobile--back > div:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.game--wrapper.-mobile .mobile--back button {
    z-index: 160;
    cursor: pointer
}

.game--wrapper.-mobile iframe {
    display: none
}

.game--wrapper.-mobile.-fullscreen {
    height: 100%
}

.game--wrapper.-mobile.-fullscreen iframe {
    display: block
}

.aside .item, .game--wrapper.-mobile.-fullscreen .mobile--back {
    display: none
}

.aside .item.-visible {
    display: block
}

.gameSliderBig .slide-item {
    width: 211px;
}

@media (min-width: 48em) {
    .gameSliderBig .slide-item {
        width: 422px;
    }

}

.swiper .swiper-button-disabled {
    display: none;
}

.games-new .slide-item {
    width: 211px;
}

.games-new .swiper-wrapper, .games-popular .swiper-wrapper, .games-hot .swiper-wrapper, .sliderCategoryList .swiper-wrapper {
    padding: 24px 0;
}

.modal--content {
    position: fixed;
    z-index: 1024;
    left: 50%;
    top: 50%;
    width: 90%;
    background: #22252D;
    padding: 2.5rem 2rem 4rem;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 4px
}

.modal--content.-open {
    display: block
}

.modal--share {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto
}

.modal--share > .sharelink {
    text-decoration: none;
    color: #fff
}

.modal--share > .sharelink:hover > .icon {
    background-color: #059b9a;
    border-color: #059b9a
}

.modal--share > .sharelink > .icon {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(7, 75, 42, 0);
    transition: background-color .3s ease, border-color .3s ease
}

.modal--share > .input {
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    width: 100%;
    font-size: 1.6rem
}

.modal--share > .input:focus {
    text-overflow: ellipsis;
    overflow: visible
}

.copy--message > .message {
    display: inline-block;
    color: #fff;
    padding: 0 3rem;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    bottom: 14px;
    text-transform: uppercase;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .5s ease;
    font-size: 1.2rem
}

.copy--message > .message.-active {
    opacity: 1
}

@media (min-width: 768px) {
    .modal--content {
        width: 690px;
        padding: 4rem 8.5rem
    }

    .modal--share > .input {
        width: 390px
    }

    .copy--message > .message {

    }
}

.article--content {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.pagination-wrapper {
    margin-top: 20px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 12px;
}

.pagination .page-link {
    background: #fff;
    color: #000;
    border: 1px solid #d8d8d8;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0 6px 12px 0;
}

.pagination .page-link:hover {
    border-color: #e85352;
}

.page-link {
    position: relative;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item:first-child .page-link {
}


.pagination .disabled .page-link {
    background: linear-gradient(90deg, #f28b76 0%, #e85352 100%);
    color: #fff;
    border-color: transparent;
}

.pagination .disabled .page-link:hover {
    border-color: transparent;
}

.page-item:last-child .page-link {

}

.item-title {
    margin: 24px auto;
}

.item-title i {
    font-size: 28px;
}

.footer_link {
    color: #535353;
    text-decoration: none;
    margin-right: 24px;
    font-weight: 500;
}

.footer_link:hover {
    color: #eb615b;
}

.container-wrapper {
    max-width: 1400px;
    margin: 12px auto;
    padding: 12px 24px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -webkit-overflow-scrolling: touch
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.reset-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.GameLabel_container {
    position: absolute;
    left: -4px;
    top: -4px;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    box-shadow: 4px 2px 4px #0000004d;
    border-radius: 12px 16px 16px 0;
    text-transform: uppercase;
    transform: translate(-2px, -2px);
    z-index: 20;
}

.GameLabel_container::before {
    content: "";
    background: inherit;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

.GameLabel_container::after {
    content: "";
    background: #000;
    width: 6px;
    height: 8px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1;
}

.GameLabel_hot {
    background: linear-gradient(142deg, #fbce30, #fb6d30 73.96%);
}

.GameLabel_top-rated {
    background: linear-gradient(142deg, #e23a77, #6424db);
}

.GameLabel_new {
    background: linear-gradient(142deg, #3daacd, #0abf89);
}

nav.nav_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .07);
    z-index: 999;
}

nav.nav_menu .navbar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    position: relative;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav.nav_menu .navbar .nav-links {
    height: 100%;
}

.navbar {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
}

nav.nav_menu .navbar .links {
    display: block;
    margin: 20px 0 0;
    padding: 0;
}

nav.nav_menu .navbar .links li {
    position: relative;
    list-style: none;
    padding: 8px 14px;
}

nav.nav_menu .navbar .links li.active {
    border-left: 2px solid #eb615b;
}

nav.nav_menu .navbar .links li.active a {
    color: #eb615b;
}

nav.nav_menu .navbar .links li a {
    height: 100%;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

nav.nav_menu .navbar .links li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

nav.nav_menu .navbar .links li a:hover, nav.nav_menu .navbar .links li a.active {
    color: #eb615b;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow-menu {
    width: 22px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
}

nav.nav_menu .navbar .links li .sub-menu {
    position: absolute;
    top: 48px;
    left: 0;
    line-height: 40px;
    padding-left: 0;
    background: #22252D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav.nav_menu .navbar .links li:hover .htmlCss-sub-menu,
nav.nav_menu .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    margin-left: auto;
    color: #c2c2c2;
}

.navbar .search-box:hover {
    color: #535353
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

nav .navbar .links li svg {
    color: #fff;
}

/*nav .navbar .nav-links {
    line-height: normal;
    height: 100%;
    margin-right: auto;
    display: flex;
    width: 100%;
}*/
nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 200px;
    width: 100%;
    background: #f9f9f9;
    line-height: normal;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
}

nav .navbar .nav-links::-webkit-scrollbar {
    display: none;
}

.navbar .search-box .input-box {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000b3;
    backdrop-filter: blur(10px);
}

.search-box .input-box .input_box {
    position: relative;
    margin-top: 48px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.results_here {
    max-width: 1277px;
    width: 100%;
    margin: 24px 0 0;
}

.search-box .input-box .input_box input {
    height: 40px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    background: transparent;
    border: none;
}

.btn_search {
    outline: 0;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: transparent;
    align-items: center;
}

.close_search {
    position: absolute;
    right: 30px;
    top: 30px;
    outline: 0;
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background: transparent;
    align-items: center;
}

.navbar .nav-links .sidebar-logo {
    /*display: none;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .bx-menu {
    outline: 0;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    color: #c2c2c2;
}

.navbar .bx-menu:hover {
    color: #535353;
}

@media (max-width: 920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav.nav_menu .navbar .links li {
        padding: 8px 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    nav {
        /* position: relative; */
    }

    .navbar .bx-menu {
        display: flex;
    }


    /* .navbar .nav-links .sidebar-logo {
         display: flex;
         align-items: center;
         justify-content: space-between;
     }*/
    .sidebar-logo .logo-name {
        /*font-size: 25px;
        color: #fff;*/
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    /*nav.nav_menu .navbar .links {
        display: block;
        margin-top: 20px;
    }*/
    nav .navbar .links li .arrow-menu {
        line-height: normal;
    }

    nav .navbar .links li {

    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 370px) {

}

.d-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.link--more {
    color: #eb615b;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.link--more:hover {
    color: #db3a33;
}

.game_title {
    font-size: 24px;
    color: #000;
}

.mainGameSectionContent, .game_area_container {
    display: flex;
    gap: 16px;
    margin: 0 0 12px;
}

.mainGameSectionContent .game-content-page, .game_area_container .game_area_left {
    flex: 1;
}

.mainGameSectionContent .comment {
    width: 400px;
}

@media (max-width: 1048px) {
    .mainGameSectionContent {
        flex-direction: column;
    }

    .mainGameSectionContent .comment, .mainGameSectionContent .game-content-page {
        width: 100%;
    }
}

.-text-shadow {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.39);
}

.ads_right {
    width: 300px;
    height: 600px;
    background: rgba(255, 255, 255, .2);
}

.game_area_left_bot {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .05);
}

.game_action_right {
    margin-left: auto;
}


.close_button {
    position: absolute;
    left: -100%;
    top: 78px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    border-radius: 0 10px 10px 0;
    transition: all 0.5s ease;
}

.result_inner {
    position: relative;
}

.games-hot .slider--wrapper, .games-new .slider--wrapper, .games-popular .slider--wrapper, .sliderCategoryList .slider--wrapper {
    padding: 0 20px;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 0 20px 20px 20px;
}

.games-hot .slider--wrapper > .slider, .games-new .slider--wrapper > .slider,
.games-popular .slider--wrapper > .slider, .sliderCategoryList .slider--wrapper > .slider {
    overflow: hidden;
}

.games-hot, .games-new, .games-popular, .sliderCategoryList {
    filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, .05));
}
.banner-row { margin: 12px auto; display: block; max-width: 1200px;width: 100%; padding: 8px; background: #0000002e; }