.steps-gsap {
  padding: 0;
  font-family: var(--regular-font);
  position: relative;
}
@media (min-width: 1024px) {
  .steps-gsap {
    padding: 5rem 0 3.5rem;
  }
}
@media (min-width: 1024px) {
  .steps-gsap__group {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col {
    width: 50%;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0 auto;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list {
    padding: 4rem 0;
    max-width: 100%;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm {
  --space-l: 3.5rem;
  --space-r: 2.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm:last-child {
  border: none;
}
@media (min-width: 768px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm {
    --space-l: 5.5rem;
    --space-r: 2rem;
  }
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm:last-child {
    border-bottom: 1px solid #E8E8E8;
  }
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm {
    padding: 2.5rem 0;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm.active-topic .steps-gsap-list-itm__header .steps-gsap-list-itm__state svg {
  transform: rotate(180deg);
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm.active-topic .steps-gsap-list-itm__content {
  max-height: 600px;
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  padding: 0 var(--space-r) 0 var(--space-l);
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__num {
  font-family: inherit;
  color: #F4610F;
  font-weight: 700;
  position: absolute;
  width: var(--space-l);
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.15rem;
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__num {
    font-size: 1.8rem;
  }
}
@media (min-width: 1279px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__num {
    font-size: 2.1rem;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__topic {
  font-family: inherit;
  line-height: 1.3;
  font-size: 1.05rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__topic {
    padding: 0 1rem 0 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1279px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__topic {
    font-size: 1.95rem;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__state {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: var(--space-r);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__state svg {
  width: 60%;
  height: auto;
}
@media (min-width: 768px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__state svg {
    width: 100%;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__header-link {
  position: absolute;
  top: -0.5rem;
  right: 0;
  bottom: -0.5rem;
  left: 0;
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__header .steps-gsap-list-itm__header-link {
    top: -2.1rem;
    bottom: -2.1rem;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height var(--transition-timing);
  line-height: 1.3;
  padding: 0 0 0 var(--space-l);
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__content .steps-gsap-list-itm__content-wrap {
  padding: 2rem 0;
}
.steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col .steps-gsap-list .steps-gsap-list-itm .steps-gsap-list-itm__content p {
    font-size: 1.45rem;
  }
}
.steps-gsap__group .steps-gsap__col .steps-gsap-image {
  display: block;
  margin: 0 auto;
  min-width: 26%;
  height: auto;
}
.steps-gsap__group .steps-gsap__col:last-child {
  display: none;
}
@media (min-width: 768px) {
  .steps-gsap__group .steps-gsap__col:last-child {
    padding: 1rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .steps-gsap__group .steps-gsap__col:last-child {
    padding: 0;
  }
}
.steps-gsap:before {
  content: " ";
  background-image: url("/wp-content/themes/bevi/bevi-design-v2/blocks/Steps/assets/deco.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 13%;
  max-width: 15rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 9rem;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .steps-gsap:before {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */