/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-1-6 16:42:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-1-10 19:20:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-in
 * ----------------------------------------
 */
@-webkit-keyframes puff-in {
  0% {
    transform: scale(2);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-in
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-back {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes puff-in-back {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wp-block-popper-is-open, .wp-block-popper__container, .popper {
  /* Box Shadow Color */
  --box-shadow-color: 0,0,0;
  /* Border Radius */
  --border-radius-sm:2px;
  --border-radius-md:4px;
  --border-radius-lg:8px;
  --border-radius-xl:24px;
  --border-radius-2xl:9999px;
  /* Box Shadow */
  --box-shadow-sm: 0px 0px 5px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-md: 0px 0px 10px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-lg: 0px 0px 15px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-xl: 0px 0px 25px 0px rgba( var( --box-shadow-color ), 0.6 );
  --box-shadow-2xl: 0px 0px 35px 0px rgba( var( --box-shadow-color ), 0.6 );
}

/**************************
  Reset some default rules of core block
**************************/
.wp-block-formello-popper p:empty, .popper p:empty {
  display: none;
}
.wp-block-formello-popper .wp-block-image, .wp-block-formello-popper .wp-block-embed, .popper .wp-block-image, .popper .wp-block-embed {
  margin: 0;
  line-height: 0;
}

/**************************
  Basic Modal Styles
**************************/
.wp-block-popper {
  display: none;
}

.wp-block-popper-is-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
  overflow-y: auto;
  height: 100%;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.wp-block-popper-is-open::-webkit-scrollbar {
  display: none;
}

.wp-block-popper--left {
  justify-content: left;
  pointer-events: none;
}

.wp-block-popper--right {
  justify-content: right;
  pointer-events: none;
}

.wp-block-popper--top {
  align-items: start;
  pointer-events: none;
}

.wp-block-popper--bottom {
  align-items: end;
  pointer-events: none;
}

.wp-block-popper__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.wp-block-popper__container {
  pointer-events: auto;
  padding: 0px;
  max-width: 90vw;
  border-radius: 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  margin: 2em 0;
}

.wp-block-popper__container.wide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 0 !important;
  box-shadow: none;
}
.wp-block-popper__container.wide .wp-block-popper__close {
  position: absolute;
  top: 40px !important;
  right: 40px !important;
  bottom: auto;
}

.wp-block-popper__animate {
  -webkit-animation: var(--popper-animation) 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: var(--popper-animation) 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wp-block-popper__content {
  min-height: auto;
}

/* Works on Chrome, Edge, and Safari */
.wp-block-popper__content::-webkit-scrollbar {
  width: 8px;
}

.wp-block-popper__content::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 1px solid gray;
}

.wp-block-popper__close {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #000;
  cursor: pointer !important;
  display: inline-flex;
  font-size: 1em;
  height: auto;
  line-height: 1em;
  margin: 0px;
  outline: none;
  padding: 0.3em;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
}
.wp-block-popper__close svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.wp-block-popper__close-outside {
  bottom: calc(100% + 5px);
  top: auto;
  right: 0;
}

.wp-block-popper__close-corner {
  top: -0.9em;
  right: -0.9em;
}

.wp-block-popper__close:hover, .wp-block-popper__close:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  color: currentColor;
}

/**************************
  Shadow presets
**************************/
.wp-block-popper__shadow-none {
  box-shadow: none;
}

.wp-block-popper__shadow-sm {
  box-shadow: var(--box-shadow-sm);
}

.wp-block-popper__shadow-md {
  box-shadow: var(--box-shadow-md);
}

.wp-block-popper__shadow-lg {
  box-shadow: var(--box-shadow-lg);
}

.wp-block-popper__shadow-xl {
  box-shadow: var(--box-shadow-xl);
}

/**************************
  Border presets
**************************/
.wp-block-popper__border-none {
  border-radius: none;
}

.wp-block-popper__border-sm {
  border-radius: var(--border-radius-sm);
}

.wp-block-popper__border-md {
  border-radius: var(--border-radius-md);
}

.wp-block-popper__border-lg {
  border-radius: var(--border-radius-lg);
}

.wp-block-popper__border-xl {
  border-radius: var(--border-radius-xl);
}

/**************************
  Mobile custom styles for individual modals
**************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wp-block-popper__container {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
  .wp-block-popper__container.wide {
    width: 100%;
    max-height: 100vh;
  }

  @supports (display: flex) {
    .wp-block-popper__container {
      width: 90%;
      max-width: 90%;
      min-width: 90%;
    }
    .wp-block-popper__container.wide {
      width: 100%;
      max-height: 100vh;
    }
  }
  .wp-block-popper__content {
    -webkit-overflow-scrolling: touch;
  }
}

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