body#app {
  background-color: white;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
@media (min-width: 1024px) {
    #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div > a:nth-child(1) {
        height: 410px;
    }
 #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div > a:nth-child(2) {
        height: 410px;
    }
 #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div > a:nth-child(3) {
        height: 410px;
    }
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(17) {
    display: none;
}
}
.banner-content img, .banner-content video {
    width: 100%;
    flex: 1;
    object-fit: contain;
    visibility: visible !important;
}
@media (max-width: 767px) {

    #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) > div > *:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
    }
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(16) {
    display: none;
}
}