/**
 * Page block: Content Image block — compiled to style.css (npm run watch / compile:blocks).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
.section.section--content-image-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #53ebff;
  overflow: hidden;
}
@media screen and (min-width:991px) {
  .section.section--content-image-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section.section--content-image-section.has-gradient {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media screen and (min-width:991px) {
  .section.section--content-image-section.has-gradient {
    padding-top: 8rem;
    padding-bottom: 18.75rem;
  }
}
.section.section--content-image-section.has-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('data:image/svg+xml,<svg width="1439" height="491" viewBox="0 0 1439 491" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1439 81L-16 241.499L-14.4373 333.346L1439 491L1439 81Z" fill="url(%23paint0_linear_1197_5336)"/><path d="M1439 0L-16 161.282L-14.4373 253.577L1439 412L1439 0Z" fill="url(%23paint1_linear_1197_5336)"/><defs><linearGradient id="paint0_linear_1197_5336" x1="1403.43" y1="105.642" x2="180.562" y2="736.247" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF"/><stop offset="1" stop-color="%232626FF"/></linearGradient><linearGradient id="paint1_linear_1197_5336" x1="1403.43" y1="24.7626" x2="178.069" y2="653.586" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF" stop-opacity="0"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 11%;
  overflow: hidden;
  pointer-events: none;
}

.cws.content-image-section {
  position: relative;
  overflow: hidden;
}
.cws.content-image-section .container {
  position: relative;
  z-index: 2;
}
.cws.content-image-section .content-image-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width:991px) {
  .cws.content-image-section .content-image-inner {
    flex-direction: row;
    gap: 8rem;
  }
}
.cws.content-image-section figure.aspect-box {
  --aspect-ratio: 492/432;
}
@media screen and (min-width:991px) {
  .cws.content-image-section figure.aspect-box {
    flex-basis: 37.2413793103%;
  }
}
.cws.content-image-section figure.aspect-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
@media screen and (min-width:991px) {
  .cws.content-image-section article {
    flex-basis: 66.2068965517%;
  }
}
.cws.content-image-section article h2 {
  margin-bottom: 2rem;
  color: #150D50;
  font-weight: 450;
  line-height: 1.16667;
  padding-top: 0.9375rem;
}
@media screen and (min-width:991px) {
  .cws.content-image-section article h2 {
    max-width: 37.5rem;
    font-size: 3rem;
  }
}
.cws.content-image-section article p {
  margin-bottom: 3rem;
  color: #150D50;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  .cws.content-image-section article p {
    font-size: 1.25rem;
  }
}
.cws.content-image-section ul {
  list-style-position: inside;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width:991px) {
  .cws.content-image-section ul {
    column-count: 2;
    gap: 0.625rem;
  }
}
.cws.content-image-section ul li {
  position: relative;
  padding-left: 0.625rem;
  color: #150D50;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.cws.content-image-section .content__wrapper .cws-wysiwyg p {
  margin-bottom: 2rem;
  line-height: 1.4;
}
.cws.content-image-section .content__wrapper .cws-wysiwyg p + p {
  margin-bottom: 1rem;
}
.cws.content-image-section .content__wrapper .cws-wysiwyg ul li {
  padding-left: 1rem;
  gap: 0.875rem;
}
.cws.content-image-section .content__wrapper .cws-wysiwyg ul li::before {
  min-width: 0.5rem;
  height: 0.5rem;
  background-color: #150D50;
  top: 0.625rem;
}

.section--testimonial.has-gradient + .section--content-image-section {
  padding-top: 8rem;
}
@media screen and (min-width:991px) {
  .section--testimonial.has-gradient + .section--content-image-section {
    padding-top: 18.75rem;
  }
}

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