/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/hero/style_hero.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /* Color — slugs come from theme.json; WP generates --wp--preset--color--{slug} */
  --color-navy: var(--wp--preset--color--navy); /* slug: navy */
  --color-teal: var(--wp--preset--color--teal); /* slug: teal */
  --color-blue: var(--wp--preset--color--blue); /* slug: blue */
  --color-dark-grey: var(--wp--preset--color--dark-grey); /* slug: dark-grey */
  --color-off-white: var(--wp--preset--color--off-white); /* slug: off-white */
  --color-light-teal: var(--wp--preset--color--light-teal); /* slug: light-teal */
  --color-white: var(--wp--preset--color--white); /* slug: white */
  --color-error-red: #c30e0e;
  --color-success-green: #008a22;
  --color-black: #000;
  /* Form / input */
  --color-input-border: #a9aec5;
  --color-input-border-disabled: #d0d3e0;
  --color-input-text-disabled: #8c91ad;
  /* UI states */
  --color-blue-hover-bg: #d9dfff;
  --color-text-muted: #888;
  /* Gap */
  --gap-24: 1.5rem;
  --gap-64: 4rem;
  /* BorderRadius */
  --br-5: 5px;
  --br-8: 8px;
  --br-10: 10px;
  --br-16: 16px;
  --br-100: 100px;
  /* Card */
  --shadow-card: 0 8px 16px 0 rgba(197, 197, 197, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  --shadow-dropdown: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.12);
  --pd-card-y: 3.5rem;
  --font-size-card-title: 1.75rem;
  /* mediabreaks */
  --mb_mobilesmall: $mb_mobilesmall;
  --mb_mobile: $mb_mobile;
  --mb_content: $mb_content;
  --content_narrowSize: 600px;
  --content_normalSize: 1024px;
  --content_wideSize: 1400px;
  --content_wideSize: 1400px;
  --mobilepadding: 1.5rem;
  /* header */
  --header_height_mobile: 120px;
  --header_logo_size: 80px;
  --header_margin: 1rem;
  /* hero */
  --hero_height_mobile: 440px;
  --hero_height: 560px;
  /* form, input */
  --input-margin_bottom: 1rem;
  /* carousel, swiper */
  --wp--custom--carousel-block--navigation-size: 2rem;
  --carousel-btn-gap: 40px;
  --wp--custom--carousel-block--navigation-sides-offset: calc(50% - 512px - var(--wp--custom--carousel-block--navigation-size));
  --wp--custom--carousel-block--navigation-alignfull-color: var(--wp--preset--color--blue);
  --swiper-navigation-sides-offset: var(--wp--custom--carousel-block--navigation-sides-offset);
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-size: var(--wp--custom--carousel-block--navigation-size);
}

@media all and (max-width: 1104px) {
  :root {
    --wp--custom--carousel-block--navigation-sides-offset: 10px;
  }
}
@media all and (max-width: 768px) {
  :root {
    --wp--custom--carousel-block--navigation-size: 2.5rem;
  }
}
.hero {
  width: 100%;
  max-width: none !important;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  align-items: stretch;
  max-width: 1024px;
  height: 100%;
  margin-inline: auto;
}

.hero__content {
  width: 65%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--gap-24, 1.5rem);
  padding-inline: var(--gap-24, 1.5rem);
}
.hero__content p {
  font-size: 1.5rem;
}
.hero__content .wp-block-heading {
  overflow-wrap: break-word;
  hyphens: auto;
  text-wrap: balance;
}

.hero__image-wrap {
  flex: 1;
  position: relative;
}

.hero__image {
  position: absolute;
  bottom: 0;
  right: -8rem;
  height: 85%;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.hero__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  border: 2px dashed var(--wp--preset--color--teal);
  border-radius: 0.5rem;
}

.hero--image-inline {
  overflow: visible;
}
.hero--image-inline .hero__image-wrap {
  flex: 1;
  position: relative;
  overflow: visible;
}
.hero--image-inline .hero__image {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin-block: auto;
  transform: none;
  height: auto;
  width: clamp(200px, 100% + 6rem, 520px);
  clip-path: inset(0 round 16px);
}

.hero-inspector__image-control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hero-inspector__preview {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

@media all and (min-width: 769px) and (max-width: 1320px) {
  .hero--image-inline {
    overflow: hidden;
  }
  .hero--image-inline .hero__content {
    width: 50%;
  }
  .hero--image-inline .hero__image-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .hero--image-inline .hero__image {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-block: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    clip-path: inset(0 round 16px);
  }
}
@media all and (min-width: 769px) and (max-width: 1100px) {
  .hero__content .wp-block-heading {
    font-size: 3rem;
    line-height: 1.15;
  }
  .hero__content p {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 768px) {
  .hero {
    height: auto;
    overflow: visible;
    min-height: 0px !important;
    padding-top: 3rem;
  }
  .hero:has(.hero__image-wrap) {
    min-height: var(--hero_height_mobile, 440px);
  }
  .hero:not(:has(.hero__image-wrap)) {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .hero__inner {
    height: auto;
    flex-direction: column;
    padding-inline: var(--mobilepadding, 1rem);
    min-height: 0px !important;
  }
  .hero__inner:has(.hero__image-wrap) {
    min-height: var(--hero_height_mobile, 440px);
  }
  .hero__content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-inline: 0;
  }
  .hero__content p {
    font-size: 1.5rem;
  }
  .hero__content .wp-block-heading {
    text-wrap: balance;
    overflow-wrap: break-word;
  }
  .hero__image-wrap,
  .hero--image-inline .hero__image-wrap {
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 18rem;
    display: block;
    overflow: hidden;
    align-items: unset;
    justify-content: unset;
  }
  .hero__image {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 100%;
    width: auto;
    max-width: none;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
  .hero--image-inline .hero__image-wrap {
    min-height: 0;
    overflow: visible;
    margin-bottom: 3rem;
  }
  .hero--image-inline .hero__image {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

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