/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400&display=swap"); */

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 410px;
}

.slider .frame-well {
    padding: 0 !important;
}

.slider .slide-text {
    opacity: 1;
}

.slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.slider-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.slide {
    overflow: hidden;
    max-height: 420px;
}

.slide-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.slide-content {
    max-height: 100%;
    position: relative;
    padding-bottom: 28.59%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 100%;
}

#home-page .subsectiontop {
    display: none;
}

@media (min-width: 1600px) {
    .slide-content {
        padding-bottom: 0;
        height: 420px;
    }
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    opacity: .8;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -100%;
    background-color: #fff;
    opacity: .8;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    opacity: .8;
    position: relative;
    overflow: hidden;
}

@media (max-width: 576px) {
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 576px) {
    .swiper-pagination {
        bottom: 10px !important;
    }
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

@media (max-width: 576px) {
    .swiper-button-prev,
    .swiper-button-next {
        bottom: 10px !important;
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */
