[data-custom-block="custom-block-top-image"] .mainimage{position:relative;}
[data-custom-block="custom-block-top-image"] .mainimage .videowrap{width:100%;/*padding-top:56.25%*/padding-top:40%;position:relative;}
[data-custom-block="custom-block-top-image"] .mainimage .videowrap video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;}
[data-custom-block="custom-block-top-image"] .mainimage .imagewrap{position:relative;}

[data-custom-block="custom-block-top-image"] .topimage .splide__slide img, [data-custom-block="custom-block-top-image"] .topimage img {margin:0 auto;}

[data-custom-block="custom-block-top-image"] .textoverlay{position:absolute;top:8%;left:50%;transform:translateX(-50%);width:min(1300px, calc(100% - 40px));padding:0px 20px;z-index:2;}

[data-custom-block="custom-block-top-image"] .textoverlay.home{top:50%;left:50%;transform:translate(-50%, -50%);}

[data-custom-block="custom-block-top-image"] .textoverlay .textoverlay-inner{background-color:rgba(255,255,255,0.85);border-radius:15px;width:50%;padding:40px 60px;}

[data-custom-block="custom-block-top-image"] .textoverlay .title{font-size:3.438rem;font-weight:600;color:var(--charcoal);font-family:var(--secondaryFont);letter-spacing:var(--secondaryLetterSpacing);line-height:120%;}
[data-custom-block="custom-block-top-image"] .textoverlay .sub-title{font-size:1.75rem;margin-top:20px;font-weight:700;color:var(--charcoal);line-height:120%;}

[data-custom-block="custom-block-top-image"] .textoverlay .buttons{display:flex;flex-direction:row;gap:20px;align-items:center;margin-top:20px;}


@media (max-width:900px)
{
    [data-custom-block="custom-block-top-image"] .mainimage .videowrap{height:500px;padding-top:0;}
    [data-custom-block="custom-block-top-image"] .mainimage .videowrap video{height:100%;object-fit:cover;}
    [data-custom-block="custom-block-top-image"] .mainimage .imagewrap{height:500px;}
    [data-custom-block="custom-block-top-image"] .mainimage .imagewrap img{width:100%;height:100%;object-fit:cover;}
    
    [data-custom-block="custom-block-top-image"] .textoverlay .title{font-size:2rem;}
    [data-custom-block="custom-block-top-image"] .textoverlay .sub-title{font-size:1.5rem;}
}

@media (max-width:720px)
{
    [data-custom-block="custom-block-top-image"] .textoverlay{width:100%;}
    [data-custom-block="custom-block-top-image"] .textoverlay .textoverlay-inner{width:100%;padding:40px;}
    [data-custom-block="custom-block-top-image"] .textoverlay .buttons{flex-direction:column;gap:10px;align-items:flex-start;}
    [data-custom-block="custom-block-top-image"] .primary-button{font-size:1.125rem;}
}

@media (max-width:420px)
{
    [data-custom-block="custom-block-top-image"] .textoverlay .title{font-size:1.375rem;}
    [data-custom-block="custom-block-top-image"] .textoverlay .sub-title{font-size:1.25rem;}
}