@charset "utf-8";

.black-text {
    color: #000 !important;
}

.base-text {
    color: #b00020 !important;
}

section {
    display: block;
    clear: both;
    width: 100%;
    margin: 40px auto;
}

    section.gray-bg {
        padding: 60px 0;
        background: #f1f1f1;
    }

.container {
    max-width: 1300px;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

    a:hover,
    button:hover {
        text-decoration: underline;
        color: inherit;
    }

        a:hover .ad::after,
        button:hover .ad::after {
            text-decoration: none;
        }

.after-border-right {
    position: relative;
    height: max-content;
}

    .after-border-right::after {
        content: "";
        height: 100%;
        width: 1px;
        border-right: 1px solid rgba(0, 0, 0, 0.1450980392);
        position: absolute;
        top: 0;
        right: 0;
    }

.after-border-left {
    position: relative;
    height: max-content;
}

    .after-border-left::before {
        content: "";
        height: 100%;
        width: 1px;
        border-left: 1px solid rgba(0, 0, 0, 0.1450980392);
        position: absolute;
        top: 0;
        left: 0;
    }

.tab-only-side-border.after-border-right {
    position: relative;
    height: max-content;
}

    .tab-only-side-border.after-border-right::after {
        display: none;
        content: "";
        height: 100%;
        width: 1px;
        border-right: 1px solid rgba(0, 0, 0, 0.1450980392);
        position: absolute;
        top: 0;
        right: 0;
    }

.tab-only-side-border.after-border-left {
    display: none;
    position: relative;
    height: max-content;
}

    .tab-only-side-border.after-border-left::before {
        content: "";
        height: 100%;
        width: 1px;
        border-left: 1px solid rgba(0, 0, 0, 0.1450980392);
        position: absolute;
        top: 0;
        left: 0;
    }

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392) !important;
}

.no-border {
    border: none !important;
}

.tab-border-bottom {
    border: none;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392) !important;
}

.equal-height {
    display: table;
}

    .equal-height .col-12 {
        display: table-cell;
        vertical-align: top;
    }

.five-line-spliter {
    display: block;
    width: 100%;
    padding: 3px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
}

    .five-line-spliter span {
        display: block;
        padding: 3px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    }

        .five-line-spliter span i {
            background-color: rgba(0, 0, 0, 0.1450980392);
            height: 1px;
            width: 100%;
            display: block;
        }

.three-line-spliter {
    display: block;
    width: 100%;
    padding: 3px 0;
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
}

    .three-line-spliter i {
        background-color: rgba(0, 0, 0, 0.1450980392);
        height: 1px;
        width: 100%;
        display: block;
    }

.ad-section {
    margin: 30px auto 60px;
}

    .ad-section .ad {
        margin: 15px auto 30px;
        width: 300px;
        height: 250px;
        margin: 0;
    }

        .ad-section .ad img {
            width: 300px;
            height: 250px;
            position: relative;
        }

        .ad-section .ad:after {
            content: "ADVERTISEMENT";
            text-align: center;
            letter-spacing: 1px;
            font-size: 9px;
            font-family: "Merriweather", serif;
            position: relative;
            display: block;
            bottom: -5px;
            width: 100%;
            height: 10px;
            left: 0;
        }

        .ad-section .ad.large {
            width: 300px;
            height: 600px;
        }

            .ad-section .ad.large img {
                width: 300px;
                height: 600px;
                position: relative;
            }

        .ad-section .ad.wide {
            display: block;
            margin: 0 auto;
            width: 970px;
            height: 268px;
        }

            .ad-section .ad.wide img {
                width: 970px;
                height: 268px;
            }

