/*BANNER */
/*.sectionBanner--secondLevel .sectionBanner-titleHolder-title {*/
/*        text-transform: uppercase;*/
/*        font-size: clamp(3rem, 9vw, 5.5rem);*/
/*}*/


/*@media(min-width:992px) {*/
/*    .sectionBanner--secondLevel .sectionBanner-titleHolder-title {*/
/*    font-size: clamp(3rem, 9vw, 6.5rem);*/
/*    }*/
/* .sectionBanner--secondLevel .sectionBanner-image {*/
/*        height: clamp(23rem, 70vh, 30rem);*/
/*    }*/
/*    .sectionBanner--secondLevel.sectionBanner--lightOverlay::before {*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.sectionBanner-image--alignXCenter.sectionBanner-image--alignYCenter img {
    object-position: 75% 75%;
}

/*INTRO */
@media (min-width: 1200px) {
    #intro .u-floatRight {
    width: 400px;
    height: 400px;
}
}

/*BENEFITS SCHEDULE LIST*/

.scheduleList-beforeContent .width-800px {
max-width: 800px;
}

.gold-arrow {
        transform: rotate(-15deg);
    margin-top: -2rem;
    margin-left: 0;
    float: right;
}

@media (max-width: 991px) {
.gold-arrow {
    margin-top: 1.5rem;
}
}

/*CONTACT*/

@media (max-width: 991.98px) {
    .u-goldSparks::after {
        left: -1.75rem;
    }
}
@media (max-width: 575.89px) {
    .u-goldSparks::after {
        display: none;
    }
}

/*PHOTO GRID*/
#photo-grid .photo-grid {
    display: flex;
    gap: 0.5rem;
}
#photo-grid .photo-grid img {
    width: calc(25% - 4.5px);
    aspect-ratio: 1;
}
@media (max-width: 1200px) {
    #photo-grid .photo-grid img {
    width: calc(33.3% - 4.5px);
}
}
@media (max-width: 767px) {
    #photo-grid .photo-grid img {
    width: calc(50% - 4.5px);
}
}