/** Shopify CDN: Minification failed

Line 15:15 Unexpected "{"
Line 15:24 Expected ":"
Line 15:30 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.faq-block-section{
        margin-bottom: 60px;
    }

    .section--{{ section.id }}{
        background: linear-gradient(var(--color-body) 0 27px, {{ section.settings.background }} 27px 100%);
    }

    .faq-block-section .wrapper--small{
        max-width: 1048px;
        margin: 0 auto;
    }

    .faq-block-section section{
        padding-bottom: 24px;
    }

    .faq-block-section h2{
        font-size: 40px;
        line-height: 49px;
        margin-top: 0;
        margin-bottom: 20px;
        max-width: 650px;
    }

    .faq-block-section ul{
        max-width: 790px;
        width: 100%;
        margin: 0 auto;
        list-style: none;
    }
    .faq-section--answer ul {
        margin: 0 0 15px 40px;
        list-style: none;
        padding-right: 30px;
    }
    @media (max-width: 768px) {
        .faq-section--answer ul {
            margin: 0 0 15px 15px;
            padding-right: 20px;

        }
    }
    .faq-section--answer ul li {
        position: relative;
    }
    .faq-section--answer ul li::before {
        content: "-";
        position: absolute;
        left: -15px;
        top: -3px;
    }
    .faq-section--answer a {
        text-decoration: underline;
        color: var(--color-link-secondary);
    }
    .faq-section--block{
        margin-bottom: 16px;
        padding: 16px 60px 16px 20px;
        background-color: var(--color-body);
        border-radius: 4px;
        border: 1px solid var(--color-border);
        position: relative;
    }
    .faq-section--answer img {
        border: 1px solid #cccccc;
    }
    .faq-section--block .dropdown-plus{
        right: -28px;
    }
    .faq-section--block.opened{
        border-color: var(--color-secondary);
    }
    .faq-section--question.dropdown-title{
        font-size: 20px;
        line-height: 32px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .faq-section--answer{
        margin-top: 16px;
    }
    .faq-section--answer p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .faq-section--subtitle {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        margin: 0 0 40px;
    }
    .faq-section--answer .table-container {
        overflow: auto;
        margin: 15px 0;
    }
    .faq-copy-link {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        background-color: #ebf5f5;
        padding: 2px 8px 2px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
    }
    .faq-copy-link input {
        width: 100%;
        border: none;
        background: none;
        outline: none;
        margin-left: 4px;
        cursor: pointer;
    }
    .link-copied {
        position: absolute;
        bottom: -24px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%);
        left: 50%;
        padding: 3px 8px;
        background-color: #ebf5f5;
        transition: all 0.3s;
        font-size: 10px;
        z-index: 10;
    }
    .link-copied.link-copied-visible {
        opacity: 1;
        visibility: visible;
    }

    @media screen and (max-width: 590px) {
        .faq-block-section{
            margin-bottom: 40px;
        }

        .faq-block-section h2{
            font-size: 32px;
            line-height: 39px;
            margin-bottom: 12px;
        }

        .faq-block-section .faq-section--subtitle {
            font-weight: 500;
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 20px;
        }

        .faq-section--block.custom-dropdown{
            padding: 14px 13px;
        }

        .faq-section--question.dropdown-title{
            padding-right: 55px;
            font-size: 14px;
            line-height: 20px;
        }

        .faq-section--block .dropdown-plus{
            right: 0;
            transform: none;
            top: 0;
        }
    }

.template-page-ambassador .faq-section--block .dropdown-plus{
    transform: translateY(-50%);
    top: 50%;
}
.template-page-ambassador .faq-block-section section{
    padding-bottom: 0;
}
@media (min-width: 1023px){
    .template-page-ambassador .faq-block-section section{
        padding-bottom: 4px;
    }
}
.template-page-ambassador .faq-block-section h2{
    color: #333;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 590px) {
    .template-page-ambassador .faq-block-section h2{
        text-align: left!important;
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 25px;
    }
}
.faq-block-section{
margin-bottom: 60px;
}

.faq-block-section .wrapper--small{
max-width: 1048px;
margin: 0 auto;
}

.faq-block-section section{
padding-top: 64px;
padding-bottom: 64px;
}

.faq-block-section h2{
margin-top: 0;
margin-bottom: 32px;
max-width: 650px;
}
@media screen and (min-width: 591px) {
    .faq-block-section h2.title-smaller {
        font-size: 36px;
    }
}

.faq-block-section ul{
max-width: 790px;
width: 100%;
margin: 0 auto;
list-style: none;
}
.faq-section--answer ul {
margin: 0 0 15px 40px;
list-style: none;
padding-right: 30px;
}
@media (max-width: 768px) {
.faq-section--answer ul {
margin: 0 0 15px 15px;
padding-right: 20px;

}
}
.faq-section--answer ul li {
position: relative;
}
.faq-section--answer ul li::before {
content: "-";
position: absolute;
left: -15px;
top: -3px;
}
.faq-section--answer a {
text-decoration: underline;
color: var(--color-link-secondary);
}
.faq-section--block{
margin-bottom: 16px;
padding: 16px 60px 16px 20px;
background-color: var(--color-body);
border-radius: 4px;
border: 1px solid var(--color-border);
position: relative;
}
.faq-section--answer img {
border: 1px solid #cccccc;
}
.faq-section--block .dropdown-plus{
right: -28px;
}
.faq-section--block.opened{
border-color: var(--color-secondary);
}
.faq-section--question.dropdown-title{
font-size: 20px;
line-height: 32px;
font-weight: 500;
margin: 0;
padding: 0;
}
.faq-section--answer{
margin-top: 16px;
}
.faq-section--answer p{
font-size: 14px;
line-height: 20px;
margin-bottom: 8px;
}
.faq-section--subtitle {
font-size: 28px;
line-height: 40px;
font-weight: 400;
margin: 0 0 40px;
}
.faq-section--answer .table-container {
overflow: auto;
margin: 15px 0;
}
.faq-copy-link {
display: flex;
align-items: center;
margin-bottom: 8px;
background-color: #ebf5f5;
padding: 2px 8px 2px;
border-radius: 4px;
cursor: pointer;
position: relative;
}
.faq-copy-link input {
width: 100%;
border: none;
background: none;
outline: none;
margin-left: 4px;
cursor: pointer;
}
.link-copied {
position: absolute;
bottom: -24px;
opacity: 0;
visibility: hidden;
transform: translateX(-50%);
left: 50%;
padding: 3px 8px;
background-color: #ebf5f5;
transition: all 0.3s;
font-size: 10px;
z-index: 10;
}
.link-copied.link-copied-visible {
opacity: 1;
visibility: visible;
}

@media screen and (max-width: 590px) {
.faq-block-section{
margin-bottom: 40px;
}
.faq-block-section section{
padding-top: 40px;
padding-bottom: 20px;
}
.faq-block-section h2{
margin-bottom: 22px;
}
.faq-section--block{
margin-bottom: 24px;
}

.faq-block-section .faq-section--subtitle {
font-weight: 500;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
}

.faq-section--block.custom-dropdown{
padding: 14px 13px;
}

.faq-section--question.dropdown-title{
padding-right: 55px;
font-size: 14px;
line-height: 20px;
}

.faq-section--block .dropdown-plus{
right: 0;
transform: none;
top: 0;
}
}
.features-grid {
        margin-top: 85px;
    }
    .features-grid .grid--small {
        margin-left: -16px;
    }
    .features-grid .grid--small > .grid__item {
        padding-left: 16px;
    }
    .features-grid .custom-ratio-image-wrapper {
        background-color: var(--color-secondary-lightest);
    }
    .features-grid .custom-ratio-image-wrapper img {
        max-width: 353px;
        padding: 10px;
    }
    .features-grid .section-title {
        position: relative;
        margin-bottom: -24px;
        z-index: 1;
    }
    .features-grid .features-grid-text {
        position: relative;
        margin-top: -11px;
        z-index: 1;
    }
    .features-grid .features-grid-text h3 {
        margin-bottom: 3px;
    }
    .features-grid .text-wrapper {
        padding-left: 21px;
    }
    .features-grid .btn-wrapper {
        margin-top: 45px;
    }
    .features-grid .btn-wrapper .btn {
        max-width: 429px;
        line-height: 24px;
        padding: 17px 20px;
    }
    @media screen and (max-width: 1023px){
        .features-grid .wrapper {
            padding: 0 20px;
        }
    }
    @media screen and (max-width: 767px){
        .features-grid {
            margin-top: 62px;
        }
        .features-grid .main-wrapper {
            padding: 0;
        }
        .features-grid .section-title {
            margin-bottom: -20px;
        }
        .features-grid .text-wrapper {
            margin-bottom: 16px;
        }
        .features-grid .mobile-wrapper {
            padding: 0 20px;
        }
        .features-grid .grid--small > .grid__item {
            margin-bottom: 20px;
        }
        .features-grid .grid--small > .grid__item:nth-last-of-type(1) {
            margin-bottom: 0;
        }
    }
    @media screen and (max-width: 590px){
        .features-grid .btn-wrapper {
            margin-top: 31px;
        }
        .features-grid .btn-wrapper .btn {
            max-width: 259px;
            padding: 7px 10px;
        }

    }
.homepage-featured-collection-v2 {
        padding: 20px 0 14px;
    }
    .homepage-featured-collection-v2 .grid {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin-left: -16px;
    }
    .homepage-featured-collection-v2 .grid__item {
        margin-bottom: 16px;
        padding-left: 16px;
    }
    .homepage-featured-collection-v2 .grid-item-content {
        position: relative;
    }
    .homepage-featured-collection-v2 .btn-wrapper {
        position: absolute;
        width: 100%;
        padding: 0 20px;
        bottom: 22px;
    }
    .homepage-featured-collection-v2 .btn {
        width: 100%;
        max-width: 202px;
        padding: 11px 20px;
        line-height: 1;
    }
    @media screen and (max-width: 990px) {
        .homepage-featured-collection-v2 {
            padding: 40px 0 14px;
        }
    }
    @media screen and (max-width: 590px) {
        .homepage-featured-collection-v2 {
            padding: 10px 0 14px;
        }
        .homepage-featured-collection-v2 .wrapper--small {
            padding: 0;
        }
        .homepage-featured-collection-v2 .grid__item {
            margin-bottom: 32px;
        }
        .homepage-featured-collection-v2 .grid__item:nth-last-of-type(1) {
            margin-bottom: 0;
        }
        .homepage-featured-collection-v2 .btn-wrapper {
            bottom: -16px;
        }
        .homepage-featured-collection-v2 .btn {
            font-size: 12px;
            max-width: 136px;
            padding: 10px 20px;
        }
    }
.icons-text-grid {
        margin-top: 52px;
        position: relative;
        z-index: 1;
    }
    .icons-text-grid .section-title {
        position: relative;
        margin-bottom: -24px;
        z-index: 1;
    }
    .icons-text-grid .main-wrapper {
        padding-top: 68px;
        position: relative;
    }
    .icons-text-grid .main-wrapper .wrapper {
        max-width: 1220px;
    }
    .icons-text-grid .main-wrapper:before {
        background-color: var(--color-accent-green);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57%;
        z-index: -1;
    }
    .icons-text-grid .grid--small {
        margin-left: -16px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .icons-text-grid .grid--small > .grid__item {
        padding-left: 16px;
    }
    .icons-text-grid .grid-item-inner {
        padding: 10px 12px 22px;
        background: #FFFFFF;
        border: 1px solid var(--color-border);
        border-radius: 3px;
        height: 100%;
    }
    .icons-text-grid .custom-ratio-image-wrapper {
        background-color: var(--color-secondary);
        padding-bottom: 73.37%;
    }
    .icons-text-grid .custom-ratio-image-wrapper img {
        max-width: 121px;
        padding: 10px;
    }
    .icons-text-grid .icons-text-grid-text {
        margin-top: 16px;
        line-height: 1.406;
    }
    .icons-text-grid .icons-text-grid-text p {
        margin-bottom: 0;
    }
    .icons-text-grid .btn-wrapper {
        margin-top: 64px;
    }
    .icons-text-grid .btn-wrapper .btn {
        max-width: 429px;
        line-height: 24px;
        padding: 17px 20px;
    }
    @media screen and (max-width: 1023px){
        .icons-text-grid .wrapper {
            padding: 0 20px;
        }
    }
    @media screen and (max-width: 991px) {
        .icons-text-grid .grid__item {
           padding-bottom: 14px;
        }
    }
    @media screen and (max-width: 767px){
        .icons-text-grid .section-title {
            margin-bottom: -20px;
        }
    }
    @media screen and (max-width: 590px){
        .icons-text-grid {
            margin-top: 25px;
        }
        .icons-text-grid .main-wrapper {
            padding-top: 37px;
        }
        .icons-text-grid .main-wrapper:before {
            height: 63%;
        }
        .icons-text-grid .grid-item-inner {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            padding: 8px 22px 8px 8px;
        }
        .icons-text-grid .custom-ratio-image-wrapper {
            width: 113px;
            min-width: 113px;
            padding-bottom: 105px;
        }
        .icons-text-grid .custom-ratio-image-wrapper img {
            max-width: 82px;
        }
        .icons-text-grid .icons-text-grid-text {
            margin-top: 0;
            padding-left: 30px;
            font-size: 14px;
            line-height: 1.321;
        }
        .icons-text-grid .btn-wrapper {
            margin-top: 42px;
        }
        .icons-text-grid .btn-wrapper .btn {
            max-width: 259px;
            padding: 7px 10px;
        }

    }
.reviews-slider {
        margin-top: 85px;
        position: relative;
        z-index: 1;
    }
    .reviews-slider .section-title {
        position: relative;
        margin-bottom: -24px;
        z-index: 1;
    }
    .reviews-slider .main-wrapper {
        padding-top: 68px;
        padding-bottom: 43px;
        position: relative;
    }
    .reviews-slider .main-wrapper .wrapper {
        max-width: 1266px;
    }
    .reviews-slider .main-wrapper:before {
        background-color: var(--color-accent-pink);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .reviews-slider .reviews-slider-wrapper {
        position: relative;
    }
    .reviews-slider-inner {
        overflow: hidden;
    }
    .reviews-slider .grid {
        margin-left: -66px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .reviews-slider .slick-slider {
        margin-bottom: 0;
    }
    .reviews-slider .slick-track {
        display: flex;
        flex-flow: row nowrap;
    }
    .reviews-slider .slick-slide {
        height: auto;
    }
    .reviews-slider .slider-arrow {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        transition: all 0.3s;
        cursor: pointer;
    }
    .reviews-slider .slider-arrow.slick-hidden {
        opacity: 0;
        visibility: hidden;
    }
    .reviews-slider .slider-arrow-prev {
        left: -70px;
    }
    .reviews-slider .slider-arrow-next {
        right: -70px;
    }
    .reviews-slider .grid__item {
        padding-left: 66px;
    }
    .reviews-slider .grid-item-inner {
        padding: 40px 40px;
        background: #FFFFFF;
        border: 1px solid var(--color-border);
        border-radius: 3px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
    .reviews-slider .reviews-slider-text {
        line-height: 1.406;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        flex: 1;
        padding: 5px 0;
    }
    .reviews-slider .reviews-slider-text p {
        margin-bottom: 0;
    }
    .reviews-slider-bottom {
        margin-top: 28px;
    }
    .reviews-slider-name {
        margin-bottom: 16px;
        text-transform: uppercase;
    }
    .reviews-slider .btn-wrapper {
        margin-top: 46px;
    }
    .reviews-slider .btn-wrapper .link-with-arrow {
        justify-content: center;
    }
    @media screen and (max-width: 1324px){
        .reviews-slider .slider-arrow-prev {
            left: -40px;
        }
        .reviews-slider .slider-arrow-next {
            right: -40px;
        }
    }
    @media screen and (max-width: 1100px){
        .reviews-slider .grid {
            margin-left: -30px;
        }
        .reviews-slider .grid__item {
            padding-left: 30px;
        }
    }
    @media screen and (max-width: 1023px){
        .reviews-slider .main-wrapper .wrapper {
            padding: 0 46px;
        }
        .reviews-slider .slider-arrow-prev {
            left: -30px;
        }
        .reviews-slider .slider-arrow-next {
            right: -30px;
        }
    }
    @media screen and (max-width: 767px){
        .reviews-slider .section-title {
            margin-bottom: -20px;
        }
    }
    @media screen and (max-width: 590px){
        .reviews-slider {
            margin-top: 70px;
        }
        .reviews-slider .main-wrapper {
            padding-top: 65px;
            padding-bottom: 32px;
        }
        .grid-item-inner {

        }
        .reviews-slider .reviews-slider-text {
            margin-top: 0;
            font-size: 14px;
            line-height: 1.571;
            padding: 0;
        }
        .reviews-slider .btn-wrapper {
            margin-top: 46px;
        }
        .reviews-slider .slider-arrow svg {
            height: 12px;
        }
        .reviews-slider .slider-arrow svg path {
            stroke-width: 3px;
        }
    }