:root {
    --red: #ff2e3d;
    --dark2: #404040;
    --dark1: black;
    --white: white;
    --dark3: grey;
    --light1: #b2b2b2;
    --light2: #d9d9d9;
    --light3: #f7f7f7;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    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-section_list {
    overflow: hidden;
}

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

.title-section-text:where(.w-variant-be0c4081-dbcd-7438-f6b3-8eed286a3ec4) {
    display: none;
}

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

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

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

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

._2-columns-1-2_large.align-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
}

.title-section-text_text-container {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 50px;
    text-decoration: none;
    display: flex;
}

.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-section-text_button-container {
    grid-column-gap: 10px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.title-section-text_button {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fracktif, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.title-section-text_button:hover {
    color: var(--red);
}

.slider-buttons {
    justify-content: space-between;
    align-items: center;
    width: 70.6875px;
    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;
}

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

.proptitle-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    display: none;
}

.proptitle-section:where(.w-variant-be0c4081-dbcd-7438-f6b3-8eed286a3ec4) {
    display: flex;
}

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

.title-section_button {
    grid-column-gap: 10px;
    border: 1px solid var(--dark2);
    color: var(--dark1);
    text-transform: uppercase;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 27px;
    padding: 7px 13px 6px;
    font-family: Fracktif, Arial, sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
    overflow: hidden;
}

.title-section_button:hover {
    border-color: var(--red);
    background-color: var(--red);
    color: var(--white);
}

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

.hover-red {
    transition: all 50ms;
}

@media screen and (min-width: 1280px) {
    .title-4 {
        font-size: 30px;
        line-height: 35px;
    }

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

    .title-6 {
        font-size: 24px;
        line-height: 32px;
    }
}

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

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

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

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

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

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

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

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

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

    .title-section-text_text-container {
        padding-right: 30px;
    }

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

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

    .title-6 {
        font-size: 19px;
        line-height: 26px;
    }
}

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

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

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

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

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

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

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

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

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

    .title-6 {
        font-size: 17px;
        line-height: 24px;
    }

    .title-section_button {
        padding: 6px 10px 5px;
    }
}