/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./plugins/developress-blocks/src/blocks/header-with-image-and-text-folders/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.header-with-image-and-text-folders {
  --transition-time: 0.4s;
  position: relative;
  padding-block: var(--wp--preset--spacing--lg);
}
.header-with-image-and-text-folders__container {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  display: flex;
  flex-direction: column;
}
.header-with-image-and-text-folders__container > p {
  grid-column: 3/11;
}
.header-with-image-and-text-folders--blue-highlight .header-with-image-and-text-folders__service-title.is-active {
  background-image: none;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.header-with-image-and-text-folders__services-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: var(--wp--preset--spacing--lg);
  overflow: hidden;
  transition: height var(--transition-time);
}
.header-with-image-and-text-folders__title {
  line-height: 125%;
  word-break: keep-all;
  margin-top: 0 !important;
}
.header-with-image-and-text-folders__subtitle {
  line-height: 1.875rem !important;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: var(--wp--preset--spacing--lg) !important;
}
.header-with-image-and-text-folders__image {
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0;
  height: clamp(9.375rem, 5.8146rem + 14.6067vw, 17.5rem);
}
.header-with-image-and-text-folders__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-with-image-and-text-folders .cta {
  padding: 0 !important;
}
.header-with-image-and-text-folders .cta__subtitle {
  display: none;
}
.header-with-image-and-text-folders .cta .container {
  padding: 0;
}
.header-with-image-and-text-folders__service-item:last-child {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.header-with-image-and-text-folders__service-title {
  position: relative;
  font-size: clamp(1.313rem, 1.2311rem + 0.3362vw, 1.5rem);
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1rem;
  line-height: 1.32;
  letter-spacing: 0.015625rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 1.5rem;
  transition: color var(--transition-time);
}
.header-with-image-and-text-folders__service-title:hover, .header-with-image-and-text-folders__service-title:active {
  color: var(--wp--preset--color--primary);
}
.header-with-image-and-text-folders__service-title.is-active {
  background-image: url(../images/service-title-bg.0f54e9b4.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.header-with-image-and-text-folders__service-title.is-active::after {
  transform: rotate(180deg) translateY(39%);
}
.header-with-image-and-text-folders__service-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.66732 7.59635L8.00065 10.9297L11.334 7.59635%27 stroke=%27%232E75FF%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: cover;
  transition: var(--transition-time) ease-in-out all;
}
.header-with-image-and-text-folders__service-content-container {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md);
  max-height: 0;
  opacity: 0;
  width: 100%;
}
.header-with-image-and-text-folders__service-content-container.is-active {
  opacity: 1 !important;
  padding: var(--wp--preset--spacing--md) var(--wp--preset--spacing--sm);
}
.header-with-image-and-text-folders__service-content, .header-with-image-and-text-folders__service-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  word-break: keep-all;
  line-height: 1.33 !important;
}
.header-with-image-and-text-folders__service-list {
  padding-left: 1.625rem;
}

@media (max-width: 767px) {
  .header-with-image-and-text-folders__service-height-wrapper {
    overflow: hidden;
    height: 0;
    transition: height var(--transition-time);
  }
}
@media (min-width: 768px) {
  .header-with-image-and-text-folders {
    padding-block: var(--wp--preset--spacing--2-xl);
  }
  .header-with-image-and-text-folders--full-width .header-with-image-and-text-folders__desktop-content-slot {
    grid-column: 7/13;
    padding-left: 2rem;
  }
  .header-with-image-and-text-folders--full-width .header-with-image-and-text-folders__services-wrapper {
    grid-column: 1/7;
    padding-left: 0;
  }
  .header-with-image-and-text-folders--full-width .header-with-image-and-text-folders__image {
    grid-column: 1/13;
  }
  .header-with-image-and-text-folders--full-width .header-with-image-and-text-folders__service-item {
    max-width: 36.9375rem;
  }
  .header-with-image-and-text-folders--full-width .header-with-image-and-text-folders__service-content-container {
    max-width: 36.9375rem;
  }
  .header-with-image-and-text-folders__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .header-with-image-and-text-folders__slot-wrapper {
    height: 0;
    overflow: hidden;
    transition: height var(--transition-time);
  }
  .header-with-image-and-text-folders__desktop-content-slot {
    grid-column: 7/12;
    margin-top: var(--wp--preset--spacing--2-xl) !important;
    align-self: self-start;
    padding-left: 2rem;
  }
  .header-with-image-and-text-folders__services-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    grid-column: 2/7;
    margin-top: var(--wp--preset--spacing--2-xl) !important;
    margin-bottom: 2rem !important;
    width: 100%;
  }
  .header-with-image-and-text-folders__title {
    line-height: 1.2;
    width: 96% !important;
    align-self: center;
    text-align: center;
    justify-self: center;
  }
  .header-with-image-and-text-folders__subtitle {
    margin-bottom: var(--wp--preset--spacing--2-xl) !important;
    width: 96% !important;
    align-self: center;
    text-align: center;
    justify-self: center;
  }
  .header-with-image-and-text-folders__title, .header-with-image-and-text-folders__subtitle {
    grid-column: 3/11;
    width: 100%;
  }
  .header-with-image-and-text-folders .cta, .header-with-image-and-text-folders__image {
    grid-column: 2/12;
    width: 100%;
  }
  .header-with-image-and-text-folders__service-content-container {
    display: none;
    padding: 0 0 0 0.25rem !important;
    gap: 2rem;
    flex-direction: column;
    overflow: hidden;
  }
  .header-with-image-and-text-folders__service-content-container.is-active {
    display: flex !important;
    max-height: 100%;
    opacity: 1;
  }
  .header-with-image-and-text-folders__service-item {
    max-width: 30.40625rem;
  }
  .header-with-image-and-text-folders__service-item:last-child {
    margin-bottom: 0;
  }
  .header-with-image-and-text-folders__service-title {
    padding: 0.75rem 1.875rem;
  }
  .header-with-image-and-text-folders__service-title::after {
    display: none;
  }
  .header-with-image-and-text-folders__service-list {
    padding-left: 2rem;
  }
}

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