/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].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.
 */
/**
 * 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.
 */
/**
 * 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.
 */
.em-block-tabs-item {
  position: relative;
  margin-bottom: 0;
}
.em-block-tabs-item__title-button {
  opacity: 1;
  visibility: visible;
  height: initial;
  position: relative;
  padding: 1.5rem 0.4rem;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.em-block-tabs-item__title-button:focus-visible {
  outline: 4px solid;
  outline-offset: -4px;
}
.em-block-tabs-item__title-button:hover h3 {
  color: var(--color-heading);
}
.em-block-tabs-item__title-button h3 {
  white-space: nowrap;
  color: var(--color-text);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-md);
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 782px) {
  .em-block-tabs-item__title-button h3 {
    font-size: var(--font-size-md);
  }
}
.is-active .em-block-tabs-item__title-button h3, .is-selected > * > .em-block-tabs-item__title-button h3 {
  opacity: 1;
  color: var(--color-purple-medium);
  font-weight: var(--font-weight-bold);
}
.is-active .em-block-tabs-item__title-button, .is-selected > * > .em-block-tabs-item__title-button {
  border-bottom: 3px solid #fff;
}
.em-block-tabs-item::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-purple-medium);
  transition: opacity 0.15s ease-out;
}
.em-block-tabs-item:hover::after, .em-block-tabs-item.is-active::after {
  opacity: 1;
}

.em-block-tabs .em-block-tabs-item__media {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.em-block-tabs .em-block-tabs-item__media > img,
.em-block-tabs .em-block-tabs-item__media > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.em-block-tabs .em-block-tabs__the-content .em-block-tabs-item__media.is-active {
  opacity: 1;
  visibility: visible;
  height: initial;
  animation: revealContent 0.25s ease-out;
}
@keyframes revealContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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