#page h2 > p {
    margin-bottom: 0;
}

.wl-slider-d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
}

.wl-slider-d-flex-50 {
    flex: 0 0 50%;
    padding: 0.625em;
    position: relative;
    margin: auto;

}


.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider > .tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery > .tns-moving {
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */


/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

.wl-slider-d-flex-100 {
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    text-align: start;
}


.tns-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.tns-nav button {
    cursor: pointer;
    transition: background-color 0.4s;
    background: #C4C4C4;
    opacity: 1;
    padding: 3.5px;
    box-shadow: none;
    border-radius: 50px;
    margin: 4px;
}

.tns-nav button:hover,
.tns-nav button.tns-nav-active {
    background: #005350;
    cursor: pointer;
}

.tns-nav button.tns-nav-active {
    cursor: default;
}

.wl_btn_wrapper {
    display: flex;
    justify-content: space-between;
}

#page .wl_btn_blue p {
    margin-bottom: 0;
}




.wl-slider-d-flex-50 img {
    display: flex;
    margin: 0 auto;

    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.video-overlay {
    display: none;
}

.video-overlay.open {
    display: block;
}

.wl-slider-d-flex-50 .wl_desktop_image {
    display: flex
}

.wl-slider-d-flex-50 .wl_tablet_image {
    display: none
}
#page .wl-slider .wl_image{
    width: 130px;
    height: 130px;
}
#page .wl-slider h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    text-transform: capitalize;
    margin: 17px 0 24px;
}

#page .wl_slide_position p ,
#page .wl_slide_content p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 184%;
    color: #000000;
    margin-bottom: 10px;
}
#page .wl_slide_content p {
    min-height: 261px;
}

#page p.wl-slider-linkk {
    padding-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #005350;
    margin-bottom: 10px;
}



@media (max-width: 699px) {
    .wl_video-play-button {
        top: calc(50% - 33px);
        left: calc(50% - 33px);
    }

    .wl_video-play-button,
    .wl_video-play-button:after,
    .wl_video-play-button:before {
        position: absolute;
        width: 67px;
        height: 67px;
        border-radius: 50%;
    }

    .wl_video-play-button span {
        border-left: 29px solid #fff;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        left:4px;
    }
}

@media all and (min-width: 1201px) {

}

@media all and (max-width: 768px) {
    #page .wl_slide_content p {
        min-height: unset;
    }
    #page p.wl-slider-linkk,
    #page .wl-slider *{
        text-align: center;
    }
    #page .wl-slider .wl_image{
        margin: 0 auto;
    }
}

