.landing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.landing-section--contained {
    width: 100%;
}

.landing-hero {
    padding-top: 48px;
    padding-bottom: 48px;
}

.landing-hero .wp-block-columns {
    align-items: center;
    gap: 48px;
}

.landing-hero .wp-block-column:first-child {
    flex-basis: 54%;
}

.landing-hero .wp-block-column:last-child {
    flex-basis: 46%;
}

.landing-hero__video {
    width: 100%;
    max-width: 560px;
    margin: 0;
}

.landing-hero__video iframe,
.landing-hero__video video,
.landing-hero__video embed {
    width: 100%;
    min-height: 320px;
    height: auto;
    display: block;
    border-radius: 0px;
}

.landing-content-block {
    padding-top: 24px;
    padding-bottom: 24px;
}

.landing-content-block .wp-block-media-text {
    margin-bottom: 0;
    column-gap: 25px;
}

.landing-content-block .wp-block-media-text__media img,
.landing-content-block .wp-block-media-text__media video,
.landing-content-block .wp-block-media-text__media iframe {
    width: 100%;
    height: auto;
    display: block;
}

.landing-usp-section {
    width: 100%;
}

.landing-usp-background {
    width: 100%;
    background-color: #efefef;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.landing-usp {
    margin-bottom: 0;
    gap: 32px;
    background: transparent !important;
}

.landing-usp .wp-block-column {
    text-align: center;
}

#USP .wp-block-columns .wp-block-column {
    padding: 0 0rem;
}

.landing-usp .wp-block-image img {
    height: auto;
}

.is-orange-button {
    background-color: #e84e1b !important;
    border-radius: 7px;
}

.is-orange-button:hover,
.is-orange-button:focus {
    background-color: #b9360b !important;
}

.is-blue-button {
    background-color: #031b3e !important;
    border-radius: 7px;
}

.is-blue-button:hover,
.is-blue-button:focus {
    background-color: #0c0652 !important;
}

.landing-page-template .wp-block-button__link {
    border-radius: 7px;
}

@media (min-width: 782px) {
    .landing-usp {
        justify-content: center;
    }

    .landing-usp > .wp-block-column {
        flex: 1 1 0;
        max-width: 260px;
    }
}

@media (max-width: 781px) {
    .landing-hero .wp-block-columns {
        gap: 24px;
    }

    .landing-hero__video {
        max-width: 100%;
    }

    .landing-hero__video iframe,
    .landing-hero__video video,
    .landing-hero__video embed {
        min-height: 220px;
    }

    .landing-content-block .wp-block-media-text {
        column-gap: 0;
    }
}

@media (max-width: 600px) {
    .banner {
    display: none;
   }
}