/* Created by Content Blocks */
.frame-online-services > .grid__col.-w100 {
  grid-column: span 5;
}

.online-services {
  position: relative;
  background-color: rgb(var(--c-neutral-lighter));
  height: 80px;
}

.online-services .services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: var(--f-weight-b);
  color: rgb(var(--c-primary));
  z-index: 10;
}

.online-services a[rel="noreferrer"]:not(:has(span.font__button))::after {
  position: absolute;
  right: 5rem;
  top: 0;
}

.online-services .services__icon.font__fal {
  position: relative;
  text-align: center;
  font-size: var(--f-size-l-5);
  color: rgb(var(--c-primary));
}

.online-services .services__icon {
  height: 60px;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.online-services .services__title h5 {
  color: rgb(var(--c-primary));
  font-size: var(--f-size-l-2);
  font-family: var(--f-family);
  font-weight: var(--f-weight-b);
}

.online-services .swiper-wrapper {
  display: flex;
  flex-direction: row;
}

.online-services div.services__slider {
  position: relative;
  padding-bottom: 30px;
  top: -2rem;
  margin-top: 3rem;
}

.online-services .swiper-button-prev,
.online-services .swiper-button-next {
  position: absolute;
  top: 52%;
  width: 10px;
  height: 10px;
  padding: 1.5rem;
}

.online-services .swiper-button-prev {
  left: 4%;
}

.online-services .swiper-button-next {
  right: 4%;
}

.online-services .swiper-button-prev::after,
.online-services .swiper-button-next::after {
  font-size: var(--f-size-l-2);
  font-weight: var(--f-weight-m);
}

.online-services .swiper-horizontal {
  max-width: 400px;
}

.online-services .services__icon {
  height: 70px;
}

.online-services .swiper-button-prev,
.online-services .swiper-button-next {
  background-color: var(--swiper-pagination-color);
  color: rgb(var(--c-neutral-lightest));
  padding: 1.5rem;
  border-radius: 999px;
  top: 45%;
}

.online-services .swiper-button-prev.-news {
  transform: translate(-50%);
}

.online-services .swiper-button-next.-news {
  transform: translate(50%);
}

.online-services .swiper-button-prev::after {
  font-size: var(--f-size-l-2);
  font-weight: var(--f-weight-m);
}

.online-services .swiper-button-next::after {
  font-size: var(--f-size-l-2);
  font-weight: var(--f-weight-m);
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 640px) {
  .online-services {
    padding-bottom: 1rem;
  }

  .online-services .swiper-horizontal {
    max-width: 620px;
  }
}

@media (min-width: 800px) {
  .online-services .services__image img {
    display: block;
    height: 100% !important;
    object-fit: cover;
  }

  .online-services {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .online-services .swiper-horizontal {
    max-width: 850px;
  }
}

@media (min-width: 1280px) {
  .online-services .services__icon {
    height: 90px;
  }

  .online-services {
    height: 115px;
  }

  .online-services .swiper-horizontal {
    max-width: 1000px;
  }
}

@media (min-width: 1580px) {
  .online-services .swiper-horizontal {
    max-width: 1280px;
  }
}
