:root {
    --interactive-slider-background: url(../%282.html).png);
    --interactive-slider-background-mobile: url(../%281.html).png);
}

.min-height-200{
    min-height: 200px;
}

.interactive-slider {
    min-height: 770px;
    height: 100%;
    background-image: var(--interactive-slider-background-mobile);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.interactive-slider-header p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0;
}

.interactive-slider-header {
    padding-top: 25%;
}

.interactive-slider-buttons {
    padding-top: 40px;
}

.interactive-slider-slick {
    padding-top: 34px;
}

.interactive-slider-footer {
    padding-top: 38px;
    width: 75%;
}

.interactive-slider-footer p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #2B2B2B;
}

.interactive-slider-buttons {
    padding-top: 0px;
    width: 25%;
}

.interactive-slider-full .interactive-slider-item-subheading p {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #5000A0;
    margin-bottom: 0;
}

.interactive-slider-full .interactive-slider-footer {
    width: 75%;
}

@media only screen and (min-width: 992px) {
    .interactive-slider {
        background-image: var(--interactive-slider-background);
        background-repeat: no-repeat;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        background-size: cover;
    }
    .interactive-slider-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
    }
    .interactive-slider-item {
        transition: all 2s;
        /*padding-left: 6%;*/
        padding-left: 400px;
    }
    .interactive-slider-full .interactive-slider-item {
        padding: 0;
        margin: 20px;
    }
    .interactive-slider-slick {
        padding-top: 7%;
    }
    /* .slick-current {
        padding-left: 5%;
        transition: all 2s;
    } */
    .interactive-slider-footer {
        width: 55%;
    }
    .interactive-slider-full .interactive-slider-item-subheading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #5000A0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .interactive-slider-buttons {
        width: 30%;
    }
}

@media only screen and (max-width: 1185px) {
    .interactive-slider-buttons {
        width: 38%;
    }
}


/* @media only screen and (max-width: 1000px) {
        .interactive-slider-buttons {
            width: 60% !important;
        }
    } */