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

.dropdown {
    margin-left: 0;
    margin-right: 0;
}

.dropdown_arrow {
    color: #0000;
    background-image: url('../images/title-section_select-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 12px;
}

.title-section_row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.title-section_row.is-center {
    justify-content: center;
    align-items: center;
}

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

.banner-2-text-columns_right {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.data_block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.section-with-sidebar {
    grid-column-gap: 60px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

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

.slider-button {
    grid-column-gap: 10px;
    cursor: pointer;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

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

.title-landing-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}

.horizontal-line {
    grid-row-gap: 10px;
    opacity: .4;
    background-color: #d9d9d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
}

.horizontal-line.is-title-row {
    margin-top: 15px;
}

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

.title-landing-text_text-container {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    text-decoration: none;
    display: flex;
}

.title-landing-text_content {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1360px;
    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;
}

.title-landing {
    overflow: hidden;
}

.title-landing-text {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
}

.slider-button_arrow {
    border-style: solid;
    border-width: undefinedpx;
    object-fit: cover;
    border-color: gray;
    transition: all .2s;
}

.title-landing-text_rows {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.title-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
}

.dropdown_nav {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown_nav.w--open {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.title-landing-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
}

.title-landing-center.align-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.title-landing-buttons {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
}

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

.title-landing-text_title-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.title_2-columns {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

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

.dropdown_toogle {
    grid-column-gap: 10px;
    border: 1px solid #000;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
    padding: 7px 40px 7px 15px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

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

.title-landing-title {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
}

.dropdown_option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown_option.paragraph-3.is-dark3 {
    transition: all .2s;
}

.dropdown_option.paragraph-3.is-dark3:hover {
    color: #000;
}

.data_block-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.title-landing-filters_row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.slider-buttons {
    justify-content: space-between;
    align-items: center;
    width: 70.6875px;
    text-decoration: none;
    display: flex;
}

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

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

.paragraph-6.is-bold {
    font-weight: 700;
}

.paragraph-6.is-bold.is-dark2,
.paragraph-6.is-dark2 {
    color: #404040;
}

.title-4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.section-with-sidebar_main {
    width: 100%;
}

.section-with-sidebar_sidebar {
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    max-width: 280px;
    height: auto;
    text-decoration: none;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .banner-2-text-columns_right {
        grid-row-gap: 60px;
    }

    .paragraph-3 {
        font-size: 17px;
        line-height: 23px;
    }

    .title-2 {
        font-size: 50px;
        line-height: 54px;
    }

    .paragraph-2 {
        font-size: 18px;
        line-height: 30px;
    }

    .title-4 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-with-sidebar_sidebar {
        min-width: 300px;
        max-width: 300px;
    }
}

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

    .section-with-sidebar {
        grid-row-gap: 50px;
        flex-flow: column;
    }

    .banner-2-text-columns_left {
        grid-row-gap: 40px;
    }

    .title-2 {
        font-size: 38px;
        line-height: 42px;
    }

    .title_2-columns {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        flex-flow: column;
    }

    .title-landing-filters_row {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .paragraph-2 {
        font-size: 16px;
        line-height: 26px;
    }

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

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

    .banner-2-text-columns_right,
    .banner-2-text-columns_left {
        grid-row-gap: 30px;
    }

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

    .title-landing-text {
        padding-top: 30px;
    }

    .title-2 {
        font-size: 32px;
        line-height: 35px;
    }

    .title_2-columns {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .dropdown_toogle {
        padding: 6px 36px 6px 12px;
    }

    .slider-buttons {
        max-width: 60px;
        display: none;
    }

    .paragraph-2 {
        font-size: 15px;
        line-height: 24px;
    }

    .title-4 {
        font-size: 20px;
        line-height: 25px;
    }

    .title-4.is-bold {
        font-size: 22px;
        line-height: 27px;
    }
}

@media screen and (max-width: 479px) {
    .dropdown {
        width: 100%;
    }

    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-2-text-columns_right {
        grid-row-gap: 25px;
    }

    .section-with-sidebar {
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .title-landing-filters {
        padding-top: 25px;
    }

    .banner-2-text-columns_left {
        grid-row-gap: 25px;
    }

    .title-landing-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .horizontal-line.is-title-row {
        margin-top: 12px;
    }

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

    .title-landing-text {
        padding-top: 20px;
    }

    .slider-button_arrow {
        width: 12px;
        height: 25px;
    }

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

    .title-landing-center {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .title-landing-buttons {
        padding-top: 30px;
    }

    .title_2-columns {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }

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

    .title-landing-title {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .slider-buttons {
        width: 100%;
        max-width: 55px;
    }

    .paragraph-2 {
        font-size: 14px;
        line-height: 23px;
    }

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

    .title-4 {
        font-size: 18px;
        line-height: 23px;
    }

    .title-4.is-bold {
        font-size: 20px;
        line-height: 25px;
    }

    .section-with-sidebar_sidebar {
        min-width: auto;
        max-width: none;
    }
}


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