body {
    font-family: "Outfit", sans-serif;
}
/* CSS Code */
.swiper-wrapper {
width: 100%;
height: max-content !important;
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
position: relative;
}
.swiper-pagination-bullet {
background: #00274A;
}
.swiper-pagination-bullet-active {
background: #00274A !important;
}
.footer_slogan > p{
    font-size: 14px;
    color: #A4B83F;
}
.svg-icon-filter {
    filter: invert(73%) sepia(18%) saturate(659%) hue-rotate(32deg) brightness(92%) contrast(90%);
}