/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./src/blocks/hero-banner/style.scss ***!
  \**********************************************************************************************************************************/
.hero-banner {
  --hero-container: var(--wp--style--global--wide-size, 1200px);
  --hero-padding: clamp(24px, 4vw, 64px);
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
   * -----------------------------------------------------
   * Main layout
   * -----------------------------------------------------
   */
}
.hero-banner__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(560px, 70vh, 760px);
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Left content
   * -----------------------------------------------------
   */
}
.hero-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /*
   * Keeps content aligned with global site container,
   * despite hero itself being full viewport width.
   */
  padding-left: max(var(--hero-padding), (100vw - var(--hero-container)) / 2 + var(--hero-padding));
  padding-right: clamp(32px, 5vw, 90px);
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Trusted badge
   * -----------------------------------------------------
   */
}
.hero-banner__trusted {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 7px 16px;
  margin-bottom: 20px;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1;
}
.hero-banner__trusted :before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background: currentColor;
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Heading
   * -----------------------------------------------------
   */
}
.hero-banner__heading {
  max-width: 650px;
  margin: 0 0 32px;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Paragraph
   * -----------------------------------------------------
   */
}
.hero-banner__text {
  max-width: 570px;
  margin: 0 0 32px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.45;
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Buttons
   * -----------------------------------------------------
   */
}
.hero-banner__actions {
  margin-top: 4px;
}
.hero-banner .wp-block-buttons {
  display: flex;
  gap: 12px;
  margin: 0;
}
.hero-banner .wp-block-button {
  margin: 0;
}
.hero-banner .wp-block-button__link {
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Right image
   * -----------------------------------------------------
   */
}
.hero-banner__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner__image-element, .hero-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner {
  /*
   * Editor image selector.
   */
}
.hero-banner__image-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Tablet
   * -----------------------------------------------------
   */
}
@media (max-width: 1024px) {
  .hero-banner__layout {
    grid-template-columns: 55% 45%;
  }
  .hero-banner__content {
    padding-left: var(--hero-padding);
    padding-right: var(--hero-padding);
  }
  .hero-banner__heading {
    font-size: clamp(2.75rem, 6vw, 4rem);
  }
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Mobile
   * -----------------------------------------------------
   */
}
@media (max-width: 768px) {
  .hero-banner__layout {
    display: block;
    min-height: auto;
  }
  .hero-banner__content {
    min-height: clamp(500px, 70vh, 650px);
    padding: 72px 24px;
  }
  .hero-banner {
    /*
     * Hide right hero image completely.
     */
  }
  .hero-banner__image {
    display: none;
  }
  .hero-banner__heading {
    max-width: 550px;
    font-size: clamp(2.7rem, 11vw, 4rem);
  }
  .hero-banner__text {
    max-width: 500px;
  }
}
.hero-banner {
  /*
   * -----------------------------------------------------
   * Small phones
   * -----------------------------------------------------
   */
}
@media (max-width: 480px) {
  .hero-banner__content {
    padding: 56px 20px;
  }
  .hero-banner .wp-block-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
}

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