/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-item/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.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Typography
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
:root {
  --vl-block-card-stack-item-aspect-ratio: 21.375 / 19.75;
  --vl-block-card-stack-item-border-radius: 1.5rem;
}
@media (min-width: 1280px) {
  :root {
    --vl-block-card-stack-item-aspect-ratio: 16 / 9;
  }
}

.vl-block-card-stack-item {
  position: fixed;
  top: 75px;
  left: 50%;
  z-index: 1;
  margin-bottom: 0;
  will-change: transform, opacity;
  width: calc(100% - 2 * var(--gutter));
  max-width: var(--align-default);
  transform: translate3d(-50%, 0, 0);
  min-height: 408px;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item {
    min-height: 690px;
  }
}
.vl-block-card-stack-item__spacer {
  width: 100%;
  aspect-ratio: var(--vl-block-card-stack-item-aspect-ratio);
  min-height: 408px;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__spacer {
    min-height: 690px;
  }
}
.vl-block-card-stack-item__container {
  position: relative;
  border-radius: var(--vl-block-card-stack-item-border-radius);
  overflow: clip;
  transform-origin: center top;
  width: 100%;
  min-height: 408px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__container {
    min-height: 690px;
  }
}
.vl-block-card-stack-item .wp-block-image {
  aspect-ratio: var(--vl-block-card-stack-item-aspect-ratio);
  border-radius: var(--vl-block-card-stack-item-border-radius);
  min-height: 408px;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item .wp-block-image {
    min-height: 690px;
  }
}
.vl-block-card-stack-item .wp-block-image a {
  transition: none !important;
  filter: none !important;
}
.vl-block-card-stack-item .wp-block-image > div {
  aspect-ratio: var(--vl-block-card-stack-item-aspect-ratio);
  border-radius: var(--vl-block-card-stack-item-border-radius);
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 408px !important;
  max-height: 100% !important;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item .wp-block-image > div {
    min-height: 690px !important;
  }
}
.vl-block-card-stack-item .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.vl-block-card-stack-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  text-align: center;
  display: flex;
  padding: 1.5rem 1rem 2.5rem 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  pointer-events: none;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__text {
    height: 16.5625rem;
  }
}
.vl-block-card-stack-item__label {
  align-items: center;
  background-color: #c3c3e1;
  border-radius: 9999px;
  color: #002f6d;
  display: inline-flex;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.01rem;
  line-height: 1;
  padding: 0.3125rem 0.625rem 0.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__label {
    font-size: 1rem;
    padding: 0.5rem 0.75rem 0.3125rem;
  }
}
.vl-block-card-stack-item__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-family: var(--font-family-playfair);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__title {
    font-size: 3.125rem;
    margin-top: 0.25rem;
  }
}
.vl-block-card-stack-item__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  display: none;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__icon {
    top: 2.5rem;
    right: 2.125rem;
    width: 4.25rem;
    height: 4.25rem;
  }
}
.vl-block-card-stack-item__icon svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 782px) {
  .vl-block-card-stack-item__icon svg {
    width: 36px;
    height: 36px;
  }
}
.vl-block-card-stack-item:has(.wp-block-image a) .vl-block-card-stack-item__icon {
  display: flex;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-hover .vl-block-card-stack-item:has(.wp-block-image a):hover .vl-block-card-stack-item__icon {
  transform: translateX(10px);
}

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