.contact-cards .card {
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  border: 2px solid #333537;
  aspect-ratio: 1;
  position: relative;
  z-index: 0;
}
.contact-cards .card:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px; /* same radius */
  padding: 1.5px; /* = border-width */
  background: linear-gradient(to right, #00ffff 0%, #00bcd4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .contact-cards .card {
    aspect-ratio: auto;
  }
}
.contact-cards .card .imageBox {
  display: flex;
  flex-direction: column;
}
.contact-cards .card .imageBox img {
  width: 3rem;
  margin-bottom: 1.3rem;
}
.contact-cards .card .imageBox h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.contact-cards .card .imageBox p {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.3rem;
  margin-bottom: 1.3rem;
}
.contact-cards .card span {
  color: #24a6ca;
  font-size: 0.9rem;
}

.cotact-map .map-box {
  border-radius: 1.2rem;
  border: 2px solid #333537;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 61.9375em) {
  .cotact-map .map-box {
    min-height: 470px;
  }
}
.cotact-map .map-box svg {
  position: absolute;
  z-index: -1;
  transform: translate(-55rem, -16rem) scale(2.5);
  transition: all 0.5s ease-out;
}
.cotact-map .map-box svg .map-glow {
  transition: all 0.35s ease-out;
}
.cotact-map .map-swiper {
  width: 100%;
  position: relative;
}
.cotact-map .map-swiper .swiper-slide {
  text-align: left;
  padding-right: 55%;
}
.cotact-map .map-swiper .swiper-slide .title {
  color: #fff;
  font-size: 2rem;
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.cotact-map .map-swiper .swiper-slide .desc {
  color: #fff;
  font-size: 1rem;
}
.cotact-map .map-swiper .cx-navigation {
  position: absolute;
  top: 0;
  z-index: 2;
}
.cotact-map .map-swiper .cx-navigation.dull {
  pointer-events: none;
  opacity: 0.3;
}
.cotact-map .map-swiper .map-swiper-next {
  right: 0;
}
.cotact-map .map-swiper .map-swiper-prev {
  right: 5rem;
}
.cotact-map .contacts .contact {
  margin-bottom: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cotact-map .contacts .contact img {
  width: 2rem;
  margin-right: 1.5rem;
}
.cotact-map .contacts .contact p {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  font-weight: 500;
}

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