/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-gvv-slanted-hero {
  min-height: 20rem;
  position: relative;
}
.wp-block-gvv-slanted-hero__svg {
  width: 100%;
  height: auto;
  display: block;
}
.wp-block-gvv-slanted-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-gvv-slanted-hero__pentagon-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: clamp(70vw, 50vw, 90vw);
  margin: 0 auto;
}
.wp-block-gvv-slanted-hero__pentagon {
  position: absolute;
  width: clamp(70%, 50vw, 90%);
  max-width: clamp(70%, 50vw, 90%);
  aspect-ratio: 518/543;
  bottom: 0;
}
.wp-block-gvv-slanted-hero__pentagon .pentagon-svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  top: 31.3%;
}
.wp-block-gvv-slanted-hero__pentagon .pentagon-svg .blue-layer {
  fill: #000 !important;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.wp-block-gvv-slanted-hero .wp-block-gvv-slanted-hero__pentagon-content {
  position: absolute;
  height: clamp(40%, 30vw, 100%);
  max-height: clamp(350px, 60vw, 1200px);
  max-width: calc(var(--wp--style--global--content-size) * 0.5);
  bottom: 0;
  align-items: center;
  text-align: left;
  z-index: 2;
  padding-left: 6vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.wp-block-gvv-slanted-hero .wp-block-gvv-slanted-hero__pentagon-content .pentagon-content__outlined {
  margin: 0;
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px #ffffff;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--oswald);
  text-transform: uppercase;
  font-size: clamp(1rem, 4vw, 5rem);
  line-height: 1;
  flex-basis: 100%;
}
.wp-block-gvv-slanted-hero .wp-block-gvv-slanted-hero__pentagon-content .pentagon-content__non-outlined {
  margin: 0;
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--oswald);
  text-transform: uppercase;
  font-size: clamp(1rem, 4vw, 5rem);
  line-height: 1;
  flex-basis: 100%;
}
.wp-block-gvv-slanted-hero__image-right {
  position: absolute;
}
.wp-block-gvv-slanted-hero__image-right img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 926px) {
  .wp-block-gvv-slanted-hero {
    min-height: 0;
  }
  .wp-block-gvv-slanted-hero__pentagon-holder {
    width: 90%;
  }
  .wp-block-gvv-slanted-hero__pentagon {
    max-width: clamp(50%, 50vw, 70%);
    top: -16.3vw;
  }
  .wp-block-gvv-slanted-hero .wp-block-gvv-slanted-hero__pentagon-content {
    bottom: auto;
    top: clamp(3rem, 3rem - 5vw, 12rem);
  }
  .wp-block-gvv-slanted-hero__content {
    position: relative;
    margin-top: -9rem;
  }
}

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