.elementor-695 .elementor-element.elementor-element-01d41be{padding:20px 20px 20px 20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-695 .elementor-element.elementor-element-afb92df{text-align:start;}.elementor-695 .elementor-element.elementor-element-afb92df img{width:64%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-695 .elementor-element.elementor-element-a5c01c6 .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:20px;font-weight:600;line-height:24px;color:#000000;}.elementor-695 .elementor-element.elementor-element-a5c01c6 .elementor-heading-title a:hover, .elementor-695 .elementor-element.elementor-element-a5c01c6 .elementor-heading-title a:focus{color:#FE5A59;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-695 .elementor-element.elementor-element-39c48c7{--grid-columns:1;}#elementor-popup-modal-695 .dialog-widget-content{animation-duration:1.2s;background-color:#F2F2F2;border-style:solid;border-width:0px 0px 0px 4px;border-color:var( --e-global-color-fc07e9f );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-695{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-695 .dialog-message{width:350px;height:100vh;align-items:flex-start;}#elementor-popup-modal-695 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-695 .elementor-element.elementor-element-afb92df img{width:50%;}.elementor-695 .elementor-element.elementor-element-39c48c7{--grid-columns:1;}}@media(max-width:767px){.elementor-695 .elementor-element.elementor-element-afb92df img{width:90%;}.elementor-695 .elementor-element.elementor-element-39c48c7{--grid-columns:1;}#elementor-popup-modal-695 .dialog-message{width:280px;}}/* Start custom CSS for heading, class: .elementor-element-a5c01c6 */.elementor-695 .elementor-element.elementor-element-a5c01c6 .animated-underline {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.elementor-695 .elementor-element.elementor-element-a5c01c6 .animated-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #000;

    /* Initially hidden with translateX(-100%) */
    transform: translateX(-100%);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-name: none; /* no animation by default */
}

.elementor-695 .elementor-element.elementor-element-a5c01c6 .animated-underline:hover::after {
    animation-name: slideIn;
}

/* Keyframes for sliding underline from left */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}/* End custom CSS */