/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/card-stack-buttons/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.vl-block-hero-card-stack-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: inherit;
}
.vl-block-hero-card-stack-buttons > * {
  position: relative;
  z-index: 1;
}
.vl-block-hero-card-stack-buttons::before, .vl-block-hero-card-stack-buttons::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  height: 100%;
  background-color: inherit;
}
.vl-block-hero-card-stack-buttons::before {
  left: -50vw;
}
.vl-block-hero-card-stack-buttons::after {
  right: -50vw;
}
@media screen and (max-width: 782px) {
  .vl-block-hero-card-stack-buttons {
    gap: 0.75rem;
  }
}

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