
/*Banners */
.banner--layout-1:not(.section--color) .banner__content {
    --color-background: var(--root-color--white);
}

@media (min-width: 62rem) {
    .banner--layout-2 .banner__content::before,
    .banner--layout-3:not(.section--color) .banner__content::after,
    .banner--layout-0:not(.section--color) .banner__content::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"1202\" height=\"155\" style=\"&%2310;\"%3E%3Cpath fill=\"%23FFF\" fill-rule=\"evenodd\" d=\"M0 0c234.834 94.545 636.051 165.455 1202 139.455V155H0V0Z\"/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        aspect-ratio: 1002/155;
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        transform: scaleY(-1);
    }

    .banner--layout-3:not(.section--color) .banner__content::after {
        top: auto;
        bottom: -1px;
        transform: scaleX(-1);
        z-index: 1;
    }

    .banner--layout-0:not(.section--color) .banner__content::after {
        background-position: left bottom;
        background-size: contain;
        top: 1px;
        aspect-ratio: 3/1;
        transform: scaleY(1);
    }

    .banner--layout-0:not(.section--color) .banner__content .banner__flow {
        z-index: 1;
    }
}

@media (min-width: 100rem) {
    .banner--layout-0:not(.section--color) .banner__content::after {
        aspect-ratio: 4/1;
    }
}

/* cards */
.card:not(.card--color).card--image-none .card__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.section:not(.section--color) .card.card--image-none .card__link:active,
.section:not(.section--color) .card.card--image-none .card__link:focus,
.section:not(.section--color) .card.card--image-none .card__link:hover {
    box-shadow: none;
}

.card:not(.card--image-none) .card__body {
    border-top: solid var(--color-border-top) var(--width-border-top);
}

/*Scroll button*/
.scroll-button {
    box-shadow: none;
}

.page-footer {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 4000 516' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M0 0c781.478 314.626 2116.64 550.599 4000 464.077v51.73H0V0Z' style='fill:%23f4dfc1'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 62rem) {
    .page-footer {
        height: 7.75rem;
    }
}
