/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-cta {
    width: 100%;
  }
}
.card-cta__title {
  margin: 0;
  max-width: 27rem;
  padding: 3rem 0 3rem 3rem;
  font-size: 2.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.1rem;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-cta__title {
    width: 100%;
  }
}
.card-cta__link {
  position: relative;
  display: block;
  width: 100%;
  height: 22rem;
  margin-top: 2rem;
}
.card-cta figure {
  height: 100%;
  margin: 0;
}
.card-cta__caption {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-cta__background-container {
  position: absolute;
  height: 100%;
  max-height: 23rem;
  width: calc(100% + 2.5rem * 1.5);
}
@media screen and (min-width: 1290px) {
  .card-cta__background-container {
    width: calc(100% + (100vw - 120rem) / 2);
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-cta__background-container {
    width: 100%;
  }
}
.card-cta__background-container picture,
.card-cta__background-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-cta__background-container--default {
  background-color: #ffff00;
}
.card-cta__background-container--default + .card-cta__caption {
  color: black;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-cta__background-container--default + .card-cta__caption .card-cta__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.card-cta__background-container--default + .card-cta__caption .card-cta__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 3rem;
  width: calc(100% + 3.75rem);
}
@media screen and (min-width: 1290px) {
  .card-cta__background-container--default + .card-cta__caption .card-cta__cta {
    width: calc(100% + (100vw - 120rem) / 2);
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-cta__background-container--default + .card-cta__caption .card-cta__cta {
    width: 100%;
  }
}
.card-cta__background-container--default + .card-cta__caption .card-cta__cta .icon {
  margin-top: 3px;
}
.card-cta__background-container--image img, .card-cta__background-container--imageCta img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.card-cta__background-container--image + .card-cta__caption, .card-cta__background-container--imageCta + .card-cta__caption {
  color: white;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.card-cta__background-container--image + .card-cta__caption .card-cta__title, .card-cta__background-container--imageCta + .card-cta__caption .card-cta__title {
  font-size: 1.8rem;
  line-height: 3rem;
}
.card-cta__background-container--image + .card-cta__caption .card-cta__cta, .card-cta__background-container--imageCta + .card-cta__caption .card-cta__cta {
  min-height: 6rem;
  padding: 2rem 3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: #00aeef;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-cta__background-container--image + .card-cta__caption .card-cta__cta .icon, .card-cta__background-container--imageCta + .card-cta__caption .card-cta__cta .icon {
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  z-index: 1;
}
/*# sourceMappingURL=app-card-cta.css.map */
