/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-mq20-boxes-carousel {
  position: relative;
  padding: 100px 0;
  color: var(--c_neutral--900);
  border-bottom: 1px solid var(--c_neutral--50);
  background: var(--c_neutral--25);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 830px;
  margin: 0 auto 120px;
  text-align: center;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content .subheading {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 6px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content .subheading .pulse {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c_success--800);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content .subheading .pulse:after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: pulse 2s infinite;
  animation-name: pulse;
  border-radius: 50%;
  background: var(--c_success--600);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content h2 {
  margin-bottom: 24px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content p {
  max-width: 600px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content a {
  margin-top: 40px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content-left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content-left .boxes-carousel-header-content-text {
  display: flex;
  align-items: flex-start;
  flex: 0 0 41.6666666667%;
  flex-direction: column;
  gap: 40px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row {
  display: flex;
  transform: translateX(-20vw);
  gap: 8px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row:last-child {
  transform: translateX(-25vw);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .why-box-text {
  width: 410px;
  padding: 40px;
  background: var(--c_neutral--50);
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .why-box-text img {
  margin-bottom: 16px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .why-box-text h3 {
  margin-bottom: 12px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .why-box-image {
  width: 410px;
}
.wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .why-box-image img {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .wp-block-create-block-mq20-boxes-carousel {
    padding: 40px 0;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content {
    margin-bottom: 64px;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content-left {
    flex-direction: column;
    margin-bottom: 64px;
    gap: 16px;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-header-content-left .boxes-carousel-header-content-text {
    align-items: center;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row {
    transform: unset;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row:last-child {
    transform: translateX(-35vw);
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box.why-box-text {
    width: 90vw;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box.why-box-text:first-child {
    padding-left: 28px;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box.why-box-image {
    width: 90vw;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box.why-box-image:first-child {
    padding-left: 8px;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box:first-child {
    position: relative;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box:first-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
    background: var(--c_neutral--25);
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row .why-box-text {
    padding: 20px;
  }
  .wp-block-create-block-mq20-boxes-carousel .boxes-carousel-content .boxes-carousel-row a {
    align-self: center;
  }
}

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