/** Shopify CDN: Minification failed

Line 71:0 Unexpected "{"
Line 71:1 Expected identifier but found "%"
Line 75:0 Unexpected "{"
Line 75:1 Expected identifier but found "%"
Line 127:0 Unexpected "#"
Line 127:2 Unexpected "{"
Line 127:11 Expected ":"
Line 128:0 Unexpected "#"
Line 128:2 Unexpected "{"
Line 128:11 Expected ":"

**/
.banner-content-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    margin: auto;
    pointer-events: none;
}



.banner-media-wrapper, .banner-image-wrapper{
    height: 100%;
}
.banner-image-wrapper img,  .banner-media-wrapper video{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3.6;
}
.banner-content-wrapper h1, .banner-content-wrapper h3, .banner-content-wrapper a{
    margin: 0;
}
.section-text-banner{
    width: 60%;
    margin: auto;
    text-align: center;
    padding-top: 28px;

}
.section-text-banner h4{
    line-height: 36px;
    font-family:"RobotoSerif-Regular";
}
.banner-content-wrapper h1{
    margin-bottom: 60px;
    font-family: 'RobotoCondensed-Bold';
}

.banner-content-wrapper h3{
    margin-bottom: 35px;
    line-height: 50px;
}
.banner-content-wrapper a{
    padding: 10px 100px;
    pointer-events: all;
    border-radius: 20px;
    line-height: 21px;
    font-weight: 700;
}

.banner-media-wrapper-mob{
    display: none;
}

{% if template == "index" %}
.banner-content-wrapper h1{
    margin-bottom: 100px;
}
{% endif %}

@media (max-width: 1100px){
    .banner-image-wrapper img,  .banner-media-wrapper video{
        aspect-ratio: 1.5;
    }
}


@media (max-width: 900px){
    .section-text-banner{
            width: 100%;
    }
    .banner-content-wrapper h1{
        margin-bottom: 30px;
    }
    .banner-content-wrapper h3{
        margin-bottom: 30px;
        line-height: 28px;
        font-size: clamp(28 * 0.9px , calc(100vw/800 * 28 ), 28px);
    }

}

@media (max-width: 750px){
    .section-text-banner h4{
        line-height: 30px;
        font-size: 20px;
    }
    .banner-content-wrapper a{
        padding: 7px 70px;
        font-size: 16px;
        line-height: 26px;
    }
    .banner-content-wrapper h1{
        margin-bottom: 20px;
    }
    .banner-content-wrapper h3{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .banner-media-wrapper-mob{
        display: block;
    }
    .mobile-hide{
        display: none;
    }
    .banner-image-wrapper img,  .banner-media-wrapper video{
        aspect-ratio: 1;
    }
    
#{{ section.id }} .banner-media,
#{{ section.id }} .banner_video { z-index: 0 !important; }

}