.elementor-10651 .elementor-element.elementor-element-f68879d{--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;}.elementor-10651 .elementor-element.elementor-element-f68879d::before, .elementor-10651 .elementor-element.elementor-element-f68879d > .elementor-background-video-container::before, .elementor-10651 .elementor-element.elementor-element-f68879d > .e-con-inner > .elementor-background-video-container::before, .elementor-10651 .elementor-element.elementor-element-f68879d > .elementor-background-slideshow::before, .elementor-10651 .elementor-element.elementor-element-f68879d > .e-con-inner > .elementor-background-slideshow::before, .elementor-10651 .elementor-element.elementor-element-f68879d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}@media(max-width:767px){.elementor-10651 .elementor-element.elementor-element-f68879d{--flex-wrap:nowrap;}}/* Start custom CSS for container, class: .elementor-element-f68879d */.hero-single-post {
    min-height: 33.33vh;
    background-color: var(--ast-global-color-8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-single-post:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,0.25);
}

.hero-single-post h1 {
    color: var(--ast-global-color-5);
}

.hero-single-post > div.e-con-inner {
    align-items: center!important;
    justify-content: center!important;
    text-align: center;
}

.hero-single-post .hero-big-image-animation-mobile .e-lottie__animation,
.hero-single-post .hero-big-image-animation-desktop .e-lottie__animation {
    height: 64px;
    width: auto;
}

.hero-single-post .hero-big-image-animation-mobile svg path,
.hero-single-post .hero-big-image-animation-desktop svg path {
    stroke: var(--ast-global-color-5);
    fill: var(--ast-global-color-5);
}

.hero-single-post-bg {
    position: absolute;
        right: 0;
        top: 0;
}

/* Tablet */
@media (min-width: 768px) {
    .hero-single-post  {
        min-height: 45vh;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    .hero-single-post  {
        min-height: 50vh;
    }
    
    .hero-single-post .hero-big-image-animation-desktop {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

}/* End custom CSS */