.explore-company .explore-box {
  background: #00437e;
  color: #ffffff;
  text-align: right;
  height: 75% !important;
}

.explore-company .explore-box h3 {
  font-weight: 800;
  font-size: 40px;
}

.explore-company .card.explore {
  background: #f0f7fd;
  border: none;
}

.explore-company .card.explore h3 {
  color: #00437e;
  font-size: 22px;
  font-weight: 700;
}

.explore-company .card.explore .card-body p.content {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #00437e;
}

.explore-company .card.explore .card-body p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.explore-company .card.explore .card-body a {
  float: right;
  text-decoration: none;
}

.explore-company .card.explore .read-more-link {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  color: #00437e;
  font-size: 14px;
}

.explore-company .card.explore .read-more-link:hover {
  color: #6fc8f1;
}

.explore-company .card.explore .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.explore-company .card.explore .read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

.explore-company .card.news.read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.explore-company .card.explore .read-more-link:hover svg {
  transform: translateX(8px) scale(1.1);
}

.explore-company .swiper-button-next::after,
.explore-company .swiper-button-prev::after {
  display: none !important;
}

.explore-company .news-pag .swiper-button-next-news, .explore-company .news-pag .swiper-button-prev-news {
  background: #00437e;
  color: #ffffff;
}

.explore-company .news-pag .swiper-button-next-news.swiper-button-disabled, .explore-company .news-pag .swiper-button-prev-news.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.explore-company .news-pag span {
  font-size: 26px !important;
}

section.ukids .step01, section.ukids .step05 {
  background: #6fc8f1;
}

section.ukids .step02, section.ukids .step04 {
  background: #00437e;
}

section.ukids .step03 {
  background: #04223e;
}

section.ukids .ukidsSwiper,
section.ukids .ukidsSwiper .swiper-wrapper,
section.ukids .ukidsSwiper .swiper-slide {
  height: 40vh;
}

section.ukids .ukidsSwiper {
  width: 100%;
  overflow: hidden;
}

section.ukids h2 {
  font-weight: 800;
  color: #ffffff;
  font-size: 42px;
}

section.ukids p {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

section.ukids hr {
  border-width: 5px;
  opacity: 1;
  border-color: #ffffff;
}

section.ukids .step {
  background: white;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 800;
}

section.ukids h3 {
  color: #ffffff;
}

section.ukids ul {
  list-style-type: disclosure-closed;
}

section.ukids ul li {
  color: #ffffff;
  font-size: 20px;
}

section.ukids-locator #ukids-map {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

section.ukids h6 {
  font-weight: bold;
  color: #ffed01;
  font-size: 20px;
}

section.ukids-locator h2 {
  color: #00437e;
  font-weight: 800;
  font-size: 42px;
}

section.ukids-locator p {
  font-size: 18px;
}

section.ukids-locator .swiper-button-next::after, section.ukids-locator .swiper-button-prev::after {
  display: none;
}

section.ukids-locator .ukids-next {
  background: #00437e;
  color: #ffffff;
  border-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

section.ukids-locator .ukids-prev {
  background: #00437e;
  color: #ffffff;
  border-radius: var(--bs-border-radius) !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

section.ukids-locator .swiper-button-disabled {
  opacity: 0.4;
}

section.ukids-locator .swiper-button-next span, section.ukids-locator .swiper-button-prev span {
  font-size: 28px;
}

.ukids-swiper {
  padding: 10px 0 30px;
}

.ukids-slide-card {
  background: #f4f9ff;
  border: 1px solid #d7e6ff;
  border-radius: 10px;
  padding: 20px;
}

.ukids-slide-rank {
  background: #004c97;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 10px;
}

.ukids-slide-distance {
  font-weight: 600;
  margin: 4px 0;
  color: #004c97;
}

.ukids-slide-address {
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
}

.ukids-slide-btn {
  display: inline-block;
  padding: 8px 14px;
  background: #004c97;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.ukids-slide-btn:hover {
  background: #003568;
}

@media (max-width: 746px) {
  section.ukids .ukidsSwiper, section.ukids .ukidsSwiper .swiper-wrapper, section.ukids .ukidsSwiper .swiper-slide {
    height: 60vh;
  }
}

/*# sourceMappingURL=company.css.map */