.small-link {
    font-size: 14px;
    color: #000;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: bold;
    margin: 20px 0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: solid transparent 5px;
}

    .small-link .text {
        font-size: 14px;
        color: inherit;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    .small-link .slider {
        position: absolute;
        display: block;
        left: 0;
        top: 95%;
        margin: 0 auto;
        height: 1px;
        background-color: #000;
        width: 100%;
        transition: width 0.3s ease;
    }

    .small-link:hover {
        text-decoration: none;
    }

        .small-link:hover .slider {
            width: 0;
        }

    .small-link.base-color {
        color: #b00020;
    }

        .small-link.base-color .slider {
            background: #b00020;
        }

    .small-link.see-more {
        position: relative;
    }

        .small-link.see-more::after {
            content: url(/assets/images/see-more-arrow.svg);
            position: absolute;
            right: -25px;
            top: 0;
        }

.elections a {
    display: block;
}

@media screen and (max-width: 570px) {
    .elections .small-link {
        margin: 10px auto 0;
    }
}

.small-link.show-more {
    position: relative;
}

    .small-link.show-more::after {
        content: url(/assets/images/show-more-arrow.svg);
        position: absolute;
        right: -20px;
        top: 3px;
    }

.small-link.show-less {
    position: relative;
}

    .small-link.show-less::after {
        content: url(/assets/images/show-more-arrow.svg);
        position: absolute;
        right: -20px;
        top: -3px;
        transform: rotate(180deg);
    }

.small-link.small {
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.five-line-title {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px auto 30px;
}

    .five-line-title * {
        position: relative;
        z-index: 2;
    }

    .five-line-title .five-line-spliter {
        position: absolute;
        top: 11px;
        margin: 0;
        width: 100%;
        z-index: 0;
    }

    .five-line-title h1 {
        text-align: center;
        font-size: 30px;
        font-family: "Playfair Display", serif;
        font-weight: 900;
        color: #b00020;
        background: #fff;
        padding: 0 20px;
        display: block;
        width: max-content;
        margin: 0 auto;
        max-width: 90%;
    }

        .five-line-title h1.premium-title {
            display: flex;
            align-items: center;
        }

            .five-line-title h1.premium-title::before {
                content: "";
                width: 40px;
                height: 40px;
                background: url(/assets/images/h-circle-yellow.svg) no-repeat center;
                background-size: contain;
                margin-right: 8px;
                display: block;
            }

        .five-line-title h1 + .five-line-spliter,
        .five-line-title h1 + * + .five-line-spliter,
        .five-line-title h1 + * + * + .five-line-spliter {
            top: 15px;
        }

        .five-line-title h1 .icon {
            width: 40px;
            height: 40px;
            position: relative;
            top: -5px;
            margin-right: 10px;
        }

    .five-line-title .logo-icon {
        max-width: 250px;
        width: max-content;
        margin: 10px auto;
    }

    .five-line-title h2 {
        text-align: center;
        font-size: 30px;
        color: #b00020;
        background: #fff;
        padding: 0 20px;
        display: block;
        width: max-content;
        max-width: 90%;
        margin: 0 auto;
        font-family: "Playfair Display", serif;
        font-weight: 900;
    }

        .five-line-title h2.premium-title {
            padding-left: 52px;
            background: #fff url(/assets/images/h-circle-yellow.svg) no-repeat;
            background-position: 15px 3px;
            background-size: 30px auto;
        }

        .five-line-title h2 + .five-line-spliter,
        .five-line-title h2 + * + .five-line-spliter,
        .five-line-title h2 + * + * + .five-line-spliter {
            top: 9px;
        }

        .five-line-title h2 .icon {
            width: 36px;
            height: 36px;
            position: relative;
            top: -3px;
            margin-right: 8px;
        }

        .five-line-title h2 + .logo-icon {
            max-width: 210px;
        }

    .five-line-title h3 {
        text-align: center;
        font-size: 30px;
        font-family: "Playfair Display", serif;
        font-weight: 900;
        color: #b00020;
        background: #fff;
        padding: 0 20px;
        display: block;
        width: max-content;
        max-width: 90%;
        margin: 0 auto;
    }

        .five-line-title h3.premium-title {
            padding-left: 55px;
            background: #fff url(/assets/images/h-circle-yellow.svg) no-repeat;
            background-position: 15px 3px;
            background-size: 30px auto;
        }

        .five-line-title h3 + .five-line-spliter,
        .five-line-title h3 + * + .five-line-spliter,
        .five-line-title h3 + * + * + .five-line-spliter {
            top: 9px;
        }

        .five-line-title h3 .icon {
            width: 36px;
            height: 36px;
            position: relative;
            top: -3px;
            margin-right: 8px;
        }

        .five-line-title h3 + .logo-icon {
            max-width: 210px;
        }

    .five-line-title h4 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        font-family: "Merriweather Sans", sans-serif;
    }

    .five-line-title .label {
        color: #b00020;
        text-transform: uppercase;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        margin: 15px 0 5px;
    }

        .five-line-title .label a {
            font-family: "Merriweather Sans", sans-serif;
            font-weight: bold;
        }

            .five-line-title .label a:hover {
                text-decoration: none;
            }

        .five-line-title .label .type-icon {
            float: right;
            margin-top: -1px;
        }

        .five-line-title .label.sponsored {
            color: #676767;
        }

        .five-line-title .label * {
            font-family: inherit;
            font-weight: inherit;
        }

        .five-line-title .label.premium {
            color: #000;
            padding-left: 28px;
            position: relative;
            margin: 15px auto;
            text-align: left;
            width: max-content;
            max-width: 100%;
        }

            .five-line-title .label.premium:before {
                content: url(/assets/images/h-circle-yellow.svg);
                position: absolute;
                left: 0;
                text-align: center;
                top: calc(50% - 13px);
                font-family: initial;
                padding: 1px 0 1px 1px;
                font-weight: normal;
                width: 21px;
                height: 21px;
            }

    .five-line-title .sub-text {
        display: block;
        font-family: "Merriweather", serif;
        font-size: 16px;
        max-width: 80%;
        margin: 10px auto 0;
    }

        .five-line-title .sub-text strong {
            font-family: inherit;
            font-weight: 900;
        }

        .five-line-title .sub-text span {
            display: block;
            margin-top: 5px;
        }

.box-line-title {
    position: relative;
    margin-bottom: 20px;
}

    .box-line-title h3,
    .box-line-title h1,
    .box-line-title h2 {
        text-align: center;
        font-size: 30px;
        color: #000;
        margin: 0 auto 10px;
        background: #fff;
        padding: 0 20px;
        font-family: "Playfair Display", serif;
        font-weight: 900;
        width: max-content;
        max-width: 90%;
    }

        .box-line-title h3 .sub-title,
        .box-line-title h1 .sub-title,
        .box-line-title h2 .sub-title {
            display: block;
            color: #b00020;
            font-size: 30px;
            font-family: "Playfair Display", serif;
            font-weight: 900;
        }

        .box-line-title h3 .icon,
        .box-line-title h1 .icon,
        .box-line-title h2 .icon {
            width: 36px;
            height: 36px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-right: 10px;
        }

    .box-line-title::before {
        content: "";
        width: calc(100% + 40px);
        height: 90px;
        border: 1px solid rgba(0, 0, 0, 0.1450980392);
        border-bottom: none;
        left: -20px;
        position: absolute;
        top: 23px;
        z-index: -1;
    }

    .box-line-title .base-text {
        font-size: 36px;
        line-height: normal;
        letter-spacing: -0.2px;
        font-family: "Playfair Display", serif;
        font-weight: 900;
        position: relative;
        top: -8px;
    }

    .box-line-title .label {
        color: #b00020;
        text-transform: uppercase;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-align: left;
        margin: 15px 0 5px;
    }

        .box-line-title .label a {
            font-family: "Merriweather Sans", sans-serif;
            font-weight: bold;
        }

            .box-line-title .label a:hover {
                text-decoration: none;
            }

        .box-line-title .label .type-icon {
            float: right;
            margin-top: -2px;
        }

        .box-line-title .label.premium {
            color: #000;
            padding-left: 28px;
            position: relative;
            margin: 15px auto;
            text-align: center;
            width: max-content;
        }

            .box-line-title .label.premium:before {
                content: url(/assets/images/h-circle-yellow-new.svg);
                position: absolute;
                left: 0;
                text-align: center;
                top: -2px;
                font-family: initial;
                padding: 1px 0 1px 1px;
                font-weight: normal;
                width: 21px;
                height: 21px;
            }

.spliter {
    padding: 20px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    margin-bottom: 20px;
}

.top-right {
    position: absolute;
    right: 12px;
    top: 12px;
}

.element {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
}

    .element:last-child {
        border-bottom: none;
    }

    .element .page-num {
        color: #858585;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        margin: 10px 0;
        line-height: normal;
    }

        .element .page-num + div {
            margin-top: 10px !important;
        }

    .element .hash-tag {
        color: #b00020;
        font-size: 12px;
        font-family: "Merriweather Sans", sans-serif;
        text-decoration: underline;
    }

        .element .hash-tag:hover {
            text-decoration: none;
        }

    .element .label {
        color: #b00020;
        text-transform: uppercase;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        margin: 15px 0 5px;
    }

        .element .label + .title {
            margin-top: 5px;
        }

        .element .label a {
            font-family: "Merriweather Sans", sans-serif;
            font-weight: bold;
        }

        .element .label .type-icon {
            float: right;
            margin-top: -2px;
        }

        .element .label .small-link.small {
            display: inline-block;
            margin-left: 5px;
        }

        .element .label.premium {
            color: #000;
            padding-left: 28px;
            position: relative;
        }

            .element .label.premium:before {
                content: url(/assets/images/h-circle-yellow-new.svg);
                position: absolute;
                left: 0;
                text-align: center;
                top: -2px;
                width: 21px;
                height: 21px;
                font-family: initial;
                padding: 1px 0 1px 1px;
                font-weight: normal;
            }

        .element .label.sponsored {
            color: #676767;
        }

        .element .label.live-span i {
            color: #b00020;
            margin-right: 5px;
            position: relative;
            top: 1px;
            font-size: 16px;
            animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
        }

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.element .label.live-span + div {
    margin-top: 5px;
}

.element .label.kicker-outline {
    margin-left: 5px;
    border: 1px solid #b00020;
    width: max-content;
    padding: 3px 7px 1px;
    position: relative;
    max-width: 100%;
}

    .element .label.kicker-outline::after {
        content: "";
        position: absolute;
        border: 1px solid #b00020;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
        top: -5px;
    }

.element .label .small-link {
    margin: 0;
}

.element .label .time {
    font-family: "Merriweather", serif;
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
}

.element .picture {
    width: 100%;
    height: auto;
    margin: 10px 0 15px;
    position: relative;
    background: url(/assets/images/thumbnail-rectangle.svg) no-repeat center;
    background-size: 100% auto;
    width: 100%;
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

    .element .picture::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .element .picture > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .element .picture img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%;
        min-height: unset;
    }

    .element .picture .imgs {
        content: "";
        background-image: url(/assets/images/play-icon.svg);
        text-align: center;
        position: absolute;
        display: block;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        width: 65px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

    .element .picture .img-label {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

        .element .picture .img-label.premium {
            display: block;
            width: 100px;
            height: 30px;
            padding: 2px 0;
            background: #fc0;
            text-align: center;
            text-transform: uppercase;
        }

            .element .picture .img-label.premium .icon {
                margin-right: 2px;
                display: inline-block;
            }

                .element .picture .img-label.premium .icon img {
                    height: auto;
                }

            .element .picture .img-label.premium .text {
                color: #000;
                font-size: 12px;
                font-family: "Merriweather Sans", sans-serif;
                font-weight: bold;
                display: inline-block;
            }

.element .label.businessline {
    color: #000;
    position: relative;
}

    .element .label.businessline:before {
        content: "";
        position: relative;
        top: -2px;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background: url(../../images/bl-identity-icon.svg) no-repeat center;
        background-size: 21px 21px;
    }

.element .label.frontline {
    color: #000;
    position: relative;
}

    .element .label.frontline:before {
        content: "";
        position: relative;
        top: -2px;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background: url(../../images/frontline-identity-icon.svg) no-repeat center;
        background-size: 21px 21px;
    }

.element .label.sportstar {
    color: #000;
    position: relative;
}

    .element .label.sportstar:before {
        content: "";
        position: relative;
        top: -2px;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background: url(../../images/sportstar-identity-icon.svg) no-repeat center;
        background-size: 21px 21px;
    }

    .element .label.businessline::after,
    .element .label.frontline::after,
    .element .label.sportstar::after {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
        background: url(/assets/images/label-arrow.svg) no-repeat center;
        background-size: 15px 15px;
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

.element .ad {
    margin: 15px auto 30px;
    width: 300px;
    height: 250px;
}

    .element .ad > * {
        position: relative;
    }

    .element .ad img {
        width: 300px;
        height: 250px;
        position: relative;
    }

    .element .ad::before {
        padding: 0 0;
    }

    .element .ad:after {
        content: "ADVERTISEMENT";
        text-align: center;
        letter-spacing: 1px;
        font-size: 9px;
        font-family: "Merriweather", serif;
        position: relative;
        display: block;
        bottom: -5px;
        width: 100%;
        height: 10px;
        left: 0;
    }

    .element .ad.large {
        width: 300px;
        height: 600px;
    }

        .element .ad.large img {
            width: 300px;
            height: 600px;
            position: relative;
        }

.element .title {
    font-family: "Merriweather", serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-align: left;
    margin: 10px 0 10px;
    color: #000;
    font-weight: normal;
}

    .element .title a {
        font-family: inherit;
    }

        .element .title a u {
            font-family: inherit;
            font-weight: inherit;
        }

.element .sub-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
    margin: 10px 0;
    color: #000;
}

.element .by-line {
    font-size: 9px;
    letter-spacing: 1px;
    text-align: left;
    margin: 10px 0 15px 0;
    line-height: 14px;
    text-transform: uppercase;
}

    .element .by-line a {
        text-decoration: none;
        border-bottom: 1px solid rgba(43, 46, 52, 0.5647058824);
        color: #2b2e34;
        width: max-content;
        font-weight: bold;
        text-transform: uppercase;
    }

.element.with-writer .by-line a {
    margin-right: 10px;
}

.element .by-line a:hover {
    text-decoration: none;
    border-bottom: none;
}

.element.bigger {
    width: 100%;
}

    .element.bigger .picture {
        margin: 10px 0;
        background: url(/assets/images/thumbnail-rectangle-big.svg) no-repeat center;
        background-size: 100% auto;
    }

    .element.bigger .title {
        font-size: 28px;
        line-height: 36px;
        font-weight: bolder;
        margin: 10px 0 20px;
    }

        .element.bigger .title a {
            font-weight: 900;
        }

    .element.bigger .sub-text {
        font-size: 14px;
        letter-spacing: -0.5px;
        text-align: left;
        margin: 10px 0;
        color: #000;
    }

    .element.bigger.main-element {
        padding: 0 0 0;
    }

        .element.bigger.main-element .title {
            font-size: 34px;
            line-height: normal;
        }

.element.wide {
    width: 100%;
}

    .element.wide .picture {
        margin: 20px 0;
        background: url(/assets/images/thumbnail-rectangle-big.svg) no-repeat center;
        background-size: 100% auto;
    }

    .element.wide .title {
        font-size: 42px;
        line-height: normal;
        font-weight: bolder;
        margin: 15px 0 20px;
    }

        .element.wide .title a {
            font-weight: 900;
        }

        .element.wide .title span {
            text-decoration: underline;
            font-weight: inherit;
        }

    .element.wide .sub-text {
        font-size: 17px;
        letter-spacing: -0.5px;
        text-align: left;
        margin: 10px 0;
        color: #000;
    }

    .element.wide .by-line {
        margin: 15px 0;
    }

.element.smaller {
    width: 100%;
}

    .element.smaller .title {
        font-size: 16px;
        line-height: 22px;
    }

        .element.smaller .title a {
            font-family: inherit;
        }

.element .author {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
}

    .element .author .author-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: transparent;
        display: inline-block;
        position: relative;
        --bs-aspect-ratio: calc(1 / 1 * 100%);
        vertical-align: middle;
        margin-right: 10px;
    }

        .element .author .author-img::before {
            display: block;
            padding-top: var(--bs-aspect-ratio);
            content: "";
        }

        .element .author .author-img > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .element .author .author-img img {
            width: 100%;
            object-fit: cover;
            object-position: center;
            height: 100%;
            min-height: unset;
            border-radius: 50%;
        }

    .element .author .author-name {
        color: #000;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 10px;
        display: inline-block;
        width: 80%;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .element .author .author-name a {
            font-family: "Merriweather Sans", sans-serif;
        }

.element.main-row-element {
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
}

    .element.main-row-element .title {
        font-size: 30px;
        line-height: 38px;
        font-weight: bold;
    }

        .element.main-row-element .title a {
            font-weight: bold;
        }

    .element.main-row-element .right-content {
        min-height: 210px;
        position: relative;
    }

        .element.main-row-element .right-content .picture {
            width: 348px;
            position: absolute;
            left: 0;
            top: 0;
            margin: 0 !important;
        }

        .element.main-row-element .right-content .sub-text {
            margin-left: 363px;
            margin-top: 0;
            font-size: 16px;
            line-height: 22px;
        }

        .element.main-row-element .right-content .by-line {
            margin-left: 363px;
        }

.timeline {
    list-style: none;
    margin: 10px 0 0;
    padding-left: 26px;
    position: relative;
}

    .timeline li {
        margin: 0;
        padding-left: 0;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    }

        .timeline li::before {
            content: " ";
            background: #fff;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 2px solid #000;
            left: -25px;
            width: 12px;
            height: 12px;
            z-index: 1;
            top: 11px;
        }

        .timeline li.active::before {
            background: #000;
        }

        .timeline li a {
            font-size: 16px;
            line-height: normal;
            text-decoration: none;
            padding: 10px 0;
            display: block;
        }

            .timeline li a:hover {
                text-decoration: underline;
            }

            .timeline li a .time {
                display: block;
                font-size: 10px;
                font-family: "Merriweather Sans", sans-serif;
                margin: 0 0 5px;
                width: max-content;
            }

            .timeline li a::before {
                content: " ";
                position: absolute;
                border-left: 2px solid #000;
                left: -20px;
                height: 100%;
                z-index: 0;
                top: 12px;
            }

        .timeline li:last-child {
            border-bottom: none;
        }

            .timeline li:last-child a {
                padding-bottom: 0;
            }

                .timeline li:last-child a::before {
                    display: none;
                }

        .timeline li:first-child a {
            padding-top: 0;
        }

        .timeline li:first-child::before {
            top: 1px;
        }

    .timeline.with-image li::before {
        top: 14px;
    }

    .timeline.with-image li a {
        padding: 10px 0;
        margin: 6px 0;
    }

        .timeline.with-image li a::before {
            top: 22px;
        }

    .timeline.with-image li:first-child::before {
        top: 5px;
    }

    .timeline.with-image li:first-child a {
        margin-top: 0;
        padding-top: 0;
    }

        .timeline.with-image li:first-child a::before {
            top: 10px;
            height: 110%;
        }

    .timeline.with-image li:last-child a {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .timeline.with-image .label {
        color: #b00020;
        text-transform: uppercase;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        margin: 0 10px 5px 0;
        display: inline-block;
    }

    .timeline.with-image .time {
        display: inline-block;
    }

    .timeline.with-image .row-element {
        padding: 5px 0;
        min-height: 110px;
        position: relative;
    }

        .timeline.with-image .row-element .picture {
            top: 5px;
            width: 100px;
            margin: 0;
            position: absolute;
            --bs-aspect-ratio: calc(1 / 1 * 100%);
        }

            .timeline.with-image .row-element .picture img {
                width: 100%;
                height: 100%;
            }

        .timeline.with-image .row-element .right-content {
            margin-left: 115px;
        }

            .timeline.with-image .row-element .right-content .title {
                margin: 0 0 10px;
            }

.number-list {
    margin: 0;
    margin-left: 40px;
    padding: 0;
    list-style: none;
    counter-reset: item;
}

    .number-list li {
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        counter-increment: item;
        position: relative;
    }

        .number-list li a {
            font-family: "Merriweather", serif;
            color: #000;
            text-decoration: none;
        }

            .number-list li a span {
                font-size: 16px;
                text-decoration: underline;
                color: #000;
            }

            .number-list li a:hover {
                text-decoration: underline;
            }

                .number-list li a:hover span {
                    text-decoration: none;
                }

        .number-list li:last-child {
            border-bottom: none;
        }

        .number-list li::before {
            margin-right: 10px;
            content: counter(item);
            color: #000;
            text-align: center;
            position: absolute;
            left: -35px;
            font-size: 35px;
            font-style: italic;
            line-height: normal;
            top: calc(50% - 23px);
        }

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #777;
}

.breadcrumb .breadcrumb-item::before {
    font-size: 10px;
    top: 6px;
    position: relative;
    padding-right: 5px;
    right: 1px;
}

.breadcrumb .breadcrumb-item.active a {
    color: #b00020;
}

.title-patch {
    color: #b00020;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    text-align: left;
    padding: 0;
    margin: 0 0 15px;
}

    .title-patch.featured {
        color: #000;
        padding-left: 40px;
        position: relative;
        margin: 0 0;
    }

        .title-patch.featured::before {
            content: "";
            background: url(/assets/images/h-circle-red-new.svg) no-repeat;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            top: 8px;
        }

    .title-patch .patch-icon {
        width: 46px;
        height: auto;
        position: relative;
        top: -3px;
        margin-right: 5px;
    }

    .title-patch span {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-family: "Merriweather Sans", sans-serif;
        margin: 5px 0 10px;
        font-weight: 300;
    }

    .title-patch.medium-black {
        font-size: 22px;
        color: #000;
    }

.col-12 .dfp-ad:first-child {
    margin-top: 0;
}

.col-12 .element:first-child {
    margin-top: 0;
}

    .col-12 .element:first-child div:first-child,
    .col-12 .element:first-child h1:first-child,
    .col-12 .element:first-child h2:first-child,
    .col-12 .element:first-child h3:first-child,
    .col-12 .element:first-child h4:first-child {
        margin-top: 0;
    }

.col-12 .element:last-child div:last-child,
.col-12 .element:last-child h1:last-child,
.col-12 .element:last-child h2:last-child,
.col-12 .element:last-child h3:last-child,
.col-12 .element:last-child h4:last-child {
    margin-bottom: 0;
}

.col-12 .element {
    width: 100%;
}

.cast h3,
.cast h1,
.cast h2 {
    color: #b00020;
    font-size: 30px;
    line-height: normal;
    text-align: left;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0 0 10px;
}

@media screen and (max-width: 570px) {
    section {
        margin: 30px auto;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 18px;
        width: 100%;
    }

    .hide-mobile {
        display: none;
    }

    .empty {
        display: none;
    }

    .ad-section .ad.wide.ad {
        width: 300px;
        height: 250px;
        margin-bottom: 40px;
    }

        .ad-section .ad.wide.ad img {
            width: 300px;
            height: 250px;
            content: url(/assets/images/ad-2.png);
        }

    .five-line-title {
        margin: 20px auto 20px;
    }

        .five-line-title h1 {
            font-size: 30px;
            padding: 0 10px;
        }

            .five-line-title h1.premium-title::before {
                width: 33px;
                height: 33px;
            }

            .five-line-title h1 + .five-line-spliter,
            .five-line-title h1 + * + .five-line-spliter,
            .five-line-title h1 + * + * + .five-line-spliter {
                top: 11px;
            }

            .five-line-title h1 .icon {
                width: 36px;
                height: 36px;
                position: relative;
                top: -3px;
                margin-right: 8px;
            }

        .five-line-title .logo-icon {
            max-width: 170px;
            margin: 15px 0 5px;
        }

        .five-line-title h3,
        .five-line-title h2 {
            font-size: 24px;
            padding: 0 10px;
        }

            .five-line-title h3.premium-title,
            .five-line-title h2.premium-title {
                padding-left: 42px;
                background-position: 10px 3px;
                background-size: 25px auto;
            }

            .five-line-title h3 + .five-line-spliter,
            .five-line-title h3 + * + .five-line-spliter,
            .five-line-title h3 + * + * + .five-line-spliter,
            .five-line-title h2 + .five-line-spliter,
            .five-line-title h2 + * + .five-line-spliter,
            .five-line-title h2 + * + * + .five-line-spliter {
                top: 7px;
            }

            .five-line-title h3 .icon,
            .five-line-title h2 .icon {
                width: 30px;
                height: 30px;
                position: relative;
                top: -3px;
                margin-right: 8px;
            }

            .five-line-title h3 + .logo-icon,
            .five-line-title h2 + .logo-icon {
                max-width: 170px;
            }

        .five-line-title h4 {
            font-size: 18px;
            margin: 5px auto 10px;
        }

        .five-line-title .sub-text {
            font-size: 14px;
            max-width: 95%;
            margin: 7px auto 0;
        }

    .xs-reverse {
        display: flex !important;
        flex-direction: row;
    }

        .xs-reverse .col-12:nth-child(2) {
            order: -1;
        }

            .xs-reverse .col-12:nth-child(2) .col-12 {
                order: -1;
            }

        .xs-reverse.two-thr-one .col-12:nth-child(1) {
            order: 1;
        }

        .xs-reverse.two-one-thr .col-12:nth-child(2) {
            order: -1;
        }

        .xs-reverse.no-reverse .col-12 {
            order: 1;
        }

            .xs-reverse.no-reverse .col-12 .col-12 {
                order: 1;
            }

        .xs-reverse.tab-two-one-thr .col-12:nth-child(2) {
            order: 0;
        }

        .xs-reverse.thr-two-one .col-12:nth-child(3) {
            order: -1;
        }

        .xs-reverse.thr-two-one .col-12:nth-child(2) {
            order: 0;
        }

        .xs-reverse.thr-two-one .col-12:nth-child(1) {
            order: 1;
        }

    .equal-height {
        display: block;
    }

        .equal-height .col-12 {
            display: block;
        }

    .after-border-left::after,
    .after-border-left::before,
    .after-border-right::after,
    .after-border-right::before {
        display: none;
    }

    .box-line-title {
        position: relative;
        height: auto;
    }

        .box-line-title h1,
        .box-line-title h2,
        .box-line-title h3 {
            font-size: 26px;
            padding: 0 10px;
            letter-spacing: 1px;
        }

            .box-line-title h1 .sub-title,
            .box-line-title h2 .sub-title,
            .box-line-title h3 .sub-title {
                font-size: 22px;
                letter-spacing: 0;
            }

            box-line-title h1 .icon,
            .box-line-title h2 .icon,
            .box-line-title h3 .icon {
                width: 30px;
                height: 30px;
                top: -2px;
                margin-right: 7px;
            }

        .box-line-title .label.premium {
            margin: 10px auto 15px;
        }

        .box-line-title::before {
            content: "";
            width: 100%;
            height: auto;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
            left: 0;
            top: 20px;
        }

        .box-line-title .label.premium {
            margin: 10px auto 15px;
        }

        .box-line-title::before {
            content: "";
            width: 100%;
            height: auto;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
            left: 0;
            top: 14px;
        }

        .box-line-title .base-text {
            font-size: 26px;
            top: -6px;
            display: block;
        }

    .col-12 .element:first-child {
        margin-top: 10px;
    }

        .col-12 .element:first-child div:first-child,
        .col-12 .element:first-child h1:first-child,
        .col-12 .element:first-child h2:first-child,
        .col-12 .element:first-child h3:first-child,
        .col-12 .element:first-child h4:first-child {
            margin-top: 10px;
        }

    .col-12 .element:last-child div:last-child,
    .col-12 .element:last-child h1:last-child,
    .col-12 .element:last-child h2:last-child,
    .col-12 .element:last-child h3:last-child,
    .col-12 .element:last-child h4:last-child {
        margin-bottom: 10px;
    }

    .col-12 .element {
        width: 100%;
    }

    .element .ad {
        margin: 20px auto 30px !important;
    }

        .element .ad.large {
            width: 300px !important;
            height: 250px !important;
        }

            .element .ad.large::before {
                padding: 0 0;
            }

            .element .ad.large img {
                width: 300px !important;
                height: 250px !important;
                content: url(/assets/images/ad-2.png);
            }

    .element .page-num {
        font-size: 10px;
    }

    .element .hash-tag {
        color: #b00020;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 12px;
        margin: 10px 0 10px 15px;
    }

    .element .label {
        font-size: 12px;
        margin-bottom: 8px;
        margin-top: 10px;
    }

        .element .label.premium:before {
            top: -3px;
        }

        .element .label.kicker-outline {
            margin-left: 4px;
            padding: 2px 5px 0;
        }

            .element .label.kicker-outline::after {
                width: calc(100% + 8px);
                height: calc(100% + 8px);
                left: -4px;
                top: -4px;
            }

        .element .label.businessline::after,
        .element .label.frontline::after,
        .element .label.sportstar::after {
            width: 13px;
            height: 13px;
            background-size: 13px 13px;
            margin-left: 3px;
            top: -2px;
        }

    .element .title {
        font-size: 16px;
        margin: 8px 0 15px;
        line-height: 23px;
    }

    .element .title {
        font-size: 16px;
        margin: 8px 0 15px;
    }

    .element .sub-text {
        font-size: 13px;
    }

    .element .picture {
        margin: 10px auto 15px;
    }

    .element .ad {
        margin: 20px auto 30px !important;
    }

    .element.bigger .title,
    .element.wide .title {
        font-size: 16px;
        line-height: normal;
        margin: 8px 0 15px;
    }

    .element.bigger .sub-text,
    .element.wide .sub-text {
        font-size: 13px;
        line-height: normal;
    }

    .element.bigger .picture,
    .element.wide .picture {
        margin: 10px auto 15px;
    }

    .element.bigger.main-element,
    .element.wide.main-element {
        padding: 0;
    }

        .element.bigger.main-element .title,
        .element.wide.main-element .title {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 15px;
        }

    .element.smaller .title {
        font-size: 16px;
        min-height: auto;
    }

    .element:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    }

    .element .sub-text {
        font-size: 14px;
        line-height: normal;
        letter-spacing: -0.2px;
    }

    .element .by-line {
        margin: 10px 0;
        font-size: 8px;
    }

    .element.live-news {
        padding: 15px 15px 5px !important;
        margin-bottom: 20px;
    }

        .element.live-news .label {
            position: unset;
            margin-bottom: 15px;
        }

        .element.live-news .picture {
            margin: 0 auto 10px !important;
            width: 100% !important;
            height: auto !important;
        }

            .element.live-news .picture img {
                width: 100% !important;
                height: auto !important;
            }

        .element.live-news .right-content {
            width: 100% !important;
            margin: 15px 0 0;
        }

            .element.live-news .right-content .title {
                font-size: 18px;
                font-weight: 22px;
            }

            .element.live-news .right-content .title,
            .element.live-news .right-content .time {
                color: #fff;
            }

    .element.main-element + .mt-3 {
        margin-top: 0 !important;
    }

    .element .author .author-name {
        margin-left: 5px;
    }

    .element.main-row-element {
        border-color: rgba(0, 0, 0, 0.1450980392);
        margin-bottom: 10px;
    }

        .element.main-row-element .title {
            font-size: 22px;
            font-weight: normal;
            margin-bottom: 10px;
        }

            .element.main-row-element .title a {
                font-weight: normal;
            }

        .element.main-row-element .right-content {
            min-height: auto;
            position: relative;
        }

            .element.main-row-element .right-content .picture {
                width: 100%;
                position: relative;
            }

            .element.main-row-element .right-content .sub-text {
                margin-left: 0;
                margin-top: 15px;
                font-size: 14px;
            }

            .element.main-row-element .right-content .by-line {
                margin-left: 0;
            }

    .element.wide .title {
        font-size: 26px;
    }

    .title-patch {
        margin: 15px 0 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
    }

        .title-patch span {
            font-size: 10px;
            margin-bottom: 0;
        }

        .title-patch .patch-icon {
            width: 36px;
            height: auto;
            position: relative;
            top: -2px;
            margin-right: 2px;
        }

        .title-patch .icon {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            margin-right: 8px;
            width: 32px;
            height: 32px;
        }

        .title-patch.medium-black {
            font-size: 18px;
        }

    .timeline.with-image {
        margin-top: 0;
    }

        .timeline.with-image li::before {
            top: 11px;
        }

        .timeline.with-image li a {
            padding: 7px 0 0;
            margin: 0 0;
        }

            .timeline.with-image li a::before {
                top: 22px;
            }

        .timeline.with-image li:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        }

        .timeline.with-image .row-element {
            padding: 5px 0;
            min-height: 95px;
            border-bottom: none;
        }

            .timeline.with-image .row-element .picture {
                top: 5px;
                width: 80px;
                --bs-aspect-ratio: calc(1 / 1 * 100%);
            }

                .timeline.with-image .row-element .picture img {
                    width: 100%;
                    height: 100%;
                }

            .timeline.with-image .row-element .right-content {
                margin-left: 90px;
            }

    .discover .tab-nav {
        margin-top: 0;
    }

    .number-list li::before {
        font-size: 30px;
    }

    .cast h3,
    .cast h1,
    .cast h2 {
        font-size: 24px;
        line-height: normal;
    }

    .top-right {
        position: relative;
        top: -12px;
        right: unset;
    }

    .choose-section {
        width: 100%;
        padding: 0;
    }

        .choose-section .choose-section-btn {
            padding: 20px 20px 0 0;
            width: 100%;
            margin: 20px auto 0;
        }

            .choose-section .choose-section-btn::before {
                font-size: 12px;
                opacity: 0.7;
                border: none;
            }

            .choose-section .choose-section-btn::after {
                top: 28px;
            }

        .choose-section .section-list {
            width: calc(100% - 24px);
            top: 40px;
            left: 12px;
        }

            .choose-section .section-list::after {
                left: 50%;
            }

    .mobile-row-element .picture {
        width: 100px !important;
        max-width: 100px;
        --bs-aspect-ratio: calc(1 / 1 * 100%) !important;
        margin: 0 0 !important;
        position: absolute !important;
        top: 10px;
        left: 0;
    }

    .more-than-one-rows .col-12 {
        margin: 0 !important;
    }

        .more-than-one-rows .col-12:first-child .mobile-row-element {
            padding-top: 0;
        }

        .more-than-one-rows .col-12:last-child .mobile-row-element {
            padding-bottom: 0;
        }

    .package-slider .item .element:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .hide-mobile {
        display: block;
    }

    .ad-section .ad.wide.ad {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

        .ad-section .ad.wide.ad img {
            width: 100%;
            height: auto;
        }

    .tab-border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392) !important;
    }

    .xs-reverse {
        display: flex;
        flex-direction: row;
    }

        .xs-reverse .col-12:nth-child(2) {
            order: -1;
        }

            .xs-reverse .col-12:nth-child(2) .col-12 {
                order: -1;
            }

        .xs-reverse.no-reverse .col-12:nth-child(2) {
            order: 1;
        }

            .xs-reverse.no-reverse .col-12:nth-child(2) .col-12 {
                order: 1;
            }

        .xs-reverse.two-one-thr .col-12:nth-child(2) {
            order: -1;
        }

        .xs-reverse.tab-two-one-thr .col-12:nth-child(2) {
            order: -1;
        }

    .five-line-title {
        margin: 20px auto 30px;
    }

        .five-line-title h3,
        .five-line-title h2 {
            font-size: 26px;
            padding: 0 15px;
        }

            .five-line-title h3.premium-title,
            .five-line-title h2.premium-title {
                padding-left: 42px;
                background-position: 12px 3px;
                background-size: 25px auto;
            }

            .five-line-title h3 + .five-line-spliter,
            .five-line-title h2 + .five-line-spliter {
                top: 8px;
            }

        .five-line-title h1 {
            font-size: 30px;
            padding: 0 15px;
        }

            .five-line-title h1.premium-title::before {
                width: 35px;
                height: 35px;
            }

            .five-line-title h1 + .five-line-spliter {
                top: 11px;
            }

        .five-line-title h4 {
            font-size: 18px;
            margin: 5px auto 10px;
        }

        .five-line-title .sub-text {
            font-size: 15px;
            max-width: 90%;
            margin: 10px auto 0;
        }

    .equal-height {
        display: flex;
    }

        .equal-height .col-12 {
            display: block;
        }

        .equal-height .bigger {
            margin-bottom: 25px;
        }

    .tab-no-side-border.after-border-left::after,
    .tab-no-side-border.after-border-left::before,
    .tab-no-side-border.after-border-right::after,
    .tab-no-side-border.after-border-right::before {
        display: none;
    }

    .tab-only-equal-height {
        display: table;
    }

        .tab-only-equal-height .col-12 {
            display: table-cell;
            vertical-align: top;
        }

    .tab-only-side-border.after-border-right {
        position: relative;
        height: max-content;
    }

        .tab-only-side-border.after-border-right::after {
            display: block;
            content: "";
            height: 100%;
            width: 1px;
            border-right: 1px solid rgba(0, 0, 0, 0.1450980392);
            position: absolute;
            top: 0;
            right: 0;
        }

    .tab-only-side-border.after-border-left {
        position: relative;
        height: max-content;
    }

        .tab-only-side-border.after-border-left::before {
            content: "";
            height: 100%;
            width: 1px;
            border-left: 1px solid rgba(0, 0, 0, 0.1450980392);
            position: absolute;
            top: 0;
            left: 0;
        }

    .timeline.with-image {
        margin-bottom: 20px;
    }

    .box-line-title {
        position: relative;
        height: auto;
    }

        .box-line-title h3 {
            font-size: 30px;
            padding: 0 10px;
        }

            .box-line-title h3 .sub-title {
                font-size: 24px;
                margin-bottom: 0;
            }

        .box-line-title::before {
            content: "";
            width: 100%;
            height: 85px;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
            left: 0;
            top: 14px;
        }

    .element.main-row-element {
        margin-bottom: 5px;
        border-color: rgba(0, 0, 0, 0.1450980392);
    }

        .element.main-row-element .title {
            font-size: 28px;
        }

        .element.main-row-element .right-content {
            min-height: 145px;
            position: relative;
        }

            .element.main-row-element .right-content .picture {
                width: 250px;
                margin-top: 0 !important;
            }

                .element.main-row-element .right-content .picture img {
                    width: 100%;
                    height: 100%;
                }

            .element.main-row-element .right-content .sub-text {
                margin-left: 265px;
                margin-top: 0;
            }

            .element.main-row-element .right-content .by-line {
                margin-left: 265px;
            }

    .discover .tab-nav {
        margin-top: 0;
    }

    .col-12 .element:first-child {
        margin-top: 10px;
    }

        .col-12 .element:first-child div:first-child,
        .col-12 .element:first-child h1:first-child,
        .col-12 .element:first-child h2:first-child,
        .col-12 .element:first-child h3:first-child,
        .col-12 .element:first-child h4:first-child {
            margin-top: 10px;
        }

    .col-12 .element:last-child div:last-child {
        margin-bottom: 10px;
    }

    .col-12 .element {
        width: 100%;
    }

    .cast h3,
    .cast h1,
    .cast h2 {
        font-size: 26px;
        line-height: normal;
    }

    .cast .title-element .picture {
        float: left;
    }

    .cast .title-element .sub-text {
        margin-left: 190px;
        margin-top: 60px;
    }

    .cast .link-arrow {
        margin-left: 25px;
    }

    .more-than-one-rows .mobile-row-element,
    .more-than-one-rows .element {
        border-bottom: none;
    }
}

