.sectionGap {
    margin-top:0;
}

.banner-top {
    width:100%;
    background-color: white;
    overflow: hidden;
}

.banner-top .section {
    min-height:450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top:250px;
}



.separator {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00BED7, #106186 100%);
    margin-top: 2rem;
}


.firstBg {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.latestContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;

}

.latest-updates__slider-wrap {
    margin: 0 -36px
}

/*.latest-updates__slider-wrap .swiper-slide {*/
/*    padding-bottom: 32px*/
/*}*/

/*.latest-updates__slider-wrap .swiper-container {*/
/*    padding: 0 24px 24px*/
/*}*/

.latest-updates .page-numbers.current {
    font-weight: 700;
    text-decoration: underline;
}

.latest-updates__slider-wrap .swiper-pagination {
    display: none;
    position: static;
    width: 100%
}

.latest-updates-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.latest-updates-section__bg-block {
    position: relative;
    height: 100%
}

.latest-updates-section__bg-block::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5000px;
    z-index: -1;
    /*background: #00bed7*/
}

.latest-updates-section__bg .col, .latest-updates-section__bg .m-container, .latest-updates-section__bg .row {
    height: 100%
}

.latest-updates-section__circles {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 3;
    font-size: 0;
    -webkit-transform: translate(-8%, -50%);
    -ms-transform: translate(-8%, -50%);
    transform: translate(-8%, -50%);
    pointer-events: none
}

.latest-updates-section__lines {
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    z-index: 2;
    background-position: left 0
}

.latest-updates-section .block__content, .wall {
    z-index: 4
}

.latest-card__img img, .latest-card  {
    border-radius: 0;
}

.latest-card__content::before {
    border-radius: 0;
}

.latestContainer .latest-card {
    min-width: 300px;
    width: 32%;
    margin-bottom: 20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
}

.latest-updates.sectionGap {
    background: white;
    padding: 40px 0;
}

.filtersButtons {
    gap:1.5rem;
    margin-bottom:60px;
    flex-wrap: wrap;

}

.filtersButtons .btn span{
    border-radius: 0;
    padding:6px 12px;
    font-weight: 600;
    height:44px;
}


.filtersButtons .btn.active span, .filtersButtons .btn:hover span {
    text-decoration: underline;
}

.tagsButtons {
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
    flex-wrap:wrap;
}

@media only screen and (max-width: 991px) {
    .tagsButtons {
        flex-direction: column;
        align-items: center;
        gap:1rem;
    }
}

.cotTagLink {
    font-size:1.3rem;
    color: #00bed7 !important;
    font-weight: 600;
}

.cotTagLink.active, .cotTagLink:hover {
    text-decoration: underline;
}

.prevLink, .nextLink {
    width: 250px;
}

.prevLink {
    text-align:left;
}

.nextLink {
    text-align: right;
}

.prevNextLinks a {
    color: #00bed7;
    font-weight: 600;
}

.prevNextLinks a:hover {
    text-decoration: underline;
}

.prevNextLinks img {
    height:30px;
}

.prevNextLinks div {
    margin-top:5px;
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 500px) {
    .prevLink, .nextLink {
        width: 100%;
    }
}
