.mn-slider {}

.mn-slider .swiper-button-prev,
.mn-slider .swiper-button-next {
    opacity: 0.3;
    transition: opacity 0.3s;
    color: white;
}

.mn-slider .swiper-button-prev:hover,
.mn-slider .swiper-button-next:hover {
    opacity: 1;
}

.mn-slider .swiper-slide {
    height: 400px;
    width: 100%;
    padding: 1em 0.5em 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-family: serif;
    box-sizing: border-box;
    background-color: #001646;
}

.mn-slider .container {
    width: 100%;
    max-width: 942px;
    display: flex;
    align-items: start;
}

.mn-slider-slide-1 {
    background: url(/assets/img/banner1.jpg) center no-repeat;
    background-color: #001646;
    background-size: 1920px;
}

.mn-slider-slide-2 {
    background: url(/assets/img/banner2.jpg) center no-repeat;
    background-color: #001646;
    background-position-y: 10%;
    background-size: 90%;
    align-items: end !important;
}

.mn-slider-slide-3 {
    background: url(/assets/img/banner3.jpg) center no-repeat;
    background-color: #001646;
    background-position-y: 10%;
    background-size: 90%;
    align-items: end !important;
}

.mn-slider-slide-4 {
    background: url(/assets/img/banner4.jpg) center no-repeat;
    background-color: #001646;
    background-position-y: 10%;
    background-size: 90%;
    align-items: end !important;
}



.mn-slider-rows {
    font-weight: 400;
    font-style: italic;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: 'PTSansRegular';
    gap: 0.2em;
}


.mn-slider-row {
    position: relative;

}

.mn-slider-row-content {
    position: relative;
}

.mn-slider-row-bg {
    position: absolute;
    background: #00164699;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0.1em;
}

.mn-slider-row-bg::after {
    content: '';
    width: 0.5em;
    height: 100%;
    border-left: 0.5em solid #00164699;
    border-top: em solid #00164699;
    border-bottom: 1em solid transparent;
    border-right: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 0;
}


@media (max-width: 1200px) {
    .mn-slider-rows {
        font-size: 48px;
    }

    .mn-slider-slide-1 {
        background-size: cover;
    }

    .mn-slider-slide-2 {
        background-position-y: 10%;
        background-size: 100%;
    }

    .mn-slider-slide-3 {
        background-position-y: 10%;
        background-size: 100%;
    }

    .mn-slider-slide-4 {
        background-position-y: 10%;
        background-size: 100%;
    }

}

@media (max-width: 767px) {
    .mn-slider-rows {
        font-size: 32px;
    }

    .mn-slider-slide-2 {
        background-position-y: 10%;
        background-size: cover !important;
    }

    .mn-slider-slide-3 {
        background-position-y: 10%;
        background-size: cover !important;
    }

    .mn-slider-slide-4 {
        background-position-y: 10%;
        background-size: cover !important;
    }
}


@media (max-width: 560px) {
    .mn-slider-rows {
        font-size: 26px;

    }

    .mn-slider-slide-2 {
        background-position-y: 10%;
        background-size: cover !important;
    }

    .mn-slider-slide-3 {
        background-position-y: 10%;
        background-size: cover !important;
    }

    .mn-slider-slide-4 {
        background-position-y: 10%;
        background-size: cover !important;
    }
}

.flags-xs {
    display: none;
}

@media (max-width: 480px) {
    .flags-xs {
        display: flex;
        position: relative;
        top: calc(-16px - 3vw);
        right: 15px;
    }

    .utility .flags {
        display: none;
    }

}



.about-slider-slide {
    height: 400px;
    width: 100%;
    padding: 2em 2em 2em;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 2em;
    font-family: serif;
    box-sizing: border-box;
    background-color: #001646;
    margin: 1em 0;
}

.about-slider-slide .container {
    width: 100%;
    max-width: 942px;
    display: flex;
    align-items: start;
}

.about-slider-slide-1 {
    background: url(/assets/img/about1.jpg) center no-repeat;
    background-color: #001646;

}

.about-slider-slide-2 {
    background: url(/assets/img/about2.jpg) center no-repeat;
    background-color: #001646;
}

.about-slider-slide-3 {
    background: url(/assets/img/about3lg.jpg) center no-repeat;
    background-color: #001646;
    background-position-x: 58%;
}

.about-slider-slide-4 {
    background: url(/assets/img/about4.jpg) center no-repeat;
    background-color: #001646;
}



.about-slider-rows {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: 'PTSansRegular';
    gap: 0.2em;
}


.about-slider-row {
    position: relative;

}

.about-slider-row-content {
    position: relative;
}

.about-slider-row-bg {
    position: absolute;
    background: #00B0E9;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0.1em;
    filter: drop-shadow(0.07em 0.07em 0 white);
}

.about-slider-row-bg::after {
    content: '';
    width: 0.5em;
    height: 100%;
    border-left: 0.5em solid #00B0E9;
    border-top: em solid #00B0E9;
    border-bottom: 1em solid transparent;
    border-right: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 0;
}

.about-slider-row-bg::before {
    content: '';
    width: 0.5em;
    height: 100%;
    border-right: 0.5em solid #00B0E9;
    border-top: 1em solid transparent;
    border-bottom: 0em solid #00B0E9;
    border-left: transparent;
    position: absolute;
    right: 100%;
    top: 0;
    box-sizing: border-box;
    z-index: 0;
}


@media (max-width: 1200px) {
    .about-slider-rows {
        font-size: 48px;
    }

    .about-slider-slide-1 {}

    .about-slider-slide-2 {
        background-size: cover;
    }

    .about-slider-slide-3 {}

    .about-slider-slide-4 {
        background-position-x: 60%;
        background-color: #001646;
    }

}

@media (max-width: 767px) {
    .about-slider-rows {
        font-size: 32px;
    }

    .about-slider-slide-1 {}

    .about-slider-slide-2 {
        background-size: 110%;
    }

    .about-slider-slide-3 {
        background: url(/assets/img/about3md.jpg) center no-repeat;
        background-size: cover;
    }

    .about-slider-slide-4 {
        background-position-x: 68%;
        background-color: #001646;
    }

}


@media (max-width: 560px) {
    .about-slider-rows {
        font-size: 26px;
    }

    .about-slider-slide {
        padding: 0;
    }

    .about-slider-slide .container {
        align-items: center;
        justify-content: center;
    }

    .about-slider-slide-1 {
        align-items: center !important;
        justify-content: center !important;
    }

    .about-slider-slide-2 {
        align-items: center !important;
        justify-content: center !important;
        background-size: 270%;
    }

    .about-slider-slide-3 {
        background: url(/assets/img/about3xs.jpg) center no-repeat;
        background-size: cover;
        align-items: center !important;
        justify-content: center !important;
    }

    .about-slider-slide-4 {
        align-items: center !important;
        justify-content: center !important;
    }

    .about-slider-slide-4 {
        background-position-x: 67%;
        background-color: #001646;
    }

    .about-slider .container {
        align-items: center !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 480px) {
    #site-content {
        padding: 0 15px;

    }

    .about-slider-slide {
        margin: 1em -15px;
        width: auto;
    }

}

.main ul li {
    font-size: 1.071428571428571em;
    line-height: 1.333333333333333em;
    color: #374f5f;
}