@media screen and (max-width: 1181px) and (min-width: 1001px) {
    .xs-reverse {
        display: flex;
        flex-direction: row;
    }

        .xs-reverse .col-12:nth-child(2) {
            order: -1;
        }

            .xs-reverse .col-12:nth-child(2) .col-12 {
                order: 1;
            }

        .xs-reverse.no-reverse .col-12 {
            order: 1;
        }

            .xs-reverse.no-reverse .col-12 .col-12 {
                order: 1;
            }

        .xs-reverse.no-reverse-tab .col-12 {
            order: 1;
        }

            .xs-reverse.no-reverse-tab .col-12 .col-12 {
                order: 1;
            }

    .equal-height {
        display: flex;
    }

    .tab-no-side-border.after-border-left::after,
    .tab-no-side-border.after-border-left::before,
    .tab-no-side-border.after-border-right::after,
    .tab-no-side-border.after-border-right::before {
        display: none;
    }

    .tab-border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392) !important;
    }

    .tab-only-side-border.after-border-right {
        position: relative;
        height: max-content;
    }

        .tab-only-side-border.after-border-right::after {
            display: block;
            content: "";
            height: 100%;
            width: 1px;
            border-right: 1px solid rgba(0, 0, 0, 0.1450980392);
            position: absolute;
            top: 0;
            right: 0;
        }

    .tab-only-side-border.after-border-left {
        position: relative;
        height: max-content;
    }

        .tab-only-side-border.after-border-left::before {
            content: "";
            height: 100%;
            width: 1px;
            border-left: 1px solid rgba(0, 0, 0, 0.1450980392);
            position: absolute;
            top: 0;
            left: 0;
        }

    .tab-6 {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3%;
    }

        .tab-6 .hide-tab {
            display: none;
        }

        .tab-6 .title-patch.mt-3 {
            margin-top: 0 !important;
        }

        .tab-6:last-child {
            margin-right: 0;
        }

    .box-line-title {
        height: auto;
    }

        .box-line-title::before {
            content: "";
            width: 100%;
            height: 2px;
            border: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1450980392);
            left: 0;
            top: 20px;
        }

    .small-link {
        margin-bottom: 20px;
    }

    .element .ad.large {
        margin: 20px auto 30px !important;
    }

    .element .picture {
        max-width: 310px;
    }

    .element.bigger .picture,
    .element.main-element .picture,
    .element.wide .picture {
        width: 100%;
        max-width: none;
    }

    .five-line-title {
        margin: 20px auto 30px;
    }

        .five-line-title h3,
        .five-line-title h2 {
            font-size: 26px;
            padding: 0 15px;
        }

            .five-line-title h3.premium-title,
            .five-line-title h2.premium-title {
                padding-left: 42px;
                background-position: 12px 3px;
                background-size: 25px auto;
            }

            .five-line-title h3 + .five-line-spliter,
            .five-line-title h2 + .five-line-spliter {
                top: 8px;
            }

        .five-line-title h1 {
            font-size: 30px;
            padding: 0 15px;
        }

            .five-line-title h1.premium-title {
                padding-left: 50px;
                background-position: 12px 4px;
                background-size: 30px auto;
            }

            .five-line-title h1 + .five-line-spliter {
                top: 11px;
            }

        .five-line-title h4 {
            font-size: 18px;
            margin: 5px auto 10px;
        }

        .five-line-title .sub-text {
            font-size: 15px;
            max-width: 90%;
            margin: 10px auto 0;
        }

    .col-12 .element:first-child {
        margin-top: 15px;
    }

        .col-12 .element:first-child div:first-child {
            margin-top: 15px;
        }

    .col-12 .element:last-child div:last-child {
        margin-bottom: 15px;
    }
}

.nav-tabs {
    border-bottom: none;
    text-align: center;
    width: max-content;
    margin: 10px auto 0;
    padding-bottom: 30px;
}

    .nav-tabs .nav-link {
        margin: 0 10px;
        background: none;
        border: 0;
        padding: 0;
        color: #000;
        font-size: 14px;
        font-family: "Merriweather Sans", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs .nav-link.active {
            color: #b00020;
            text-decoration: none;
            border-bottom: 1px solid #b00020;
            background: none;
        }

        .nav-tabs .nav-link:hover {
            color: #b00020;
            text-decoration: none;
        }

        .nav-tabs .nav-link::after {
            color: #6c757d;
            content: "/";
            position: absolute;
            right: -13px;
            top: -1px;
        }

        .nav-tabs .nav-link.disabled {
            color: #000;
            margin-right: 0;
        }

            .nav-tabs .nav-link:last-child::after,
            .nav-tabs .nav-link.disabled::after {
                display: none;
            }

        .nav-tabs .nav-link.see-more {
            position: relative;
            padding-right: 25px;
        }

            .nav-tabs .nav-link.see-more::before {
                content: "";
                position: absolute;
                right: 0;
                background: url(/assets/images/see-more-arrow.svg) no-repeat center;
                width: 20px;
                height: 10px;
                top: 6px;
                background-size: 13px auto;
            }

.discover .five-line-title h1,
.discover .five-line-title h2,
.discover .five-line-title h3 {
    color: inherit;
}

.discover .five-line-title + .tab-nav {
    margin-top: 0;
}

.tab-nav {
    overflow: auto;
}

    .tab-nav::-webkit-scrollbar {
        display: none;
    }

@media screen and (max-width: 570px) {
    .nav-tabs {
        margin: 10px 0;
        padding-bottom: 0;
    }

        .nav-tabs .nav-link {
            margin: 0 10px;
            font-size: 12px;
        }

            .nav-tabs .nav-link::after {
                color: #6c757d;
                content: "/";
                position: absolute;
                right: -13px;
                top: -1px;
            }

            .nav-tabs .nav-link:first-child {
                margin-left: 0;
            }

            .nav-tabs .nav-link:last-child {
                margin-right: 0;
            }

    .discover .five-line-title h1,
    .discover .five-line-title h3,
    .discover .five-line-title h2,
    .discover .five-line-title h4 {
        text-align: left;
        display: block;
        margin: 10px 0;
    }

    .discover .five-line-title + .tab-nav {
        margin-top: 0;
    }
}

.link-list-outer {
    position: relative;
}

    .link-list-outer .scroll-arrow-btn {
        background: none;
        border: 0;
        width: 20px;
        height: 26px;
        position: absolute;
        top: 0;
        z-index: 1;
        padding: 3px 0;
    }

        .link-list-outer .scroll-arrow-btn img {
            width: auto;
            height: 15px;
            position: relative;
            top: -3px;
            left: 2px;
        }

        .link-list-outer .scroll-arrow-btn::before {
            content: "";
            width: 50px;
            height: 100%;
            display: block;
            background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
            position: absolute;
            top: 0;
            left: -45px;
        }

        .link-list-outer .scroll-arrow-btn:hover,
        .link-list-outer .scroll-arrow-btn:focus,
        .link-list-outer .scroll-arrow-btn:active {
            background: #f1f1f1;
            border: 0;
            box-shadow: none;
        }

        .link-list-outer .scroll-arrow-btn.right {
            right: -15px;
            display: none;
        }

        .link-list-outer .scroll-arrow-btn.left {
            display: none;
            left: -20px;
        }

            .link-list-outer .scroll-arrow-btn.left img {
                transform: rotate(180deg);
            }

            .link-list-outer .scroll-arrow-btn.left::before {
                left: 20px;
                transform: rotate(180deg);
            }

.link-list {
    list-style: none;
    margin: 25px 0 13px;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
    width: 100%;
    max-width: max-content;
    scroll-behavior: smooth;
}

    .link-list::-webkit-scrollbar {
        display: none;
    }

    .link-list li {
        display: inline-block;
        position: relative;
    }

        .link-list li::after {
            color: #6c757d;
            content: "/";
            position: absolute;
            right: -6px;
            top: -4px;
        }

        .link-list li a {
            margin: 0 8px;
            background: none;
            border: 0;
            padding: 0;
            color: #000;
            display: block;
            font-size: 13px;
            font-family: "Merriweather Sans", sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-bottom: 1px solid transparent;
        }

            .link-list li a:hover {
                color: #b00020;
                text-decoration: none;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
            }

        .link-list li.active a {
            color: #b00020;
            text-decoration: none;
            border-bottom: 1px solid #b00020;
        }

        .link-list li:last-child {
            margin-right: 0;
        }

            .link-list li:last-child::after {
                display: none;
            }

        .link-list li:first-child a {
            margin-left: 0;
        }

        .link-list li.go-back {
            position: relative;
            padding-left: 26px;
        }

            .link-list li.go-back::before {
                content: "";
                position: absolute;
                left: 0;
                background: url(/assets/images/see-more-arrow.svg) no-repeat center;
                width: 20px;
                height: 10px;
                top: 4px;
                transform: scale(-1);
            }

    .link-list.no-scroll {
        white-space: normal;
        overflow-x: unset;
        text-align: left;
    }

        .link-list.no-scroll li {
            margin: 4px 0;
        }

            .link-list.no-scroll li::after {
                right: 3px;
            }

            .link-list.no-scroll li a {
                margin: 0;
                margin-right: 20px;
            }

@media screen and (min-width: 1200px) {
    .link-list {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 570px) {
    .link-list {
        margin: 10px 0 10px;
        padding-bottom: 3px;
    }

        .link-list li a {
            font-size: 13px;
        }
}

.news-letter-signup h3 {
    font-size: 28px;
    line-height: normal;
    text-align: center;
    color: #b00020;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0 15px;
}

.news-letter-signup .sub-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-family: "Merriweather", serif;
    font-weight: 200;
    margin: 10px 15px;
}

.news-letter-signup .newsletter-signup-form {
    margin: 30px auto;
    text-align: center;
}

    .news-letter-signup .newsletter-signup-form .text-box {
        width: 670px;
        margin: 0 5px;
        display: inline-block;
        height: 50px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: transparent;
        padding: 0 25px;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 16px;
        font-weight: 200;
        color: #555;
    }

        .news-letter-signup .newsletter-signup-form .text-box:hover,
        .news-letter-signup .newsletter-signup-form .text-box:active {
            outline: none;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1607843137);
        }

        .news-letter-signup .newsletter-signup-form .text-box:focus {
            outline: none;
            box-shadow: none;
            border-bottom: 2px solid #979797;
        }

    .news-letter-signup .newsletter-signup-form .summit-btn {
        width: 200px;
        margin: 0 5px;
        display: inline-block;
        height: 50px;
        box-shadow: inset 0 0 0 0 #000;
        border-radius: 5px;
        border: 0;
        background: #b00020;
        color: #fff;
        outline: none;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 16px;
        font-weight: bold;
        -webkit-transition: ease-out 0.3s;
        -moz-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
    }

        .news-letter-signup .newsletter-signup-form .summit-btn .icon {
            margin-right: 5px;
        }

        .news-letter-signup .newsletter-signup-form .summit-btn:hover,
        .news-letter-signup .newsletter-signup-form .summit-btn:active {
            text-decoration: none;
            box-shadow: inset 200px 0 0 0 #000;
        }

