.redirection--slider {
    background-color: #e58378;
    padding: 40px 0;
}

.redirection--slider.white {
    background-color: #ffffff;
}

@media screen and (min-width: 1025px) {
    .redirection--slider {
        padding: 96px 0;
    }
}

.redirection--slider h4 {
    color: #171b19;
}

.redirection--slider.transparent {
    background-color: transparent;
}

.redirection--slider-title {
    font-family: "Cormorant", serif;
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .redirection--slider-title {
        font-size: 2.5rem;
        margin-bottom: 56px;
    }
}

.redirection--slider-title span {
    font-style: italic;
}

.redirection--slider-container {
    padding-left: 16px;
}

@media screen and (min-width: 1025px) {
    .redirection--slider-container {
        padding: 0;
    }
}

.redirection--slider-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 40px;
}

@media screen and (min-width: 1025px) {
    .redirection--slider-bottom {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 56px;
        gap: 48px;
    }
}

.redirection--slider-bottom .dots-container {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1025px) {
    .redirection--slider-bottom .dots-container {
        width: 60%;
    }
}

.redirection--slider-bottom button {
    flex: 1;
    height: 3px;
    background-color: #fffafa;
    transition: all 0.3s;
}

.redirection--slider-bottom button.active {
    background: url("../images/snow_background.png"), #28504a;
    background-size: cover;
    transition: all 0.3s;
}

.redirection--slider-bottom .nav-container .nav {
    display: none;
}

@media screen and (min-width: 1025px) {
    .redirection--slider-bottom .nav-container .nav {
        display: flex;
        gap: 32px;
    }
}

@media screen and (min-width: 1025px) {
    .redirection--slider-bottom .nav-container {
        display: flex;
        gap: 48px;
        flex: 1;
    }
}

.redirection--slider-bottom .nav-container button {
    position: relative;
    background-color: transparent;
}

.redirection--slider-bottom .nav-container button::before {
    content: '';
    display: block;
    width: 46px;
    height: 22px;
}

.redirection--slider-bottom .nav-container button.owl-prev::before {
    background: url("../images/arrow_left_dark_green.svg") no-repeat;
    background-size: contain;
}

.redirection--slider-bottom .nav-container button.owl-next::before {
    background: url("../images/arrow_right_dark_green.svg") no-repeat;
    background-size: contain;
}

.redirection--slider-bottom .nav-container a {
    font-family: "Cormorant", serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #28504a;
    font-size: 18px;
}

.home .redirection--slider-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .home .redirection--slider-title {
        flex-direction: row;
        justify-content: space-between;
    }
}

.home .redirection--slider-title>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 1025px) {
    .home .redirection--slider-title>div:nth-child(2) {
        flex-direction: row;
        align-items: flex-end;
    }
}

.home .redirection--slider-title p:not(.uptitle) {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

@media screen and (min-width: 1025px) {
    .home .redirection--slider-title p:not(.uptitle) {
        max-width: 580px;
        font-size: 15px;
        line-height: 24px;
    }
}

.home .redirection--slider-title .title {
    flex-shrink: 0;
}

.home .redirection--slider-title .uptitle {
    font-family: "Cormorant", serif;
    color: #517b6c;
    font-style: italic;
    padding-left: 40px;
    position: relative;
    font-size: 24px;
}

.home .redirection--slider-title .uptitle::before {
    content: '';
    height: 1px;
    width: 32px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background-color: #517b6c;
}