/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
 .reverse-supply-content-title {
    font-size: 70px;
    line-height: 77px;
    color: white;
}
 .reverse-supply-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reverse-supply-content-table {
    width: 460px;
    margin-top: 40px;
}
.reverse-supply-container-inner {
    padding: 200px 0;
    margin-left: calc(50% - 1180px / 2);
}
.reverse-supply-slider {
    width: calc(100% - 500px);
}

.reverse-supply-content-table-entry {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff20;
    font-weight: bold;
}
.reverse-supply-content-table-entry a{
    text-decoration: none;
    color: #ffffff;
}
.reverse-supply-content-table-entry:last-child {
    border: none;
}
.reverse-supply-slider .splide__slide {
    min-width: 400px;
    max-width: 400px;
    border: 1px solid #ffffff20;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    margin-right: 40px !important;
    color: white;
    margin-top: 40px;
}
.reverse-supply-slider .splide__slide p {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
}
.reverse-supply-slider .splide__slide:first-child {
    background-color: #F6CE47;
    border: 1px solid #F6CE47;
    color: #292D34;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.reverse-supply-slider .splide__slide:first-child:before {
    display: none;
}
.reverse-supply-slider .splide__slide:first-child a {
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    padding: 14px 40px;
    background-color: white;
    border-radius: 40px;
    margin-top: 40px;
}
.reverse-supply-slider .splide__slide:first-child p {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.reverse-supply-slider .splide__slide:before {
    position: absolute;
    background-color: white;
    height: 80px;
    width: 80px;
    content: " ";
    top: -40px;
    border-radius: 13px;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='140' height='140' viewBox='0 0 140 140'%3E%3Cdefs%3E%3Cfilter id='Rectangle_360' x='0' y='0' width='140' height='140' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.082'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='icon_money' transform='translate(-348)'%3E%3Cg transform='matrix(1, 0, 0, 1, 348, 0)' filter='url(%23Rectangle_360)'%3E%3Crect id='Rectangle_360-2' data-name='Rectangle 360' width='80' height='80' rx='13' transform='translate(30 30)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Icon_akar-money' data-name='Icon akar-money' transform='translate(396 55)' opacity='0.501'%3E%3Cpath id='Path_476' data-name='Path 476' d='M3,11.9A4.4,4.4,0,0,1,7.4,7.5H42.586a4.4,4.4,0,0,1,4.4,4.4V33.891a4.4,4.4,0,0,1-4.4,4.4H7.4a4.4,4.4,0,0,1-4.4-4.4Z' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_477' data-name='Path 477' d='M26.7,20.1a6.6,6.6,0,1,1-6.6-6.6A6.6,6.6,0,0,1,26.7,20.1Z' transform='translate(1.895 -4.703)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_478' data-name='Path 478' d='M3,16.3H3a8.8,8.8,0,0,0,8.8-8.8h0M38.188,38.289h0a8.8,8.8,0,0,1,8.8-8.8h0' transform='translate(-3 -7.5)' fill='none' stroke='%23292d34' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.reverse-supply-slider .splide__arrow.splide__arrow--next {
    right: 250px;
    transform: translateY(250px);
}
.reverse-supply-slider .splide__arrow.splide__arrow--prev {
    left: 250px;
    transform: rotate(180deg) translateY(-250px);
}
.reverse-supply-slider .splide__pagination {
    top: calc(100% + 80px);
}
@media (max-width: 1180px) {
    .reverse-supply-content {
        flex-direction: column;
    }
    .reverse-supply-container-inner {
        margin: 0 20px;
        padding: 80px 0 100px;
    }
    .reverse-supply-content-table {
        margin: 0;
        width: 100%;
    }
    .reverse-supply-content-table-entry {
        padding: 10px 15px;
    }
    .reverse-supply-slider .splide__track {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .reverse-supply-slider {
        width: 100%;
    }
    .reverse-supply-slider .splide__arrow.splide__arrow--next {
        transform: translateY(0);
        right: 20px;
    }
    .reverse-supply-slider .splide__arrow.splide__arrow--prev {
        transform: rotate(180deg) translateY(0);
        left: 20px;
    }
    .reverse-supply-slider .splide__pagination {
        top: calc(100% + 50px);
    }
    .reverse-supply-content-table-entry a {
        font-size: 17px;
        line-height: 25px;
    }
    .reverse-supply-slider .splide__slide {
        padding: 20px;
        width: 100% !important;
        min-width: unset;
    }
    .reverse-supply-slider .splide__slide:first-child p {
        font-size: 15px;
        line-height: 22px;
    }
    .reverse-supply-slider .splide__slide:first-child a {
        padding: 9px 24px;
        font-size: 14px;
    }
    .reverse-supply-content-title {
        font-size: 38px;
        line-height: 42px;
    }
    .reverse-supply-slider .splide__slide:before {
        height: 38px;
        width: 38px;
        top: -19px;
        border-radius: 6px;
        background-size: 175%;
    }
    .reverse-supply-slider .splide__slide p {
        font-size: 22px;
        line-height: 32px;
    }
    .reverse-supply-slider .splide__slide {
        margin-right: 20px !important;
    }
}

