/* Grid Block */
[data-custom-block="grid-block"] {margin:100px 0;}

[data-custom-block="grid-block"] .block-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);gap:20px;}

[data-custom-block="grid-block"] .gridSplide.splide.is-initialized:not(.is-active), [data-custom-block="grid-block"] .gridSplide.splide.is-initialized:not(.is-active) .splide__track, [data-custom-block="grid-block"] .gridSplide.splide.is-initialized:not(.is-active) .splide__list, [data-custom-block="grid-block"] .gridSplide.splide.is-initialized:not(.is-active) .splide__slide {display: contents !important;}

[data-custom-block="grid-block"] .block-wrapper .griditem, [data-custom-block="grid-block"] .block-wrapper .griditem img{border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;}
[data-custom-block="grid-block"] .block-wrapper .griditem a{text-decoration:none;color:inherit;}
[data-custom-block="grid-block"] .block-wrapper .grid1, [data-custom-block="grid-block"] .block-wrapper .grid2{grid-row-end:span 2;}
[data-custom-block="grid-block"] .block-wrapper .grid1{padding:40px 50px;}
[data-custom-block="grid-block"] .block-wrapper .grid2, [data-custom-block="grid-block"] .block-wrapper .grid2 picture{height:100%;}
[data-custom-block="grid-block"] .block-wrapper .grid2 img{width:100%;height:100%;object-fit:cover;}
[data-custom-block="grid-block"] .block-wrapper .grid3{padding:40px 50px;text-align:center;}
[data-custom-block="grid-block"] .block-wrapper .grid4{padding:26px 50px;height:100%;}

[data-custom-block="grid-block"] .block-wrapper .grid1 .textlink{margin-top:20px;font-weight:700;text-decoration:none;}
[data-custom-block="grid-block"] .block-wrapper .grid1 .textlink::after{filter:none;}

[data-custom-block="grid-block"] .heading {font-size:3.25rem;font-weight:600;margin-bottom:40px;line-height:120%;}
[data-custom-block="grid-block"] h2.heading{font-size:3rem;}
[data-custom-block="grid-block"] .text-content {font-size:1.125rem;font-weight:400;}

[data-custom-block="grid-block"] .block-wrapper .grid3 .statistic{font-family: "brother-1816", sans-serif;font-size:4rem;line-height:120%;}
[data-custom-block="grid-block"] .block-wrapper .grid3 h3.heading{font-size:2rem;line-height:120%;margin:0;}

[data-custom-block="grid-block"] .block-wrapper .grid4 h3.heading{font-size:2rem;margin:0 0 12px 0;}
[data-custom-block="grid-block"] .block-wrapper .grid4 a .text-content p:last-of-type{display:grid;grid-template-columns:1fr 40px;align-items:center;justify-content:space-between;transition:transform 0.3s ease;}
[data-custom-block="grid-block"] .block-wrapper .grid4 a .text-content p:last-of-type::after{content:'';background-image:url(../core/icons/rightarrow.svg);width:40px;height:40px;background-size:100%;background-repeat:no-repeat;background-position:center;margin-left:20px;}
[data-custom-block="grid-block"] .block-wrapper .grid4 a:hover .text-content p:last-of-type::after{-moz-animation: bounce 1s;-webkit-animation: bounce 1s;animation: bounce 1s;}

@media (max-width:1024px)
{
    [data-custom-block="grid-block"] .block-wrapper{grid-template-columns:repeat(2, 1fr);}
}

@media (max-width:900px)
{
    [data-custom-block="grid-block"]{margin:60px 0;}
    [data-custom-block="grid-block"] .text-content {font-size:1rem;}
    [data-custom-block="grid-block"] .heading {font-size:1.875rem;margin-bottom:20px;}
    [data-custom-block="grid-block"] h2.heading{font-size:1.5rem;}
}

@media (max-width:720px)
{
    [data-custom-block="grid-block"] .block-wrapper{display:block;}
    [data-custom-block="grid-block"] .bottomgrid{margin-top:1.75rem;}
    [data-custom-block="grid-block"] .block-wrapper .griditem, [data-custom-block="grid-block"] .block-wrapper .griditem img, [data-custom-block="grid-block"] .block-wrapper .griditem picture{height:100%;}
    [data-custom-block="grid-block"] .block-wrapper .griditem img{width:100%;object-fit:cover;}
    [data-custom-block="grid-block"] .block-wrapper .grid4 a .text-content p:last-of-type{flex-direction:column;align-items:flex-end;}
    [data-custom-block="grid-block"] .block-wrapper .grid4 a .text-content p:last-of-type::after{width:30px;height:20px;}

    [data-custom-block="grid-block"] .splide__arrow{background-color:var(--teal);opacity:1;width:50px;height:50px;}
    [data-custom-block="grid-block"] .splide__arrow svg{fill:#ffffff;width:30px;height:30px;margin-top:10px;}
    [data-custom-block="grid-block"] .splide__arrow--next{right:-1em;}
    [data-custom-block="grid-block"] .splide__arrow--prev{left:-1em;}
    [data-custom-block="grid-block"] .splide__arrow:disabled{opacity:0.3;display:block;}
}