.video-outer {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 48%;
}

svg#Group_1946 circle {
    fill: #09703129!important;
}

/* line 6, src/sass/blocks/video-modal.scss */
/*.video-outer .image {
    position: relative; }*/
/* line 9, src/sass/blocks/video-modal.scss */
.video-outer .image .vimeo-button,
.video-outer .image .youtube-button {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 125px;
    height: 125px;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
/* line 27, src/sass/blocks/video-modal.scss */
.video-outer .image .vimeo-button:after,
.video-outer .image .youtube-button:after {
    content: '';
    position: absolute;
    content: "";
    background: url(../images/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 118px;
    height: 118px;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-outer {
    position: relative;
    background-image: url(/wp-content/uploads/2025/12/dscf2548edit_53531851120_o-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 480px) {
    .video-outer {
        min-height: 510px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 1200px) {
    .video-outer {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.video-outer .image .vimeo-button:hover,
.video-outer .image .youtube-button:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 700px){
    /*   .video-outer {
           margin-bottom: -400px!important;
        }*/

    .video-outer .image .vimeo-button,
    .video-outer .image .youtube-button {
        width: 150px;
        height: 150px;
        top: 35%;
    }
    .video-outer .image .vimeo-button:after,
    .video-outer .image .youtube-button:after {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes modal-video {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-moz-keyframes modal-video {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-o-keyframes modal-video {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@keyframes modal-video {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px); }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

@-moz-keyframes modal-video-inner {
    from {
        -moz-transform: translate(0, 100px);
        transform: translate(0, 100px); }
    to {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0); } }

@-o-keyframes modal-video-inner {
    from {
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px); }
    to {
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        -moz-transform: translate(0, 100px);
        -o-transform: translate(0, 100px);
        transform: translate(0, 100px); }
    to {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

/* line 26, src/sass/vendor/modal-video.scss */
.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    -moz-animation-name: modal-video;
    -o-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

/* line 42, src/sass/vendor/modal-video.scss */
.modal-video-close {
    opacity: 0; }
/* line 45, src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

/* line 54, src/sass/vendor/modal-video.scss */
.modal-video-body {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* line 65, src/sass/vendor/modal-video.scss */
.modal-video-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
@media (orientation: landscape) {
    /* line 65, src/sass/vendor/modal-video.scss */
    .modal-video-inner {
        padding: 10px 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }

/* line 78, src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    -moz-animation-name: modal-video-inner;
    -o-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
/* line 98, src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 107, src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer; }
@media (orientation: landscape) {
    /* line 107, src/sass/vendor/modal-video.scss */
    .modal-video-close-btn {
        top: -40px;
        right: -45px; } }
/* line 125, src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
/* line 129, src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
/* line 133, src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -6px;
}