/* Homepage pre-footer campaign / announcement promo */
.tk-home-prefooter-promo {
    position: relative;
    width: 100vw;
    max-width: none;
    margin: 24px calc(50% - 50vw) -12px;
    padding: 0;
    background: transparent;
}

.tk-home-prefooter-promo::after {
    display: none;
    content: none;
}

.tk-home-prefooter-promo__inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

.tk-home-prefooter-promo__link {
    display: block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background: #061a12;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    transform: translateZ(0);
}

.tk-home-prefooter-promo__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 1916 / 821;
    object-fit: contain;
    object-position: center center;
    transition: transform 260ms ease, filter 260ms ease;
}

.tk-home-prefooter-promo__link:hover .tk-home-prefooter-promo__image,
.tk-home-prefooter-promo__link:focus-visible .tk-home-prefooter-promo__image {
    transform: scale(1.006);
    filter: brightness(1.04);
}

@media (max-width: 1024px) {
    .tk-home-prefooter-promo {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .tk-home-prefooter-promo {
        margin: 14px calc(50% - 50vw) -12px;
        padding: 0;
    }

    .tk-home-prefooter-promo__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1916 / 821;
        object-fit: contain;
        object-position: center center;
    }
}


/* Mobile promo readability crop */
@media (max-width: 767px) {
    .tk-home-prefooter-promo {
        margin-top: 8px;
    }

    .tk-home-prefooter-promo__image {
        height: 225px;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: left center;
    }
}

@media (max-width: 420px) {
    .tk-home-prefooter-promo__image {
        height: 205px;
    }
}

.tk-home-prefooter-promo__link picture {
    display: block;
    width: 100%;
}
