.ads-container .ads_header .theme-switch.transparent {
    background-color: #000000;
}

.home-banner-component {
    padding-top: var(--padding-top, 0);
    padding-bottom: var(--padding-bottom, 0)
}

.home-banner-component .banner-container {
    position: relative;
    width: 100%;
    height: 33.125vw;
    overflow: hidden;
    margin-top: 3.333333vw;
}

.home-banner-component .banner-container .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.5s ease;
}

.home-banner-component .banner-container .banner-content {
    position: absolute;
    top: 5.052083vw;
    left: 13.59375vw;
}

.home-banner-component .banner-container .banner-content.banner-content2 {
    position: absolute;
    top: 4.166667vw;
    left: 13.59375vw;
}

.home-banner-component .banner-container .banner.hidden {
    opacity: 0;
    pointer-events: none;
}

.home-banner-component .banner-container .banner1 {
    background-color: #000000;
}

.home-banner-component .banner-container .banner2 {
    background-color: #e3f2fd;
    color: #050505;
}

.home-banner-component .banner-container .banner1 picture {
    width: 100%;
}

.home-banner-component .banner-container .banner2 picture {
    width: 100%;
}

.home-banner-component .banner-container .banner-content {
    z-index: 2;
    max-width: 37.291667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.home-banner-component .banner-container .banner-content.banner-content2 {
    max-width: 37.291667vw;
}

.home-banner-component .banner-container .banner-text {
    text-align: left;
    width: 100%;
}

.home-banner-component .banner-container .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.home-banner-component .banner-container .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-component .banner-container .banner h1 {
    font-size: 4.0625vw;
    font-weight: 700;
    line-height: 5.677083vw;
    margin-bottom: .78125vw;
}

.home-banner-component .banner-container .banner.banner2 h1 {
    font-size: 4.0625vw;
    font-weight: 700;
    line-height: 5.677083vw;
    margin-bottom: 1.041667vw;
}

.home-banner-component .banner-container .banner p {
    letter-spacing: -0.04px;
    font-size: .833333vw;
    line-height: 1.354167vw;
}

.home-banner-component .banner-container .banner-buttons {
    margin-bottom: 3.75vw;
    padding-top: 2.1875vw;
}

.home-banner-component .banner-container .banner2 .banner-buttons {
    margin-bottom: 4.635417vw;
}

.home-banner-component .banner-container .btn {
    text-align: center;
    min-width: 7.96875vw;
    height: 2.395833vw;
    padding: .625vw 1.25vw .625vw 1.25vw;
    border-radius: .208333vw;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: .416667vw;
    font-size: .833333vw;
    line-height: 1.09375vw;
    box-sizing: border-box;
}

.home-banner-component .banner-container .btn-primary {
    text-align: center;
    min-width: 7.96875vw;
    height: 2.395833vw;
    border-radius: 1.666667vw;
    background-color: #C7000B;
    color: white;
    box-sizing: border-box;
    border: 1px solid #C7000B;
}

.home-banner-component .banner-container .btn-primary:hover {
    background-color: #d54a52;
}

.home-banner-component .banner-container .btn-secondary {
    border-radius: 1.666667vw;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
}
.home-banner-component .banner-container .banner-buttons a:not(:first-child) {
    margin-left: -.260417vw;
}
.home-banner-component .banner-container .btn-secondary.btn-secondary2 {
    margin-left: -.260417vw;
}

.home-banner-component .banner-container .btn-white {
    background-color: white;
    color: #1a73e8;
    border: 1px solid white;
}

.home-banner-component .banner-container .btn:hover {
    opacity: 0.9;
}

.home-banner-component .banner-container .thumbnail-container {
    position: absolute;
    bottom: 3.4375vw;
    left: 13.59375vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .416667vw;
    z-index: 3;
    width: 100%;
}

.home-banner-component .banner-container .thumbnail {
    width: 10vw;
    height: 4.166667vw;
    border-radius: .625vw;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.home-banner-component .banner-container .thumbnail.active img {
    display: block;
}

.home-banner-component .banner-container .thumbnail.active p {
    display: none;
}

.home-banner-component .banner-container .thumbnail {
    position: relative;
}

.home-banner-component .banner-container .thumbnail.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.40);
    z-index: 2;
}

.home-banner-component .banner-container .thumbnail.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(2, 23, 90, 0.15) 43%, rgba(1, 10, 71, 0.59) 100%);
    z-index: 1;
}

.home-banner-component .banner-container .thumbnail.active .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #ffffff;
    width: 0;
    transition: width 3s linear;
    z-index: 2;
}

