.elementor-11210 .elementor-element.elementor-element-1544134{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11210 .elementor-element.elementor-element-c29d53f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11210 .elementor-element.elementor-element-c29d53f::before, .elementor-11210 .elementor-element.elementor-element-c29d53f > .elementor-background-video-container::before, .elementor-11210 .elementor-element.elementor-element-c29d53f > .e-con-inner > .elementor-background-video-container::before, .elementor-11210 .elementor-element.elementor-element-c29d53f > .elementor-background-slideshow::before, .elementor-11210 .elementor-element.elementor-element-c29d53f > .e-con-inner > .elementor-background-slideshow::before, .elementor-11210 .elementor-element.elementor-element-c29d53f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-11210 .elementor-element.elementor-element-c29d53f.e-con{--align-self:center;}body.elementor-page-11210:not(.elementor-motion-effects-element-type-background), body.elementor-page-11210 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:880px){.elementor-11210 .elementor-element.elementor-element-c29d53f{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}}@media(min-width:768px){.elementor-11210 .elementor-element.elementor-element-1544134{--width:100%;}.elementor-11210 .elementor-element.elementor-element-c29d53f{--width:100%;}}@media(max-width:1200px) and (min-width:768px){.elementor-11210 .elementor-element.elementor-element-c29d53f{--width:100%;}}@media(max-width:880px) and (min-width:768px){.elementor-11210 .elementor-element.elementor-element-c29d53f{--width:100%;}}@media(max-width:1200px){.elementor-11210 .elementor-element.elementor-element-c29d53f{--justify-content:center;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:0px;}}@media(max-width:767px){.elementor-11210 .elementor-element.elementor-element-c29d53f{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:4px;--padding-bottom:4px;--padding-left:4px;--padding-right:4px;}}/* Start custom CSS for container, class: .elementor-element-c29d53f */.container-b {
    position: absolute;
    z-index: 2;
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1544134 */.container-a {
    position: relative;
    width: 100%;
/*    min-height: 55vh; */
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}

/* Default: Mobile / Browser Width < 480 */
.container-a {
    aspect-ratio: 480 / 580;
    width: 100%;
    height: auto;
}

/* Tablet Small: Browser Width 480 - 777 */
@media (min-width: 480px) {
    .container-a {
        aspect-ratio: 778 / 800;
    }
}

/* Tablet Large: Browser Width 778 - 1023 */
@media (min-width: 778px) {
    .container-a {
        aspect-ratio: 1024 / 768;
    }
}

/* Desktop: Browser Width > 1024 */
@media (min-width: 1024px) {
    .container-a {
        aspect-ratio: 1240 / 500;
    }
}/* End custom CSS */