﻿* {
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

html {
    font-size: 10px;
    line-height: 1.2
}

body {
    font-family: "Merriweather", serif;
    font-size: 1.6rem;
    color: #1c242e
}

body.dark-mode {
    background-color: #1c242e
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 700;
    font-family: "Barlow", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem
}

h1 {
    font-size: 4rem
}

h2 {
    font-size: 3rem
}

h3 {
    font-size: 2.8rem
}

h4 {
    font-size: 2.4rem
}

h5 {
    font-size: 2rem
}

h6 {
    font-size: 1.6rem
}

.list-unstyled {
    list-style: none;
    padding-left: 0px
}

p {
    margin-bottom: 1rem;
    font-weight: 400
}

a {
    color: #1c242e;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    outline: none
}

.img-placeholder {
    position: relative;
    display: block
}

.img-placeholder:after {
    content: "";
    display: block;
    padding-top: 100%
}

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

.banner-bg {
    min-height: 250px;
    background-color: #f5f0f3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 0
}

.dark-mode .banner-bg {
    background-color: #1c242e
}

.sidebar,
.matches-program {
    align-self: stretch
}

.sidebar .banner,
.matches-program .banner {
    position: sticky;
    -webkit-position: sticky;
    top: 70px;
    margin-bottom: 15px
}

.hero .banner {
    position: static
}

.hero .banner .banner-wrapper {
    margin-top: 0
}

.single-layout .sidebar .banner {
    top: 90px
}

.sidebar {
    display: none;
    flex: 0 0 320px !important;
    width: 320px !important;
    max-width: 320px !important
}

@media (min-width: 1260px) {
    .sidebar {
        display: block
    }
}

@media (min-width: 1260px) {
    .main-content {
        flex: 0 0 calc(100% - 320px) !important;
        width: calc(100% - 320px) !important
    }
}

.aside-banner .banner {
    position: sticky;
    -webkit-position: sticky;
    top: 80px
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

.banner .banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0;
    background-color: #F1F1F1
}

.banner .banner-wrapper > * {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .banner-wrapper::before {
    content: "BANNER";
    color: #aaa;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    font-family: 'Barlow', sans-serif
}

.banner.transparent-banner .banner-wrapper {
    background-color: transparent
}

.banner.transparent-banner .banner-wrapper::before {
    content: ''
}

.banner-holder {
    padding: 15px 0
}

@media (min-width: 992px) {
    .banner-holder {
        padding: 30px 0
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2100;
    display: block;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s linear
}

.overlay.d-block {
    opacity: 1;
    visibility: visible
}

.tooltip-wrapper:hover .custom-tooltip {
    display: block
}

.custom-tooltip {
    position: absolute;
    left: calc(100% + 8px);
    margin: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 3px 8px 6px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    white-space: nowrap;
    font-family: "Barlow", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    display: none
}

.custom-tooltip:before {
    border-width: 3px 4px 3px 0;
    content: "";
    display: block;
    height: 0;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent
}

.single-widget-box {
    padding: 15px 20px;
    margin-bottom: 30px;
    box-shadow: 0 3px 9px 0 rgba(59, 27, 224, 0.05), 0 5px 15px 0 rgba(224, 27, 27, 0.05), 0 0 0 1px rgba(235, 227, 231, 0.85)
}

@media (min-width: 768px) {
    .single-widget-box {
        padding: 15px 30px 20px;
        margin-bottom: 40px;
        border-radius: 15px
    }
}

.dark-mode .single-widget-box {
    background-color: #0e1823;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08)
}

.single-widget-box .single-box-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.dark-mode .single-widget-box .single-box-title {
    border-bottom: 1px solid #333a43;
    color: #ebe3e7
}

.single-widget-box .single-box-title span {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.25px;
    font-weight: 400
}

@media (min-width: 992px) {
    .single-widget-box .single-box-title span {
        font-size: 28px;
        line-height: 30px
    }
}

.single-widget-box .single-box-title span + span::before {
    content: "•";
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    line-height: 12px
}

.banner__brandingLeft,
.banner__brandingRight {
    position: fixed;
    top: 97px;
    width: 470px;
    overflow: hidden;
    z-index: 10000
}

.banner__brandingLeft {
    left: 50%;
    margin-left: -1080px;
    text-align: right
}

.banner__brandingRight {
    right: 50%;
    margin-right: -1080px;
    text-align: left
}

.header-bottom {
    position: fixed;
    z-index: 10
}

@media only screen and (min-width: 1400px) {
    .banner__brandingLeft {
        margin-left: -1110px
    }

    .banner__brandingRight {
        margin-right: -1110px
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.position-relative {
    position: relative
}

.text-uppercase {
    text-transform: uppercase !important
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-center {
    text-align: center
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-static {
    position: static
}

.position-fixed {
    position: fixed
}

.btn-primary,
.btn-danger,
.btn-warning,
.btn-warning-light,
.btn-info,
.btn-white,
.btn-dark,
.btn-light,
.btn-secondary {
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: 0.2s linear;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.19px;
    border-radius: 3rem
}

.btn-block {
    display: block
}

.btn-primary {
    background-color: #1c242e;
    color: #fff !important
}

.btn-primary:hover {
    background-color: #090b0e;
    color: #fff !important
}

.bg-primary {
    background-color: #1c242e
}

.text-primary {
    color: #1c242e !important
}

.btn-danger {
    background-color: #e01b2f;
    color: #fff !important
}

.btn-danger:hover {
    background-color: #b21625;
    color: #fff !important
}

.bg-danger {
    background-color: #e01b2f
}

.text-danger {
    color: #e01b2f !important
}

.btn-warning {
    background-color: #ffb600;
    color: #000 !important
}

.btn-warning:hover {
    background-color: #cc9200;
    color: #fff !important
}

.bg-warning {
    background-color: #ffb600
}

.text-warning {
    color: #ffb600 !important
}

.btn-warning-light {
    background-color: #FFD77F;
    color: #000 !important
}

.btn-warning-light:hover {
    background-color: #ffc74c;
    color: #000 !important
}

.bg-warning-light {
    background-color: #FFD77F
}

.text-warning-light {
    color: #FFD77F !important
}

.btn-info {
    background-color: #2a1366;
    color: #fff !important
}

.btn-info:hover {
    background-color: #180b3b;
    color: #fff !important
}

.bg-info {
    background-color: #2a1366
}

.text-info {
    color: #2a1366 !important
}

.btn-white {
    background-color: #fff;
    color: #000 !important
}

.btn-white:hover {
    background-color: #e6e6e6;
    color: #000 !important
}

.bg-white {
    background-color: #fff
}

.text-white {
    color: #fff !important
}

.btn-dark {
    background-color: #1c242e;
    color: #fff !important
}

.btn-dark:hover {
    background-color: #090b0e;
    color: #fff !important
}

.bg-dark {
    background-color: #1c242e
}

.text-dark {
    color: #1c242e !important
}

.btn-light {
    background-color: #D8D8D8;
    color: #000 !important
}

.btn-light:hover {
    background-color: #bfbfbf;
    color: #000 !important
}

.bg-light {
    background-color: #D8D8D8
}

.text-light {
    color: #D8D8D8 !important
}

.btn-secondary {
    background-color: #fff;
    color: #000 !important
}

.btn-secondary:hover {
    background-color: #e6e6e6;
    color: #000 !important
}

.bg-secondary {
    background-color: #fff
}

.text-secondary {
    color: #fff !important
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.row > [class*="col-"] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.row.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.row.no-gutters > [class*="col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.container,
.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

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

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

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

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

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

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

.align-items-stretch {
    align-items: stretch
}

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

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

.align-content-center {
    align-content: center
}

.align-content-stretch {
    align-content: stretch
}

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

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

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

.justify-content-center {
    justify-content: center
}

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

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

@media (min-width: 450px) {
    .col-xm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

    .flex-xm-wrap {
        flex-wrap: wrap
    }

    .flex-xm-nowrap {
        flex-wrap: nowrap
    }

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

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

    .align-items-xm-start {
        align-items: flex-start
    }

    .align-items-xm-end {
        align-items: flex-end
    }

    .align-items-xm-center {
        align-items: center
    }

    .align-items-xm-stretch {
        align-items: stretch
    }

    .align-content-xm-start {
        align-content: flex-start
    }

    .align-content-xm-end {
        align-content: flex-end
    }

    .align-content-xm-center {
        align-content: center
    }

    .align-content-xm-stretch {
        align-content: stretch
    }

    .align-content-xm-between {
        align-content: space-between
    }

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

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

    .justify-content-xm-center {
        justify-content: center
    }

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

    .justify-content-xm-around {
        justify-content: space-around
    }
}

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

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .container {
        max-width: 740px
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

    .flex-lg-wrap {
        flex-wrap: wrap
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap
    }

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

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

    .align-items-lg-start {
        align-items: flex-start
    }

    .align-items-lg-end {
        align-items: flex-end
    }

    .align-items-lg-center {
        align-items: center
    }

    .align-items-lg-stretch {
        align-items: stretch
    }

    .align-content-lg-start {
        align-content: flex-start
    }

    .align-content-lg-end {
        align-content: flex-end
    }

    .align-content-lg-center {
        align-content: center
    }

    .align-content-lg-stretch {
        align-content: stretch
    }

    .align-content-lg-between {
        align-content: space-between
    }

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

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

    .justify-content-lg-center {
        justify-content: center
    }

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

    .justify-content-lg-around {
        justify-content: space-around
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 1200px
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

    .flex-xl-wrap {
        flex-wrap: wrap
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap
    }

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

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

    .align-items-xl-start {
        align-items: flex-start
    }

    .align-items-xl-end {
        align-items: flex-end
    }

    .align-items-xl-center {
        align-items: center
    }

    .align-items-xl-stretch {
        align-items: stretch
    }

    .align-content-xl-start {
        align-content: flex-start
    }

    .align-content-xl-end {
        align-content: flex-end
    }

    .align-content-xl-center {
        align-content: center
    }

    .align-content-xl-stretch {
        align-content: stretch
    }

    .align-content-xl-between {
        align-content: space-between
    }

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

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

    .justify-content-xl-center {
        justify-content: center
    }

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

    .justify-content-xl-around {
        justify-content: space-around
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1260px
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

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

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

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

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

    .flex-xxl-wrap {
        flex-wrap: wrap
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap
    }

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

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

    .align-items-xxl-start {
        align-items: flex-start
    }

    .align-items-xxl-end {
        align-items: flex-end
    }

    .align-items-xxl-center {
        align-items: center
    }

    .align-items-xxl-stretch {
        align-items: stretch
    }

    .align-content-xxl-start {
        align-content: flex-start
    }

    .align-content-xxl-end {
        align-content: flex-end
    }

    .align-content-xxl-center {
        align-content: center
    }

    .align-content-xxl-stretch {
        align-content: stretch
    }

    .align-content-xxl-between {
        align-content: space-between
    }

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

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

    .justify-content-xxl-center {
        justify-content: center
    }

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

    .justify-content-xxl-around {
        justify-content: space-around
    }
}

.form-group {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .form-group {
        margin-bottom: 3rem
    }
}

.input-group {
    display: flex;
    width: 100%;
    min-width: 1px
}

.input-group input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    flex: 0 1 100%;
    min-width: 1px
}

.input-group .input-group-append .btn {
    height: 100%;
    border-radius: 0;
    font-size: 1.3rem
}

.input-group .input-group-append .text {
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 2px solid #d9d9d9;
    border-left: none;
    border-radius: 0 9px 9px 0;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #a6a6a6
}

.input-group .input-group-append .text:before {
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    background-color: #a6a6a6;
    left: 0;
    position: absolute
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

.form-control {
    height: auto;
    line-height: 4.5rem;
    transition: 0.2s linear;
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    font-size: 1.4rem;
    border-radius: 9px;
    padding: 0 15px;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    font-weight: 700;
}

@media (min-width: 768px) {
    .form-control {
        line-height: 5rem;
        padding: 0 2.5rem;
        font-size: 1.6rem
    }
}

.form-control::placeholder {
    opacity: 1;
    color: #a6a6a6;
    font-weight: 400;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    .form-control::placeholder {
        font-size: 1.6rem
    }
}

.form-control[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

@media (min-width: 768px) {
    .form-control[type="number"] {
        text-align: right
    }
}

.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-control.is-invalid {
    border: 1px solid #c92327;
    box-shadow: 0 0 3px #c92327
}

.form-control.is-valid {
    border: 1px solid #04d967;
    box-shadow: 0 0 3px #04d967
}

.form-control:focus {
    outline: none
}

.invalid-feedback {
    padding: 1rem 0 0;
    color: #c92327
}

.error {
    color: #c92327;
    font-size: 1.4rem;
    font-style: italic
}

input[type="radio"],
input[type="checkbox"] {
    display: block
}

.label-text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: -0.26px;
    color: #a6a6a6
}

@media (min-width: 768px) {
    .label-text {
        font-size: 1.6rem
    }
}

.fake-radio,
.fake-checkbox {
    width: 22px;
    flex: 0 0 22px;
    height: 22px;
    border-radius: 60%;
    margin-right: 1rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1c242e;
    cursor: pointer
}

.fake-radio:after,
.fake-checkbox:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 1.3rem !important;
    color: #1c242e
}

.fake-checkbox {
    border-radius: 4px !important
}

input[type="radio"]:checked + .fake-radio:after,
input[type="checkbox"]:checked + .fake-checkbox:after {
    background-color: #fff;
    content: "\f00c"
}

input[type="radio"]:checked + .fake-radio:after {
    background-color: #fff;
    content: "\f00c"
}

.radio-label {
    cursor: pointer;
    margin-bottom: 0
}

.fake-checkbox::after {
    font-family: "Font Awesome 5 Free"
}

.fake-radio::after {
    font-family: "Font Awesome 5 Free"
}

input[type="checkbox"]:checked + .fake-checkbox::after {
    background-image: url(img/check.png);
    color: #2a1366;
    font-weight: bolder
}

input[type="radio"]:checked + .fake-radio::after {
    background-image: url(img/check.png);
    color: #2a1366;
    font-weight: bolder
}

input[type="checkbox"]:checked ~ .checkbox-text {
    color: #ffb600 !important
}

input[type="radio"]:checked ~ .radio-text {
    color: #ffb600 !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

body > header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%
}

.header-top {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    font-family: "Barlow", sans-serif
}

.header-top .logo-wrapper {
    background-image: linear-gradient(90deg, #eb003c 0, #f1202b);
    height: 65px;
    padding: 10px 5px 10px 14px;
    z-index: 2003;
    position: relative;
    width: 98px
}

@media (min-width: 768px) {
    .header-top .logo-wrapper {
        height: 74px;
        width: auto
    }
}

.header-top .logo-wrapper .logo-header {
    display: block;
    width: 102px;
    height: 46px
}

@media (min-width: 768px) {
    .header-top .logo-wrapper .logo-header {
        width: 264px;
        height: 74px
    }
}

.header-top .logo-wrapper .logo-header .logo-mobile img {
    position: absolute;
    z-index: 2003;
    max-width: 160px
}

@media (min-width: 768px) {
    .header-top .logo-wrapper .logo-header .logo-mobile {
        display: none
    }
}

.header-top .logo-wrapper .logo-header .logo-desktop {
    display: none
}

@media (min-width: 768px) {
    .header-top .logo-wrapper .logo-header .logo-desktop {
        display: block
    }
}

.header-top .header-shape {
    z-index: 2002;
    position: relative
}

.header-top .header-shape svg {
    width: 85px;
    height: 65px
}

@media (min-width: 768px) {
    .header-top .header-shape svg {
        height: 74px;
        width: 97px
    }
}

.header-top .header-top-menu {
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, #f6391d 0, #ff6c00 200%);
    box-shadow: -1px 0 0 #f6391d;
    justify-content: flex-end;
    flex: 1;
    height: 46px;
    position: relative;
    z-index: 2010
}

@media (min-width: 768px) {
    .header-top .header-top-menu {
        height: 52px
    }
}

.header-top .header-top-menu .category-menu {
    display: none
}

@media (min-width: 1260px) {
    .header-top .header-top-menu .category-menu {
        display: block;
        height: 100%
    }
}

.header-top .header-top-menu .category-menu .category-menu-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    height: 100%;
}

.header-top .header-top-menu .category-menu .category-menu-list .top-menu-item {
    height: 100%;
}

.header-top .header-top-menu .category-menu .category-menu-list .top-menu-item:hover {
    background-color: #e01b2f
}

.header-top .header-top-menu .category-menu .category-menu-list .top-menu-item:hover .top-submenu .mega-menu-wrapper,
.header-top .header-top-menu .category-menu .category-menu-list .top-menu-item:hover .top-submenu .classic-menu-wrapper {
    opacity: 1;
    visibility: visible;
    top: 0
}

.header-top .header-top-menu .category-menu .category-menu-list .top-menu-item .top-menu-link {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 18px
}

.header-top .header-top-menu .header-action {
    display: flex;
    align-items: center;
    height: 100%
}

.header-top .header-top-menu .header-action a,
.header-top .header-top-menu .header-action span {
    display: block;
    cursor: pointer
}

.header-top .header-top-menu .header-action a:hover,
.header-top .header-top-menu .header-action span:hover {
    background-color: #e01b2f
}

.header-top .header-top-menu .header-action .icon {
    color: #fff;
    width: 38px;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.header-top .header-top-menu .header-action .icon.dark-light svg {
    width: 13px;
    height: 20px
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .icon.dark-light svg {
        width: 16px;
        height: 22px
    }
}

.header-top .header-top-menu .header-action .icon svg {
    width: 16px;
    height: 22px;
    fill: #fff
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .icon svg {
        width: 19px;
        height: 22px
    }
}

@media (min-width: 450px) {
    .header-top .header-top-menu .header-action .icon {
        width: 38px
    }
}

@media (min-width: 576px) {
    .header-top .header-top-menu .header-action .icon {
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .icon {
        width: 46px;
        font-size: 20px;
        margin-right: 0
    }

    .header-top .header-top-menu .header-action .icon:last-of-type {
        margin-right: 10px
    }
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 10px;
    cursor: pointer;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .navbar-toggler-wrapper {
        padding-left: 10px;
        padding-right: 15px
    }
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper:hover {
    background-color: #e01b2f
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler {
    width: 28px;
    cursor: pointer;
    padding: 7px;
    text-align: center;
    transition: 0.2s linear
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler {
        width: 34px;
        margin-right: 5px
    }
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler span {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 4px;
    background-color: #fff
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler span:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler span {
        height: 2px;
        margin-bottom: 6px
    }

    .header-top .header-top-menu .header-action .navbar-toggler-wrapper .navbar-toggler span:last-of-type {
        margin-bottom: 0
    }
}

.header-top .header-top-menu .header-action .navbar-toggler-wrapper span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.header-bottom {
    border-bottom: 1px solid rgba(160, 101, 101, 0.15);
    background-image: linear-gradient(270deg, #f6f8fa, #faf6f8);
    position: absolute;
    width: 100%;
    left: 0;
    top: 46px;
    height: 45px;
    display: flex;
    justify-content: flex-end
}

.dark-mode .header-bottom {
    background: #1c242e
}

@media (min-width: 768px) {
    .header-bottom {
        top: 52px
    }
}

.sidebar-menu-section {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    max-width: 320px;
    position: fixed;
    top: 0;
    right: -400px;
    transition: 0.2s linear;
    z-index: 2101
}

.sidebar-menu-section.menu-on {
    right: 0
}

.dark-mode .sidebar-menu-section .sidebar-menu-wrapper {
    background-color: #0e1823
}

.dark-mode .sidebar-menu-section .search-form .form-group .form-control {
    background-color: #1c242e !important;
    color: #fff;
}

.sidebar-menu-section .sidebar-menu-wrapper {
    max-width: 320px;
    margin-left: auto;
    background-color: #fff
}

.sidebar-menu-section .sidebar-menu-header {
    display: flex;
    flex: 1
}

.sidebar-menu-section .sidebar-menu-header .close-menu {
    background-color: #e01b2f;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s linear
}

.sidebar-menu-section .sidebar-menu-header .close-menu:hover {
    background-color: #ff6c00
}

@media (min-width: 768px) {
    .sidebar-menu-section .sidebar-menu-header .close-menu {
        width: 52px;
        height: 52px
    }
}

.sidebar-menu-section .sidebar-menu-header .search-form {
    width: 100%;
    flex: 1
}

.sidebar-menu-section .sidebar-menu-header .search-form .form-group {
    position: relative;
    margin-bottom: 0
}

.sidebar-menu-section .sidebar-menu-header .search-form .form-group .form-control {
    border: none;
    background-color: #f5f0f3;
    border-radius: 0;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 10px 0 50px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    border-bottom: 1px solid transparent
}

.sidebar-menu-section .sidebar-menu-header .search-form .form-group .form-control:focus {
    border-bottom: 1px solid #e01b2f
}

@media (min-width: 768px) {
    .sidebar-menu-section .sidebar-menu-header .search-form .form-group .form-control {
        line-height: 52px;
        height: 52px
    }
}

.sidebar-menu-section .sidebar-menu-header .search-form .form-group .search-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar-menu-section .sidebar-menu-header .search-form .form-group .search-icon img {
    width: 23px;
    height: auto
}

.sidebar-menu-section .sidebar-all-menu {
    height: 100vh;
    overflow: scroll;
    padding: 20px 20px 40px
}

.sidebar-menu-section .sidebar-all-menu .livescore {
    display: flex;
    align-items: center;
    background: linear-gradient(270deg, #ff6c00, #eb003c);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 700
}

.sidebar-menu-section .sidebar-all-menu .livescore .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #96ff00;
    display: block;
    margin-right: 7px;
    transition: 1s linear
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item {
    border-bottom: 1px solid #ebe3e7;
    position: relative
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.has-height .sidebar-main-menu {
    height: 430px;
    overflow: hidden
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.has-height .show-more {
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 25px
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .top-menu-item.has-height .show-more {
    background-image: linear-gradient(to top, #0e1823, rgba(14, 24, 35, 0.8))
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.has-height .show-more .less {
    display: none
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.has-height .show-more .more {
    display: inline
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item .show-more .more {
    display: none
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.open-menu .show-more {
    display: flex
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.open-menu .sidebar-main-menu {
    display: block
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item.open-menu .top-level-link .toggle-submenu svg {
    transform: rotateX(180deg)
}

.sidebar-menu-section .sidebar-all-menu .top-menu-item .sidebar-main-menu {
    margin-bottom: 20px;
    display: none
}

.sidebar-menu-section .sidebar-all-menu .show-more {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 0 0 6px
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .show-more {
    color: #fff
}

.sidebar-menu-section .sidebar-all-menu .show-more svg {
    transition: 0.3s linear
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .show-more svg {
    fill: #fff
}

.sidebar-menu-section .sidebar-all-menu .show-more.open .toggle-more svg {
    transform: rotateX(-180deg)
}

.sidebar-menu-section .sidebar-all-menu .top-level-link {
    display: flex;
    color: #f73d1b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0
}

.sidebar-menu-section .sidebar-all-menu .top-level-link:hover {
    text-decoration: underline
}

.sidebar-menu-section .sidebar-all-menu .top-level-link .toggle-submenu svg {
    transition: 0.3s linear
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .top-level-link .toggle-submenu svg {
    fill: #fff
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu {
    list-style: none;
    padding-left: 0
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .main-link {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    transition: 0.2s linear
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .main-link:hover {
    color: #e01b2f
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .main-link {
    color: #fff
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .main-link:hover {
    color: #e01b2f
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .small-link {
    color: #e01b2f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .main-item .small-link:hover {
    text-decoration: underline
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu {
    list-style: none;
    padding-left: 0;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f5f0f3;
    padding: 10px 0
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item {
    color: #fff;
    border-bottom: 1px solid #333a43
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 28px;
    width: 28px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon img {
    height: auto
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon-link {
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    transition: 0.2s linear
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon-link:hover {
    color: #e01b2f
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon-link {
    color: #fff
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .icon-link:hover {
    color: #e01b2f
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .toggle-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    width: 28px;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    fill: #000
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .toggle-submenu {
    fill: #fff
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .toggle-submenu svg {
    width: 14px;
    height: 12px;
    transition: 0.2s linear
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sub-item .toggle-submenu.open svg {
    transform: rotateX(180deg)
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu {
    list-style: none;
    padding-left: 0;
    display: none;
    padding-left: 38px;
    margin: 10px auto 5px;
    flex: 0 0 100%;
    width: 100%
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu.open-submenu {
    display: block !important
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu .subsub-item {
    display: inline
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu .subsub-item::after {
    color: #e01b2f;
    content: "/";
    display: inline;
    font-size: 11px;
    margin: 0 3px;
    line-height: 16px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu .subsub-item:last-of-type::after {
    content: ""
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu .subsub-item a {
    color: #f73d1b;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-main-navigation .sidebar-main-menu .sidebar-submenu .sidebar-subsubmenu .subsub-item a:hover {
    text-decoration: underline
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation {
    margin-bottom: 30px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu {
    list-style: none;
    padding-left: 0
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f5f0f3;
    padding: 10px 0
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item {
    color: #fff;
    border-bottom: 1px solid #333a43
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 28px;
    width: 28px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item .icon img {
    height: auto
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item .icon-link {
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    transition: 0.3s linear
}

.sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item .icon-link:hover {
    color: #e01b2f
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-other-navigation .sidebar-other-links-menu .other-item .icon-link {
    color: #fff
}

.sidebar-menu-section .sidebar-all-menu .sidebar-category-navigation {
    margin-bottom: 20px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-category-navigation .sidebar-category-list {
    display: flex;
    flex-wrap: wrap
}

.sidebar-menu-section .sidebar-all-menu .sidebar-category-navigation .sidebar-category-list a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 28px;
    transition: 0.3s linear
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .sidebar-category-navigation .sidebar-category-list a {
    color: #fff
}

.sidebar-menu-section .sidebar-all-menu .sidebar-category-navigation .sidebar-category-list a:hover {
    color: #eb003c
}

.sidebar-menu-section .sidebar-all-menu .sidebar-tag-navigation {
    margin-top: 20px;
    margin-bottom: 20px
}

.sidebar-menu-section .sidebar-all-menu .sidebar-tag-navigation .sidebar-tag-list {
    display: flex;
    flex-wrap: wrap
}

.sidebar-menu-section .sidebar-all-menu .sidebar-tag-navigation .sidebar-tag-list a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e01b2f;
    border-bottom: 1px solid transparent
}

.sidebar-menu-section .sidebar-all-menu .sidebar-tag-navigation .sidebar-tag-list a:hover {
    border-bottom: 1px solid #e01b2f
}

.sidebar-menu-section .sidebar-all-menu .printed-edition {
    margin-bottom: 30px
}

.sidebar-menu-section .sidebar-all-menu .printed-edition p {
    font-weight: 700;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 15px
}

.dark-mode .sidebar-menu-section .sidebar-all-menu .printed-edition p {
    color: #fff
}

.sidebar-menu-section .sidebar-all-menu .printed-edition .printed-edition-img {
    position: relative;
    display: block
}

.sidebar-menu-section .sidebar-all-menu .printed-edition .printed-edition-img:after {
    content: "";
    display: block;
    padding-top: 134.64%
}

.sidebar-menu-section .sidebar-all-menu .printed-edition .printed-edition-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.top-submenu {
    display: block;
    position: relative
}

.top-submenu .mega-menu-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 20px 20px 4px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 680px;
    z-index: 2009;
    visibility: hidden;
    opacity: 0;
    top: -8px;
    transition: 0.2s linear
}

.dark-mode .top-submenu .mega-menu-wrapper {
    background-color: #0e1823;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08)
}

.top-submenu .mega-menu-wrapper .mega-menu-primary {
    display: flex;
    list-style: none;
    padding-left: 0
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item {
    margin-right: 20px;
    flex: 0 0 calc(100% / 3 - 40px / 3)
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item:last-of-type {
    margin-right: 0
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .main-link {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .main-link {
    color: #fff
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .main-link:hover {
    color: #fff
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .main-link:hover {
    color: #e01b2f
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu {
    list-style: none;
    padding-left: 0;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 20px
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item:last-of-type {
    border-bottom: 1px solid #f5f0f3
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item {
    color: #fff
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item:last-of-type {
    border-bottom: 1px solid #333a43
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .icon-link {
    padding-right: 10px
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .icon img {
    height: auto
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .sub-item-data {
    flex: 1
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .sub-item-data .sub-item-link {
    line-height: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #1c242e;
    transition: 0.2s linear
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .sub-item-data .sub-item-link:hover {
    color: #e01b2f
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .sub-item-data .sub-item-link {
    color: #ebe3e7
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .sub-item-data .sub-item-link:hover {
    color: #ebe3e7
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .mega-menu-subsubmenu {
    list-style: none;
    padding-left: 0
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .mega-menu-subsubmenu a {
    color: #f73d1b;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .mega-menu-subsubmenu a:hover span {
    text-decoration: underline
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .mega-menu-subsubmenu a::after {
    color: #e01b2f;
    content: "/";
    display: inline;
    font-size: 11px;
    margin: 0 2px;
    line-height: 16px
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .mega-menu-submenu .sub-item .mega-menu-subsubmenu a:last-of-type::after {
    content: ""
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .small-link {
    color: #e01b2f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    display: block
}

.top-submenu .mega-menu-wrapper .mega-menu-primary .mega-item .small-link:hover {
    text-decoration: underline
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary {
    list-style: none;
    padding-left: 0;
    display: flex;
    border-top: 1px solid #f5f0f3
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-secondary {
    border-top: 1px solid #333a43
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-right: 20px
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item {
    color: #fff
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 40px;
    width: 40px
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon img {
    height: auto
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon-link {
    line-height: 16px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center
}

.top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon-link:hover {
    color: #e01b2f
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon-link {
    color: #ebe3e7
}

.dark-mode .top-submenu .mega-menu-wrapper .mega-menu-secondary .secondary-item .icon-link:hover {
    color: #ebe3e7
}

.top-submenu .classic-menu-wrapper {
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    z-index: 2009;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
    top: -3px
}

.dark-mode .top-submenu .classic-menu-wrapper {
    background-color: #0e1823;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08)
}

.top-submenu .classic-menu-wrapper .classic-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0
}

.top-submenu .classic-menu-wrapper .classic-menu .classic-item {
    flex: 0 0 50%;
    width: 50%;
    transition: 0.2s linear
}

.top-submenu .classic-menu-wrapper .classic-menu .classic-item:hover {
    background-color: #ebe3e7
}

.top-submenu .classic-menu-wrapper .classic-menu .classic-item:hover a {
    color: #e01b2f
}

.dark-mode .top-submenu .classic-menu-wrapper .classic-menu .classic-item:hover {
    background-color: #333a43;
    color: #fff
}

.top-submenu .classic-menu-wrapper .classic-menu .classic-item a {
    font-weight: 700;
    padding: 8px 14px;
    display: block;
    transition: 0.2s linear
}

.dark-mode .top-submenu .classic-menu-wrapper .classic-menu .classic-item a {
    color: #ebe3e7
}

.top-story-popup {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff
}

.dark-mode .top-story-popup {
    background-color: #0e1823
}

.top-story-popup .close-top-story-popup {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    position: absolute;
    right: 6px;
    top: 20px;
    transform: scale(0.8);
    transform-origin: top right;
    z-index: 100
}

@media (min-width: 768px) {
    .top-story-popup .close-top-story-popup {
        right: 20px
    }
}

.top-story-popup .close-top-story-popup:hover {
    background-color: #ffb600
}

.top-story-popup .close-top-story-popup svg {
    fill: #fff
}

.top-story-popup .swiper {
    position: static
}

.top-story-popup .swiper-slide {
    width: 100vw;
    height: 100vh;
    position: relative;
    transition: 0.3s linear
}

@media (min-width: 768px) {
    .top-story-popup .swiper-slide {
        width: 50.625vh;
        height: 90vh;
        opacity: .1;
        transform: scale(0.95);
        margin-right: 30px;
        border-radius: 15px;
        overflow: hidden;
        align-self: center
    }

    .top-story-popup .swiper-slide:hover {
        opacity: 0.4
    }

    .top-story-popup .swiper-slide.swiper-slide-active {
        opacity: 1;
        transform: scale(1)
    }
}

.top-story-popup .swiper-slide .blur-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top-story-popup .swiper-slide .blur-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px)
}

.top-story-popup .swiper-slide img {
    position: relative;
    object-fit: contain;
    height: 100%;
    width: 100%;
    object-position: 30% 30%;
    z-index: 2
}

.top-story-popup .swiper-slide .top-story-popup-title {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    bottom: 140px;
    box-shadow: inset 0 1px 0 #fff, 0 3px 20px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 700;
    left: 15px;
    line-height: 1.2;
    padding: 16px 15px 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    z-index: 2
}

.top-story-popup .swiper-slide .top-story-popup-link {
    background-color: #e01b2f;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 11px 20px 12px;
    pointer-events: auto;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%)
}

.top-story-popup .swiper-pagination {
    top: 0;
    bottom: auto;
    display: flex;
    padding: 6px;
    position: absolute
}

@media (min-width: 768px) {
    .top-story-popup .swiper-pagination {
        width: 500px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.top-story-popup .swiper-pagination span {
    border-radius: 10px;
    flex: 1;
    height: 4px;
    margin: 2px;
    position: relative;
    background-color: #000;
    opacity: 1 !important
}

.top-story-popup .swiper-pagination span.swiper-pagination-bullet-active ~ span {
    background-color: rgba(28, 36, 46, 0.25)
}

.top-story-popup .swiper-button-prev,
.top-story-popup .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    width: 42px;
    height: 42px;
    border: none;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(28, 36, 46, 0.25);
    border-radius: 50%;
    top: 40%;
    transform: translateY(-50%);
    color: #000;
    margin-top: 0
}

.top-story-popup .swiper-button-prev:after,
.top-story-popup .swiper-button-next:after {
    display: none
}

.top-story-popup .swiper-button-prev:hover,
.top-story-popup .swiper-button-next:hover {
    background-color: #ffb600
}

@media (min-width: 768px) {
    .top-story-popup .swiper-button-prev {
        left: 20px
    }
}

@media (min-width: 768px) {
    .top-story-popup .swiper-button-next {
        right: 20px
    }
}

footer {
    padding: 30px 0 65px;
    background-color: #fff
}

.dark-mode footer {
    color: #ebe3e7;
    background-color: #0e1823
}

@media (min-width: 992px) {
    .footer-list-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.footer-list {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .footer-list {
        flex: 0 0 calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
        padding-right: 20px;
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }

    .dark-mode .footer-list {
        border-right: 1px solid rgba(255, 255, 255, 0.1)
    }
}

@media (min-width: 1260px) {
    .footer-list {
        flex: 0 0 calc(100% / 3 - 40px);
        width: calc(100% / 3 - 40px);
        padding-right: 40px;
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }

    .dark-mode .footer-list {
        border-right: 1px solid rgba(255, 255, 255, 0.1)
    }
}

.dark-mode .footer-list {
    color: #ebe3e7
}

.footer-list .footer-list-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .footer-list .footer-list-title {
        font-size: 36px;
        line-height: 45px
    }
}

.dark-mode .footer-list .footer-list-title {
    color: #ebe3e7
}

.footer-list .footer-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dark-mode .footer-list .footer-list-item {
    color: #ebe3e7
}

.footer-list .footer-list-item:hover .footer-red-box {
    transform: translateX(3px)
}

.footer-list .footer-list-item .footer-red-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #fff;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    background-image: linear-gradient(270deg, #ff6c00, #eb003c);
    transition: 0.2s linear
}

@media (min-width: 1260px) {
    .footer-list .footer-list-item .footer-red-box {
        flex: 0 0 53px;
        width: 53px;
        height: 53px
    }
}

.footer-list .footer-list-item .footer-red-box .number {
    font-size: 30px;
    line-height: 43px;
    font-weight: 700
}

@media (min-width: 1260px) {
    .footer-list .footer-list-item .footer-red-box .number {
        font-size: 40px;
        line-height: 53px
    }
}

.footer-list .footer-list-item .footer-list-item-text {
    flex: 1;
    margin-left: 8px;
    padding: 10px 8px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 22px;
    transition: 0.2s linear
}

.footer-list .footer-list-item .footer-list-item-text:hover {
    color: #e01b2f
}

.dark-mode .footer-list .footer-list-item .footer-list-item-text:hover {
    color: #ffb600
}

@media (min-width: 450px) {
    .footer-list .footer-list-item .footer-list-item-text {
        padding: 12px 8px
    }
}

@media (min-width: 576px) {
    .footer-list .footer-list-item .footer-list-item-text {
        padding: 14px 8px
    }
}

@media (min-width: 768px) {
    .footer-list .footer-list-item .footer-list-item-text {
        padding: 18px 8px
    }
}

.dark-mode .footer-list .footer-list-item .footer-list-item-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-list .footer-list-item:last-of-type .footer-list-item-text {
    border-bottom: none
}

.footer-list.footer-list-time .hour {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

@media (min-width: 1260px) {
    .footer-list.footer-list-time .hour {
        font-size: 28px;
        line-height: 28px
    }
}

.footer-list.footer-list-time .minute {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700
}

@media (min-width: 1260px) {
    .footer-list.footer-list-time .minute {
        font-size: 16px;
        line-height: 16px
    }
}

@media (min-width: 992px) {
    .footer-list.footer-list-fire {
        border-right: none
    }
}

.footer-list.footer-list-fire .fire {
    display: flex;
    align-items: center
}

.footer-list.footer-list-fire .fire img {
    width: 100% !important;
    height: auto !important
}

.footer-list.footer-list-fire .footer-list-item-text {
    font-size: 20px;
    line-height: 26px;
    padding: 22px 0 22px 10px
}

.footer-middle {
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
    display: block;
    padding: 30px 30px 10px;
    text-align: center
}

@media (min-width: 768px) {
    .footer-middle {
        padding: 55px 50px 50px
    }
}

.dark-mode .footer-middle {
    background-color: #0e1823;
    box-shadow: inset 0 1px 0 #333a43
}

.footer-middle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24.8px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0
}

.dark-mode .footer-middle p {
    color: #ebe3e7
}

.footer-middle .footer-middle-text-links {
    font-weight: 700
}

@media (min-width: 768px) {
    .footer-middle .footer-middle-text-links {
        display: inline
    }
}

.footer-middle .footer-middle-text-links:nth-child(2)::before {
    content: '•';
    margin: 0 4px
}

.footer-middle .footer-middle-text-links a {
    color: #e01b2f;
    font-weight: 400
}

.dark-mode .footer-middle .footer-middle-text-links a {
    color: #ffb600
}

.footer-middle .footer-middle-text-links a:hover {
    text-decoration: underline
}

.footer-middle .footer-middle-text-links a::after {
    color: #e01b2f;
    content: ",";
    display: inline;
    font-size: 11px;
    margin: 0 2px;
    line-height: 16px
}

.dark-mode .footer-middle .footer-middle-text-links a::after {
    color: #ffb600
}

.footer-middle .footer-middle-text-links a:last-of-type::after {
    content: ""
}

.footer-middle .footer-middle-text-links span {
    font-size: 20px
}

.footer-middle .footer-middle-text {
    margin-top: 20px
}

.dark-mode .footer-middle .footer-middle-text {
    color: #ebe3e7
}

.bell {
    z-index: 3;
    position: fixed;
    bottom: 70px;
    left: 15px;
    max-width: 490px;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
    display: flex
}

.bell:hover .bell-note {
    display: block
}

.bell .bell-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: #e54b4d;
    border-radius: 50%;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bell .bell-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box
}

.bell .custom-tooltip {
    padding: 7px 10px 10px;
    font-size: 14px
}
