/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/blocks/acf/block-solutions/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Container query mixin
 * @param {string|number|list} $value - The breakpoint value.
 * @param {string} $mode - The mode (up or down).
 * @param {string} $name - The name of the container.
 * @example @include container(lg)
 */
/**
 * Icon font mixin
 * @param {string} $content - The icon name.
 * @param {number} $font-size - The font size.
 * @example @include icon-font("arrow-right")
 */
@layer partials {
  .solutions {
    position: relative;
    container-type: inline-size;
    z-index: 2;
  }
  .solutions__container {
    padding-block: 5rem;
    background-color: var(--g-color-light-400);
  }
  @container ((width >= 992px)) {
    .solutions__container {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 5rem;
      padding-block: 10rem;
    }
  }
  @container ((width >= 1200px)) {
    .solutions__container {
      grid-template-columns: 1fr 57.5rem;
      gap: 4.6rem;
    }
  }
  .solutions__content {
    margin-bottom: 5rem;
  }
  @container ((width >= 992px)) {
    .solutions__content {
      margin-bottom: 0;
    }
  }
  @container ((width >= 992px)) {
    .solutions__content-inner {
      position: sticky;
      top: 10rem;
    }
  }
  .solutions__content-inner p {
    color: var(--g-color-black);
    font-weight: 600;
  }
  .solutions__content-inner p:first-of-type {
    margin-bottom: 2rem;
  }
  @container ((width >= 992px)) {
    .solutions__content-inner p:first-of-type {
      display: none;
    }
  }
  @container ((width >= 992px)) {
    .solutions__content-inner p:last-of-type {
      display: flex;
      align-items: center;
      gap: 1rem;
      max-width: 57.5rem;
      font-size: 2.8rem;
    }
  }
  .solutions__content-inner p:last-of-type::after {
    content: ":";
  }
  @container ((width >= 992px)) {
    .solutions__content-inner p:last-of-type::after {
      content: "";
      flex-grow: 1;
      height: 3.2rem;
      margin-top: 0.4rem;
      background: url(../../../images/icon-arrow-long.svg) no-repeat right center;
    }
  }
  .solutions__content-inner h2 {
    margin-bottom: 5rem;
  }
  @container ((width >= 992px)) {
    .solutions__content-inner h2 {
      margin-bottom: 2rem;
    }
  }
  .solutions__items {
    display: grid;
    gap: 5rem;
  }
  .solutions__item h3 {
    margin-bottom: 1rem;
    color: var(--g-color-black);
    font-family: var(--g-font-secondary);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.333;
  }
  @container ((width >= 992px)) {
    .solutions__item h3 {
      font-size: 2rem;
      line-height: 1.2;
    }
  }
  .solutions__item p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  @container ((width >= 992px)) {
    .solutions__item p {
      font-size: 1.8rem;
    }
  }
  .solutions__item p br {
    display: none;
  }
  @container ((width >= 992px)) {
    .solutions__item p br {
      display: block;
    }
  }
  .solutions__item-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2rem 0 0;
    padding: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    overflow: hidden;
  }
  .solutions__item-image img {
    width: 100%;
    height: auto;
  }
}

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