.service-panel--active {
  border: 1px solid var(--main-orange-darker);
}
.service-panel__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.05;
  font-family: var(--font-body), sans-serif;
}
.service-panel hr {
  margin: 12px 0 16px 0;
  border: 1px solid var(--main-grey-lighter);
}
.service-panel__benefits-intro {
  font-weight: 700;
}
.service-panel__benefits-wrapper {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: var(--font-body), sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  margin: 8px 0 0;
}

.funnel__shapes {
  height: 270px;
  width: 330px;
  overflow: hidden;
  z-index: 1;
  position: fixed;
  right: -110px;
  bottom: 80px;
}
.funnel__shapes--no-footer {
  bottom: 0;
}
.funnel__shapes-wrapper {
  width: 355px;
  height: 358px;
  background-image: url("../../../../images/dofus-s4iF-00.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 110% 80%;
}

.service-level__header {
  display: flex;
  flex-direction: column;
}
.service-level__header-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-level__header p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  font-family: var(--font-body), sans-serif;
  margin-left: 52px;
}
.service-level__panel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.service-level__panel-wrapper {
  width: 310px;
  margin-right: 24px;
}
.service-level__panel-wrapper:last-of-type {
  margin-right: 0;
}
.service-level__panel-wrapper section {
  height: 670px;
}
.service-panel .panel__footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.service-panel button {
  width: 100%;
}

.close-btn {
  cursor: pointer;
}

/*# sourceMappingURL=plan.output.css.map */