.news-letter-signup .small-link {
    color: #b00020;
    margin: 0 auto;
    display: block;
}

    .news-letter-signup .small-link .slider {
        background: #b00020;
    }

.news-letter-signup.smaller h3 {
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.news-letter-signup.smaller .newsletter-signup-form {
    margin: 15px 0;
    text-align: left;
}

    .news-letter-signup.smaller .newsletter-signup-form .text-box {
        width: 95%;
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
        margin: 5px 0;
        border-radius: 3px;
    }

    .news-letter-signup.smaller .newsletter-signup-form .summit-btn {
        width: 150px;
        margin: 5px 0;
        display: inline-block;
        height: 40px;
        font-size: 14px;
        border-radius: 3px;
    }

        .news-letter-signup.smaller .newsletter-signup-form .summit-btn .icon {
            margin-right: 5px;
            width: 25px;
            height: auto;
        }

        .news-letter-signup.smaller .newsletter-signup-form .summit-btn:hover,
        .news-letter-signup.smaller .newsletter-signup-form .summit-btn:active {
            text-decoration: none;
            box-shadow: inset 200px 0 0 0 #000;
        }

.news-letter-signup.smaller .small-link {
    color: #b00020;
    margin: 0;
    display: block;
    font-size: 12px;
}

    .news-letter-signup.smaller .small-link .slider {
        background: #b00020;
    }

@media screen and (max-width: 570px) {
    .news-letter-signup h3 {
        font-size: 20px;
    }

    .news-letter-signup .sub-text {
        font-size: 12px;
        line-height: normal;
    }

    .news-letter-signup .newsletter-signup-form {
        margin: 10px auto 20px;
        text-align: center;
    }

        .news-letter-signup .newsletter-signup-form .text-box {
            width: 90%;
            height: 40px;
            padding: 0 15px;
            font-size: 14px;
            margin: 5px auto;
        }

        .news-letter-signup .newsletter-signup-form .summit-btn {
            width: 90%;
            height: 40px;
            font-size: 14px;
            margin: 5px auto;
        }

            .news-letter-signup .newsletter-signup-form .summit-btn:hover,
            .news-letter-signup .newsletter-signup-form .summit-btn:active {
                box-shadow: inset 300px 0 0 0 #000;
            }

            .news-letter-signup .newsletter-signup-form .summit-btn .icon {
                width: 26px;
            }

    .news-letter-signup .small-link {
        font-size: 12px;
        color: #b00020;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .news-letter-signup h3 {
        font-size: 24px;
    }

    .news-letter-signup .sub-text {
        font-size: 14px;
    }

    .news-letter-signup .newsletter-signup-form {
        margin: 30px auto;
        text-align: center;
    }

        .news-letter-signup .newsletter-signup-form .text-box {
            width: 60%;
            height: 44px;
            padding: 0 15px;
            font-size: 16px;
        }

        .news-letter-signup .newsletter-signup-form .summit-btn {
            width: 30%;
            height: 44px;
            font-size: 14px;
        }

            .news-letter-signup .newsletter-signup-form .summit-btn:hover,
            .news-letter-signup .newsletter-signup-form .summit-btn:active {
                box-shadow: inset 250px 0 0 0 #000;
            }
}

.include-title {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-size: 50px;
    color: #999;
    margin: 0 auto 0;
    padding-top: 100px;
    font-weight: bold;
}

@media screen and (max-width: 570px) {
    .include-title {
        font-size: 26px;
        margin: 0 auto;
        padding-top: 80px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .include-title {
        font-size: 30px;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .include-title {
        font-size: 36px;
        margin: 60px auto 0;
    }
}

.navigations .navigations-icon {
    display: block;
    background: #fff;
    border: 0;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2509803922);
    position: fixed;
    right: 18px;
    bottom: 40px;
    z-index: 600;
    line-height: 13px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0, opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0;
    transform: translateX(0px);
}

    .navigations .navigations-icon:hover {
        background: #333;
    }

        .navigations .navigations-icon:hover img {
            filter: invert(1);
        }

.navigations .navigations-overlay {
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0;
    opacity: 0;
    z-index: 510;
    background-color: rgba(0, 0, 0, 0.2509803922);
    left: 0;
    top: 0;
    pointer-events: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: fixed;
}

.navigations .navigations-box {
    visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0, opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0;
    transform: translateX(0px);
    box-shadow: rgba(0, 0, 0, 0.1490196078) 0 4px 12px;
    overflow: auto;
    left: 100%;
    background-color: white;
    z-index: 520;
    width: 414px;
    padding: 20px;
    top: 0;
    opacity: 1;
    box-sizing: border-box;
    position: fixed;
    height: 100%;
}

    .navigations .navigations-box .navigations-close {
        padding: 0;
        margin: 0;
        width: 26px;
        height: 26px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        border: 0;
        outline: none;
        background: none;
    }

.navigations.show-navigations .navigations-icon {
}

    .navigations.show-navigations .navigations-icon img {
        content: url(/assets/images/menu-close-icon.svg);
    }

.navigations.show-navigations .navigations-overlay {
    pointer-events: all;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0;
    opacity: 1;
}

.navigations.show-navigations .navigations-box {
    visibility: visible;
    transform: translateX(-414px);
}

.navigations .navigations-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navigations .navigations-list li a {
        font-family: "Merriweather Sans", sans-serif;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        padding: 8px 0;
        color: #333;
        display: block;
    }

        .navigations .navigations-list li a:hover {
            color: #b00020;
            text-decoration: none;
        }

    .navigations .navigations-list li:last-child a {
        border-bottom: none;
    }

@media screen and (max-width: 570px) {
    .navigations .navigations-icon {
        right: 25px;
        bottom: 25px;
        background: #333;
    }

        .navigations .navigations-icon img {
            filter: invert(1);
        }

    .navigations .navigations-box {
        transform: translateY(100%);
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        width: 100%;
        left: 0;
        height: calc(100% - 50px);
        transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0, opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0;
        box-shadow: rgba(0, 0, 0, 0.1490196078) 0 4px 12px;
    }

    .navigations.show-navigations .navigations-box {
        transform: translateY(50px);
    }
}

.basic-btn {
    width: 100%;
    height: 60px;
    border: 1px solid #000;
    border-radius: 3px;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    padding: 0 20px;
    background: none;
    margin: 10px 0;
    position: relative;
    transition: all 0.3s;
}

    .basic-btn span {
        font-family: inherit;
        position: relative;
        top: 1px;
    }

    .basic-btn:focus {
        box-shadow: none;
        outline: none;
    }

    .basic-btn:after {
        content: "→";
        position: relative;
        opacity: 0;
        top: 0;
        right: 20%;
        transition: 0.3s;
    }

    .basic-btn:hover {
        padding-right: 60px;
        padding-left: 30px;
        color: #000;
        text-decoration: none;
        outline: none;
    }

        .basic-btn:hover::after {
            opacity: 1;
            right: -8px;
        }

    .basic-btn .left-icon {
        position: relative;
        margin-right: 5px;
        top: -2px;
    }

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .basic-btn {
            width: 100%;
            height: 60px;
            border: 1px solid #000;
            border-radius: 3px;
            font-family: "Merriweather Sans", sans-serif;
            text-transform: uppercase;
            font-size: 18px;
            color: #000;
            padding: 0 20px;
            background: none;
            margin: 10px 0;
            position: relative;
            transition: all 0.3s;
        }

            .basic-btn span {
                font-family: inherit;
            }

            .basic-btn:focus {
                box-shadow: none;
                outline: none;
            }

            .basic-btn:after {
                content: "→";
                position: relative;
                opacity: 0;
                top: 3px;
                right: 20%;
                transition: 0.3s;
            }

            .basic-btn:hover {
                padding-right: 60px;
                padding-left: 30px;
                color: #000;
                text-decoration: none;
                outline: none;
            }

                .basic-btn:hover::after {
                    opacity: 1;
                    top: 3px;
                    right: -8px;
                }

            .basic-btn .left-icon {
                position: relative;
                margin-right: 5px;
                top: -2px;
            }
    }

    @media screen and (max-width: 570px) {
        .hide-mobile {
            display: none;
            height: 0;
            visibility: hidden;
            max-height: 0;
        }
    }
}

@media screen and (max-width: 570px) {
    .basic-btn {
        height: 50px;
        font-size: 14px;
        padding: 0 20px;
        margin: 10px 0;
        max-width: 280px !important;
    }

        .basic-btn .left-icon {
            width: 20px;
        }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .basic-btn {
        height: 50px;
        font-size: 16px;
        padding: 0 20px;
        margin: 10px 0;
    }
}

.top-pick .row {
    overflow: auto;
}

    .top-pick .row::-webkit-scrollbar {
        display: none;
    }

.top-pick .top-pick-element {
    margin: 0;
    position: relative;
}

    .top-pick .top-pick-element.color-bg .picture {
        background: #b00020;
    }

    .top-pick .top-pick-element.color-bg .text-part {
        background: none;
    }

    .top-pick .top-pick-element.ad-element .element {
        background: #f1f1f1;
        width: 100%;
        height: 434px;
    }

    .top-pick .top-pick-element.ad-element .picture {
        width: 300px;
        height: 250px;
        position: relative;
        margin: 0;
        top: 20%;
    }

        .top-pick .top-pick-element.ad-element .picture img {
            width: 300px;
            height: 250px;
        }

    .top-pick .top-pick-element.ad-element .text-part {
        background: none;
    }

    .top-pick .top-pick-element.Weekend {
        position: relative;
    }

        .top-pick .top-pick-element.Weekend .logo {
            margin: 0 auto 15px;
            text-align: center;
            max-width: 70%;
        }

            .top-pick .top-pick-element.Weekend .logo img {
                width: 100%;
            }

        .top-pick .top-pick-element.Weekend .weekend img {
            width: 100%;
            text-align: left;
        }

        .top-pick .top-pick-element.Weekend p {
            font-family: "Merriweather", serif;
            font-size: 16px;
            line-height: normal;
            color: #000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
            padding: 10px 0;
            margin: 0;
        }

            .top-pick .top-pick-element.Weekend p.sub-text {
                font-size: 14px;
                border-bottom: none;
                padding-bottom: 0;
            }

                .top-pick .top-pick-element.Weekend p.sub-text span {
                    display: block;
                    margin-top: 15px;
                    width: max-content;
                    position: relative;
                }

                    .top-pick .top-pick-element.Weekend p.sub-text span .slider {
                        position: absolute;
                        display: block;
                        left: 0;
                        top: 95%;
                        margin: 0 auto;
                        height: 1px;
                        background-color: #000;
                        width: 100%;
                        transition: width 0.3s ease;
                    }

            .top-pick .top-pick-element.Weekend p:hover {
                text-decoration: none;
            }

        .top-pick .top-pick-element.Weekend .align-btm {
            position: absolute;
            bottom: 30px;
        }

        .top-pick .top-pick-element.Weekend a:hover p.sub-text span {
            text-decoration: none;
        }

            .top-pick .top-pick-element.Weekend a:hover p.sub-text span .slider {
                width: 0;
            }

    .top-pick .top-pick-element.sunday {
        position: relative;
    }

        .top-pick .top-pick-element.sunday .sunday-element {
            background: #f1f1f1;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .top-pick .top-pick-element.sunday .sunday-element .align-center {
                width: 100%;
                height: auto;
            }

            .top-pick .top-pick-element.sunday .sunday-element .title {
                text-align: center;
                font-size: 22px;
                line-height: normal;
                font-family: "Merriweather", serif;
                font-weight: 900;
                color: #000;
            }

                .top-pick .top-pick-element.sunday .sunday-element .title span {
                    display: block;
                    color: #b00020;
                    font-weight: bold;
                }

            .top-pick .top-pick-element.sunday .sunday-element .sunday-logo {
                margin: 10px auto 0;
                display: block;
                width: 75%;
                max-width: 200px;
            }

    .top-pick .top-pick-element .picture {
        width: 100%;
        height: 434px;
        position: relative;
        background: #000;
    }

        .top-pick .top-pick-element .picture img {
            object-fit: cover;
            object-position: center;
            width: 100%;
            height: 434px;
        }

    .top-pick .top-pick-element .text-part {
        background: linear-gradient( 0deg, rgba(0, 0, 0, 0.8666666667), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) );
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .top-pick .top-pick-element .text-part .title {
            color: #fff;
            font-family: "Merriweather", serif;
            font-style: italic;
            font-size: 18px;
            text-align: left;
            padding: 20px 20px 0;
            position: absolute;
            bottom: 30px;
            line-height: normal;
        }

            .top-pick .top-pick-element .text-part .title .label {
                text-transform: uppercase;
                font-style: normal;
                font-family: "Merriweather Sans", sans-serif;
                font-weight: bold;
                font-size: 12px;
                margin: 5px 0;
                letter-spacing: 0.5px;
                display: block;
            }

            .top-pick .top-pick-element .text-part .title .big {
                font-family: "Merriweather", serif;
                font-size: 32px;
                line-height: normal;
                font-weight: bold;
                font-style: italic;
                margin-bottom: 20px;
                display: block;
                line-height: normal;
            }

            .top-pick .top-pick-element .text-part .title .label.businessline {
                position: relative;
            }

                .top-pick .top-pick-element .text-part .title .label.businessline:before {
                    content: "";
                    position: relative;
                    top: -2px;
                    width: 21px;
                    height: 21px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    background: url(../../images/bl-identity-icon-white.svg) no-repeat center;
                    background-size: 21px 21px;
                }

            .top-pick .top-pick-element .text-part .title .label.frontline {
                position: relative;
            }

                .top-pick .top-pick-element .text-part .title .label.frontline:before {
                    content: "";
                    position: relative;
                    top: -2px;
                    width: 21px;
                    height: 21px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    background: url(../../images/frontline-identity-icon-white.svg) no-repeat center;
                    background-size: 21px 21px;
                }

            .top-pick .top-pick-element .text-part .title .label.sportstar {
                position: relative;
            }

                .top-pick .top-pick-element .text-part .title .label.sportstar:before {
                    content: "";
                    position: relative;
                    top: -2px;
                    width: 21px;
                    height: 21px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                    background: url(../../images/sportstar-identity-icon-white.svg) no-repeat center;
                    background-size: 21px 21px;
                }

                .top-pick .top-pick-element .text-part .title .label.businessline::after,
                .top-pick .top-pick-element .text-part .title .label.frontline::after,
                .top-pick .top-pick-element .text-part .title .label.sportstar::after {
                    content: "";
                    width: 15px;
                    height: 15px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url(/assets/images/label-arrow.svg) no-repeat center;
                    background-size: 15px 15px;
                    filter: invert(1);
                    margin-left: 5px;
                    position: relative;
                    top: -1px;
                }

.top-pick .owl-item .top-pick-element {
    width: auto;
}

.top-pick .owl-dots {
    text-align: center;
}

    .top-pick .owl-dots .owl-dot {
        width: 35px;
        height: 4px;
        background: #aaa !important;
        cursor: pointer;
        margin: 20px 5px 0;
    }

        .top-pick .owl-dots .owl-dot.active {
            background: #b00020 !important;
        }

.top-pick .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: -35px;
    opacity: 0.3;
}

    .top-pick .owl-nav .owl-prev .prev-slide {
        background: url(/assets/images/slider-rightarrow.svg) no-repeat scroll 0 0;
        transform: rotate(180deg);
        width: 24px;
        height: 36px;
    }

    .top-pick .owl-nav .owl-prev:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    .top-pick .owl-nav .owl-prev.disabled {
        opacity: 0.3;
    }

        .top-pick .owl-nav .owl-prev.disabled:hover {
            text-decoration: none;
            opacity: 0.3;
        }

.top-pick .owl-nav .owl-next {
    position: absolute;
    top: 46%;
    right: -35px;
    opacity: 0.3;
}

    .top-pick .owl-nav .owl-next .next-slide {
        background: url(/assets/images/slider-rightarrow.svg) no-repeat scroll 0 0;
        width: 24px;
        height: 36px;
    }

    .top-pick .owl-nav .owl-next:hover {
        text-decoration: none;
        opacity: 0.5;
    }

    .top-pick .owl-nav .owl-next.disabled {
        opacity: 0.3;
    }

        .top-pick .owl-nav .owl-next.disabled:hover {
            text-decoration: none;
            opacity: 0.3;
        }

