<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.precious-lp-experience {
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}

.precious-lp-experience .precious-lp-text {
    max-width: 420px;
}

.precious-lp-experience .precious-lp-title {
    text-align: center;
    justify-content: center;
}

.precious-lp-experience__slide {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    padding: 50px var(--PADDING-CONTENT);
}


.precious-lp-experience__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 50%;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: left;
}

.precious-lp-experience__content .precious-lp-text {
    margin-bottom: 16px;
}

.precious-lp-experience__content .precious-lp-cta {
    min-width: 190px;
    margin-top: 16px;
}

.precious-lp-experience__slide picture {
    flex-basis: 50%;
}

.precious-lp-experience .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.precious-lp-experience .slick-arrow {
    background-image: url(../images/arrow.svg);
    font-size: 0;
    width: 40px;
    height: 70px;
    background-color: transparent;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: calc(50% - 35px);
    position: absolute;
    z-index: 2;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

.precious-lp-experience .slick-arrow:focus,
.precious-lp-experience .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.precious-lp-experience .slick-prev {
    left: 0px;
    transform: scaleX(-1) !important;
}

.precious-lp-experience .slick-next {
    right: 0px;

}

.precious-lp-experience .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media(max-width:1023px) {
    .precious-lp-experience__content {
        padding-left: var(--PADDING-CONTENT);
    }
}



@media(max-width:761px) {
    .precious-lp-experience__slide {
        display: block !important;

    }


    .precious-lp-experience .slick-track {
        display: flex;
    }

    .precious-lp-experience__slide {
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        height: auto;
    }

    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT);
        align-items: center;
        text-align: center;
    }

    /*
    .precious-lp-experience__slide .precious-lp-text {
        flex: 1;
    }*/

    .precious-lp-experience {
        margin-bottom: -20vw;
    }
}</pre></body></html>