@charset "UTF-8";

.swiper .swiper-slide {
    height: auto;
}

.swiper .swiper-slide-item {
    height: 100%;
}

.swiper-pagination-bullet-active {
    background: #0062B1;
}

.swiper-pagination {
    position: static;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    display: flex;
    height: 30px;
    width: 30px;
    margin-top: 0 !important;
}

.swiper-navigation-icon {
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    padding: 5px;
    color: #0062B1;
}

.swiper-button-next::after {
    content: "\f054";
}

.swiper-button-prev::after {
    content: "\f053";
}