/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually, body.frontend .section-flow-chart-manually {
  margin: 40px 0 40px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually, body.frontend .section-flow-chart-manually {
    display: flex;
    margin: 80px 0 80px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .title, body.frontend .section-flow-chart-manually .title {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram, body.frontend .section-flow-chart-manually .diagram {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images, body.frontend .section-flow-chart-manually .diagram .all-images {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images, body.frontend .section-flow-chart-manually .diagram .all-images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image, body.frontend .section-flow-chart-manually .diagram .all-images .image {
  position: relative;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image, body.frontend .section-flow-chart-manually .diagram .all-images .image {
    width: 300px;
  }
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image img, body.frontend .section-flow-chart-manually .diagram .all-images .image img {
    height: 300px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-1, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-1 {
  z-index: 3;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-1 img, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-1 img {
  transition-delay: 0.5s;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-2, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-2 {
  z-index: 2;
  transition-delay: 1s;
  margin-left: -45px;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-2, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-2 {
    margin-left: 0;
    margin-top: -55px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-3, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-3 {
  margin-left: -45px;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image.inview-active.image-3, body.frontend .section-flow-chart-manually .diagram .all-images .image.inview-active.image-3 {
    margin-left: 0;
    margin-top: -55px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image img, body.frontend .section-flow-chart-manually .diagram .all-images .image img {
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image .text, body.frontend .section-flow-chart-manually .diagram .all-images .image .text {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .diagram .all-images .image .text, body.frontend .section-flow-chart-manually .diagram .all-images .image .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result, body.frontend .section-flow-chart-manually .result {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result .img-circle, body.frontend .section-flow-chart-manually .result .img-circle {
  width: 330px;
  height: 330px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: ) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result .img-circle, body.frontend .section-flow-chart-manually .result .img-circle {
    width: 150px;
    height: 150px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result .img-circle .text-circle, body.frontend .section-flow-chart-manually .result .img-circle .text-circle {
  width: 260px;
  height: 100px;
  position: absolute;
  left: calc(50% - 130px);
  top: calc(50% - 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result .img-circle .text-circle .text-lines, body.frontend .section-flow-chart-manually .result .img-circle .text-circle .text-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-flow-chart-manually .result .img-circle .text-circle, body.frontend .section-flow-chart-manually .result .img-circle .text-circle {
    width: 180px;
    height: 100px;
    left: calc(50% - 90px);
  }
}

/*# sourceMappingURL=block.css.map*/