.elementor-kit-3348{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-43600aa1:#4054B2;--e-global-color-48c5ccf6:#23A455;--e-global-color-6b7509bf:#000;--e-global-color-67a62050:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3348 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.vp-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

/* thumbnail layer */
.vp-thumb {
    position: absolute;
    inset: 0;
     z-index: 3;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition:
        opacity .4s ease,
        transform .4s ease;
}
.vp-thumb:hover .vp-play {
    transform: scale(1.08);
}

/* play icon */
.vp-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(40px, 12vw, 80px);
    transition:
        transform .25s ease,
        opacity .25s ease;
    color: white;
}


/*stabilizes iframe rendering before Vimeo initializes, ensures black background immediately */
.vp-player {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
}

/* iframe container */
.vp-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* active state */
.vp-video.is-playing .vp-thumb {
    opacity: 0;
    transform:scale(1.03);

    pointer-events:none;
}

.vp-video.is-playing .vp-player {
    opacity: 1;
}/* End custom CSS */