/** Shopify CDN: Minification failed

Line 205:0 Unexpected "}"

**/
    .two-col-66-33-container {
        width: 100%;
        min-height: 60vh;
    }

    .two-col-66-33 {
        width: 100%;
        min-height: 60vh;
        display: flex;
        gap: 0;
    }

    .two-col-66-33_left {
        width: 66%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4rem 4rem 4rem 0;
        border-right: 1px solid #e5e8ed;
    }
    .two-col-66-33_left_image {
        width: 100%;
        margin: 2rem 0;
    }
    .two-col-66-33_left_image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
    }
    .two-col-66-33_left_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 2rem 0;
        text-align: left;
        color: #434343;
    }
    .two-col-66-33_left_content h3 {
        font-size: 1.6rem;
        color: #434343;
        text-transform: uppercase;
    }
    .two-col-66-33_left_content h2 {
        font-size: 4.8rem;
        color: #000000;
        margin-bottom: 2rem;
    }
    .two-col-66-33_left_content-description {
        padding: 0;
    }
    .two-col-66-33_left_content-description p {
        font-size: 1.6rem;
        margin-top: 0;
        color: #434343;
    }

    .two-col-66-33_right {
        width: 33%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 4rem 0rem 4rem 4rem;
    }
    .two-col-66-33_right_image {
        width: 100%;
        height: 100%;
    }
    .two-col-66-33_right_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
    }
    .two-col-66-33_right_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 3rem;
        text-align: left;
        color: #434343;
    }
    .two-col-66-33_right_content h3 {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
        color: #434343;
        text-transform: uppercase;
    }
    .two-col-66-33_right_content h2 {
        font-size: 4rem;
        color: #000000;
        margin-bottom: 1.8rem;
    }
    .two-col-66-33_right_content-description {
        padding: 0;
    }
    .two-col-66-33_right_content-description p {
        margin-top: 0;
        font-size: 1.6rem;
        color: #434343;
    }
    .two-col-66-33_right_split-image {
        position: absolute;
        z-index: 3;
        left: 0;
        top: 50%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
    .two-col-66-33_right_split-image img {
        width: 80px;
        height: 80px;
    }

    .two-col-66-33_right_content-icons {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 1.6rem;
        text-align: left;
    }
    .two-col-66-33_right_content-icons .content-icons {
        display: block;
        margin: 0 1rem 1rem 0;
        width: 4.8rem;
        height: 4.8rem;
        border: 1px solid #000000;
        text-decoration: none;
    }
    .two-col-66-33_right_content-icons .content-icons:hover {
        background-color: #EFEDE7;
    }
    .two-col-66-33_right_content-icons .content-icons-email {
        background: transparent url('/cdn/shop/files/Icon-email.png?v=1752024500') center center no-repeat;
    }
    .two-col-66-33_right_content-icons .content-icons-phone {
        background: transparent url('/cdn/shop/files/icon-phone.png?v=1752024500') center center no-repeat;
    }
    .two-col-66-33_right_content-icons .content-icons-map {
        background: transparent url('/cdn/shop/files/icon-map.png?v=1752024500') center center no-repeat;
    }
    .button--dark,
    .two-col-66-33_left .button--dark-fullwidth {
        display: block;
        margin-top: 2rem;
        background-color: #000000;
        color: white;
        padding: 1rem 2rem;
        line-height: 150%;
        text-align: center;
    }
    .button--dark:hover,
    .two-col-66-33_left .button--dark-fullwidth:hover {
        background-color: #333;
    }
    .two-col-66-33_left .button--dark-fullwidth {
        width: 100%;
    }

    @media screen and (max-width: 749px) {
        .two-col-66-33 {
            flex-direction: column;
        }
        .two-col-66-33_left {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #e5e8ed;
            padding-right: 0;
        }
        .two-col-66-33_right {
            width: 100%;
            padding-left: 0;
        }
        .two-col-66-33_left_content h2,
        .two-col-66-33_right_content h2 {
            font-size: 40px;
        }
    }
}
