/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/milestone/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.
 */
.fill-primary {
  fill: #292d68;
}

.fill-secondary {
  fill: #4fbfd6;
}

.fill-tertiary {
  fill: #ed691b;
}

.fill-accent {
  fill: #ed691b;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@media (max-width: 575px) {
  .animate__fadeInRight {
    animation-name: fadeInLeft;
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

.wp-block-heartwise-milestone {
  position: relative;
  width: 100%;
}
.wp-block-heartwise-milestone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  height: 100%;
  width: 4px;
  background-color: #4fbfd6;
}
@media (max-width: 575px) {
  .wp-block-heartwise-milestone::before {
    left: unset;
    right: 0;
  }
}
@media (prefers-color-scheme: dark) {
  .wp-block-heartwise-milestone::before {
    background-color: #ed691b;
  }
}
.wp-block-heartwise-milestone .milestone-items {
  list-style-type: none;
  padding-top: 5rem;
}
.wp-block-heartwise-milestone .milestone__item {
  position: relative;
  margin-bottom: 45px;
  left: -10px;
  padding: 1rem;
  width: 45%;
}
@media (max-width: 575px) {
  .wp-block-heartwise-milestone .milestone__item {
    width: calc(100% - 4px);
  }
}
.wp-block-heartwise-milestone .milestone__item img {
  max-width: 100% !important;
}
.wp-block-heartwise-milestone .milestone__item li::marker {
  color: #ed691b;
}
.wp-block-heartwise-milestone .milestone__item li em {
  color: #292d68;
}
.wp-block-heartwise-milestone .milestone__item li + li {
  margin-top: 0.5rem;
}
.wp-block-heartwise-milestone .milestone__item::before {
  content: "";
  background: #4fbfd6;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  border-radius: 100%;
  left: 111.4%;
}
@media (prefers-color-scheme: dark) {
  .wp-block-heartwise-milestone .milestone__item::before {
    background-color: #ed691b;
  }
}
@media (max-width: 575px) {
  .wp-block-heartwise-milestone .milestone__item::before {
    left: unset;
    right: -22px;
  }
}
@media (min-width: 576px) {
  .wp-block-heartwise-milestone .milestone__item:nth-child(even) {
    position: relative;
    left: 54%;
  }
  .wp-block-heartwise-milestone .milestone__item:nth-child(even)::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: -11px;
    border-radius: 100%;
    left: calc(-8.78% - 9px);
  }
}

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