.elementor-156078 .elementor-element.elementor-element-62258300{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-156078 .elementor-element.elementor-element-3ced8fca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-156078 .elementor-element.elementor-element-58598a34 .elementor-heading-title{color:#000000;font-family:"Ostrich Sans Inline", Sans-serif;font-size:24px;font-weight:700;}.elementor-156078 .elementor-element.elementor-element-4202357 .elementor-heading-title{color:#ACACAC;font-family:"Ostrich Sans Inline", Sans-serif;font-size:16px;font-weight:700;}.elementor-156078 .elementor-element.elementor-element-308e84e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-156078 .elementor-element.elementor-element-5f703a19{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-156078 .elementor-element.elementor-element-3bfa4b07{--display:flex;--gap:0px 0px;--background-transition:0.3s;}.elementor-156078 .elementor-element.elementor-element-4642f042 .elementor-heading-title{font-family:"Ostrich Sans Inline", Sans-serif;font-size:64px;font-weight:700;}.elementor-156078 .elementor-element.elementor-element-630b19b6 .elementor-heading-title{color:#868688;font-family:"Ostrich Sans Inline", Sans-serif;font-size:24px;font-weight:700;}.elementor-156078 .elementor-element.elementor-element-630b19b6 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-156078 .elementor-element.elementor-element-314088e6 .elementor-accordion-title{font-family:"Ostrich Sans Inline", Sans-serif;font-weight:700;}.elementor-156078 .elementor-element.elementor-element-314088e6 .elementor-tab-content{font-family:"Roboto", Sans-serif;font-size:12px;}.elementor-156078 .elementor-element.elementor-element-314088e6 > .elementor-widget-container{margin:24px 0px 0px 0px;}@media(max-width:1024px){.elementor-156078 .elementor-element.elementor-element-308e84e5{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;}}@media(max-width:770px){.elementor-156078 .elementor-element.elementor-element-4642f042 .elementor-heading-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-103526ca */@mixin aspect-ratio($width, $height) {
  position: relative;
    
  &:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: ($height / $width) * 100%;
  }
    
  > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
  }
}

// Styling

section {
    background: #F4F4F4;
    padding: 50px 0;
}

.container {
    max-width: 500px !important;
    margin: 0 auto;
    padding: 0 20px;
}

.carousel {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
    
    > input {
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        width: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        
        &:nth-of-type(7):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -600%; }
        &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
        &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
        &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
        &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
        &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
        &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
        
        &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
        &:nth-of-type(7):checked ~ .carousel__thumbnails li:nth-of-type(7) { box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5); }
    }
}

.carousel__slides {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
}

.carousel__slide {
    position: relative;
    display: block;
    flex: 1 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms ease-out;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal;
    
    figure {
        display: flex;
        margin: 0;
    }
    
    div {
        @include aspect-ratio(3, 2);
        width: 100%;
    }
    
    img {
        display: block;
        flex: 1 1 auto;
        object-fit: cover;
    }
    
    figcaption {
        align-self: flex-end;
        padding: 20px 20px 0 20px;
        flex: 0 0 auto;
        width: 25%;
        min-width: 150px;
    }
    
    .credit {
        margin-top: 1rem;
        color: rgba(0, 0, 0, 0.5);
        display: block;        
    }
    
    &.scrollable {
        overflow-y: scroll;
    }
}

.carousel__thumbnails {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    
    margin: 0 -10px;
    
    .carousel__slides + & {
        margin-top: 20px;
    }
    
    li {        
        flex: 1 1 auto;
        max-width: calc((100% / 6) - 20px);  
        margin: 0 10px;
        transition: all 300ms ease-in-out;
    }
    
    label {
        display: block;
        @include aspect-ratio(1,1);
        
                  
        &:hover,
        &:focus {
            cursor: pointer;
            
            img {
                box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                transition: all 300ms ease-in-out;
            }
        }
    }
    
    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Up to 1366px */
        @media screen and (max-width: 1366px) {
            .container {
                max-width: 1200px;
            }
        }

        /* Up to 1200px */
        @media screen and (max-width: 1200px) {
            .container {
                max-width: 1024px;
            }
            section {
                padding: 60px 0;
            }
            .desktop-view {
                gap: 20px;
            }
            .thumbnails-container {
                width: 100px;
            }
        }

        /* Up to 1024px */
        @media screen and (max-width: 1024px) {
            .container {
                max-width: 800px;
                padding: 0 20px;
            }
            .desktop-view {
                gap: 15px;
            }
            .thumbnails-container {
                width: 90px;
            }
            .carousel__thumbnails {
                gap: 10px;
            }
        }

        /* Up to 770px - Switch to mobile layout */
        @media screen and (max-width: 770px) {
            section {
                padding: 40px 0;
            }
            .desktop-view {
                flex-direction: column;
                gap: 20px;
            }
            .thumbnails-container {
                width: 100%;
            }
            .carousel__thumbnails {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 10px;
            }
            .carousel__thumbnails li {
                width: auto;
                max-width: 70px;
            }
            .carousel-arrows {
                padding: 0 10px;
            }
            .arrow {
                width: 40px;
                height: 40px;
            }
        }

        /* Up to 480px */
        @media screen and (max-width: 480px) {
            .container {
                padding: 0 15px;
            }
            section {
                padding: 30px 0;
            }
            .carousel__thumbnails li {
                max-width: 50px;
            }
            .arrow {
                width: 35px;
                height: 35px;
            }
        }/* End custom CSS */