/** Shopify CDN: Minification failed

Line 56:22 Expected ")" to end URL token
Line 138:26 Expected ")" to end URL token

**/
/* half-content-half-image-with--gray-box-and-quote-section */
.half-content-half-image-with--gray-box-and-quote-section {
    overflow: hidden;
    background: #131313;
}
.half-content-half-image-with--gray-box-and-quote-section h3 {
    color: #171b22;
}
.half-content-half-image-with--gray-box-and-quote-section p {
    color: #131313;
}
.half-content-half-image-with--gray-box-and-quote-section .gray-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 80px 60px 80px;
    background: #f2f2f2;
}
.half-content-half-image-with--gray-box-and-quote-section .gray-section h3 {
    margin-bottom: 20px;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section {
    width: 50%;
    padding-right: 40px;
    position: relative;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .image-wrapper {
    height: 440px;
    width: calc(100% + 120px);
    position: absolute;
    left: -160px;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .image-wrapper img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section {
    position: relative;
    text-align: center;
    margin-top: 480px;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section::before {
    content: "";
    height: 112px;
    width: 127px;
    position: absolute;
    background: url({{"icon-quote.png"|asset_url}}) no-repeat center / 127px;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section h2 {
    position: relative;
    z-index: 2;
    color: #171b22;
    font-style: italic;
}
.half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section .name {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #171b22;
}
.half-content-half-image-with--gray-box-and-quote-section .content {
    width: 50%;
    padding: 60px 0 0px;
    position: relative;
    padding-left: 40px;
}
.half-content-half-image-with--gray-box-and-quote-section .content ul {
    margin-left: 15px;
    padding-left: 15px;
    margin-top: 14px;
}
.half-content-half-image-with--gray-box-and-quote-section .content ul li {
    padding: 0 0 0 0px;
    position: relative;
    margin-bottom: 10px;
}
.half-content-half-image-with--gray-box-and-quote-section .content ul li:last-child {
    margin-bottom: 0px;
}
.half-content-half-image-with--gray-box-and-quote-section .content ul li::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #171b22;
    left: -20px;
    content: "";
    position: absolute;
    top: 10px;
}
@media (max-width: 980px) {
    .half-content-half-image-with--gray-box-and-quote-section .container-1340 {
        padding: 0px !important;
    }
    .half-content-half-image-with--gray-box-and-quote-section .gray-section {
        flex-direction: column;
        padding: 60px 30px;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section {
        width: 100%;
        padding-right: 0px;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section .image-wrapper {
        position: relative;
        max-height: 440px;
        width: 100%;
        height: calc(100vw - 60px);
        left: 0px;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section {
        margin-top: 40px !important;
        position: relative;
        text-align: center;
        margin-top: 480px;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section::before {
        content: "";
        height: 112px;
        width: 127px;
        position: absolute;
        background: url({{"icon-quote.png"|asset_url}}) no-repeat center / 127px;
        top: -75px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section h2 {
        position: relative;
        z-index: 2;
    }
    .half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section .name {
        position: relative;
        z-index: 2;
        display: block;
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
    }
    .half-content-half-image-with--gray-box-and-quote-section .content {
        width: 100%;
        padding: 60px 0 0px;
        padding-left: 0px;
    }
}
@media (max-width: 480px) {
    .half-content-half-image-with--gray-box-and-quote-section .left-section .quote-section h2 {
        line-height: 1.17 !important;
        font-size: 30px !important;
    }
}