.stage {
    padding: 10px;
    height: 644px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
}

.stage.-variant-19\:9 {
    height: 900px;
}

.stage::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: radial-gradient(rgba(0, 0, 0, 0.2), transparent, transparent);
    z-index: 1;
}

.stage .img-desktop,
.stage .img-tablet {
    display: block;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.stage .img-tablet {
    display: none;
}

@media (max-width: 767px) {
    .stage .img-desktop {
        display: none;
    }

    .stage .img-tablet {
        display: block;
    }
}

.stage .text {
    position: relative;
    z-index: 1;
}

.stage .text-ci-light {
    color: #fff;
}

.stage-caption .container {
    position: relative;
}

.stage-caption .rect {
    position: absolute;
    right: 15px;
    top: -185px;
    width: 348px;
    min-height: 348px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    z-index: 1;
}

.stage-caption .rect > * {
    position: relative;
    z-index: 1;
}

.stage-caption .rect::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ci-light);
    border-radius: 30px;
    transform: rotate(-5deg);
}

.slider-caption nav {
    justify-content: flex-end;
}

.stage-caption .rect::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: -84px;
    width: 103px;
    height: 130px;
    background: transparent url(/public/icons/arrow-grey.svg) no-repeat center;
    z-index: 1;
}

.stage-caption header * {
    color: #fff;
}

.stage-caption ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stage-caption ul li {
    margin: 0;
    padding: 0;
}

.stage-caption ul li + li {
    border-top: 1px solid #fff;
}

.stage-caption ul a {
    text-decoration: none;
    position: relative;
    font-weight: 900;
    letter-spacing: 0.1px;
    display: block;
    padding: 17px 40px 17px 60px;
    background: transparent url(/public/icons/arrow-up-right.svg) no-repeat
        right center;
}

.stage-caption ul a span {
    display: inline-block;
    position: relative;
}

.stage-caption ul a::after,
.stage-caption ul a span::after {
    content: ' ';
    transition: var(--transition-standard);
    display: block;
    position: absolute;
    height: 1px;
    margin-top: -3px;
    border-top: 1px solid;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.stage-caption ul a::after {
    width: auto;
    left: 50%;
    right: 50%;
    transform: none;
}

.stage-caption ul a:hover::after,
.stage-caption ul a:focus::after {
    left: 60px;
    right: 40px;
}

.stage-caption ul li:first-child {
    background: transparent url(/public/icons/home.svg) no-repeat left center;
}

.stage-caption ul li:nth-child(2) {
    background: transparent url(/public/icons/boat.svg) no-repeat left center;
}

.banner-slider .stage {
    overflow: hidden;
}

.banner-slider .stage::before {
    display: none;
}

.banner-slider .slider-caption {
    width: 550px;
    padding: 70px 80px 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-slider .slider-caption > * {
    position: relative;
    z-index: 1;
}

.banner-slider .slider-caption::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 140%;
    background: #fff;
    border-top-left-radius: 30px;
    transform: rotate(-5deg);
}

.slider-caption header {
    margin-bottom: 15px;
}

.slider-caption nav {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.slider-caption nav button {
    appearance: none;
    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    line-height: 1;
    padding: 0;
    background-size: auto 20px;
    height: 20px;
    width: 10px;
}

.slider-caption nav .prev,
.slider-caption nav .next {
    background-image: url(/public/icons/chevron-right.svg);
}

.slider-caption nav .prev {
    transform: rotate(180deg);
    margin-right: 30px;
}

@media (max-width: 767px) {
    .stage,
    .stage.-variant-19\:9 {
        height: 80vh;
    }

    .stage .text {
        text-align: center;
    }

    .stage-caption {
        display: none;
    }

    .stage-caption.-small {
        display: block;
    }

    .stage-caption.-small .rect {
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        top: -60px;
    }

    .banner-slider .stage {
        display: block;
    }

    .banner-slider .stage .img-desktop {
        display: none;
    }

    .banner-slider .stage .img-tablet {
        height: 361px;
        display: block;
        position: static;
    }

    .banner-slider .slider-caption {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        padding: 0;
        width: auto;
    }

    .banner-slider .slider-caption::before {
        width: 100%;
        height: 30px;
        top: -30px;
        left: auto;
        right: -1px;
        border: 0;
        transform: none;
        background: transparent;
        background-color: #fff;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        z-index: 1;
        position: absolute;
        border-radius: 0;
    }

    .banner-slider .stage {
        height: auto;
    }
}
