@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-LightItalic-2.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-BoldItalic-2.otf') format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Regular-2.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-SemiBoldItalic-2.otf') format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Bold-2.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-RegularItalic-2.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-SemiBold-2.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Light-2.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fracktif;
    src: url('../fonts/Fracktif-Medium-2.otf') format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.resp-image {
    width: 100%;
    max-width: none;
    height: auto;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.splide__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.hero-section-slider {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    display: flex;
}

.splide,
.splide.is-hero {
    width: 100%;
}

.hero-section-slider_content {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}

.hero-section-slider_number {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Fracktif, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

.see-more-link {
    color: #000;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
    transition: all .1s;
}

.see-more-link:hover {
    color: #ff2e3d;
    text-decoration: none;
}

._2-columns-1-2_small {
    width: 31%;
    overflow: hidden;
}

.paragraph-3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

._2-columns-1-2_large {
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
    text-decoration: none;
    display: flex;
}

.hero-section-slider_text-container {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 60px;
    text-decoration: none;
    display: flex;
}

.hero-section-slider_read-more {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.hero-section-slider_left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

.title-3 {
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
}

._2-columns-1-2_row {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.hero-section-slider_text {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .paragraph-3 {
        font-size: 17px;
        line-height: 23px;
    }

    .title-3 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    ._2-columns-1-2_small,
    ._2-columns-1-2_large {
        width: 100%;
    }

    .hero-section-slider_text-container {
        padding-bottom: 0;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
    }
}

@media screen and (max-width: 767px) {
    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    .splide.is-hero {
        padding-bottom: 40px;
    }

    .see-more-link {
        font-size: 14px;
        line-height: 20px;
    }

    .paragraph-3 {
        font-size: 15px;
        line-height: 21px;
    }

    .hero-section-slider_text-container {
        grid-row-gap: 25px;
    }

    .title-3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media screen and (max-width: 479px) {
    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section-slider_number {
        margin-bottom: 5px;
    }

    .see-more-link {
        font-size: 13px;
        line-height: 19px;
    }

    .paragraph-3 {
        font-size: 14px;
        line-height: 20px;
    }

    ._2-columns-1-2_large {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        flex-flow: column;
    }

    .hero-section-slider_text-container {
        grid-row-gap: 20px;
    }

    .title-3 {
        font-size: 21px;
        line-height: 21px;
    }

    ._2-columns-1-2_row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .hero-section-slider_text {
        grid-row-gap: 12px;
    }
}


@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-LightItalic-2.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-BoldItalic-2.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Regular-2.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-SemiBoldItalic-2.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Bold-2.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-RegularItalic-2.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-SemiBold-2.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Light-2.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fracktif';
    src: url('../fonts/Fracktif-Medium-2.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}