.ra-home-sellvia-offer-wrap {
  margin-top: var(--ra-space-7, 2.5rem);
  margin-bottom: var(--ra-space-7, 2.5rem);
}

body .main.flex_order > .ra-home-sellvia-offer-wrap {
  order: 3;
}

body .main.flex_order > .ra-home-works-wrap {
  order: 4;
}

body .main.flex_order > .ra-home-insight-wrap {
  order: 5;
}

body .main.flex_order > .ra-home-monetization-paths-wrap {
  order: 6;
}

body .main.flex_order > .ra-home-income-calc-wrap {
  order: 7;
}

.ra-home-sellvia-offer,
.ra-home-sellvia-offer *,
.ra-home-sellvia-offer *::before,
.ra-home-sellvia-offer *::after {
  box-sizing: border-box;
}

.ra-home-sellvia-offer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  gap: 2.25rem;
  padding: 3.25rem 3rem 2.75rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, rgba(8, 8, 10, 1) 0%, rgba(6, 6, 6, 1) 100%);
}

.ra-home-sellvia-offer::before,
.ra-home-sellvia-offer::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ra-home-sellvia-offer::before {
  left: 10%;
  right: 10%;
  bottom: 4.5rem;
  height: 5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  filter: blur(1.75rem);
  opacity: 0.4;
  transform: rotate(-10deg);
  z-index: 0;
}

.ra-home-sellvia-offer::after {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 24%);
  z-index: 1;
}

.ra-home-sellvia-offer__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ra-home-sellvia-offer__backdrop::before,
.ra-home-sellvia-offer__backdrop::after {
  content: "";
  position: absolute;
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(5rem);
  opacity: 0.24;
}

.ra-home-sellvia-offer__backdrop::before {
  width: 22rem;
  height: 5rem;
  left: 4%;
  top: 18%;
  transform: rotate(-14deg);
}

.ra-home-sellvia-offer__backdrop::after {
  width: 24rem;
  height: 4.5rem;
  right: 6%;
  bottom: 14%;
  transform: rotate(18deg);
}

.ra-home-sellvia-offer__copy,
.ra-home-sellvia-offer__visuals {
  position: relative;
  z-index: 2;
}

