@import url("../3/theme.css");

/*
 * alter4 theme entrypoint.
 * Based on alter3 with photo.jpg CTA image.
 */

body.reserve-flow,
body.reserve-flow--lp {
    --alter3-bg-image-height: min(171.4287vw, 2280px);
    background-image:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 72%,
            rgba(255, 255, 255, 0.36) 88%,
            rgba(255, 255, 255, 1) 100%
        ),
        url("../../storage/pic/AI-26316D0180.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    background-size: 100% var(--alter3-bg-image-height), 100% var(--alter3-bg-image-height);
    background-color: #ffffff !important;
}

body.reserve-flow .card {
    background: transparent;
}
