/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/panel-block/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-recipe-blocks-panel-block {
  --speed: 0.2s;
  position: relative;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.wp-block-recipe-blocks-panel-block.svgwrap {
  overflow: hidden;
}
.wp-block-recipe-blocks-panel-block.full-height {
  display: flex;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.full-height {
    display: block;
  }
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.mobile_hide .svgbox {
    display: none !important;
  }
  .wp-block-recipe-blocks-panel-block.mobile_hide .panel-container .wp-block-columns .wp-block-column.wp-block-column.wp-block-column {
    min-height: initial !important;
  }
}
.wp-block-recipe-blocks-panel-block.is-vertically-aligned-center .panel-container {
  align-items: center;
}
.wp-block-recipe-blocks-panel-block.is-vertically-aligned-top .panel-container {
  align-items: top;
}
.wp-block-recipe-blocks-panel-block.is-vertically-aligned-bottom .panel-container {
  align-items: bottom;
}
.wp-block-recipe-blocks-panel-block .panel-container {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-recipe-blocks-panel-block .panel-container .svgbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  left: 0;
}
.wp-block-recipe-blocks-panel-block .panel-container .svgbox.align-left {
  transform: scaleX(-1);
}
.wp-block-recipe-blocks-panel-block .panel-container .svgbox svg {
  position: absolute;
  transform-origin: center center;
  pointer-events: none;
}
.wp-block-recipe-blocks-panel-block .panel-container .inner-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wp-block-recipe-blocks-panel-block .panel-container.aligment-center {
  max-width: 800px;
}
.wp-block-recipe-blocks-panel-block .panel-container.aligment-center .inner-content {
  max-width: 800px;
  margin: 0 auto;
}
.wp-block-recipe-blocks-panel-block.has-background .panel-container .svgbox {
  z-index: 0;
}
.wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container {
  position: relative;
}
.wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .svgbox {
  left: 50%;
}
.wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .svgbox svg {
  max-height: 130vh;
  height: 130vh;
  min-height: 1050px;
  transform: translate(0, -34%);
  transform: translate(var(--left), calc(var(--top) - 34%)) scale(var(--scale));
}
.wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .svgbox.align-left {
  right: 50%;
  left: 0;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .wp-block-columns .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .wp-block-columns .wp-block-column:last-child {
    order: 1;
    min-height: 70vw;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .svgbox {
    left: 10%;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container .svgbox svg {
    min-height: 80vw;
    height: 125vw;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container.aligment-center .svgbox svg {
  left: 95%;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-1 .panel-container.aligment-center .svgbox {
    display: none;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-2 .panel-container .svgbox {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-recipe-blocks-panel-block.background-shape-2 .panel-container .svgbox svg {
  position: absolute;
  top: 50%;
  width: 100vw;
  transform: translate(0, -50%);
  transform: translate(0, calc(var(--top) - 50%)) scale(var(--scale));
  height: 56vw;
  max-height: 2000px;
  width: 100vw;
}
.wp-block-recipe-blocks-panel-block.background-shape-2 .panel-container .svgbox.align-left {
  transform: translateX(-50%) scaleX(-1);
}
.wp-block-recipe-blocks-panel-block.background-shape-3 {
  overflow: hidden;
}
.wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container {
  position: relative;
}
.wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container .svgbox {
  left: 50%;
  overflow-y: clip;
}
.wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container .svgbox svg {
  height: 190%;
  transform: translate(-25%, -24%);
  transform: translate(calc(var(--left) - 25%), calc(var(--top) - 24%)) scale(var(--scale));
}
.wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container .svgbox.align-left {
  right: 50%;
  left: 0;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container .svgbox {
    display: none;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-3 .panel-container.aligment-center .svgbox svg {
  left: 100%;
}
.wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container {
  position: relative;
}
.wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox {
  left: 35%;
}
.wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox svg {
  width: 175%;
  transform: translate(0, -30%);
  transform: translate(var(--left), calc(var(--top) - 30%)) scale(var(--scale));
}
.wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox.align-left {
  right: 35%;
  left: 0;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox {
    display: none;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container.aligment-center .svgbox svg {
  left: 100%;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container.aligment-center .svgbox {
    display: none;
  }
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .wp-block-columns .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .wp-block-columns .wp-block-column:last-child {
    order: 1;
    min-height: 70vw;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox {
    left: 10%;
  }
  .wp-block-recipe-blocks-panel-block.background-shape-4 .panel-container .svgbox svg {
    min-height: 80vw;
    height: 125vw;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container .svgbox {
  /* top: 0; */
  left: 50%;
  bottom: 0;
  right: 0;
  /* margin-top: 50%; */
}
.wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container .svgbox svg {
  width: 110%;
  top: 50%;
  transform: translate(0, -50%);
  transform: translate(var(--left), calc(var(--top) - 50%)) scale(var(--scale));
  max-width: 1500px;
}
.wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container .svgbox.align-left {
  right: 50%;
  left: 0;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container .svgbox {
    display: none;
  }
}
.wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container.aligment-center .svgbox svg {
  left: 400px;
}
@media (max-width: 781px) {
  .wp-block-recipe-blocks-panel-block.background-shape-5 .panel-container.aligment-center .svgbox {
    display: none;
  }
}
@media (max-width: 991px) {
  .wp-block-recipe-blocks-panel-block .aligment-center .svgbox {
    display: none;
  }
}
.wp-block-recipe-blocks-panel-block .animate.run path:nth-of-type(1) {
  opacity: 1;
  transition: d var(--speed);
  d: revert-layer;
}
.wp-block-recipe-blocks-panel-block .animate.run path:nth-of-type(2) {
  opacity: 1;
  transition: d var(--speed) var(--speed), opacity 0s var(--speed);
  d: revert-layer;
}
.wp-block-recipe-blocks-panel-block .animate.run path:nth-of-type(3) {
  opacity: 1;
  transition: d var(--speed) calc(var(--speed) * 2), opacity 0s calc(var(--speed) * 2);
  d: revert-layer;
}
.wp-block-recipe-blocks-panel-block .animate.run path:nth-of-type(4) {
  opacity: 1;
  transition: d var(--speed) calc(var(--speed) * 3), opacity 0s calc(var(--speed) * 3);
  d: revert-layer;
}
.wp-block-recipe-blocks-panel-block .animate path:nth-of-type(1) {
  opacity: 0;
  d: path(var(--d));
}
.wp-block-recipe-blocks-panel-block .animate path:nth-of-type(2) {
  opacity: 0;
  d: path(var(--d));
}
.wp-block-recipe-blocks-panel-block .animate path:nth-of-type(3) {
  opacity: 0;
  d: path(var(--d));
}
.wp-block-recipe-blocks-panel-block .animate path:nth-of-type(4) {
  opacity: 0;
  d: path(var(--d));
}

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