@media screen and (max-width: 570px) {
    .top-pick .top-pick-element {
        width: 225px;
    }

        .top-pick .top-pick-element .picture,
        .top-pick .color-bg .picture,
        .top-pick .ad-element .picture {
            width: 100%;
            height: 300px;
        }

            .top-pick .top-pick-element .picture img,
            .top-pick .color-bg .picture img,
            .top-pick .ad-element .picture img {
                height: 300px;
            }

        .top-pick .top-pick-element .text-part .title,
        .top-pick .color-bg .text-part .title,
        .top-pick .ad-element .text-part .title {
            font-size: 15px;
            padding: 15px 15px 0;
            bottom: 20px;
            line-height: normal;
            white-space: normal;
        }

            .top-pick .top-pick-element .text-part .title .big,
            .top-pick .color-bg .text-part .title .big,
            .top-pick .ad-element .text-part .title .big {
                font-size: 20px;
                line-height: normal;
            }

            .top-pick .top-pick-element .text-part .title .label,
            .top-pick .color-bg .text-part .title .label,
            .top-pick .ad-element .text-part .title .label {
                font-size: 10px;
            }

                .top-pick .top-pick-element .text-part .title .label.businessline::after,
                .top-pick .top-pick-element .text-part .title .label.frontline::after,
                .top-pick .top-pick-element .text-part .title .label.sportstar::after,
                .top-pick .color-bg .text-part .title .label.businessline::after,
                .top-pick .color-bg .text-part .title .label.frontline::after,
                .top-pick .color-bg .text-part .title .label.sportstar::after,
                .top-pick .ad-element .text-part .title .label.businessline::after,
                .top-pick .ad-element .text-part .title .label.frontline::after,
                .top-pick .ad-element .text-part .title .label.sportstar::after {
                    width: 13px;
                    height: 13px;
                    background-size: 13px 13px;
                    margin-left: 3px;
                    top: -2px;
                }

        .top-pick .top-pick-element.Weekend {
            position: relative;
        }

            .top-pick .top-pick-element.Weekend .logo {
                max-width: 75%;
                margin-bottom: 10px;
            }

            .top-pick .top-pick-element.Weekend .weekend img {
                max-height: 90px;
            }

            .top-pick .top-pick-element.Weekend p {
                font-size: 14px;
                padding: 6px 0;
                margin: 0;
            }

                .top-pick .top-pick-element.Weekend p.sub-text {
                    font-size: 12px;
                }

                    .top-pick .top-pick-element.Weekend p.sub-text span {
                        margin-top: 10px;
                    }

            .top-pick .top-pick-element.Weekend .align-btm {
                bottom: 20px;
            }

        .top-pick .top-pick-element.ad-element {
            width: 310px;
        }

            .top-pick .top-pick-element.ad-element .element {
                height: 350px;
                border: none;
            }

                .top-pick .top-pick-element.ad-element .element .picture {
                    top: 12%;
                }
}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .top-pick .top-pick-element .text-part .title .big {
        font-size: 28px;
    }

    .top-pick-element.ad-element {
        width: 325px;
    }

        .top-pick-element.ad-element .element {
            height: 350px;
            border: none;
        }

            .top-pick-element.ad-element .element .picture {
                top: 12%;
            }

    .top-pick-element {
        width: 300px;
    }

        .top-pick-element .text-part {
            white-space: normal;
        }
}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .top-pick .top-pick-element .text-part .title .big {
        font-size: 28px;
    }

    .top-pick-element.ad-element {
        width: 325px;
    }

        .top-pick-element.ad-element .element {
            height: 350px;
            border: none;
        }

            .top-pick-element.ad-element .element .picture {
                top: 12%;
            }

    .top-pick-element {
        width: 300px;
    }

        .top-pick-element .text-part {
            white-space: normal;
        }
}

@media screen and (min-width: 12000px) {
    .top-pick {
        padding: 0 35px;
        width: 100%;
        max-width: 1350px;
    }
}

@media screen and (max-width: 1181px) {
    .top-pick .owl-carousel {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 15px;
    }

        .top-pick .owl-carousel::-webkit-scrollbar {
            height: 2px;
            transition: width 0.3s;
            cursor: pointer;
            display: block;
        }

        .top-pick .owl-carousel::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, 0.3137254902);
            border-radius: 50px;
        }

        .top-pick .owl-carousel .item {
            display: inline-block;
            vertical-align: top;
            margin: 0 7px;
        }

            .top-pick .owl-carousel .item:first-child {
                margin-left: 0;
            }

            .top-pick .owl-carousel .item:last-child {
                margin-right: 0;
                border-right: none;
            }

                .top-pick .owl-carousel .item:last-child::after {
                    border-right: none;
                    top: 0;
                    right: 0;
                }

            .top-pick .owl-carousel .item .picture {
                width: 100%;
            }
}

