/* Gallery Slider */
[data-core-block="image-gallery-slider"] {
    --backgroundColour: #FFECBA;
    --headingColour: #000000;
    --textColour: #1C1C1C;
    --buttonBorderColour: #000;
    --buttonBackgroundColour: #eee;
}
[data-core-block="image-gallery-slider"] {color:var(--textColour);background-color:var(--backgroundColour);}
[data-core-block="image-gallery-slider"] .block-wrapper {padding:120px 0;display:grid;grid-template-columns: 1fr 2fr;}
[data-core-block="image-gallery-slider"] .text {display:flex;flex-direction:column;justify-content:center;align-items:center;}
[data-core-block="image-gallery-slider"] .text .wrapper {padding:60px 60px 60px 0;width:100%;}
[data-core-block="image-gallery-slider"] .text .heading {font-size:50px;font-weight:700;margin:0;margin-bottom:10px;color:var(--headingColour);font-family: 'rockness';-webkit-font-smoothing: antialiased;font-weight:400;color:#141C30;}
[data-core-block="image-gallery-slider"] .text .sub-heading {font-weight:500;margin-bottom:20px;font-size:28px;}
[data-core-block="image-gallery-slider"] .text .text-content {font-weight:300;}
[data-core-block="image-gallery-slider"] .text .button {display:inline-block;border:1px solid var(--buttonBorderColour);padding:10px 35px;font-weight:700;font-size:1.125rem;text-decoration:none;margin-top:40px;color:inherit;transition:background-color .25s ease-in-out;}
[data-core-block="image-gallery-slider"] .text .button:hover, [data-core-block="image-gallery-slider"] .text .button:focus {background-color:var(--buttonBackgroundColour);}
[data-core-block="image-gallery-slider"] .gallery-slider {height:100%;max-height:1000px;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__slide {display:flex;align-items:center;}
[data-core-block="image-gallery-slider"] .gallery {width:calc(100% + ((100vw - 150%) / 2));position:relative;}
[data-core-block="image-gallery-slider"] .gallery-slider.splide__toggle {position:absolute;z-index:9;width:80px;height:80px;left:-40px;border-radius:100%;top:50%;transform:translateY(-50%);border:1px solid #707070;background-color:#8B8B8B;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__track{height:100%;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__slide .slideinner {border-radius:10px;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__slide.is-active .slideinner {margin-left:0;margin-right:0;height:100%;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__toggle img {margin:auto;display:block;}
[data-core-block="image-gallery-slider"] .gallery-slider .splide__slide img {width:100%;height:100%;object-fit:cover;border-radius:15px;}
@media (max-width:1920px)
{
    [data-core-block="image-gallery-slider"] .gallery {width:calc(100% + ((100vw - 1600px) / 2) + 20px);}
}
@media (max-width:1640px)
{
    [data-core-block="image-gallery-slider"] .gallery {width:calc(100% + 60px);}
}
@media (max-width:1400px)
{
    [data-core-block="image-gallery-slider"] .block-wrapper {grid-template-columns: 1fr;}
    [data-core-block="image-gallery-slider"] .text {align-items:flex-start;}
    [data-core-block="image-gallery-slider"] .text .wrapper {padding:0 0 60px 0;}
}
@media (max-width:500px)
{
    [data-core-block="image-gallery-slider"] .gallery {width:calc(100% + 20px);}
}
@media (max-width:400px)
{
    [data-core-block="image-gallery-slider"] .gallery-slider .splide__slide.is-active .slideinner {height:auto;margin-left:unset;margin-right:unset;transform:unset;}
    [data-core-block="image-gallery-slider"] .gallery-slider .splide__slide {display:block;}
    [data-core-block="image-gallery-slider"] .gallery-slider .splide__slide .slideinner {transform:unset;margin-left:unset;margin-right:unset;}
    [data-core-block="image-gallery-slider"] .gallery {width:100%;}
    [data-core-block="image-gallery-slider"] .gallery-slider.splide__toggle {height:60px;width:60px;left:-25px;}
}