@charset "UTF-8";
/**
 * ACT4ALL — Bootstrap variable overrides.
 * Loaded by _init.scss BEFORE Bootstrap's functions/variables, so only plain
 * values + native Sass here (no Bootstrap functions — they aren't loaded yet).
 */
.region-cta {
  height: 100%;
  padding: 2.75rem;
  border-radius: 20px;
}
.region-cta--crete {
  background: rgba(41, 51, 123, 0.1);
  border: 1px solid rgba(41, 51, 123, 0.3);
  color: #1d2456;
}
.region-cta--cyprus {
  background: rgba(245, 121, 33, 0.12);
  border: 1px solid rgba(245, 121, 33, 0.4);
  color: #ac5517;
}
.region-cta__illustration {
  display: block;
}
.region-cta__illustration--image {
  width: 100%;
  max-width: 120px;
  height: 64px;
  background-color: currentColor;
  mask-image: var(--region-cta-mask);
  -webkit-mask-image: var(--region-cta-mask);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position: left center;
}
.region-cta__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #101431;
  margin: 1rem 0 0.75rem;
}
.region-cta__body {
  font-size: 0.96875rem;
  line-height: 1.6;
  color: rgba(16, 20, 49, 0.8);
  margin: 0 0 1.75rem;
}

/*# sourceMappingURL=region-cta.css.map*/