/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./blocks/journey/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.
 */
.wp-block-crown-blocks-journey {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-journey > .inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-gap: 30px;
  }
  .wp-block-crown-blocks-journey .stage {
    text-align: center;
  }
  .wp-block-crown-blocks-journey .wp-block-image:first-child, .wp-block-crown-blocks-journey .wp-block-image:first-child img {
    display: inline-block;
  }
}
@media (min-width: 1340px) {
  .wp-block-crown-blocks-journey {
    padding: 60px 0;
  }
  .wp-block-crown-blocks-journey > .inner {
    grid-gap: 0;
  }
  .wp-block-crown-blocks-journey .stage > .inner {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .wp-block-crown-blocks-journey .stage .content {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-crown-blocks-journey .stage .arrow {
    position: absolute;
    z-index: 1;
  }
  .wp-block-crown-blocks-journey .stage .arrow-start-end {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wp-block-crown-blocks-journey .stage .arrow-next {
    left: 10px;
    top: -95px;
  }
  .wp-block-crown-blocks-journey .stage .arrow-prev {
    right: 15px;
    bottom: -95px;
  }
  .wp-block-crown-blocks-journey .stage:first-child .arrow-next,
.wp-block-crown-blocks-journey .stage:first-child .arrow-prev, .wp-block-crown-blocks-journey .stage:last-child .arrow-next,
.wp-block-crown-blocks-journey .stage:last-child .arrow-prev {
    display: none;
  }
  .wp-block-crown-blocks-journey .stage:first-child .arrow-start-end, .wp-block-crown-blocks-journey .stage:last-child .arrow-start-end {
    display: block;
  }
  .wp-block-crown-blocks-journey .stage:last-child .arrow-start-end {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media (max-width: 1339px) {
  .wp-block-crown-blocks-journey .arrows {
    display: none;
  }
}

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