.home-banner-component .banner-container .thumbnail:not(.active) .progress-bar {
    display: none;
}

.home-banner-component .banner-container .thumbnail:not(.active) p {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .989583vw 1.25vw .885417vw 1.25vw;
    font-size: .833333vw;
    line-height: 1.145833vw;
    opacity: 1;
    box-sizing: border-box;
}

.home-banner-component .banner-container .thumbnail:not(.active).thumbnail1 p {
    padding: .9375vw 2.083333vw .9375vw 2.083333vw;
}

.home-banner-component .banner-container .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-component .banner-container .thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-aspect-ratio: 11/10) {
.home-banner-component .banner-container .banner-buttons a:not(:first-child) {
    margin-left: 0vw;
}
    .home-banner-component {
    padding-top: var(--padding-top-xs, 0);
    padding-bottom: var(--padding-bottom-xs, 0)
}

    .home-banner-component .banner-container {
        height: 137.5vw;
        margin-top: 12.5vw;
    }

    .home-banner-component .banner-container .banner-content {
        position: absolute;
        top: 28.611111vw;
        left: 8.333333vw;
    }

    .home-banner-component .banner-container .banner-content.banner-content2 {
        position: absolute;
        top: 22.638889vw;
        left: 8.333333vw;
    }

    .home-banner-component .banner-container .banner-content {
        max-width: 76.388889vw;
    }

    .home-banner-component .banner-container .banner-text {
        max-width: 55.833333vw;
    }

    .home-banner-component .banner-container .banner-text.banner-text2 {
        max-width: 76.388889vw;
    }

    .home-banner-component .banner-container .banner-content.banner-content2 {
        max-width: 76.388889vw;
    }

    .home-banner-component .banner-container .banner h1 {
        font-size: 7.777778vw;
        font-weight: 600;
        letter-spacing: .197222vw;
        line-height: 10.833333vw;
        margin-bottom: 5.555556vw;
    }

    .home-banner-component .banner-container .banner.banner2 h1 {
        font-size: 7.777778vw;
        font-weight: 600;
        letter-spacing: .197222vw;
        line-height: 10.833333vw;
        margin-bottom: 2.777778vw;
        width: 47.916667vw;
    }


    .home-banner-component .banner-container .banner p {
        letter-spacing: -0.04px;
        font-size: 2.777778vw;
        line-height: 5.333333vw;
        font-weight: 400;
    }

    .home-banner-component .banner-container .banner-buttons {
        margin-bottom: 22.222222vw;
        padding-top: 8.333333vw;
    }

    .home-banner-component .banner-container .btn {
        min-width: 33.333333vw;
        height: 8.888889vw;
        padding: 1.388889vw 2.847222vw 2.222222vw 2.777778vw;
        border-radius: 5vw;
        font-size: 3.333333vw;
        line-height: 5.277778vw;
    }

    .home-banner-component .banner-container .btn-primary {
        min-width: 33.333333vw;
        height: 8.888889vw;
        border-radius: 5vw;
        margin-bottom: 4.166667vw;
    }

    .home-banner-component .banner-container .banner.banner2 .btn-primary {
        margin-bottom: 0vw;
    }

    .home-banner-component .banner-container .btn-secondary {
        border-radius: 5vw;
        padding: 1.838889vw 4.869444vw 1.772222vw 4.730556vw;
    }

    .home-banner-component .banner-container .btn-secondary.btn-secondary2 {
        margin-left: 0vw;
    }

    .home-banner-component .banner-container .thumbnail-container {
        position: absolute;
        bottom: 14.027778vw;
        left: 8.333333vw;
        gap: 2.777778vw;
    }

    .home-banner-component .banner-container .thumbnail {
        width: 36.666667vw;
        height: 15.277778vw;
        border-radius: 1.666667vw;
    }

    .home-banner-component .banner-container .thumbnail p {
        font-weight: 400;
    }

    .home-banner-component .banner-container .thumbnail:not(.active) p {
        padding: 2.916667vw 5.833333vw 2.638889vw 5.694444vw;
        font-size: 2.777778vw;
        font-weight: 400;
        line-height: 4.888889vw;
        box-sizing: border-box;
    }

    .home-banner-component .banner-container .thumbnail:not(.active).thumbnail1 p {
        padding: 4.305556vw 8.680556vw 4.861111vw 8.680556vw;
        letter-spacing: -1.04px;
        line-height: 3.055556vw;
    }

    .home-banner-component .banner-container .banner2 .banner-buttons {
        margin-bottom: 22.222222vw;
    }
}

