/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/hero/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.hero {
  width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
  max-width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
  margin-left: calc(var(--wrap-padding-x, 1rem) * -1);
  margin-right: calc(var(--wrap-padding-x, 1rem) * -1);
  padding-right: var(--wrap-padding-x, 1rem);
  padding-left: var(--wrap-padding-x, 1rem);
  position: relative;
  overflow-x: clip;
  --content-widht: 940px;
}
.hero__inner {
  width: 100%;
  max-width: var(--content-inner-width, var(--content-max-width, 90%));
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
@media (min-width: 992px) {
  .--has-image .hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(65%, 1fr);
    grid-template-areas: "image content";
    -moz-column-gap: clamp(30px, 8.013vw - 16px, 80px);
         column-gap: clamp(30px, 8.013vw - 16px, 80px);
  }
}
.hero__image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__image {
  position: relative;
}
.hero__image::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: rgba(236, 125, 62, 0.2);
  backdrop-filter: blur(5px);
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEzMCIgaGVpZ2h0PSIxMzAiIHZpZXdCb3g9IjAgMCAxMzAgMTMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0iRWxpcHMiPg0KICA8ZGVmcz4NCiAgICA8bWFzayBpZD0iaG9sZSI+DQogICAgICA8cmVjdCB3aWR0aD0iMTMwIiBoZWlnaHQ9IjEzMCIgZmlsbD0id2hpdGUiLz4NCiAgICAgIDxjaXJjbGUgY3g9IjY1IiBjeT0iNjUiIHI9IjUxLjUiIGZpbGw9ImJsYWNrIi8+DQogICAgPC9tYXNrPg0KICA8L2RlZnM+DQogIDxyZWN0IHdpZHRoPSIxMzAiIGhlaWdodD0iMTMwIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2hvbGUpIi8+DQo8L3N2Zz4NCg==);
          mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEzMCIgaGVpZ2h0PSIxMzAiIHZpZXdCb3g9IjAgMCAxMzAgMTMwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHJvbGU9ImltZyIgYXJpYS1sYWJlbD0iRWxpcHMiPg0KICA8ZGVmcz4NCiAgICA8bWFzayBpZD0iaG9sZSI+DQogICAgICA8cmVjdCB3aWR0aD0iMTMwIiBoZWlnaHQ9IjEzMCIgZmlsbD0id2hpdGUiLz4NCiAgICAgIDxjaXJjbGUgY3g9IjY1IiBjeT0iNjUiIHI9IjUxLjUiIGZpbGw9ImJsYWNrIi8+DQogICAgPC9tYXNrPg0KICA8L2RlZnM+DQogIDxyZWN0IHdpZHRoPSIxMzAiIGhlaWdodD0iMTMwIiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2hvbGUpIi8+DQo8L3N2Zz4NCg==);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all var(--transition-duration, 0.25s) linear;
}
.hero__image {
  display: flex;
  width: 340px;
  max-width: 100%;
  border-radius: var(--General-Radius, 20px);
  overflow: hidden;
  margin: 0 auto 30px;
  align-self: start;
}
.hero__image img {
  aspect-ratio: 341/327;
}
@media (min-width: 992px) {
  .hero__image {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .hero__image {
    display: none;
  }
}
.hero__media img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__media {
  position: relative;
}
.hero__media:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: min(35%, 155px);
  border-radius: 0 0 var(--General-Radius, 20px) var(--General-Radius, 20px);
  background: linear-gradient(180deg, rgba(153, 13, 69, 0) 0%, rgba(228, 100, 24, 0.7) 91.5%);
  backdrop-filter: blur(5px);
  -webkit-mask-image: linear-gradient(to top, black 50%, rgba(0, 0, 0, 0.7) 91.5%, transparent);
          mask-image: linear-gradient(to top, black 50%, rgba(0, 0, 0, 0.7) 91.5%, transparent);
  pointer-events: none;
}
.hero__media {
  display: flex;
  border-radius: var(--General-Radius, 20px);
  overflow: hidden;
}
.hero__media img {
  aspect-ratio: 610/585;
}
.hero__breadcrambs {
  margin-bottom: 13px;
  max-width: var(--content-widht);
}
.hero__title {
  margin-bottom: 13px;
}
.hero__content {
  max-width: var(--content-widht);
}
.hero__content > :last-child {
  margin-bottom: 0;
}

