/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
@media (max-width: 991px) {
  .promo-cards {
    --space-md: 3.75rem;
  }
}
.promo-cards .pc-heading {
  max-width: 59.38rem;
  margin: 0 auto 2.5rem;
  width: 100%;
}
.promo-cards .pc-heading h2 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .promo-cards .pc-heading h2 {
    margin-bottom: 1.88rem;
  }
}
.promo-cards .pc-row {
  row-gap: 2rem;
}
.promo-cards .pc-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border-radius: 0.94rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.promo-cards .pc-item:has(.pc-item-inner) .pc-image {
  border-radius: 0;
}
.promo-cards .pc-item:hover .btn-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M0.75 5.99023H14.75' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.9941 0.71753L14.626 5.86213' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.99438 11.2671L14.6465 6.19162' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.promo-cards .pc-item .pc-icon svg path {
  transition: 0.4s;
}
.promo-cards .pc-item .flex-basis-100 {
  flex-basis: 100%;
}
.promo-cards .pc-item .btn-link::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M0.75 5.99023H14.75' stroke='%231565C0' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.9941 0.71753L14.626 5.86213' stroke='%231565C0' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.99438 11.2671L14.6465 6.19162' stroke='%231565C0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  margin-left: 0.5rem;
}
.promo-cards .pc-item .btn-link:hover::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M0.75 5.99023H14.75' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.9941 0.71753L14.626 5.86213' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8.99438 11.2671L14.6465 6.19162' stroke='%2396EAAA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.promo-cards .pc-item .btn-link {
  margin-top: 2.82rem;
}
.promo-cards .pc-item .btn-link + .btn-link {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .promo-cards .pc-item .btn-link {
    margin-top: 1.88rem;
  }
}
.promo-cards .pc-item p {
  transition: 0.4s;
  color: #081d4d;
}
.promo-cards .pc-item h1,
.promo-cards .pc-item .h1 {
  transition: 0.4s;
  font-weight: 600;
}
.promo-cards .pc-item h2,
.promo-cards .pc-item .h2 {
  transition: 0.4s;
  font-weight: 600;
}
.promo-cards .pc-item h3,
.promo-cards .pc-item .h3 {
  transition: 0.4s;
  font-weight: 600;
}
.promo-cards .pc-item h4,
.promo-cards .pc-item .h4 {
  transition: 0.4s;
  font-weight: 600;
}
.promo-cards .pc-item h5,
.promo-cards .pc-item .h5 {
  transition: 0.4s;
  font-weight: 600;
}
.promo-cards .pc-item h6,
.promo-cards .pc-item .h6 {
  transition: 0.4s;
  font-weight: 600;
}
@media (min-width: 992px) {
  .promo-cards .pc-item:not(._no-link):hover .pc-item-inner {
    background-color: #081d4d;
  }
  .promo-cards .pc-item:not(._no-link):hover *:not(a) {
    color: #fff;
  }
  .promo-cards .pc-item:not(._no-link):hover .btn-link {
    color: #96eaaa;
  }
  .promo-cards .pc-item:not(._no-link):hover .pc-item-inner::after {
    opacity: 0.4;
  }
  .promo-cards .pc-item:not(._no-link):hover .pc-icon svg path {
    fill: #96eaaa;
  }
}
.promo-cards .pc-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ededeb;
  padding: 2rem;
  transition: 0.4s;
  height: 100%;
  z-index: 2;
}
.promo-cards .pc-item-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.25rem;
  height: 11.25rem;
  background-image: url("../../../assets/images/promo-card-shape.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
}
.promo-cards .pc-item-inner.smaller-text h5 {
  font-size: 1.13rem;
}
.promo-cards .pc-item-inner.smaller-text p {
  font-size: 0.94rem;
}
.promo-cards .pc-icon {
  width: 3.13rem;
  height: 3.13rem;
  margin-bottom: 2.19rem;
}
.promo-cards .pc-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promo-cards .pc-icon svg {
  width: 100%;
  height: 100%;
}
.promo-cards .pc-image {
  position: relative;
  padding-top: 56.1983471074%;
}
.promo-cards .pc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-cards .pc-cta {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-cards .pc-cta:hover {
  text-decoration: none;
  color: #081d4d;
}
.promo-cards .pc-cta:hover svg path {
  stroke: #081d4d;
}
.promo-cards .pc-cta svg {
  margin-left: 0.5rem;
}
.promo-cards.dark-mode .pc-heading {
  color: #fff;
}
.promo-cards.dark-mode .pc-heading h2 {
  color: white;
}