/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/enumerated-steps/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
section.wp-block-section-enumerated-steps {
  display: grid;
  background-color: black;
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 5vw, 32px) !important;
}
section.wp-block-section-enumerated-steps > figure {
  position: absolute;
  bottom: -100px;
  left: 100px;
  z-index: 3;
  opacity: 10%;
  scale: 2;
}
section.wp-block-section-enumerated-steps {
  color: white !important;
}
section.wp-block-section-enumerated-steps .mainGroup {
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
  padding-bottom: 48px;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1000px) {
  section.wp-block-section-enumerated-steps .mainGroup {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper {
  display: grid;
  width: 100%;
  gap: 24px;
  counter-reset: card;
  position: relative;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .cardsWrapper-fill {
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 0%;
  background-color: #FFBC03;
  max-height: 80%;
  z-index: 1;
  transition: height 0.1s linear;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: white;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper {
  display: flex;
  counter-increment: card;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
  z-index: 4;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper .card {
  padding: 4px 16px;
  display: grid;
  border-radius: 8px;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper::before {
  content: counter(card, decimal-leading-zero);
  font-size: 16px;
  font-family: "Inter";
  border-radius: 6px;
  border: 1px solid white;
  width: 34px;
  height: 34px;
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper:hover .card, section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper.active .card {
  background-color: #FFBC03;
  color: black !important;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper:hover::before, section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper.active::before {
  color: #FFBC03 !important;
  border-color: #FFBC03;
  transform: scale(1.12);
  transform-origin: left;
}
section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper:hover, section.wp-block-section-enumerated-steps .mainGroup .cardsWrapper .card-wrapper.active {
  gap: 20px;
}
section.wp-block-section-enumerated-steps .bottom-group {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 64px;
}
section.wp-block-section-enumerated-steps .bottom-group::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 92%;
  height: 1px;
  background-color: #FFBC03;
}
section.wp-block-section-enumerated-steps .bottom-group figure {
  z-index: 1;
  background-color: black;
  width: 138px;
  display: flex;
  justify-content: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/enumerated-steps/editor.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
section {
  position: relative !important;
}
