@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;
}

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

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

._2-columns-1-1_column {
    width: 48%;
}

.banner-highlight_title {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

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

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

.banner-highlight_right {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 100%;
    text-decoration: none;
    display: flex;
    position: relative;
}

.white-button-big {
    grid-column-gap: 10px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 9px 20px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    overflow: hidden;
}

.white-button-big:hover {
    color: #fff;
    background-color: #ff2e3d;
    border-color: #ff2e3d;
}

.white-button-big.w--current {
    color: #fff;
    background-color: #000;
}

.banner-highlight_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.banner-highlight_text {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

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

.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;
}

.paragraph-1 {
    color: #404040;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.paragraph-1.is-dark2 {
    color: #404040;
    font-size: 18px;
    line-height: 22px;
}

.banner-highlight_left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .banner-highlight_text {
        grid-row-gap: 50px;
    }

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

    .paragraph-1.is-dark2 {
        font-size: 20px;
        line-height: 24px;
    }
}

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

    ._2-columns-1-1_column {
        width: 100%;
    }

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

    .banner-highlight_left {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
}

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

    .banner-highlight_text {
        grid-row-gap: 30px;
    }

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

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

    .banner-highlight_title {
        grid-row-gap: 12px;
    }

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

    .white-button-big {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 10px;
    }

    .banner-highlight_text {
        grid-row-gap: 25px;
    }

    .title-8 {
        font-size: 10px;
        line-height: 10px;
    }

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

    .paragraph-1 {
        font-size: 15px;
        line-height: 19px;
    }

    .paragraph-1.is-dark2 {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-highlight_left {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }
}


@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;
}