.go-to-search {
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 100%;
    background: #fff;
    border: 0;
    height: 38px;
    color: #000;
    text-align: left;
    padding: 9px 0 6px 13px;
    transition: ease-out 0.3s;
    box-shadow: inset 0 0 0 0 #787878;
    position: relative;
}

    .go-to-search img {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .go-to-search::after {
        content: "→";
        position: relative;
        opacity: 0;
        top: 0;
        color: #fff;
        font-size: 18px;
        line-height: 0;
        right: 20%;
        transition: 0.3s;
    }

    .go-to-search:hover,
    .go-to-search:focus {
        color: #fff;
        box-shadow: inset 320px 0 0 0 #787878;
    }

        .go-to-search:hover img,
        .go-to-search:focus img {
            filter: invert(1);
        }

        .go-to-search:hover::after,
        .go-to-search:focus::after {
            opacity: 1;
            right: -10px;
        }

.inside-page .go-to-search {
    background: rgba(0, 0, 0, 0.062745098);
}

@media screen and (max-width: 570px) {
    .search-box .go-to-search {
        box-shadow: none;
    }

        .search-box .go-to-search::after {
            top: -1px;
            font-size: 18px;
        }

        .search-box .go-to-search:hover,
        .search-box .go-to-search:focus {
            background: #787878;
        }

            .search-box .go-to-search:hover::after,
            .search-box .go-to-search:focus::after {
                opacity: 1;
                right: -8px;
            }

    .search-box.inside-page .go-to-search {
        margin: 10px auto 20px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .search-box .go-to-search {
        box-shadow: none;
    }

        .search-box .go-to-search::after {
            top: -1px;
            font-size: 18px;
        }

        .search-box .go-to-search:hover,
        .search-box .go-to-search:focus {
            background: #787878;
        }

            .search-box .go-to-search:hover::after,
            .search-box .go-to-search:focus::after {
                opacity: 1;
                right: -8px;
            }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @media screen and (max-width: 999px) {
            .go-to-search::after {
                top: 2px;
            }
        }

        .go-to-search::after {
            top: 2px;
        }
    }
}

.element .picture .time,
.element .picture .img-count {
    background: rgba(0, 0, 0, 0.831372549);
    color: #fff;
    height: 18px;
    text-align: center;
    font-size: 10px;
    font-family: "Merriweather Sans", sans-serif;
    display: block;
    padding: 2px 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0 !important;
    width: max-content;
    top: unset;
    left: unset;
}

.element .picture.audio::after {
    content: "";
    background-image: url(/assets/images/audio-tag.svg);
    position: absolute;
    display: block;
    width: 82px;
    height: 56px;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element .picture.video::after {
    content: "";
    background-image: url(/assets/images/video-play-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 56px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element .picture.photo::after {
    content: "";
    background-image: url(/assets/images/img-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 56px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element .picture.watch-now::after {
    content: "";
    background-image: url(/assets/images/h-watch-now.svg);
    text-align: center;
    position: absolute;
    display: block;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element .picture.package::after,
.element .picture.package-indepth::after,
.element .picture.package-casefiles::after,
.element .picture.package-series::after {
    content: "";
    background-image: url(/assets/images/package-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 82px;
    height: 56px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture .time,
.element.wide .picture .img-count,
.element.bigger .picture .time,
.element.bigger .picture .img-count {
    right: 10px;
    bottom: 15px;
}

.element.wide .picture.audio::after,
.element.bigger .picture.audio::after {
    content: "";
    background-image: url(/assets/images/audio-tag-big.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 159px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.video::after,
.element.bigger .picture.video::after {
    content: "";
    background-image: url(/assets/images/video-play-icon-big.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 159px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.photo::after,
.element.bigger .picture.photo::after {
    content: "";
    background-image: url(/assets/images/img-icon-big.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 159px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.package::after,
.element.bigger .picture.package::after {
    content: "";
    background-image: url(/assets/images/package-icon-big.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 180px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.package-indepth::after,
.element.bigger .picture.package-indepth::after {
    content: "";
    background-image: url(/assets/images/package-indepth-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 179px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.package-casefiles::after,
.element.bigger .picture.package-casefiles::after {
    content: "";
    background-image: url(/assets/images/package-case-files-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 183px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.wide .picture.package-series::after,
.element.bigger .picture.package-series::after {
    content: "";
    background-image: url(/assets/images/package-series-icon.svg);
    text-align: center;
    position: absolute;
    display: block;
    left: 10px;
    bottom: 10px;
    width: 161px;
    height: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.element.row-element .picture.package,
.element.row-element .picture.package-indepth,
.element.row-element .picture.package-casefiles,
.element.row-element .picture.package-series {
    background-image: url(/assets/images/package-icon.svg);
}

    .element.row-element .picture.audio::after,
    .element.row-element .picture.video::after,
    .element.row-element .picture.package::after,
    .element.row-element .picture.photo::after {
        width: 42px;
        height: 33px;
        background-size: 42px 33px;
        left: 0;
        bottom: 0;
    }

@media screen and (max-width: 570px) {
    .element .picture .time,
    .element .picture .img-count {
        font-size: 8px;
        bottom: 8px;
        right: 0;
        padding-right: 6px;
        padding-left: 6px;
        height: 18px;
        padding: 2px 10px;
    }

    .element .picture.package::after,
    .element .picture.package-indepth::after,
    .element .picture.package-casefiles::after,
    .element .picture.package-series::after,
    .element .picture.audio::after,
    .element .picture.video::after,
    .element .picture.photo::after {
        background-size: 42px 30px;
        width: 42px;
        height: 30px;
    }

    .element.bigger .picture .time,
    .element.bigger .picture .img-count,
    .element.wide .picture .time,
    .element.wide .picture .img-count {
        height: 20px;
        font-size: 10px;
        padding: 3px 7px;
        bottom: 15px;
        right: 10px;
    }

    .element.bigger .picture.package::after,
    .element.bigger .picture.package-indepth::after,
    .element.bigger .picture.package-casefiles::after,
    .element.bigger .picture.package-series::after,
    .element.bigger .picture.audio::after,
    .element.bigger .picture.video::after,
    .element.bigger .picture.photo::after,
    .element.wide .picture.package::after,
    .element.wide .picture.package-indepth::after,
    .element.wide .picture.package-casefiles::after,
    .element.wide .picture.package-series::after,
    .element.wide .picture.audio::after,
    .element.wide .picture.video::after,
    .element.wide .picture.photo::after {
        left: 10px;
        bottom: 10px;
    }

    .element.bigger .picture.audio::after,
    .element.bigger .picture.video::after,
    .element.bigger .picture.photo::after,
    .element.wide .picture.audio::after,
    .element.wide .picture.video::after,
    .element.wide .picture.photo::after {
        background-size: 112px 46px;
        width: 112px;
        height: 46px;
    }

    .element.bigger .picture.package::after,
    .element.wide .picture.package::after {
        background-size: 141px 46px;
        width: 141px;
        height: 46px;
    }

    .element.bigger .picture.package-indepth::after,
    .element.wide .picture.package-indepth::after {
        background-size: 139px 46px;
        width: 139px;
        height: 46px;
    }

    .element.bigger .picture.package-casefiles::after,
    .element.wide .picture.package-casefiles::after {
        background-size: 145px 46px;
        width: 145px;
        height: 46px;
    }

    .element.bigger .picture.package-series::after,
    .element.wide .picture.package-series::after {
        background-size: 127px 46px;
        width: 127px;
        height: 46px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .element .picture .time,
    .element .picture .img-count {
        height: 20px;
        font-size: 10px;
        padding: 3px 7px;
        bottom: 15px;
        right: 10px;
    }

    .element .picture.audio::after,
    .element .picture.video::after,
    .element .picture.photo::after,
    .element .picture.package::after {
        background-size: 70px 50px;
        left: 0;
        bottom: 0;
        width: 70px;
        height: 50px;
    }

    .element.wide .picture.package::after,
    .element.wide .picture.package-indepth::after,
    .element.wide .picture.package-casefiles::after,
    .element.wide .picture.package-series::after,
    .element.wide .picture.audio::after,
    .element.wide .picture.video::after,
    .element.wide .picture.photo::after,
    .element.bigger .picture.package::after,
    .element.bigger .picture.package-indepth::after,
    .element.bigger .picture.package-casefiles::after,
    .element.bigger .picture.package-series::after,
    .element.bigger .picture.audio::after,
    .element.bigger .picture.video::after,
    .element.bigger .picture.photo::after {
        left: 10px;
        bottom: 10px;
    }

    .element.wide .picture.audio::after,
    .element.wide .picture.video::after,
    .element.wide .picture.photo::after,
    .element.bigger .picture.audio::after,
    .element.bigger .picture.video::after,
    .element.bigger .picture.photo::after {
        background-size: 142px 52px;
        width: 142px;
        height: 52px;
    }

    .element.wide .picture.package::after,
    .element.bigger .picture.package::after {
        background-size: 141px 52px;
        width: 141px;
        height: 52px;
    }

    .element.wide .picture.package-indepth::after,
    .element.bigger .picture.package-indepth::after {
        background-size: 160px 52px;
        width: 160px;
        height: 52px;
    }

    .element.wide .picture.package-casefiles::after,
    .element.bigger .picture.package-casefiles::after {
        background-size: 164px 52px;
        width: 164px;
        height: 52px;
    }

    .element.wide .picture.package-series::after,
    .element.bigger .picture.package-series::after {
        background-size: 144px 52px;
        width: 144px;
        height: 52px;
    }
}

.index-results {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 49%;
    float: left;
}

    .index-results li {
        font-family: "Merriweather", serif;
        font-weight: normal;
        font-size: 22px;
        text-align: left;
        line-height: normal;
        margin: 20px 0;
        cursor: pointer;
    }

        .index-results li:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 570px) {
    .index-results {
        width: 100%;
        float: none;
    }

        .index-results li {
            font-size: 18px;
            margin: 10px 0;
        }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .index-results li {
        font-size: 20px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.title-patch a {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    .title-patch a:hover {
        text-decoration: underline !important;
    }

.small-link.center-align-load-more {
    display: block;
    text-align: center;
    margin: 30px auto 50px;
    font-weight: normal;
}

@media screen and (max-width: 570px) {
    .small-link.center-align-load-more {
        margin: 20px auto 35px;
        position: relative;
    }

        .small-link.center-align-load-more .text {
            left: -10px;
        }

    .small-link {
        font-size: 12px;
    }

        .small-link .text {
            font-size: 12px;
        }

        .small-link.see-more::after {
            right: -20px;
        }

        .small-link.show-more::after {
            top: 0;
        }
}

.center-align-load-more {
    width: 100%;
    padding: 15px 0 9px;
}

    .center-align-load-more::after {
        display: none;
    }

    .center-align-load-more .text {
        width: max-content;
        position: relative;
    }

        .center-align-load-more .text::after {
            content: url(/assets/images/see-more-arrow.svg);
            position: absolute;
            right: -25px;
            top: 0;
        }

    .center-align-load-more:hover {
        background: #f5f5f5;
    }

.gray-bg {
    background: #f1f1f1;
}

.today-paper-img {
    width: calc(100% - 32px);
    max-width: 557px;
    margin: 10px auto 20px;
    display: block;
    position: relative;
    top: 15px;
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

    .today-paper-img::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .today-paper-img > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .today-paper-img img {
        width: 100%;
        object-fit: cover;
        object-position: top;
        height: 100%;
        min-height: unset;
        box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.1254901961);
    }

.today-paper {
    padding: 15px 20px 25px;
}

    .today-paper .element .page-num {
        color: #000;
        font-family: "Merriweather Sans", sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        margin: 10px 0 7px;
    }

    .today-paper .element .title {
        font-family: "Merriweather", serif;
        font-size: 16px;
        margin: 7px 0 10px;
    }

@media screen and (max-width: 570px) {
    .today-paper {
        padding: 1px 20px 25px;
    }

        .today-paper .element .page-num {
            font-size: 10px;
        }

        .today-paper .element .title {
            font-family: "Merriweather", serif;
            font-size: 16px;
            margin: 7px 0 10px;
        }
}

.featured-title {
    color: #b00020;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    text-align: left;
    margin: 0 0;
}

@media screen and (max-width: 570px) {
    .featured-title {
        font-size: 16px;
        margin: 10px 0 5px;
    }
}

@media screen and (max-width: 1180px) and (max-width: 1001px) {
    .featured-title {
        font-size: 20px;
        margin: 10px 0;
    }
}

.result .element:nth-last-child(1) {
    border-bottom: none;
}

.result .element.row-element {
    width: 100%;
    position: relative;
    padding: 13px 0 15px;
    min-height: 150px;
}

    .result .element.row-element:nth-last-child(1) {
        border-bottom: none;
    }

    .result .element.row-element .label {
        margin: 0;
        margin-right: 10px;
        display: inline-block;
    }

        .result .element.row-element .label .type-icon {
            position: absolute;
            right: 0;
        }

    .result .element.row-element .time {
        display: inline-block;
        font-size: 12px;
        font-family: "Merriweather Sans", sans-serif;
        margin: 0 0 0 0;
    }

        .result .element.row-element .time a {
            font-family: inherit;
        }

    .result .element.row-element .picture {
        width: 120px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 15px;
        background: url(/assets/images/thumbnail-square.svg) no-repeat center;
        min-height: 120px;
        --bs-aspect-ratio: calc(1 / 1 * 100%);
        background-size: 100% auto;
    }

        .result .element.row-element .picture::before {
            display: block;
            padding-top: var(--bs-aspect-ratio);
            content: "";
        }

        .result .element.row-element .picture > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .result .element.row-element .picture img {
            width: 100%;
            object-fit: cover;
            object-position: center;
            height: 100%;
            min-height: unset;
        }

        .result .element.row-element .picture.audio::after,
        .result .element.row-element .picture.video::after,
        .result .element.row-element .picture.package::after,
        .result .element.row-element .picture.photo::after {
            width: 42px;
            height: 33px;
            background-size: 42px 33px;
            left: 0;
            bottom: 0;
        }

    .result .element.row-element .right-content {
        margin: 0;
        margin-left: 135px;
        position: relative;
    }

        .result .element.row-element .right-content .title {
            font-size: 22px;
            margin: 0;
        }

        .result .element.row-element .right-content .align-btm {
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .result .element.row-element .right-content .by-line {
            margin-bottom: 0;
        }

    .result .element.row-element.featured-top .label {
        margin-left: 135px;
        margin-bottom: 12px;
        position: relative;
    }

        .result .element.row-element.featured-top .label .line {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #707070;
            border-top: 1px solid #707070;
            display: block;
            padding: 3px 0;
            top: 5px;
            position: relative;
        }

            .result .element.row-element.featured-top .label .line hr {
                border: 0;
                height: 1px;
                background: #707070;
                opacity: 1;
                margin: 0;
                padding: 0;
            }

        .result .element.row-element.featured-top .label a {
            position: absolute;
            top: 0;
            padding: 0 10px 0 28px;
            background: #fff;
            font-family: inherit;
            font-weight: inherit;
        }

            .result .element.row-element.featured-top .label a::before {
                content: "";
                background: url(/assets/images/h-circle-red-new.svg) no-repeat;
                width: 20px;
                height: 20px;
                background-size: 20px 20px;
                position: absolute;
                left: 0;
                top: 0;
            }

    .result .element.row-element.featured-top .right-content .title {
        font-size: 26px;
        font-weight: bold;
    }

        .result .element.row-element.featured-top .right-content .title a {
            font-weight: inherit;
        }

    .result .element.row-element.featured-top .right-content .sub-text {
        font-size: 17px;
    }

    .result .element.row-element.first-element {
        padding-top: 0;
        min-height: 136px;
    }

        .result .element.row-element.first-element .picture {
            top: 0;
        }

.result .element .page-num {
    margin-bottom: 5px;
}

.result .element .title {
    margin: 5px 0 10px !important;
}

.result .element .sub-text {
    font-size: 13px;
}

.result .element.no-img {
    min-height: auto;
}

    .result .element.no-img div:last-child {
        margin-bottom: 0;
    }

.result .col-xl-3 .element.row-element,
.result.col-xl-3 .element.row-element {
    width: 100%;
    position: relative;
    padding: 10px 0 10px;
    min-height: 100px;
}

    .result .col-xl-3 .element.row-element .time,
    .result.col-xl-3 .element.row-element .time {
        font-size: 10px;
        display: block;
        line-height: normal;
    }

    .result .col-xl-3 .element.row-element .picture,
    .result.col-xl-3 .element.row-element .picture {
        width: 80px;
        top: 10px;
        min-height: 80px;
    }

    .result .col-xl-3 .element.row-element .right-content,
    .result.col-xl-3 .element.row-element .right-content {
        margin: 0;
        margin-left: 90px;
        position: relative;
    }

        .result .col-xl-3 .element.row-element .right-content .title,
        .result.col-xl-3 .element.row-element .right-content .title {
            font-size: 16px;
            line-height: 22px;
            margin: 0;
        }

        .result .col-xl-3 .element.row-element .right-content > *:first-child,
        .result.col-xl-3 .element.row-element .right-content > *:first-child {
            margin-top: 0 !important;
        }

        .result .col-xl-3 .element.row-element .right-content > *:last-child,
        .result.col-xl-3 .element.row-element .right-content > *:last-child {
            margin-bottom: 0 !important;
        }

    .result .col-xl-3 .element.row-element.video,
    .result.col-xl-3 .element.row-element.video {
        min-height: 95px;
    }

    .result .col-xl-3 .element.row-element.bottom-border,
    .result.col-xl-3 .element.row-element.bottom-border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    }

    .result .col-xl-3 .element.row-element:has(.right-content),
    .result.col-xl-3 .element.row-element:has(.right-content) {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        min-height: unset;
    }

        .result .col-xl-3 .element.row-element:has(.right-content) .picture,
        .result.col-xl-3 .element.row-element:has(.right-content) .picture {
            position: relative;
            width: 100px;
            top: 0;
        }

        .result .col-xl-3 .element.row-element:has(.right-content) .right-content,
        .result.col-xl-3 .element.row-element:has(.right-content) .right-content {
            width: calc(100% - 110px);
            margin: 0 0;
        }

.element.bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
}

@media screen and (max-width: 570px) {
    .result .element.row-element {
        padding: 7px 0 10px;
        min-height: 120px;
    }

        .result .element.row-element .label {
            margin: 0;
            font-size: 12px;
            margin-right: 8px;
        }

        .result .element.row-element .time {
            font-size: 10px;
        }

        .result .element.row-element .picture {
            width: 100px;
            top: 10px;
            min-height: 100px;
        }

        .result .element.row-element .right-content {
            margin: 0;
            margin-left: 115px;
        }

            .result .element.row-element .right-content .title {
                font-size: 16px;
                margin: 0 !important;
            }

            .result .element.row-element .right-content .align-btm {
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .result .element.row-element .right-content .by-line {
                margin-bottom: 0;
            }

        .result .element.row-element.featured-top .label {
            margin-left: 115px;
            margin-bottom: 15px;
        }

        .result .element.row-element.featured-top .right-content {
            margin-left: 115px;
            min-height: auto;
        }

            .result .element.row-element.featured-top .right-content .title {
                font-size: 16px;
            }

            .result .element.row-element.featured-top .right-content .sub-text {
                font-size: 14px;
                margin-bottom: 0;
            }

    .result .element.no-img {
        min-height: auto;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .result .element.row-element {
        padding: 9px 0 10px;
        min-height: 120px;
    }

        .result .element.row-element .label {
            margin: 0 0 5px;
            font-size: 12px;
        }

        .result .element.row-element .picture {
            width: 100px;
            top: 10px;
            min-height: 100px;
        }

        .result .element.row-element .right-content {
            margin: 0;
            margin-left: 115px;
        }

            .result .element.row-element .right-content .title {
                font-size: 16px;
                margin: 0 !important;
            }

            .result .element.row-element .right-content .align-btm {
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .result .element.row-element.featured-top .label {
            margin-left: 115px;
            margin-bottom: 15px;
        }

        .result .element.row-element.featured-top .right-content {
            margin-left: 115px;
            min-height: auto;
        }

            .result .element.row-element.featured-top .right-content .title {
                font-size: 16px;
            }

            .result .element.row-element.featured-top .right-content .sub-text {
                font-size: 14px;
                margin-bottom: 0;
            }

    .result .element.no-img {
        min-height: auto;
    }

    .hide-tab-portrait {
        display: none;
    }
}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .result .element.row-element {
        padding: 3px 0 10px;
        min-height: 120px;
    }

        .result .element.row-element .label {
            margin: 0 0 5px;
            font-size: 12px;
        }

        .result .element.row-element .picture {
            width: 100px;
            top: 10px;
            min-height: 100px;
        }

        .result .element.row-element .right-content {
            margin: 0;
            margin-left: 115px;
        }

            .result .element.row-element .right-content .title {
                font-size: 16px;
                margin: 0 !important;
            }

            .result .element.row-element .right-content .align-btm {
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .result .element.row-element.featured-top .label {
            margin-left: 115px;
            margin-bottom: 15px;
        }

        .result .element.row-element.featured-top .right-content .title {
            font-size: 18px;
        }

    .result .element.no-img {
        min-height: auto;
    }
}

#articledivtrendD {
    min-height: 630px;
}

#articledivrec,
#sectiondivicymi {
    min-height: 375px;
}

@media screen and (max-width: 570px) {
    #articledivtrendD,
    #articledivtrendM {
        min-height: 130px;
    }

    #articledivrec,
    #sectiondivicymi {
        min-height: 515px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .col-md-12 #articledivtrendD {
        min-height: 340px;
    }

    .col-md-6 #articledivtrendD {
        min-height: 550px;
    }

    .col-md-4 #articledivtrendD {
        min-height: 770px;
    }

    #articledivrec,
    #sectiondivicymi {
        min-height: 760px;
    }
}

@media screen and (max-width: 1180px) and (min-width: 1001px) {
    .col-lg-4 #articledivtrendD {
        min-height: 550px;
    }

    #articledivrec,
    #sectiondivicymi {
        min-height: 400px;
    }
}

@media screen and (max-width: 570px) {
    .video-element .element {
        padding: 0;
        margin: 10px 0 0;
        border-bottom: 1px solid #999;
        min-height: 90px;
    }

        .video-element .element:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        }

        .video-element .element .label {
            font-size: 12px;
            margin-left: 145px;
            margin-bottom: 0;
        }

        .video-element .element .title {
            margin-left: 145px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .video-element .element .by-line {
            margin-left: 145px;
        }

        .video-element .element .hash-tag {
            color: #b00020;
            border-bottom: 1px solid #b00020;
            font-size: 12px;
            margin: 10px 0 10px 145px;
        }

        .video-element .element .picture {
            width: 130px;
            --bs-aspect-ratio: calc(9 / 16 * 100%);
            float: left;
            margin: 0 !important;
            min-height: 80px;
        }

            .video-element .element .picture .time {
                font-size: 8px;
                bottom: 8px;
                right: 0;
                padding-right: 6px;
                padding-left: 6px;
                height: 18px;
                padding: 2px 3px;
            }

            .video-element .element .picture img {
                width: 130px;
                height: 80px;
            }

            .video-element .element .picture.audio::after {
                background-size: 42px 30px;
                width: 42px;
                height: 30px;
            }

            .video-element .element .picture.video::after {
                background-size: 42px 30px;
                width: 42px;
                height: 30px;
            }
}

.lang-list {
    margin: 5px auto 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .lang-list li {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 3px;
    }

        .lang-list li a {
            display: block;
            border: 1px solid rgba(0, 0, 0, 0.1450980392);
            border-radius: 50px;
            width: 40px;
            height: 29px;
            padding: 3px 0;
            transition: all 0.3s;
            position: relative;
        }

            .lang-list li a .tool-tip {
                display: none;
                font-family: "Merriweather Sans", sans-serif;
                font-size: 12px;
                font-weight: 500;
                text-align: center;
                background: #fff;
                border: 1px solid #e1e1e1;
                padding: 3px 7px;
                position: absolute;
                z-index: 2;
                bottom: 35px;
                left: 50%;
                transform: translateX(-50%);
                width: max-content;
                box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.16);
                transition: all 0.3s;
            }

                .lang-list li a .tool-tip::before {
                    content: "";
                    width: 5px;
                    height: 5px;
                    display: block;
                    position: absolute;
                    bottom: -5px;
                    left: calc(50% - 4px);
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 5px solid #cdcdcd;
                }

            .lang-list li a:hover,
            .lang-list li a:focus {
                border-color: #333;
            }

                .lang-list li a:hover .tool-tip,
                .lang-list li a:focus .tool-tip {
                    display: block;
                }

.date-time {
    text-align: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 7px;
}

.read-this-in {
    font-size: 13px;
    font-family: "Merriweather Sans", sans-serif !important;
    margin-top: 20px;
}

    .read-this-in .text {
        font-family: "Merriweather Sans", sans-serif !important;
        letter-spacing: 0.6px;
    }

    .read-this-in .lang {
        font-family: "Merriweather Sans", sans-serif !important;
        padding: 5px 14px;
        border: 1px solid rgba(0, 0, 0, 0.1450980392);
        border-radius: 50px;
        font-size: 0.9rem;
        text-decoration: none;
        transition: all 0.3s;
        margin: 0 10px;
    }

        .read-this-in .lang:hover {
            border-color: #333;
        }

    .read-this-in .lang-list {
        display: inline-block;
    }

    .read-this-in.middle-align {
        text-align: center;
    }

        .read-this-in.middle-align .text {
            display: inline-block;
            vertical-align: middle;
        }

        .read-this-in.middle-align .lang-list {
            margin-left: 10px;
            margin-top: 0;
            display: inline-block;
            vertical-align: middle;
        }

    .read-this-in.splite-center {
        text-align: center;
    }

        .read-this-in.splite-center .text {
            text-align: center;
        }

        .read-this-in.splite-center .lang-list {
            display: block;
        }

            .read-this-in.splite-center .lang-list li img {
                height: 16px;
                width: 25px;
            }

@media screen and (max-width: 570px) {
    .date-time {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .read-this-in {
        max-width: calc(100% - 36px);
        padding: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .read-this-in .lang-list {
            display: inline-block;
        }

        .read-this-in,
        .read-this-in.middle-align {
            text-align: center;
        }

            .read-this-in .text,
            .read-this-in.middle-align .text {
                text-align: center;
                margin-bottom: 8px;
            }

            .read-this-in .lang-list,
            .read-this-in.middle-align .lang-list {
                margin-left: auto;
                margin-right: auto;
                margin-top: 10px;
                display: block;
            }

                .read-this-in .lang-list li,
                .read-this-in.middle-align .lang-list li {
                    margin: 10px 2px;
                }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .lang-list li {
        margin: 5px 1px;
    }

        .lang-list li a {
            width: 35px;
        }
}

@media screen and (max-width: 1181px) and (min-width: 1001px) {
    .lang-list li {
        margin: 5px 1px;
    }

        .lang-list li a {
            width: 35px;
        }
}

.lang-selection {
    display: block;
    position: relative;
    margin: 10px auto 0;
    width: max-content;
}

    .lang-selection .lang-selector {
        text-align: left;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 16px;
        border: 1px solid rgba(0, 0, 0, 0.1450980392);
        border-radius: 50px;
        width: 220px;
        padding: 6px 15px 6px 5px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s;
    }

        .lang-selection .lang-selector:hover,
        .lang-selection .lang-selector:focus {
            border-radius: 0;
            border-color: rgba(0, 0, 0, 0.3137254902);
        }

        .lang-selection .lang-selector .lang-icon {
            position: relative;
            top: -2px;
            border-right: 1px solid #999;
            margin-right: 10px;
        }

        .lang-selection .lang-selector::after {
            content: "";
            border-top: 7px solid;
            border-right: 6px solid transparent;
            border-bottom: 0;
            border-left: 6px solid transparent;
            position: absolute;
            font-size: 18px;
            right: 15px;
            top: 14px;
            transition: all 0.3s;
        }

        .lang-selection .lang-selector.active {
            border-radius: 0;
            border-color: rgba(0, 0, 0, 0.3137254902);
        }

            .lang-selection .lang-selector.active::after {
                transform: rotate(180deg);
            }

    .lang-selection .lang-dropdown {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 40px;
        width: 100%;
        background: #fff;
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
        z-index: 2;
        max-height: 200px;
        overflow-y: auto;
    }

        .lang-selection .lang-dropdown li {
            display: block;
            padding: 7px 5px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
            background: #fff;
            color: #000;
            transition: all 0.3s;
            font-family: "Merriweather Sans", sans-serif;
            text-align: left;
            cursor: pointer;
        }

            .lang-selection .lang-dropdown li:last-child {
                border: none;
            }

            .lang-selection .lang-dropdown li .lang-icon {
                position: relative;
                top: -2px;
                border-right: 1px solid #999;
                margin-right: 10px;
            }

            .lang-selection .lang-dropdown li:hover {
                background: #000;
                color: #fff;
            }

                .lang-selection .lang-dropdown li:hover .lang-icon {
                    filter: invert(1);
                    border-right: 1px solid rgba(0, 0, 0, 0.6);
                }

            .lang-selection .lang-dropdown li.selected {
                display: none;
            }

.editorial-logo {
    margin: 0 auto;
    display: block;
    width: 150px;
}

@media screen and (max-width: 570px) {
    .editorial-logo {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .editorial-logo {
        width: 200px;
    }
}

.show-mobile {
    display: none;
}

.ad-replace {
    height: 280px;
    overflow: hidden;
}

@media screen and (max-width: 570px) {
    .show-mobile {
        display: block;
    }

    .ad-replace {
        height: auto;
        overflow: auto;
    }
}

@media screen and (max-width: 1000px) {
    #fragmentcontenthomevideo .col-12 .element:first-child div:first-child,
    #fragmentcontenthomevideo .col-12 .element:first-child h1:first-child,
    #fragmentcontenthomevideo .col-12 .element:first-child h2:first-child,
    #fragmentcontenthomevideo .col-12 .element:first-child h3:first-child,
    #fragmentcontenthomevideo .col-12 .element:first-child h4:first-child {
        margin-top: 0;
    }
}

.elections .title-link {
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

    .elections .title-link.link:hover {
        text-decoration: underline;
    }

    .elections .title-link.link::after {
        content: url(/assets/images/see-more-arrow.svg);
        position: relative;
        left: 5px;
        top: 0;
        display: inline-block;
    }

    .elections .title-link.title {
        font-family: "Merriweather", serif;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: bold;
        color: #b00020;
        margin-bottom: 15px;
        width: max-content;
    }

        .elections .title-link.title.link::after {
            left: 10px;
            top: -2px;
        }

@media screen and (max-width: 570px) {
    .elections .title-link {
        margin: 0;
    }

        .elections .title-link.title {
            font-size: 20px;
            margin: 20px 0 10px;
        }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .elections .title-link {
        margin: 0;
    }

        .elections .title-link.title {
            font-size: 20px;
            margin: 20px 0 10px;
        }
}

.five-line-title h2 .icon {
    width: 38px;
    height: 38px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

a span {
    font-weight: inherit;
    font-family: inherit;
}

a strong {
    font-weight: bold;
    font-family: inherit;
}

.small-link.go-back {
    position: relative;
    padding-left: 26px;
}

    .small-link.go-back .text {
        position: relative;
        padding-bottom: 3px;
    }

    .small-link.go-back::before {
        content: "";
        position: absolute;
        left: 0;
        background: url(/assets/images/see-more-arrow.svg) no-repeat center;
        width: 20px;
        height: 10px;
        top: 4px;
        transform: scale(-1);
    }

.align-to-title.small-link {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    background: #fff;
    z-index: 9;
    padding-right: 15px;
}

@media screen and (max-width: 570px) {
    .align-to-title.small-link {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto;
        padding-right: 10px;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .align-to-title.small-link {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto;
        padding-right: 10px;
        text-align: center;
        display: block;
    }
}

.section-title {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    margin: 0 auto 30px;
}

    .section-title::before {
        content: "";
        width: 36px;
        height: 36px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        background: url(/assets/images/h-circle-red.svg) no-repeat;
        background-size: 36px 36px;
        top: -2px;
        margin-right: 10px;
    }

.light-orange-bg {
    background: #ffefd8;
    padding: 40px 0 50px;
}

    .light-orange-bg .center-align-load-more {
        margin-bottom: 0;
    }

        .light-orange-bg .center-align-load-more:hover {
            background: #fdddaf;
        }

    .light-orange-bg .box-line-title {
        z-index: 1;
    }

        .light-orange-bg .box-line-title h1,
        .light-orange-bg .box-line-title h2,
        .light-orange-bg .box-line-title h3 {
            background: #ffefd8;
        }

@media screen and (max-width: 570px) {
    .section-title {
        font-size: 22px;
        margin: 0 auto 15px;
        text-align: left;
    }

        .section-title::before {
            content: "";
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
            top: -3px;
            margin-right: 7px;
        }

    .light-orange-bg {
        padding: 30px 0 25px;
    }

        .light-orange-bg .center-align-load-more {
            margin: 0;
        }
}

@media screen and (max-width: 570px) {
    .logo-icon {
        max-width: 170px;
        margin: 25px 0 5px;
    }
}

@media screen and (max-width: 570px) {
    .mobile-row-element {
        padding: 10px 0;
        margin: 0 0 !important;
        position: relative;
        min-height: 120px;
    }

        .mobile-row-element > a {
            margin: 0 !important;
        }

        .mobile-row-element a .picture {
            width: 100px;
            max-width: 100px;
            --bs-aspect-ratio: calc(1 / 1 * 100%);
            margin: 0 0 !important;
            position: absolute;
            top: 10px;
            left: 0;
            background: url(/assets/images/thumbnail-square.svg) no-repeat center;
            background-size: 100% auto;
        }

        .mobile-row-element > * {
            margin-left: 110px !important;
            width: calc(100% - 110px);
        }

            .mobile-row-element > *:first-child,
            .mobile-row-element > *:nth-child(2) {
                margin-top: 0 !important;
            }

            .mobile-row-element > *:last-child {
                margin-bottom: 0 !important;
            }
}

.sportstar-section {
    background: linear-gradient(90deg, #fff 4px, transparent 1%) center, linear-gradient(#fff 5px, transparent 1%) center, rgba(0, 0, 0, 0.2);
    background-size: 6px 6px;
    padding: 25px 0 10px;
}

    .sportstar-section .row.white-bg {
        background: #fff;
    }

    .sportstar-section .scorecard-title {
        font-family: "Playfair Display", serif;
        font-size: 22px;
        font-weight: 900;
        color: #b00020;
        text-align: left;
        border-bottom: 1px solid #000;
        padding: 15px 0 8px;
        position: relative;
    }

        .sportstar-section .scorecard-title .power-by {
            position: absolute;
            bottom: 8px;
            right: 0;
            font-size: 14px;
            font-family: "Merriweather Sans", sans-serif;
            color: #000;
        }

            .sportstar-section .scorecard-title .power-by img {
                max-height: 20px;
                margin-left: 5px;
                vertical-align: middle;
            }

    .sportstar-section .sub-section-title {
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-weight: 900;
        color: #000;
        text-align: left;
        margin: 20px 0;
    }

    .sportstar-section .box-line-title::before {
        z-index: 1;
        top: 21px;
    }

    .sportstar-section .box-line-title h2,
    .sportstar-section .box-line-title h3 {
        position: relative;
        z-index: 2;
        background: linear-gradient(90deg, #fff 4px, transparent 1%) center, linear-gradient(#fff 5px, transparent 1%) center, rgba(0, 0, 0, 0.2);
        background-size: 6px 6px;
    }

    .sportstar-section .scorecard {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: left;
        margin: 10px 0;
    }

        .sportstar-section .scorecard .item {
            width: 15%;
            margin: 0 1%;
            position: relative;
        }

            .sportstar-section .scorecard .item::after {
                content: "";
                width: 1px;
                height: 50px;
                background: rgba(0, 0, 0, 0.1450980392);
                position: absolute;
                top: calc(50% - 25px);
                right: -7%;
            }

            .sportstar-section .scorecard .item:first-child {
                margin-left: 0;
            }

            .sportstar-section .scorecard .item:last-child {
                margin-right: 0;
            }

                .sportstar-section .scorecard .item:last-child::after {
                    display: none;
                }

        .sportstar-section .scorecard .score-list .label {
            color: #000;
            text-transform: uppercase;
            font-family: "Merriweather Sans", sans-serif;
            font-weight: bold;
            font-size: 12px;
            text-align: left;
            margin: 0;
        }

            .sportstar-section .scorecard .score-list .label .red {
                color: #b00020;
                font-family: inherit;
                font-weight: inherit;
            }

        .sportstar-section .scorecard .score-list .country-score img {
            width: 20px;
            height: 15px;
        }

        .sportstar-section .scorecard .score-list .country-score .country {
            font-family: "Merriweather Sans", sans-serif;
            font-size: 14px;
            color: #000;
            font-weight: bold;
        }

        .sportstar-section .scorecard .score-list .country-score .score {
            font-family: "Merriweather Sans", sans-serif;
            font-size: 14px;
            color: #000;
            font-weight: bold;
        }

        .sportstar-section .scorecard .score-list .country-score .over {
            font-family: "Merriweather", serif;
            font-size: 14px;
            color: #333;
            padding-left: 10px;
            font-weight: 600;
            position: absolute;
            right: 0;
        }

        .sportstar-section .scorecard .score-list .result {
            color: #b00020;
            font-size: 12px;
            font-family: "Merriweather Sans", sans-serif;
            text-align: left;
            margin: 5px 0 0;
        }

    .sportstar-section .center-align-load-more:hover {
        background: rgba(0, 0, 0, 0.0666666667);
    }

@media screen and (max-width: 570px) {
    .sportstar-section {
        background: #fff;
        padding: 0;
        margin: 20px 0;
    }

        .sportstar-section .scorecard-title {
            font-size: 18px;
            padding: 0 0 5px;
            margin-top: 20px;
        }

            .sportstar-section .scorecard-title .power-by {
                bottom: 8px;
                right: 0;
                font-size: 10px;
            }

                .sportstar-section .scorecard-title .power-by img {
                    max-height: 12px;
                    margin-left: 3px;
                    vertical-align: bottom;
                }

        .sportstar-section .sub-section-title {
            font-size: 20px;
            margin: 0 0 15px;
        }

        .sportstar-section .box-line-title {
            height: auto;
            margin-bottom: 20px;
        }

            .sportstar-section .box-line-title::before {
                top: 15px;
            }

            .sportstar-section .box-line-title h2,
            .sportstar-section .box-line-title h3 {
                background: #fff;
            }

        .sportstar-section .scorecard {
            width: 100%;
            white-space: nowrap;
            overflow: auto;
            padding-bottom: 15px;
        }

            .sportstar-section .scorecard .item {
                width: 75%;
                margin: 0 15px;
            }

                .sportstar-section .scorecard .item::after {
                    content: "";
                    width: 1px;
                    height: 50px;
                    background: rgba(0, 0, 0, 0.1450980392);
                    position: absolute;
                    top: calc(50% - 25px);
                    right: -15px;
                }

            .sportstar-section .scorecard .score-list .label {
                font-size: 10px;
            }

            .sportstar-section .scorecard .score-list .country-score img {
                width: 16px;
                height: 12px;
            }

            .sportstar-section .scorecard .score-list .country-score .country,
            .sportstar-section .scorecard .score-list .country-score .score,
            .sportstar-section .scorecard .score-list .country-score .over {
                font-size: 12px;
            }

            .sportstar-section .scorecard .score-list .result {
                font-size: 11px;
                margin: 3px 0 0;
            }

        .sportstar-section .center-align-load-more {
            margin-top: 0;
        }
}

@media screen and (max-width: 1200px) and (min-width: 571px) {
    .sportstar-section {
        background: #fff;
        padding: 0;
        margin: 25px 0;
    }

        .sportstar-section .scorecard-title {
            font-size: 20px;
            padding: 0 0 5px;
            margin-top: 20px;
        }

        .sportstar-section .sub-section-title {
            font-size: 24px;
            margin: 0 0 15px;
        }

        .sportstar-section .box-line-title {
            height: auto;
        }

            .sportstar-section .box-line-title h2,
            .sportstar-section .box-line-title h3 {
                background: #fff;
            }

        .sportstar-section .scorecard {
            width: 100%;
            white-space: nowrap;
            overflow: auto;
            padding-bottom: 15px;
        }

            .sportstar-section .scorecard .item {
                width: 300px;
                margin: 0 15px;
            }

                .sportstar-section .scorecard .item::after {
                    content: "";
                    width: 1px;
                    height: 50px;
                    background: rgba(0, 0, 0, 0.1450980392);
                    position: absolute;
                    top: calc(50% - 25px);
                    right: -15px;
                }

        .sportstar-section .center-align-load-more {
            margin: 0 0;
        }
}

.page-not-found h1 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    color: #b00020;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.page-not-found h2 {
    font-family: "Merriweather", serif;
    font-weight: 900;
    color: #333;
    font-size: 24px;
    text-align: center;
}

.page-not-found p {
    font-family: "Merriweather", serif;
    color: #333;
    font-size: 22px;
    text-align: center;
    margin: 30px auto 60px;
}

.page-not-found .black-btn {
    width: max-content;
    height: 60px;
    border: 1px solid #000;
    border-radius: 3px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #000;
    padding: 12px 20px 12px 30px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: all 0.3s;
}

    .page-not-found .black-btn span {
        font-family: inherit;
    }

    .page-not-found .black-btn img {
        margin-right: 10px;
    }

    .page-not-found .black-btn:focus {
        box-shadow: none;
        outline: none;
    }

    .page-not-found .black-btn:after {
        content: "→";
        position: relative;
        opacity: 0;
        top: -1px;
        right: 20%;
        transition: 0.3s;
        font-size: 19px;
    }

    .page-not-found .black-btn:hover {
        padding-right: 30px;
        padding-left: 20px;
        color: #fff;
        text-decoration: none;
        outline: none;
    }

        .page-not-found .black-btn:hover::after {
            opacity: 1;
            right: -10px;
        }

    .page-not-found .black-btn .left-icon {
        position: relative;
        margin-right: 10px;
        top: -2px;
        width: 36px;
        height: auto;
    }

.page-not-found .or {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #949494;
    margin: 20px auto 15px;
}

.page-not-found .thank-text {
    display: none;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 15px auto;
}

    .page-not-found .thank-text img {
        position: relative;
        top: -3px;
        margin-left: 6px;
    }

.page-not-found .small-link {
    margin: 15px auto;
    display: block;
}

.page-not-found .search-box .search .search-icon {
    right: 1px;
    padding: 6px 0;
}

.page-not-found .search-box .search .search-field {
    padding-right: 40px;
}

.page-not-found .search-box .go-to-search {
    font-size: 14px;
    background: #e1e1e1;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @media screen and (max-width: 999px) {
            .go-to-search::after {
                top: 2px;
            }
        }

        .go-to-search::after {
            top: 2px;
        }
    }
}

@media screen and (max-width: 570px) {
    .page-not-found h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .page-not-found h2 {
        font-size: 16px;
    }

    .page-not-found p {
        font-size: 14px;
        margin: 15px auto 30px;
    }

    .page-not-found .or {
        margin: 15px 13px;
    }

    .page-not-found .thank-text {
        max-width: 13px 10px;
    }

    .page-not-found .black-btn {
        height: 40px;
        font-size: 14px;
        padding: 7px 15px 7px 25px;
    }

        .page-not-found .black-btn:after {
            font-size: 14px;
        }

        .page-not-found .black-btn:hover {
            padding-right: 25px;
            padding-left: 15px;
        }

        .page-not-found .black-btn span {
            font-family: inherit;
        }

        .page-not-found .black-btn .left-icon {
            width: 26px;
            height: 26px;
            top: -1px;
        }

    .page-not-found .search-box .go-to-search {
        box-shadow: none;
    }

        .page-not-found .search-box .go-to-search::after {
            top: -1px;
            font-size: 18px;
        }

        .page-not-found .search-box .go-to-search:hover,
        .page-not-found .search-box .go-to-search:focus {
            background: #787878;
        }

            .page-not-found .search-box .go-to-search:hover::after,
            .page-not-found .search-box .go-to-search:focus::after {
                opacity: 1;
                right: -8px;
            }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @media screen and (max-width: 570px) {
            .page-not-found .black-btn {
                width: 200px;
                height: 39px;
                font-size: 14px;
                padding: 5px 0 7px 10px;
            }

                .page-not-found .black-btn:after {
                    content: "→";
                    position: relative;
                    opacity: 0;
                    top: 1px;
                    right: 20%;
                    transition: 0.3s;
                    font-size: 17px;
                }

                .page-not-found .black-btn:hover {
                    padding-right: 20px;
                    padding-left: 10px;
                }

                    .page-not-found .black-btn:hover::after {
                        opacity: 1;
                        right: -6px;
                        font-size: 17px;
                        top: 1px;
                    }

                .page-not-found .black-btn span {
                    font-family: inherit;
                }

                .page-not-found .black-btn .left-icon {
                    width: 26px;
                    height: 26px;
                    top: -1px;
                }
        }
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .page-not-found h1 {
        font-size: 28px;
    }

    .page-not-found h2 {
        font-size: 20px;
    }

    .page-not-found p {
        font-size: 16px;
        margin: 30px auto 20px;
    }

    .page-not-found .search-box .go-to-search {
        box-shadow: none;
    }

        .page-not-found .search-box .go-to-search::after {
            top: -1px;
            font-size: 18px;
        }

        .page-not-found .search-box .go-to-search:hover,
        .page-not-found .search-box .go-to-search:focus {
            background: #787878;
        }

            .page-not-found .search-box .go-to-search:hover::after,
            .page-not-found .search-box .go-to-search:focus::after {
                opacity: 1;
                right: -8px;
            }
}

.read-in-app-floating-btn {
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 95px;
    z-index: 8;
    box-shadow: none;
    display: none;
    transition: all 0.5s;
}

    .read-in-app-floating-btn .flex-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

        .read-in-app-floating-btn .flex-box a > * {
            border-right: 1px solid #920e26;
        }

            .read-in-app-floating-btn .flex-box a > *:first-child {
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
                padding: 10px 13px 10px 18px;
            }

            .read-in-app-floating-btn .flex-box a > *:last-child {
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
                border-right: none;
                padding: 10px 18px 10px 13px;
            }

    .read-in-app-floating-btn .rna-btn,
    .read-in-app-floating-btn .close-btn {
        display: block;
        width: max-content;
        margin: 0;
        background: #b00020;
        color: #fff;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 10px 17px;
        transition: all 0.3s;
    }

        .read-in-app-floating-btn .rna-btn:hover,
        .read-in-app-floating-btn .rna-btn:focus,
        .read-in-app-floating-btn .close-btn:hover,
        .read-in-app-floating-btn .close-btn:focus {
            background: #b00020;
            text-decoration: none;
        }

    .read-in-app-floating-btn .close-btn {
        border: 0;
        outline: none;
    }

@media screen and (max-width: 570px) {
    .read-in-app-floating-btn {
        display: none;
    }
}

.title-patch.live-span {
    margin-top: 0;
}

    .title-patch.live-span i {
        color: #b00020;
        margin-right: 10px;
        position: relative;
        top: -2px;
        font-size: 20px;
        animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
    }

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.title-patch.live-span + div {
    margin-top: 5px;
}

@media screen and (max-width: 570px) {
    .title-patch.live-span {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .title-patch.live-span {
        margin-top: 20px;
    }
}

.hash-and-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 40px;
}

    .hash-and-social .hash {
        font-family: "Merriweather", serif;
        font-weight: bold;
        font-size: 18px;
        color: #b00020;
        margin: 0 10px;
    }

    .hash-and-social label {
        font-family: "Merriweather", serif;
        font-weight: bold;
        font-size: 18px;
        color: #000;
        margin: 0 10px;
    }

.election-search {
    margin: 20px auto;
    position: relative;
}

    .election-search .search {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 80%;
    }

        .election-search .search form {
            width: 100%;
            position: relative;
        }

    .election-search .search-field {
        z-index: 1;
        border: 0;
        outline: none;
        box-shadow: none;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 18px;
        height: 60px;
        width: 100%;
        border-radius: 50px;
        padding: 0 60px 0 30px;
        background: #f1f1f1;
        transition: all 0.5s;
    }

        .election-search .search-field:hover {
            background: #fff;
            border: 0;
            outline: none;
            box-shadow: #ddd 0 1px 9px;
        }

        .election-search .search-field:active,
        .election-search .search-field:focus,
        .election-search .search-field:focus-visible,
        .election-search .search-field:focus-within {
            background: #fff;
            border: 0;
            outline: none;
            box-shadow: #ddd 0 1px 9px;
            border-radius: 8px;
        }

            .election-search .search-field:focus + .auto-complete {
                display: block;
            }

    .election-search .search-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        z-index: 2;
    }

        .election-search .search-icon img {
            width: 25px;
            height: 24px;
        }

    .election-search .auto-complete {
        display: none;
        list-style: none;
        margin: 0;
        padding: 10px 30px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.1333333333) 0 5px 6px;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10;
        top: 65px;
        max-height: 360px;
        overflow-y: scroll;
    }

        .election-search .auto-complete li {
            padding: 15px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
            cursor: pointer;
        }

            .election-search .auto-complete li:last-child {
                border-bottom: none;
            }

        .election-search .auto-complete .item {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }

            .election-search .auto-complete .item span {
                font-family: "Merriweather Sans", sans-serif;
                font-size: 18px;
                font-weight: 500;
            }

            .election-search .auto-complete .item .state {
                width: 30%;
                text-align: right;
            }

            .election-search .auto-complete .item .constituency,
            .election-search .auto-complete .item .candidate {
                width: 30%;
            }

.light-orange-bg .election-search .search-field,
.light-orange-bg .selection-with-search .selection-box .state-select {
    background: rgba(255, 255, 255, 0.6);
}

.light-orange-bg .selection-with-search {
    margin: 20px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px !important;
    }

    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 571px) {
    .hash-and-social {
        flex-wrap: wrap;
        margin: 15px auto 20px;
    }

        .hash-and-social .hash,
        .hash-and-social label {
            font-size: 16px;
        }

    .election-search {
        margin: 10px auto;
    }

        .election-search .search-field {
            font-size: 16px;
            height: 50px;
            padding: 0 50px 0 20px;
        }

            .election-search .search-field:active,
            .election-search .search-field:focus,
            .election-search .search-field:focus-visible,
            .election-search .search-field:focus-within {
                border-radius: 4px;
            }

        .election-search .search-icon {
            width: 50px;
            height: 50px;
        }

            .election-search .search-icon img {
                width: 20px;
                height: auto;
            }

        .election-search .auto-complete {
            padding: 5px 15px;
            border-radius: 4px;
            top: 53px;
        }

            .election-search .auto-complete li {
                padding: 10px 0;
            }

            .election-search .auto-complete .item {
                flex-wrap: wrap;
            }

                .election-search .auto-complete .item span {
                    font-size: 16px;
                }
}

@media screen and (max-width: 570px) {
    .hash-and-social {
        flex-wrap: wrap;
        margin: 15px auto 20px;
    }

        .hash-and-social .hash,
        .hash-and-social label {
            font-size: 16px;
            margin: 0 5px;
        }

        .hash-and-social .social-icons {
            margin-top: 10px;
        }

    .election-search {
        margin: 10px auto;
    }

        .election-search .search {
            width: 100%;
        }

        .election-search .search-field {
            font-size: 14px;
            height: 40px;
            padding: 0 50px 0 20px;
        }

            .election-search .search-field:active,
            .election-search .search-field:focus,
            .election-search .search-field:focus-visible,
            .election-search .search-field:focus-within {
                border-radius: 4px;
            }

        .election-search .search-icon {
            width: 50px;
            height: 40px;
        }

            .election-search .search-icon img {
                width: 17px;
                height: 16px;
            }

        .election-search .auto-complete {
            padding: 5px 15px;
            border-radius: 4px;
            top: 43px;
        }

            .election-search .auto-complete li {
                padding: 7px 0;
            }

            .election-search .auto-complete .item {
                flex-wrap: wrap;
                align-items: flex-start;
            }

                .election-search .auto-complete .item span {
                    font-size: 14px;
                }

                .election-search .auto-complete .item .state {
                    width: 100%;
                    text-align: left;
                    margin-top: 5px;
                }

                .election-search .auto-complete .item .constituency,
                .election-search .auto-complete .item .candidate {
                    width: 50%;
                }
}

.banner {
    display: block;
    margin: 20px auto;
}

.banners {
    margin: 20px auto;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.banner img {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.banner.assembly-election {
    margin: 0 0 15px;
    width: 100%;
    position: relative;
    --bs-aspect-ratio: calc(133 / 301 * 100%);
}

    .banner.assembly-election::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .banner.assembly-election > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .banner.assembly-election img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

@media screen and (max-width: 1100px) and (min-width: 571px) {
    .banner {
        margin: 15px auto;
    }
}

@media screen and (max-width: 570px) {
    .banner {
        margin: 15px auto;
    }

        .banner.election img {
            content: url(/assets/images/2024-election-banner.png);
        }

        .banner.assembly-election {
            margin: 15px 0;
        }
}

.link-list .label-year span {
    background: #b00020;
    padding: 5px 10px;
    display: flex;
}

    .link-list .label-year span img {
        max-height: 15px;
        width: auto;
    }

.link-list .label-year::after {
    display: none;
}

@media screen and (max-width: 570px) {
    .link-list .label-year span img {
        max-height: 10px;
        width: auto;
    }

    .link-list .label-year::after {
        display: none;
    }
}

.archive-box {
    display: block;
    background: #fff;
    width: max-content;
    position: relative;
    z-index: 2;
}

    .archive-box label {
        font-family: "Merriweather", serif;
        font-size: 18px;
        line-height: normal;
        padding: 0 35px 0 15px;
        font-weight: bold;
        cursor: pointer;
    }

        .archive-box label::after {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            width: 9px;
            height: 9px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
            transition: all 0.3s;
        }

        .archive-box label.open::after {
            transform: rotate(225deg);
            top: 9px;
        }

    .archive-box .year-list {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1607843137);
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
    }

        .archive-box .year-list li {
            font-size: 16px;
            font-family: "Merriweather Sans", sans-serif;
            line-height: normal;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        }

            .archive-box .year-list li:last-child {
                border-bottom: none;
            }

            .archive-box .year-list li a {
                font-family: inherit;
                font-size: inherit;
                font-weight: inherit;
                text-decoration: none;
                display: block;
                padding: 10px 10px;
                transition: all 0.3s;
                text-align: center;
            }

                .archive-box .year-list li a:hover {
                    background: #ccc;
                    text-decoration: none;
                }

.five-line-title + .position-relative .archive-box {
    position: absolute;
    top: -62px;
    right: 0;
}

@media screen and (max-width: 570px) {
    .five-line-title + .position-relative .archive-box {
        position: unset;
    }

    .five-line-title:has(+ .position-relative .archive-box) {
        margin-bottom: 10px;
    }

    .archive-box {
        margin: 0 auto 10px;
    }

        .archive-box label {
            font-size: 16px;
            padding: 0 25px 0 0;
            width: max-content;
            position: relative;
        }

            .archive-box label::after {
                top: 4px;
            }

        .archive-box .year-list {
            width: 150px;
            position: absolute;
            right: unset;
            z-index: 99;
            left: 50%;
            transform: translateX(-50%);
        }

            .archive-box .year-list li {
                font-size: 14px;
                font-family: "Merriweather Sans", sans-serif;
                line-height: normal;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
            }

                .archive-box .year-list li:last-child {
                    border-bottom: none;
                }

                .archive-box .year-list li a {
                    font-family: inherit;
                    font-size: inherit;
                    font-weight: inherit;
                    text-decoration: none;
                    display: block;
                    padding: 10px 10px;
                    transition: all 0.3s;
                    text-align: center;
                }

                    .archive-box .year-list li a:hover {
                        background: #ccc;
                        text-decoration: none;
                    }
}

.tab-nav {
    margin: 30px auto;
    overflow: unset;
}

    .tab-nav .nav-tabs {
        padding-bottom: 0;
        overflow: scroll;
        width: 100%;
        display: block;
        white-space: nowrap;
        scroll-behavior: smooth;
    }

        .tab-nav .nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .tab-nav .nav-tabs .nav-link {
            display: inline-block;
        }

    .tab-nav.nav-tabs-outer {
        position: relative;
        overflow: unset;
    }

        .tab-nav.nav-tabs-outer .nav-tabs {
            overflow: auto;
        }

        .tab-nav.nav-tabs-outer .scroll-arrow-btn {
            background: none;
            border: 0;
            width: 20px;
            height: 26px;
            position: absolute;
            top: 0;
            z-index: 1;
            padding: 3px 0;
        }

            .tab-nav.nav-tabs-outer .scroll-arrow-btn img {
                width: auto;
                height: 15px;
                position: relative;
                top: -3px;
                left: 2px;
            }

            .tab-nav.nav-tabs-outer .scroll-arrow-btn::before {
                content: "";
                width: 50px;
                height: 100%;
                display: block;
                background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
                position: absolute;
                top: 0;
                left: -45px;
            }

            .tab-nav.nav-tabs-outer .scroll-arrow-btn:hover,
            .tab-nav.nav-tabs-outer .scroll-arrow-btn:focus,
            .tab-nav.nav-tabs-outer .scroll-arrow-btn:active {
                background: #f1f1f1;
                border: 0;
                box-shadow: none;
            }

            .tab-nav.nav-tabs-outer .scroll-arrow-btn.right {
                right: -15px;
                display: none;
            }

            .tab-nav.nav-tabs-outer .scroll-arrow-btn.left {
                display: none;
                left: -20px;
            }

                .tab-nav.nav-tabs-outer .scroll-arrow-btn.left img {
                    transform: rotate(180deg);
                }

                .tab-nav.nav-tabs-outer .scroll-arrow-btn.left::before {
                    left: 20px;
                    transform: rotate(180deg);
                }

@media screen and (max-width: 570px) {
    .tab-nav {
        margin: 0 auto 10px;
    }
}

.selection-box .drop-down-box {
    display: none;
    background: #f1f1f1;
    width: 100%;
    position: absolute;
    left: 0 !important;
    right: 0;
    padding: 0;
    margin-top: 0;
    z-index: 9;
    border-top: 1px solid #c9c9c9;
    max-height: 300px;
    overflow-y: auto;
    border-bottom: 2px solid #c9c9c9;
}

    .selection-box .drop-down-box .state-list {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

        .selection-box .drop-down-box .state-list li {
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }

            .selection-box .drop-down-box .state-list li a {
                font-size: 14px;
                line-height: 14px;
                color: #000;
                text-decoration: none;
                padding: 14px 15px;
                display: block;
                word-wrap: break-word;
            }

                .selection-box .drop-down-box .state-list li a:hover {
                    background: #000;
                    color: #fff;
                }

    .selection-box .drop-down-box .supplement-list li {
        width: 49%;
    }

.selection-box {
    background: #e9e9e9;
    padding: 0 15px;
    position: relative;
}

.selection-with-search {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

    .selection-with-search .selection-box {
        width: 180px;
        background: transparent;
        padding: 0 0;
    }

        .selection-with-search .selection-box .state-select {
            padding: 0 30px 0 25px;
            height: 50px;
            background: #f1f1f1;
            color: #6c6c6c;
            font-weight: normal;
            border-radius: 50px 0 0 50px;
            z-index: 1;
            border: 0;
            border-right: 1px solid rgba(0, 0, 0, 0.1333333333);
            outline: none;
            box-shadow: none;
            font-family: "Merriweather Sans", sans-serif;
            font-size: 16px;
            transition: all 0.5s;
        }

            .selection-with-search .selection-box .state-select::before {
                display: none;
            }

            .selection-with-search .selection-box .state-select::after {
                content: "";
                position: absolute;
                top: 18px;
                right: 15px;
                width: 10px;
                height: 10px;
                border: 1px solid #6c6c6c;
                border-left: none;
                border-top: none;
                transform: rotate(45deg);
                transition: all 0.3s;
            }

            .selection-with-search .selection-box .state-select:hover {
                background: #fff;
                text-decoration: none;
                box-shadow: #ddd 0 1px 9px;
            }

            .selection-with-search .selection-box .state-select.open {
                background: #fff;
                border: 0;
                outline: none;
                box-shadow: #ddd 0 1px 9px;
                border-radius: 8px 0 0 8px;
            }

                .selection-with-search .selection-box .state-select.open::after {
                    transform: rotate(225deg);
                    top: 24px;
                }

        .selection-with-search .selection-box .drop-down-box {
            background: #fff;
            top: 55px;
            border: 0;
            border-radius: 8px;
            box-shadow: rgba(0, 0, 0, 0.1333333333) 0 5px 6px;
            padding: 5px 20px;
        }

            .selection-with-search .selection-box .drop-down-box .state-list li {
                padding: 10px 0;
                font-family: "Merriweather Sans", sans-serif;
                font-size: 14px;
                line-height: normal;
                font-weight: normal;
                cursor: pointer;
            }

                .selection-with-search .selection-box .drop-down-box .state-list li.selected {
                    display: none;
                }

    .selection-with-search .election-search {
        margin: 0;
        width: calc(100% - 180px);
    }

        .selection-with-search .election-search .search {
            width: 100%;
        }

        .selection-with-search .election-search .search-field {
            height: 50px;
            border-radius: 0 50px 50px 0;
            padding: 0 60px 0 20px;
        }

            .selection-with-search .election-search .search-field:active,
            .selection-with-search .election-search .search-field:focus,
            .selection-with-search .election-search .search-field:focus-visible,
            .selection-with-search .election-search .search-field:focus-within {
                border-radius: 0 8px 8px 0;
            }

        .selection-with-search .election-search .auto-complete {
            padding: 10px 20px;
            top: 55px;
        }

            .selection-with-search .election-search .auto-complete li {
                padding: 10px 0;
            }

                .selection-with-search .election-search .auto-complete li .item span {
                    font-family: "Merriweather Sans", sans-serif;
                    font-size: 14px;
                    font-weight: normal;
                }

.mt-xl-70 {
    margin-top: 70px;
}

.more-than-one-rows .toggle-row {
    display: none;
}

.more-than-one-rows .col-12 {
    margin-bottom: 25px;
}

    .more-than-one-rows .col-12 .element .picture {
        margin: 0 0 10px;
    }

@media screen and (max-width: 1000px) and (min-width: 571px) {
    .mt-xl-70 {
        margin-top: 0;
    }
}

@media screen and (max-width: 570px) {
    .mt-xl-70 {
        margin-top: 20px;
    }

    .selection-with-search {
        margin: 20px 0 20px;
        position: relative;
    }

        .selection-with-search .selection-box {
            width: 130px;
            background: transparent;
            padding: 0 0;
        }

            .selection-with-search .selection-box .state-select {
                padding: 0 20px 0 15px;
                height: 44px;
                font-size: 13px;
            }

                .selection-with-search .selection-box .state-select::after {
                    right: 10px;
                    width: 6px;
                    height: 6px;
                }

                .selection-with-search .selection-box .state-select.open::after {
                    top: 21px;
                }

            .selection-with-search .selection-box .drop-down-box {
                top: 46px;
                border: 0;
                padding: 5px 15px;
            }

                .selection-with-search .selection-box .drop-down-box .state-list li {
                    padding: 10px 0;
                    font-size: 13px;
                }

        .selection-with-search .election-search {
            position: unset;
            margin: 0;
            width: calc(100% - 130px);
        }

            .selection-with-search .election-search .search {
                width: 100%;
                position: unset;
            }

                .selection-with-search .election-search .search form {
                    position: unset;
                }

            .selection-with-search .election-search .search-field {
                height: 44px;
                padding: 0 40px 0 15px;
            }

            .selection-with-search .election-search .auto-complete {
                padding: 10px 15px;
                top: 46px;
                left: 0;
                width: 100%;
            }

                .selection-with-search .election-search .auto-complete li {
                    padding: 10px 0;
                }

                    .selection-with-search .election-search .auto-complete li .item span {
                        font-size: 13px;
                    }
}

.arrow-elements {
    margin: 20px auto 0;
}

    .arrow-elements > a,
    .arrow-elements > * {
        display: block;
        padding: 10px 0 10px 30px;
        padding-left: 30px;
        background: url(/assets/images/see-more-arrow.svg) no-repeat;
        background-position: 1px 18px;
        font-family: "Merriweather", serif;
        font-size: 16px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
        font-weight: 500;
    }

        .arrow-elements > a *,
        .arrow-elements > * * {
            font-family: inherit;
            font-weight: inherit;
        }

        .arrow-elements > a:last-child,
        .arrow-elements > *:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .arrow-elements > a:first-child,
        .arrow-elements > *:first-child {
            padding-top: 0;
            background-position: 1px 9px;
        }

    .arrow-elements > a {
        text-decoration: none;
    }

        .arrow-elements > a:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 1080px) {
    .arrow-elements {
        padding: 0 auto;
        margin: 15px 0;
    }
}

@media screen and (max-width: 570px) {
    .arrow-elements {
        padding: 10px 0;
        margin: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    }

        .arrow-elements > a,
        .arrow-elements > * {
            padding-left: 25px;
            background-size: 14px auto;
            font-size: 16px;
        }
}

.element .sub-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    margin: 10px 0;
    color: #000;
}

.element.black-element {
    background: #000;
    padding: 15px;
    border: none;
}

    .element.black-element > *:first-child {
        margin-top: 0 !important;
    }

    .element.black-element > *:last-child {
        margin-bottom: 0 !important;
    }

    .element.black-element * {
        color: #fff !important;
    }

    .element.black-element .label .type-icon {
        filter: invert(1);
    }

    .element.black-element .by-line a {
        border-color: #fff;
    }

.col-xl-6 .element.black-element {
    padding: 25px;
}

@media screen and (max-width: 570px) {
    .col-xl-6 .element.black-element {
        padding: 15px;
    }
}

.us-elections.bg {
    background: linear-gradient( 50deg, rgba(255, 255, 255, 0.2666666667) 35%, rgba(227, 97, 81, 0.2666666667) 70%, rgba(69, 138, 210, 0.2666666667) 100% );
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

    .us-elections.bg::before {
        content: "";
        height: 7px;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #e36151, #458ad2);
    }

.us-elections .container {
    position: relative;
}

    .us-elections .container::after {
        content: "";
        width: 200px;
        height: 200px;
        display: block;
        background: url(/assets/images/us-election-flag.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: -50px;
        right: -100px;
        mix-blend-mode: multiply;
        z-index: -1;
    }

.us-elections .box-line-title {
    mix-blend-mode: multiply;
}

.us-elections .center-align-load-more {
    margin-bottom: 0;
}

    .us-elections .center-align-load-more:hover {
        background: rgba(227, 97, 81, 0.0666666667);
    }

.us-elections .election-quiz {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1450980392);
    padding: 0 0 15px;
    margin: 0 0 15px;
}

    .us-elections .election-quiz img {
        width: 100%;
    }

@media screen and (min-width: 1400px) {
    .us-elections.bg {
        padding: 60px;
    }

        .us-elections.bg::before {
            height: 10px;
        }

    .us-elections .container {
        position: relative;
    }

        .us-elections .container::after {
            width: 240px;
            height: 240px;
            top: 0;
            right: unset;
            left: 100%;
        }
}

@media screen and (min-width: 571px) and (max-width: 1180px) {
    .us-elections.bg::before {
        height: 7px;
    }

    .us-elections .container::after {
        width: 130px;
        height: 130px;
        top: -55px;
        right: 0;
    }
}

@media screen and (max-width: 570px) {
    .us-elections.bg {
        padding: 25px 0 0;
        background: linear-gradient( 44deg, rgba(255, 255, 255, 0.2666666667) 50%, rgba(227, 97, 81, 0.2666666667) 75%, rgba(69, 138, 210, 0.2666666667) 100% );
    }

        .us-elections.bg::before {
            height: 5px;
        }

    .us-elections .container::after {
        width: 70px;
        height: 70px;
        top: -26px;
        right: 0;
    }

    .us-elections .box-line-title {
        margin-bottom: 0;
    }

    .us-elections .center-align-load-more {
        margin-bottom: 0;
    }

        .us-elections .center-align-load-more:hover {
            background: rgba(227, 97, 81, 0.0666666667);
        }
}

.candidates-map > * {
    margin: 20px auto;
}

    .candidates-map > *:first-child {
        margin-top: 0;
    }

    .candidates-map > *:last-child {
        margin-bottom: 0;
    }

.candidates-map .candidate-bar img,
.candidates-map .us-map img {
    width: max-content;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.candidates-map .small-link {
    margin: 20px auto 0;
    display: block;
}

@media screen and (max-width: 570px) {
    .candidates-map .candidate-bar img {
        content: url(../images/us-candidate-bar-mobile.png);
    }
}

body.subscribed .element.subscribed_topnews {
    display: block;
}

.element.subscribed_topnews {
    display: none;
}