.wp-block-theme-hero-home .hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.wp-block-theme-hero-home .hero__title {
  font-size: clamp(48px, 6.49vw + 11px, 75px);
  line-height: 1.1;
  margin-bottom: 30px;
}
.wp-block-theme-hero-home .hero__branch {
  background-color: #F9F4F1;
}
.wp-block-theme-hero-home .hero__branch > :first-child {
  margin-top: 0;
}
.wp-block-theme-hero-home .hero__branch > :last-child {
  margin-bottom: 0;
}
.wp-block-theme-hero-home .hero__nav {
  width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
  max-width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
  margin-left: calc(var(--wrap-padding-x, 1rem) * -1);
  margin-right: calc(var(--wrap-padding-x, 1rem) * -1);
  background-image: linear-gradient(254deg, rgba(153, 13, 69, 0.9) -57.47%, rgba(208, 89, 40, 0.9) 36.47%, rgba(236, 125, 62, 0.9) 94.72%), url(../images/noise.f019465b.png);
  padding: 60px var(--wrap-padding-x, 1rem);
  color: #FFFFFF;
  --bs-btn-icon--bg: rgba(6, 6, 6, 0.07);
  --bs-btn-icon--color: #FFFFFF;
  --link-icon--transform: scale(1);
  --link-icon--opacity: 1;
}
.wp-block-theme-hero-home .hero__nav > :first-child {
  margin-top: 0;
}
.wp-block-theme-hero-home .hero__nav > :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-theme-hero-home .hero__inner {
    display: grid;
    -moz-column-gap: clamp(30px, 8.013vw - 16px, 80px);
         column-gap: clamp(30px, 8.013vw - 16px, 80px);
    grid-template-columns: minmax(50%, 1fr) auto minmax(35%, 530px);
    grid-template-areas: "content media media" "branch branch nav";
    padding-top: 0;
  }
  .wp-block-theme-hero-home .hero__inner::before {
    background-image: linear-gradient(254deg, rgba(153, 13, 69, 0.9) -57.47%, rgba(208, 89, 40, 0.9) 36.47%, rgba(236, 125, 62, 0.9) 94.72%), url(../images/noise.f019465b.png);
    content: "";
    grid-column: 3;
    grid-row: 1/3;
    width: 50vw;
    border-bottom-left-radius: var(--General-Radius, 20px);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .wp-block-theme-hero-home .hero__inner::before {
    width: calc(50vw - 140px);
  }
}
@media (min-width: 992px) {
  .wp-block-theme-hero-home .hero__content {
    grid-area: content;
    margin-top: 90px;
    margin-bottom: 70px;
    align-self: center;
    padding-left: clamp(0px, 10.401vw - 80px, 70px);
  }
  .wp-block-theme-hero-home .hero__content > .hero__title {
    margin-left: calc(clamp(0px, 10.401vw - 80px, 70px) * -1);
  }
  .wp-block-theme-hero-home .hero__media {
    grid-area: media;
    margin-top: 90px;
  }
  .wp-block-theme-hero-home .hero__branch {
    grid-area: branch;
    position: relative;
    padding-top: var(--gap-spacer-s, 60px);
    padding-bottom: var(--gap-spacer-s, 60px);
  }
  .wp-block-theme-hero-home .hero__branch::before {
    content: "";
    background-color: #F9F4F1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -50vw;
    z-index: -1;
    box-shadow: 50vw 0 0 #F9F4F1;
  }
  .wp-block-theme-hero-home .hero__nav {
    grid-area: nav;
    margin-left: 0;
    padding-left: clamp(40px, 10%, 114px);
    width: calc(100% + var(--wrap-padding-x, 1rem));
    background: revert;
  }
}
@media (min-width: 992px) {
  .wp-block-theme-hero-home .hero__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wp-block-theme-hero-home .hero__inner > .hero__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .wp-block-theme-hero-home .hero__media {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .wp-block-theme-hero-home .hero__branch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wp-block-theme-hero-home .hero__nav {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
}
@media (max-width: 991.98px) {
  .wp-block-theme-hero-home .hero__branch {
    width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
    max-width: calc(100% + var(--wrap-padding-x, 1rem) * 2);
    margin-left: calc(var(--wrap-padding-x, 1rem) * -1);
    margin-right: calc(var(--wrap-padding-x, 1rem) * -1);
    padding: 60px var(--wrap-padding-x, 1rem);
  }
  .wp-block-theme-hero-home .hero__content:not(:last-child) {
    margin-bottom: 60px;
  }
  .wp-block-theme-hero-home .hero__media {
    grid-row: 2;
    margin-bottom: -20px;
  }
}

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