/**
 * Page block: 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 */
.section--image-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
  color: #150D50;
}
@media screen and (min-width:991px) {
  .section--image-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section--image-block .cws.image-block header {
  max-width: 48rem;
}
.section--image-block .cws.image-block header h2 {
  margin: 0 0 2rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.25rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  .section--image-block .cws.image-block header h2 {
    font-size: 3.5rem;
  }
}
.section--image-block .cws.image-block header h2 {
  letter-spacing: normal;
  line-height: 1.14;
  max-width: 36.875rem;
}
.section--image-block .cws.image-block header h2 span {
  display: block;
}
.section--image-block .cws.image-block header p {
  margin: 0 0 2rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  .section--image-block .cws.image-block header p {
    font-size: 1.5rem;
  }
}
.section--image-block .cws.image-block header p {
  letter-spacing: normal;
  line-height: 1.33;
}
.section--image-block .cws.image-block header .l-btn {
  align-self: flex-start;
  padding: 1rem 1.5rem;
}
.section--image-block .cws.image-block .image-block__images {
  padding-top: 4rem;
  display: grid;
  width: 100%;
  gap: 0.75rem;
}
@media screen and (min-width:991px) {
  .section--image-block .cws.image-block .image-block__images {
    gap: 1rem;
  }
}
@media screen and (min-width:768px) {
  .section--image-block .cws.image-block .image-block__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:1199px) {
  .section--image-block .cws.image-block .image-block__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section--image-block .cws.image-block figure.aspect-box {
  --aspect-ratio: 432/432;
  margin: 0;
}
.section--image-block .cws.image-block figure.aspect-box img {
  border-radius: 1.5rem;
}

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