.bcc-banner-bg {
        position: relative;
        width: 100%;
        min-height: 600px;
        max-height: 700px;
        height: 100vh;
        overflow: hidden;
    }

    .bcc-banner-bg>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bcc-banner-content-wrap {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 50px 15px;
        display: flex;
        align-items: center;
    }

    .bcc-title-logo {
        max-width: 394px;
    }

    .bcc-banner-heading {
        font-size: 38px;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.15;
        margin-top: 15px;
        padding-left: 25px;
        position: relative;
        margin-bottom: 25px;
    }

    .bcc-banner-heading:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        left: 8px;
        background: #ffffff;
    }

    .bcc-banner-content-inner {
        max-width: 500px;
    }

    .d-inline-block {
        display: inline-block;
    }

    .w-100 {
        width: 100%;
    }

    .bcc-join-now {
        min-width: 132px;
        height: 40px;
        background: #ed7b29;
        font-size: 20px;
        font-family: "Korolev Bold", sans-serif;
        padding: 5px 20px;
        margin: 10px 0 0px 8px;
    }

    .big-banner-heading h2 {
        font-size: clamp(30px, 6.5vw, 100px);
        text-transform: uppercase;
        text-align: center;
        color: #606060;
        margin: 0;
    }

    .bcc-content p {
        font-size: 28px;
        text-align: center;
        line-height: 1.25;
    }

    .bcc-content {
        max-width: 780px;
        margin: auto;
    }

    .bcc-about-section {
        padding: 70px 0 60px;
        overflow: hidden;
    }

    .two-column-img-content-area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .two-column-img-content-area .image-wrap {
        width: 50%;
        margin-top: -20%;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .two-column-img-content-area .content-wrap {
        width: 50%;
        padding-left: 3%;
    }

    .two-column-img-content-area .content-wrap .dual-heading {
        padding-right: 10%;
    }

    .two-column-img-content-area .content-wrap .dual-heading .primary-head {
        margin-left: -35%;
        z-index: 7;
        position: relative;
    }

    .dual-heading {
        text-align: right;
    }

    .dual-heading .primary-head {
        color: #000;
    }

    .content-inner-wrap {
        max-width: 520px;
    }

    .dual-heading .text-uppercase {
        font-size: clamp(36px, 7.5vw, 92px);
        line-height: 1;
        margin: 0;
    }

    .dual-heading .secondary-head {
        font-size: clamp(36px, 7.5vw, 115px);
        color: #606060;
    }

    .content-para p {
        font-size: 28px;
        line-height: 1;
        color: #000;
    }

    .two-column-img-content-area .content-wrap .content-para {
        max-width: 440px;
        margin: 50px auto 25px;
        padding-right: 20px;
    }

    .paper-line-section {
        background-image: url('../images/bcc/2025-26/note-paper.webp');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: right bottom;
        min-height: 600px;
        padding-top: 65px;
        padding-bottom: 13%;
        position: relative;
    }

    .img-title-blurb {
        padding: 15px;
        text-align: center;
    }

    .three-col-blurb-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10%;
    }

    .img-title-blurb img {
        max-height: 150px;
    }

    .img-title-blurb h4 {
        margin-top: 15px;
        font-size: 32px;
        text-transform: uppercase;
    }

    img.coffeeseed-orange-img {
        position: absolute;
        right: 0;
        top: -32%;
        max-width: 35%;
    }

    .three-col-blurb-outer {
        max-width: 800px;
    }

    .paper-line-section h2 {
        font-size: 68px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 35px;
    }

    .paper-line-section h3 {
        margin-top: 0;
        font-size: 56px;
        color: #ed7b29;
        margin-bottom: 30px;
        line-height: 1;
    }

    .attractive-prize-section {
        background-image: url('../images/bcc/2025-26/curved-img2x.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 450px;
        position: relative;
        z-index: 3;
        margin-top: -100px;
    }

    .attractive-prize-section:after {
        content: '';
        background-image: url('../images/bcc/2025-26/mint-leafs.webp');
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: -110px;
        top: -7%;
        width: 35%;
        height: 280px;
        z-index: 2;
    }

    .half-columns-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .left-half-col {
        width: 40%
    }

    .right-half-col {
        width: 60%;
        padding: 8% 0 5% 5%;
    }

    .attractive-prize-section .content-para p {
        color: #ffffff;
        line-height: 1.35;
        margin-bottom: 25px;
    }

    .attractive-prize-section h2 {
        margin-top: 0;
        color: #ffffff;
        font-size: 90px;
        line-height: 1;
    }

    .trail-section {
        background-color: #ededed;
        padding: 300px 0 50px;
        margin-top: -200px;
    }

    .history-trail-two-column-row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .history-trail-two-column-row:not(:last-child) {
        padding-bottom: 85px;
    }

    .history-trail-right-area {
        width: 52%;
    }

    .history-trail-left-area-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .icon-field {
        width: 18%;
        text-align: center;
    }

    .history-data-field {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
    }

    .trail-number {
        width: 12%;
    }

    .history-data-field-info {
        width: 48%;
    }

    .trail-number-counter {
        font-size: 40px;
        font-family: "Korolev bold", sans-serif;
        background: #e0742b;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: auto;
        position: relative;
        z-index: 2;
    }

    .history-trailing-section {
        position: relative;
    }

    .history-trail-two-column-row:not(:last-child):before {
        content: '';
        position: absolute;
        left: 23.85%;
        top: 0;
        height: 100%;
        border: 2px #ccc dashed;
        z-index: 0;
    }

    .history-trail-area {
        display: flex;
    }

    .history-data-field h3 {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 42px;
        line-height: 1;
        font-family: "Korolev bold", sans-serif;
    }

    .history-date {
        font-size: 33px;
        line-height: 1.39;
        letter-spacing: -0.33px;
        color: #ed7b29;
        font-family: "Korolev bold", sans-serif;
    }

    .history-trail-right-area ul li,
    .history-trail-right-area ol li {
        font-size: 22px;
        line-height: 1.18;
        display: inline-block;
        width: 100%;
        padding: 8px 0px 8px 15px;
        position: relative;
    }

    .history-trail-right-area ul li:before,
    .history-trail-right-area ol li:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #000;
        border-radius: 10px;
        left: 0;
        top: 17px;
    }

    .official-rule-section {
        background: #000;
        padding: 45px 0 20px;
    }

    .official-rule-left {
        width: 50%;
        float: left;
    }

    .official-rule-menu {
        width: 50%;
        float: left;
    }

    .official-rule-left h2 {
        margin-top: 0;
        color: #fff;
        font-size: 60px;
        margin-bottom: 20px;
    }

    .xxl-site-btn {
        font-size: 55px;
        background-color: #ed7b29;
        color: #000;
        padding: 15px 35px;
        display: inline-block;
        line-height: 1;
        text-transform: uppercase;
        min-width: 300px;
        text-align: center;
        font-family: "Korolev bold", sans-serif;
    }

    .xxl-site-btn:hover {
        color: #000;
    }

    .note-para {
        font-size: 12px;
        margin-top: 15px;
    }

    .official-rule-left p {
        color: #fff;
        font-size: 18px;
        margin-top: 25px;
        line-height: 1.5;
        padding-right: 32px;
    }

    .official-rule-menu ul {
        font-size: 0;
        max-width: 500px;
        margin: auto;
    }

    .official-rule-menu ul li {
        display: inline-block;
        width: 33.33%;
        padding: 10px;
        text-align: center;
    }

    .official-rule-menu ul li a {
        font-size: 22px;
        color: #fff;
        font-family: 'Korolev', sans-serif;
    }

    .d-flex {
        display: flex;
    }

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

    .flex-wrap {
        flex-wrap: wrap;
    }

    .official-rule-left-inner {
        max-width: 400px;
    }

    .history-link-btn {
        font-size: 36px;
        text-transform: uppercase;
        color: #000000;
        text-align: center;
        font-family: "Korolev bold", sans-serif;
        background-color: #e0742b;
        line-height: 1;
        padding: 5px 20px;
    }

    .history-link-btn:hover,
    .history-link-btn:focus {
        color: #000000;
    }

    .history-link {
        display: inline-block;
        width: 100%;
        padding-top: 32px;
    }

    .mobile-view {
        display: none;
    }

    .official-rule-inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding-bottom: 50px;
    }

    @media(max-width: 1199px) {
        .paper-line-section h2 {
            font-size: 50px;
        }

        .paper-line-section h3 {
            font-size: 36px;
        }

        .img-title-blurb img {
            max-height: 80px;
        }

        .img-title-blurb h4 {
            font-size: 26px;
        }

        .attractive-prize-section h2 {
            font-size: 70px;
        }

        .icon-field img {
            max-width: 120px;
        }

        .history-data-field h3 {
            font-size: 36px;
        }

        .history-date {
            font-size: 26px;
        }

        .history-date {
            font-size: 26px;
        }

        .history-trail-right-area ul li,
        .history-trail-right-area ol li {
            font-size: 20px;
        }

        .history-trail-two-column-row:not(:last-child) {
            padding-bottom: 75px;
        }
    }

    @media(max-width: 992px) {
        .bcc-content {
            max-width: 520px;
        }

        .bcc-content p,
        .content-para p {
            font-size: 20px;
        }

        .attractive-prize-section h2 {
            font-size: 52px;
        }

        .paper-line-section h2 {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .paper-line-section h3 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        img.coffeeseed-orange-img {
            top: -8%;
        }

        .paper-line-section {
            min-height: 500px;
        }

        .three-col-blurb-row {
            gap: 4%;
        }

        .icon-field img {
            max-width: 80px;
        }

        .history-data-field h3 {
            font-size: 30px;
        }

        .history-date {
            font-size: 20px;
        }

        .history-trail-two-column-row:not(:last-child) {
            padding-bottom: 60px;
        }

        .official-rule-left h2 {
            font-size: 40px;
        }
    }

    @media(max-width: 767px) {
        .bcc-banner-content-inner {
            max-width: 320px;
        }

        .bcc-banner-content-wrap {
            align-items: flex-end;
        }

        .bcc-title-logo {
            max-width: 300px;
        }

        .bcc-banner-heading {
            font-size: 23px;
        }

        .bcc-content p,
        .content-para p {
            font-size: 16px;
            text-align: center;
        }

        .bcc-content {
            max-width: 300px;
        }

        .two-column-img-content-area .image-wrap {
            width: 100%;
        }

        .two-column-img-content-area .content-wrap {
            width: 100%;
        }

        .content-inner-wrap {
            max-width: 300px;
            margin: auto;
        }

        .paper-line-section {
            background: url('../images/bcc/2025-26/note-paper-mob.png');
            background-size: 120% auto;
            background-position: center bottom;
            background-repeat: no-repeat;
            min-height: 300px;
            padding-top: 30px;
            padding-bottom: 20%;
        }

        .paper-line-section h2 {
            font-size: 30px;
            margin-bottom: 12px;
            text-align: center;
        }

        .paper-line-section h3 {
            font-size: 20px;
            margin-bottom: 0px;
            text-align: center;
        }

        .img-title-blurb img {
            max-height: 48px;
        }

        .img-title-blurb h4 {
            font-size: 15px;
            margin-top: 10px;
        }

        .three-col-blurb-row {
            justify-content: center;
        }

        img.coffeeseed-orange-img {
            top: -20%;
            max-width: 25%;
        }

        .bcc-about-section {
            padding: 30px 0 40px;
        }

        .left-half-col,
        .right-half-col {
            width: 100%;
            position: relative;
        }

        .desktop-view {
            display: none;
        }

        .mobile-view {
            display: block;
        }

        .dual-heading {
            text-align: center;
            width: 100%;
        }

        .two-column-img-content-area .content-wrap .content-para {
            max-width: 440px;
            margin: 15px auto 25px;
            padding: 0 20px;
        }

        .paper-line-section .x-container.width {
            width: 95%;
        }

        .img-title-blurb {
            padding: 15px 5px;
        }

        .attractive-prize-section {
            background-image: url('../images/bcc/2025-26/curved-mob-img.png');
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .attractive-prize-section h2 {
            font-size: 30px;
            text-align: center;
        }

        .right-half-col {
            padding: 0 15px 30px;
        }

        .attractive-prize-section:after {
            display: none;
        }

        .mint-leafs {
            width: 62%;
            position: absolute;
            bottom: -20px;
            right: -11%;
            z-index: -1;
        }

        .icon-field img {
            max-width: 40px;
        }

        .trail-number-counter {
            font-size: 19px;
            width: 26px;
            height: 26px;
        }

        .history-data-field-info {
            width: 100%;
        }

        .history-trail-right-area {
            width: 100%;
            margin-top: 20px;
        }

        .history-link-btn {
            font-size: 20px;
            line-height: 1;
            padding: 10px 25px;
            display: inline-block;
            min-width: 195px;
        }

        .history-link {
            padding-top: 20px;
        }

        .history-trail-right-area ul li,
        .history-trail-right-area ol li {
            font-size: 16px;
            line-height: 1.6;
        }

        .history-trail-right-area ul,
        .history-trail-right-area ol {
            margin-left: 5px;
            margin-bottom: 0;
        }

        .history-trail-two-column-row:not(:last-child) {
            padding-bottom: 25px;
        }

        .note-para {
            text-align: center;
        }

        .official-rule-left h2 {
            font-size: 30px;
        }

        .official-rule-left,
        .official-rule-menu {
            width: 100%;
        }

        .official-rule-left-inner {
            max-width: 400px;
            text-align: center;
            margin: auto;
        }

        .xxl-site-btn {
            font-size: 30px;
            padding: 10px 25px;
            min-width: 200px;
        }

        .official-rule-left p {
            color: #fff;
            font-size: 14px;
            margin-top: 25px;
            line-height: 1.5;
            padding-right: 0;
            max-width: 300px;
            margin: 15px auto 25px;
        }

        .official-rule-menu ul li {
            font-size: 14px;
            padding: 5px;
        }

        .official-rule-menu {
            margin-top: 30px;
        }

        .bcc-title-logo {
            max-width: 260px;
        }

        .x-main.full,
        .x-root {
            overflow-x: visible;
        }

        .half-columns-grid {
            flex-direction: column-reverse;
        }

        .left-half-col {
            max-width: 250px;
        }

        .right-half-col {
            margin-top: 200px;
        }


    }

    .video-text-banner {
        position: relative;
        height: 100px;
        width: 100%;
        overflow: hidden;
    }

    .video-text-banner video {
        width: 100%;
    }

    .video-text {
        position: absolute;
        top: -10%;
        left: 0;
        background: #fff;
        height: 120%;
        font-size: 90px;
        width: 100%;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        text-transform: uppercase;
        z-index: 1;
        margin: 0;
        mix-blend-mode: lighten;
        text-align: center;
    }

    .video-text h2 {
        font-size: clamp(30px, 6.5vw, 100px);
        margin: 0;
    }

    .dual-heading-video {
        position: relative;
        height: 200px;
    }

    .dual-heading-video-in {
        width: 140%;
        margin-left: -40%;
        overflow: hidden;
        height: 100px;
        position: relative;
    }

    .video-text-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        height: 100%;
        font-size: 90px;
        width: 100%;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        z-index: 1;
        margin: 0;
        mix-blend-mode: lighten;
    }

    .two-column-img-content-area .image-wrap img {
        position: relative;
        z-index: 2;
    }

    .bcc-banner-bg iframe {
        margin-top: -2%;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        /* padding-bottom: 100%; */
        /* 16:9 aspect ratio */
        height: 100%;
        overflow: hidden;
    }

    .video-wrapper iframe {
        position: absolute;
        top: -12.5%;
        left: -12.5%;
        width: 125%;
        height: 125%;
        border: 0;
        min-width: 100%;
    }

    .glass-img {
        max-width: 400px;
        width: 100%;
    }

    .video-text-banner-outer {
        position: relative;
    }

    .video-text-banner-outer:before {
        content: '';
        position: absolute;
        width: 100%;
        top: -2px;
        height: 4px;
        background: #fff;
        z-index: 1;
        left: 0;
    }

    .video-text-banner-outer:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -2px;
        height: 4px;
        background: #fff;
        z-index: 1;
        left: 0;
    }

    .video-text-banner-inner:before {
        content: '';
        position: absolute;
        width: 4px;
        top: -20;
        height: 100%;
        background: #fff;
        z-index: 1;
        left: -2px;
    }

    .video-text-banner-inner:after {
        content: '';
        position: absolute;
        width: 4px;
        bottom: 0;
        height: 100%;
        background: #fff;
        z-index: 1;
        right: -2px;
    }

    @media(max-width: 992px) {
        .video-wrapper iframe {
            width: 400%;
            height: 300%;
            transform: translate(-25%, 0px);
            top: -100%;
            left: -50%;
        }
    }

    @media(max-width: 767px) {
        .dual-heading .video-text-banner {
            height: 40px;
        }

        .trail-section {
            padding: 250px 0 50px;
        }

        .official-rule-menu ul li a {
            font-size: 16px;
        }
        .
        .video-text-banner {
            height: 60px;
        }
    }