.corporate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.corporate__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #004A85;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .corporate__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .corporate__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .corporate__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .corporate__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .corporate__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .corporate__title {
    font-size: 44px;
    line-height: 48px;
  }
}
.corporate__container {
  margin-top: 120px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .corporate__container {
    width: 240px;
    margin-top: 60px;
    margin-bottom: 33px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .corporate__container {
    width: 400px;
    margin-top: 60px;
    margin-bottom: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .corporate__container {
    width: 496px;
    margin-top: 80px;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .corporate__container {
    width: 628px;
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .corporate__container {
    width: 852px;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .corporate__container {
    width: 880px;
  }
}
@media (min-width: 1440px) {
  .corporate__container {
    width: 1080px;
  }
}
@media (min-width: 1920px) {
  .corporate__container {
    width: 1370px;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .gallery {
    margin-top: 80px;
  }
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .gallery__container {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .gallery__container {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery__container {
    width: 496px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery__container {
    width: 628px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gallery__container {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .gallery__container {
    width: 880px;
  }
}
@media (min-width: 1440px) {
  .gallery__container {
    width: 1080px;
  }
}
@media (min-width: 1920px) {
  .gallery__container {
    width: 1370px;
  }
}
.gallery__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #004A85;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .gallery__title {
    margin-bottom: 40px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .swiper-wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .swiper-wrapper {
    width: 100% !important;
    height: 160px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-wrapper {
    width: 496px !important;
    height: 220px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-wrapper {
    width: 628px !important;
    height: 220px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-wrapper {
    width: 852px !important;
    height: 300px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-wrapper {
    width: 880px !important;
    height: 300px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-wrapper {
    width: 1120px !important;
    height: 300px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-wrapper {
    width: 1555px !important;
    height: 300px !important;
  }
}
.swiper-slide {
  background: #fff;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .swiper-slide {
    width: 100% !important;
    height: 60px !important;
  }
  .swiper-slide img {
    height: 58px !important;
    width: 160px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swiper-slide {
    width: 180px;
    height: 100px !important;
  }
  .swiper-slide img {
    height: 58px !important;
    width: 160px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .swiper-slide {
    width: 180px;
    height: 100px !important;
  }
  .swiper-slide img {
    height: 58px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .swiper-slide {
    width: 171px;
    height: 134px !important;
  }
  .swiper-slide img {
    height: 58px !important;
    width: 250px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .swiper-slide {
    width: 175px;
    height: 134px !important;
  }
  .swiper-slide img {
    height: 58px !important;
  }
}
@media (min-width: 1440px) {
  .swiper-slide {
    width: 232px;
    height: 134px !important;
  }
}
@media (min-width: 1920px) {
  .swiper-slide {
    width: 340px;
    height: 134px !important;
  }
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
.swiper-slide__links {
  text-decoration: none !important;
}
.swiper-pagination-bullet {
  background: #F09221 !important;
  border-radius: 50px !important;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: #1AC0F2 !important;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .swiper-pagination-bullet {
    width: 14px !important;
    height: 4px !important;
    margin: 0 4px !important;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 40px !important;
    height: 8px !important;
  }
}
.swiper-button-next, .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F09221;
  color: #FFFFFF !important;
  width: 44px !important;
  border-radius: 100%;
  box-shadow: 0px 10px 10px rgba(33, 33, 33, 0.24);
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 14px !important;
  font-weight: 800;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: #F09221;
    color: #FFFFFF !important;
    border-radius: 100%;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px !important;
    font-weight: 800;
  }
}