.ra-home-sellvia-offer__copy {
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.ra-home-sellvia-offer__overline {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.ra-home-sellvia-offer__title,
.ra-home-sellvia-offer__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-family: var(--ra-editorial-title-font);
  font-weight: 700;
  letter-spacing: var(--ra-editorial-title-letter-spacing);
  text-wrap: normal;
  white-space: nowrap;
}

.ra-home-sellvia-offer__title {
  font-size: clamp(1.85rem, 3.25vw, 3.2rem);
  line-height: 1.05;
}

.ra-home-sellvia-offer__subtitle {
  margin-top: 0.25rem;
  font-size: clamp(1.85rem, 3.25vw, 3.2rem);
  line-height: 1.05;
}

.ra-home-sellvia-offer__intro {
  margin: 1.25rem auto 0;
  max-width: 34rem;
  color: rgba(231, 231, 229, 0.92);
  font-size: 0.90625rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.ra-home-sellvia-offer__promo {
  margin: 0.875rem auto 0;
  color: rgba(231, 231, 229, 0.9);
  font-size: 0.875rem;
  line-height: 1.45;
}

.ra-home-sellvia-offer__promo-strike {
  color: rgba(119, 119, 118, 1);
  text-decoration: line-through;
}

.ra-home-sellvia-offer__promo-emphasis {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}

.ra-home-sellvia-offer__benefits {
  margin: 1rem auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  max-width: 46rem;
}

.ra-home-sellvia-offer__benefit {
  display: inline-flex;
  align-items: center;
  min-height: 3.125rem;
  padding: 0.875rem 1.125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.72);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(231, 231, 229, 0.98);
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.ra-home-sellvia-offer__benefit::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  flex: 0 0 1rem;
  background:
    no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%2384FFEB' stroke-width='1.5'/%3E%3Cpath d='M6.6 10.25 8.9 12.55 13.6 7.75' stroke='%2384FFEB' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ra-home-sellvia-offer__actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.ra-home-sellvia-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: min(100%, 16.5rem);
  padding: 1rem 2.75rem;
  border-radius: 0.625rem;
  background: linear-gradient(90deg, rgba(122, 255, 235, 1) 0%, rgba(132, 255, 235, 0.92) 100%);
  color: rgba(6, 6, 6, 1);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0.75rem 1.75rem rgba(122, 255, 235, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ra-home-sellvia-offer__cta:hover,
.ra-home-sellvia-offer__cta:focus-visible {
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.875rem 2rem rgba(122, 255, 235, 0.24);
  filter: brightness(1.02);
}

.ra-home-sellvia-offer__cta:focus-visible {
  outline: 0.125rem solid rgba(255, 255, 255, 0.44);
  outline-offset: 0.1875rem;
}

.ra-home-sellvia-offer__cta-arrow {
  font-size: 1.5rem;
  line-height: 1;
}

.ra-home-sellvia-offer__footnote {
  margin: 0.5rem auto 0;
  color: rgba(231, 231, 229, 0.78);
  font-size: 0.75rem;
  line-height: 1.35;
}

.ra-home-sellvia-offer__visuals {
  width: min(100%, 78rem);
  height: 17.5rem;
  margin: 0 auto;
}

.ra-home-sellvia-offer__cards {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ra-home-sellvia-offer__card {
  position: absolute;
  bottom: 0;
  margin: 0;
  transform-origin: center bottom;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.32));
}

.ra-home-sellvia-offer__card-image {
  display: block;
  width: 100%;
  height: auto;
}

.ra-home-sellvia-offer__card--wellness {
  width: 10rem;
  left: 0.5rem;
  transform: rotate(-4deg);
}

.ra-home-sellvia-offer__card--fashion {
  width: 12rem;
  left: 8rem;
  bottom: 2rem;
  transform: rotate(-15deg);
}

.ra-home-sellvia-offer__card--fitness {
  width: 11rem;
  left: 19rem;
  bottom: 0.5rem;
  transform: rotate(5deg);
}

.ra-home-sellvia-offer__card--beauty {
  width: 13rem;
  right: 14rem;
  bottom: 1.5rem;
  transform: rotate(12deg);
}

.ra-home-sellvia-offer__card--home-living {
  width: 11.5rem;
  right: 1rem;
  bottom: 0.125rem;
  transform: rotate(-4deg);
}

@media (max-width: 87.5rem) {
  .ra-home-sellvia-offer {
    padding-inline: 2rem;
  }

  .ra-home-sellvia-offer__visuals {
    height: 15.5rem;
  }

  .ra-home-sellvia-offer__card--wellness {
    width: 9rem;
  }

  .ra-home-sellvia-offer__card--fashion {
    width: 11rem;
    left: 6rem;
    bottom: 1.25rem;
  }

  .ra-home-sellvia-offer__card--fitness {
    width: 10rem;
    left: 14rem;
  }

  .ra-home-sellvia-offer__card--beauty {
    width: 12rem;
    right: 9.5rem;
    bottom: 1rem;
  }

  .ra-home-sellvia-offer__card--home-living {
    width: 10.5rem;
    right: 0.5rem;
  }
}

@media (max-width: 63.9375rem) {
  .ra-home-sellvia-offer-wrap {
    margin-top: var(--ra-space-6, 2rem);
    margin-bottom: var(--ra-space-6, 2rem);
  }

  .ra-home-sellvia-offer {
    gap: 1.75rem;
    padding: 2.5rem 1.25rem 1.75rem;
  }

  .ra-home-sellvia-offer__copy {
    max-width: 32rem;
  }

  .ra-home-sellvia-offer__benefits {
    gap: 0.625rem;
  }

  .ra-home-sellvia-offer__benefit {
    min-height: 2.875rem;
    padding: 0.75rem 1rem;
  }

  .ra-home-sellvia-offer__cta {
    min-width: min(100%, 14.75rem);
  }

  .ra-home-sellvia-offer__visuals {
    width: min(100%, 21rem);
    height: auto;
  }

  .ra-home-sellvia-offer__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
    align-items: end;
    justify-items: center;
  }

  .ra-home-sellvia-offer__card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 10rem;
    transform: none;
    justify-self: center;
  }

  .ra-home-sellvia-offer__card--fitness {
    grid-column: 1 / -1;
    max-width: 12rem;
  }

  .ra-home-sellvia-offer__card--fashion,
  .ra-home-sellvia-offer__card--home-living {
    display: none;
  }
}

@media (max-width: 47.9375rem) {
  .ra-home-sellvia-offer {
    gap: 1.5rem;
    padding: 2.125rem 1rem 1.5rem;
    border-radius: 1rem;
  }

  .ra-home-sellvia-offer__overline {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }

  .ra-home-sellvia-offer__title,
  .ra-home-sellvia-offer__subtitle {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
    white-space: normal;
  }

  .ra-home-sellvia-offer__intro {
    margin-top: 1rem;
    font-size: 0.875rem;
  }

  .ra-home-sellvia-offer__promo {
    margin-top: 0.875rem;
    font-size: 0.8125rem;
  }

  .ra-home-sellvia-offer__benefits {
    gap: 0.5rem;
  }

  .ra-home-sellvia-offer__benefit {
    width: calc(50% - 0.25rem);
    justify-content: center;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .ra-home-sellvia-offer__cta {
    width: 100%;
    min-width: 0;
    padding-inline: 1.25rem;
    font-size: 0.9375rem;
  }

  .ra-home-sellvia-offer__visuals {
    width: min(100%, 18.5rem);
  }

  .ra-home-sellvia-offer__card {
    max-width: 8.75rem;
  }

  .ra-home-sellvia-offer__card--fitness {
    max-width: 10.5rem;
  }
}

@media (max-width: 31.25rem) {
  .ra-home-sellvia-offer__benefits {
    flex-direction: column;
    align-items: stretch;
  }

  .ra-home-sellvia-offer__benefit {
    width: 100%;
  }

  .ra-home-sellvia-offer__visuals {
    width: min(100%, 16.5rem);
  }
}
