@font-face {
  font-family: Gabarito;
  src: url('../fonts/Gabarito-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --russian-violet: #11022d;
  --white: white;
  --selective-yellow: #fdb913;
  --folly: #ff3163;
  --scarlet: #ff1f00;
  --shamrock-green: #00945e;
  --electric-indigo: #5d1fff;
  --pumpkin: #ff701f;
  --ws1-bg1: #dfd4ffe6;
  --ws1-bg2: #f5f1ff;
  --emerald: #00cb82;
  --dark-green: #102e23;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

._1-header {
  /* background-image: radial-gradient(circle at 65% 0, #3865b7, #11022d 36%); */
}

._1-header.thanks {
  padding-bottom: 5rem;
}

._1-header.autumn-deal {
  background-image: url('../images/MainPic_HoriaMarius---bleumarin---desktop.webp'), linear-gradient(180deg, var(--russian-violet) 53%, #470022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.container {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
}

.container.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.ad {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  padding-top: 20rem;
  display: flex;
}

.container.upsell {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.margin-top {
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.container.separator {
  padding-bottom: 2rem;
}

.container.summary {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.text_m {
  font-size: 1.5rem;
}

.text_m.center {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.text_m.gratuit-border {
  text-align: center;
  border-radius: .25rem;
  margin-left: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.text_m.white {
  font-size: 1rem;
}

.body {
  background-color: var(--russian-violet);
  color: var(--white);
  font-family: Gabarito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.bold {
  font-weight: 700;
}

.hero_subtitle {
  color: var(--selective-yellow);
  text-align: center;
  font-size: 2.2rem;
}

.hero_subtitle.thank-you {
  margin-top: 5rem;
}

.hero_heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  line-height: 1.2;
}

.horia-marius_container {
  justify-content: space-between;
  align-items: center;
  margin-left: -10%;
  margin-right: -10%;
  display: flex;
}

.horia-marius_container.traineri {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: 0%;
  margin-right: 0%;
}

.horia {
  margin-top: 2rem;
}

.award-timer-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.award {
  background-image: url('../images/award.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 200px;
  padding-bottom: 40px;
  display: flex;
}

._40-000 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.award-description {
  text-align: center;
  margin-bottom: -25px;
  margin-left: 3.4rem;
  margin-right: 3.4rem;
  font-size: .75rem;
  line-height: 1.2;
}

.peste {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
}

.timer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.timer.fixed {
  z-index: 500;
  position: fixed;
  inset: auto 2% 3% auto;
}

.gratuit-border {
  background-color: var(--folly);
  padding-left: .5rem;
  padding-right: .5rem;
}

.ca-sa-participi {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.day-container {
  background-color: #a5c5ff12;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.day-container.small {
  padding: .75rem;
}

.day-container.upsell {
  background-color: var(--scarlet);
}

.day-container.upsell.gold {
  background-color: var(--shamrock-green);
  color: var(--white);
}

.day-container.upsell.velvet {
  background-color: var(--folly);
}

.day-container.upsell.ambele {
  background-color: var(--selective-yellow);
  color: var(--russian-violet);
}

.day {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.day.small {
  font-size: 2.5rem;
}

.time-description {
  font-size: .75rem;
  line-height: 1;
}

.timer-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.timer-container.upsell {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
}

.ws-header-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.ws-header-grid.thanks {
  margin-top: 7rem;
}

.ws-summary {
  border: 2px solid var(--electric-indigo);
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ws-summary._2 {
  border-color: var(--pumpkin);
}

.ws-summary._2.card {
  max-width: 280px;
}

.ws-summary._3 {
  border-color: var(--folly);
}

.ws-summary._4 {
  border-color: #00945e;
}

.ws-summary.card {
  max-width: 280px;
}

.label {
  background-color: var(--electric-indigo);
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.label._2 {
  background-color: var(--pumpkin);
}

.label._3 {
  background-color: var(--folly);
}

.label._4 {
  background-color: #00945e;
}

.ws-title {
  background-color: var(--ws1-bg1);
  color: var(--russian-violet);
  border-radius: .5rem .5rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.ws-title._2 {
  background-color: #ffe9d4e6;
}

.ws-title._3 {
  background-color: #ffd4d7e6;
}

.ws-title._4 {
  background-color: #ddfff3e6;
}

.ws-info-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--ws1-bg2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  padding: 1.5rem;
  display: flex;
}

.ws-info-container._2 {
  background-color: #fff5f0;
}

.ws-info-container._3 {
  background-color: #fff0f3;
}

.ws-info-container._4 {
  background-color: #f0fff3;
}

.label-text {
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.ws-summary-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ws-summary-description {
  line-height: 1.3;
}

.ws-info-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--russian-violet);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ws-info-icon {
  width: 20px;
  height: 20px;
}

.date-time {
  font-weight: 500;
  line-height: 1.2;
}

.electric {
  color: var(--electric-indigo);
}

.locuri-limitate {
  color: #522bb8;
  letter-spacing: 1px;
  background-color: #cbbfea;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .65rem;
  font-weight: 600;
  line-height: 1;
}

.locuri-limitate._2 {
  color: #c34d33;
  background-color: #eacebf;
}

.locuri-limitate._2.bonus {
  color: #dda07be6;
  background-color: #eadcbf1c;
}

.locuri-limitate._3 {
  color: #c92236;
  background-color: #eabfc4;
}

.locuri-limitate._4 {
  color: #007946;
  background-color: #bfead3;
}

.locuri-limitate.bonus {
  color: #b195fa;
  background-color: #cbbfea1c;
  font-size: .85rem;
}

.locuri-limitate.bonus._3 {
  color: #f5686b;
  background-color: #eabfc01c;
}

.locuri-limitate.bonus._4 {
  color: #40da92;
  background-color: #bfead61c;
}

.pumpkin {
  color: var(--pumpkin);
}

.folly {
  color: var(--folly);
}

.green {
  color: var(--shamrock-green);
}

.cta_container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cta_container.no-margin {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cta_title_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inscrie-te {
  text-align: right;
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

.gratuit {
  background-color: var(--shamrock-green);
  border-radius: .25rem;
  margin-left: 0;
  padding: .125rem .5rem;
  font-size: 2rem;
  font-weight: 600;
}

.gratuit._7euro {
  background-image: linear-gradient(129deg, #1b54ff, #bb34ff);
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.gdpr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .25rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form-field.prefix {
  flex: 0 auto;
}

.form-text {
  color: var(--russian-violet);
}

.form-icon {
  width: 20px;
  height: 20px;
}

.button {
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.button-text.upsell {
  white-space: nowrap;
  font-weight: 700;
}

.button-text.keep {
  font-weight: 400;
}

.button-main {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--shamrock-green), #00734a);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.button-main.upsell {
  background-color: var(--selective-yellow);
  color: var(--russian-violet);
  background-image: none;
}

.button-main.upsell.ambele {
  background-color: var(--scarlet);
  color: var(--white);
}

.button-main.paid {
  background-image: radial-gradient(circle farthest-side at 100%, #bb34ff, #1b54ff);
}

.button-price {
  background-color: #00a267;
  justify-content: center;
  align-items: center;
  width: 129px;
  padding: 1rem;
}

.button-price.upsell {
  color: var(--russian-violet);
  background-color: #eba702;
}

.button-price.upsell.scarlette {
  color: var(--white);
  background-color: #b31600;
}

.button-price._7-euro {
  background-color: #a886ff;
}

.checkbox {
  background-color: var(--white);
  border-radius: .25rem;
  flex: none;
  width: 24px;
  height: 24px;
}

.gdpr-text {
  font-weight: 400;
  line-height: 1.6;
}

.prefix-phone {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-self: stretch;
  width: auto;
}

._2-descriere {
  color: var(--russian-violet);
  background-image: url('../images/Round_Margin_4.svg'), url('../images/Round_Margin_1.svg'), linear-gradient(135deg, #ffe4e4, #ebe4ff);
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  padding-top: 2rem;
  padding-bottom: 12rem;
}

._2-descriere.dark-bot {
  background-image: url('../images/Round_Margin_3.svg'), url('../images/Round_Margin_1.svg'), linear-gradient(135deg, #ffe4e4, #ebe4ff);
  padding-top: 23rem;
  padding-bottom: 20.9rem;
}

.description-big {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.testimoniale-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.testimoniale-grid.no-padding {
  margin-bottom: -20rem;
}

.testimoniale-grid.no-padding.margin-top {
  place-items: end center;
  margin-top: 4rem;
}

.testimoniale-grid.upsell {
  margin-top: 2rem;
  margin-bottom: -12rem;
}

.testimonial {
  border-radius: .5rem;
}

._3-inscrie-te {
  background-color: var(--white);
}

.header-1 {
  color: var(--russian-violet);
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.1;
}

.header-1.white {
  color: var(--white);
  line-height: 1.05;
}

.red {
  color: var(--folly);
}

.checklist-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checklist-container.teme {
  max-width: none;
}

.checklist-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkmark {
  width: 24px;
}

.checkmark-text {
  color: var(--russian-violet);
}

.checkmark-text.white {
  color: var(--white);
}

._5-temele_abordate {
  padding-top: 5rem;
}

.ws-details-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ws-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bonus-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--pumpkin);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.bonus-container._2 {
  border-color: var(--electric-indigo);
}

.bonus-container._3 {
  border-color: var(--folly);
}

.bonus-container._4 {
  border-color: var(--emerald);
}

.bonus-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bonus-title-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bonus-title {
  color: var(--pumpkin);
  font-size: 1.5rem;
  font-weight: 600;
}

.bonus-title._2 {
  color: var(--electric-indigo);
}

.bonus-title._3 {
  color: var(--folly);
}

.bonus-title._4 {
  color: var(--emerald);
}

.ws-details-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.rose {
  color: #ff7dac;
}

.testimoniale_cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.gratuit-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.distribuie {
  margin-bottom: .15rem;
  line-height: 1.5rem;
}

.share-description {
  margin-top: 5rem;
}

.large-description {
  color: #000;
  text-align: center;
  width: 700px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.large-description.margin-top {
  margin-top: 5rem;
}

.facebook-icon {
  width: 16px;
  margin-right: .5rem;
}

.facebook-share {
  color: #fff;
  background-color: #1a77f2;
  border-radius: 5px;
  margin-top: 2rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.benefit-title {
  font-weight: 500;
  line-height: 1.75rem;
}

.red-2 {
  color: var(--electric-indigo);
}

.video-placeholder-text {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}

.grid-benefits {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 4rem;
}

.benefit-icon.up {
  margin-top: -.5rem;
}

.benefit-icon.up-less {
  margin-top: -.45px;
}

._7-traineri {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

._7-traineri.upsell {
  background-image: url('../images/Round_Margin_4.svg'), linear-gradient(180deg, var(--russian-violet) 51%, #470022);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-bottom: 0;
}

.checkmark-green {
  margin-top: 2px;
  margin-right: 1rem;
}

.grid_traineri {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #fff;
  grid-template-rows: auto;
  margin-top: -10rem;
  margin-bottom: 5rem;
}

.link-gold-2 {
  color: #a886ff;
}

.trainer_name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ws-list {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.ws-list.lock {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-right: 0;
}

.trainer-paragraph {
  margin-top: 2rem;
}

.gold-2, .link {
  color: #a886ff;
}

.footer {
  background-color: #00000080;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 3rem 10%;
  display: flex;
}

.footer-links {
  flex-flow: column;
  display: flex;
}

.link-peach {
  color: #ff9772;
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.copyright {
  color: #fff;
  margin-top: 2rem;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.paragraph {
  text-align: center;
  font-size: 1.25rem;
}

.paragraph.small {
  font-size: 1rem;
}

.autumn-deal {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.keep {
  white-space: nowrap;
}

.keep.yellow {
  color: var(--selective-yellow);
}

.keep.spicy-green {
  color: #12ffaa;
}

.hero-title-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.reduse {
  color: var(--selective-yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.yellow {
  color: var(--selective-yellow);
}

.important-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--scarlet);
  background-color: #00000040;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.important-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.important-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

._2-pachet-green {
  background-color: var(--dark-green);
  margin-top: -125px;
  padding-top: 10rem;
}

.image {
  z-index: 0;
  margin-top: -350px;
  position: relative;
}

.pachet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 5px solid var(--emerald);
  background-color: var(--shamrock-green);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 355px;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 5%;
}

.pachet.velvet {
  background-color: #55062f;
  border-color: #af1467;
}

.pachet-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.pachet-green {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  line-height: .95;
}

.pachet-green.smaller {
  font-size: 3.5rem;
}

.pachet-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.pachet-description.smaller {
  color: #ffffffbf;
  -webkit-text-stroke-color: #fcfcfcbf;
  font-size: 1.25rem;
}

.workshop-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--emerald);
  background-color: #00e6a140;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.workshop-container.velvet {
  background-color: #00000040;
  border-color: #ff3163;
}

.workshop-image {
  width: 200px;
}

.workshop-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.workshop-titles {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.workshop-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.workshop-title.center {
  color: var(--emerald);
  text-align: center;
  margin-bottom: 2rem;
}

.workshop-paragraph {
  opacity: 1;
  color: #e9ced4;
}

.workshop-paragraph.green {
  color: #d5e9ce;
}

.workshop-checklist {
  background-color: #00000026;
  border-radius: .5rem;
  padding: 2rem;
}

.workshop-checklist.demonii {
  margin-top: 2rem;
}

.checklist-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.plus {
  color: var(--white);
  text-align: center;
  font-size: 6rem;
  line-height: .5;
}

.plus.white {
  color: var(--white);
}

.lock {
  margin-right: 1rem;
}

.orange {
  color: var(--pumpkin);
}

.unlock {
  width: 1.25rem;
}

.bonus-border {
  background-color: #00000026;
  border-radius: .5rem;
  padding: 2rem;
}

.bonus-container-2 {
  background-color: #00000026;
  border-radius: .25rem;
  padding: 2rem;
  position: relative;
}

.bonus-container-2.packet-green {
  background-color: #00000026;
}

.bonus-text-container {
  width: 50%;
}

.bonus {
  color: var(--selective-yellow);
  font-size: 3rem;
  font-weight: 600;
}

.bonus-header {
  flex-flow: row;
}

.image-2 {
  z-index: 1;
  width: 300px;
  margin-top: -64px;
  margin-bottom: -137px;
  margin-right: -66px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2.fabrica {
  margin-top: -38px;
}

.bonus-trainers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bonus-trainers.demonii {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}

.trainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trainer-name {
  text-align: center;
  margin-top: .5rem;
  line-height: 1.2;
}

.bonus-description-2 {
  margin-top: 2rem;
}

.value {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.value-text {
  color: #fff;
  font-size: 2rem;
  text-decoration: line-through;
}

.value-text.other {
  color: var(--dark-green);
}

.value-text.velvet {
  color: #6c0136;
}

.value-text.ambele {
  color: #ffffff80;
}

.pachet-green_cta {
  background-image: url('../images/CTA-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.pachet-green_cta.velvet {
  background-image: url('../images/CTA-02.webp');
}

.pachet-green_cta.ambele {
  background-image: url('../images/CTA-03.webp');
  padding: 2.5rem;
  overflow: visible;
}

.dark-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.dark-group.ambele {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-right: 10%;
}

.old-price-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reducere {
  background-color: var(--selective-yellow);
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-weight: 600;
}

.price-container.ambele {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.new-price {
  color: var(--white);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.light-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

._3-pachet-velvet {
  background-color: #81003e;
  background-image: url('../images/Round_Margin_6.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 16rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._4-pachet-ambele {
  background-image: url('../images/Round_Margin_8.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 16rem;
  padding-bottom: 2rem;
}

.summary {
  background-color: var(--white);
  padding-top: 5rem;
}

.copyright-2 {
  color: #fff;
}

.sal {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.disclaimer-title {
  opacity: .5;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.container-2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.container-2.foot {
  padding-bottom: 5rem;
}

.legal {
  flex-flow: column;
  flex: 1;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.sal-sol {
  flex-flow: column;
  display: flex;
}

.footer-elements {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  margin-top: 2rem;
}

.disclaimer-description {
  opacity: .5;
  color: snow;
  font-size: .75rem;
}

.footer-disclaimer {
  color: #fff;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.sol {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.footer-link {
  margin-top: .1rem;
  margin-bottom: .1rem;
}

._7---footer {
  background-color: var(--russian-violet);
}

.header_columns {
  flex-flow: row;
}

.horia_container {
  justify-content: space-between;
  align-items: center;
  margin-left: -15%;
  margin-right: -12%;
  display: flex;
}

.horia_container.traineri {
  margin-left: 0%;
  margin-right: 0%;
}

.header_hero_text_cont {
  justify-content: flex-start;
  align-items: center;
}

.video {
  border-radius: .5rem;
  width: 634px;
  height: 357px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.benefits_container {
  margin-top: 5rem;
  margin-bottom: 2rem;
  display: flex;
}

.benefits_container.no-margin {
  margin-top: 0;
}

.benefits_free {
  border-right: 1px solid #ffffff40;
  flex: 1;
  padding-right: 2rem;
}

.benefits_paid {
  flex: 1;
  padding-left: 2rem;
}

.inscrie-te_title {
  /* height: 5rem; */
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.benefits_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.gdpr_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1.5rem;
}

.link-2 {
  color: var(--electric-indigo);
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff1a;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  line-height: 1.6;
  display: flex;
}

.list-item.disabled {
  color: #fff6;
  background-color: #ffffff05;
  text-decoration: line-through;
}

.list-text {
  line-height: 1.4;
}

.list-text.small {
  font-size: .75rem;
}

.green-bold {
  color: var(--emerald);
}

._7euro {
  background-image: linear-gradient(118deg, #1b54ff, #bb34ff);
}

._7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(151deg, #1b54ff, #bb34ff 58%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.thank-you-title {
  margin-top: 2rem;
  font-size: 2rem;
}

.thank-you-text {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1280px) {
  ._1-header {
    background-size: 1440px;
  }

  .day.small {
    font-size: 3.5rem;
  }

  .ws-header-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta_container.no-margin {
    width: 100%;
  }

  .cta_title_box {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .inscrie-te {
    flex: 0 auto;
    font-size: 1.75rem;
  }

  .gratuit {
    font-size: 1.75rem;
  }

  .testimoniale-grid.no-padding {
    margin-bottom: -21rem;
  }

  .pachet-green_cta {
    padding: 3rem;
  }

  .header_columns {
    justify-content: space-between;
    align-items: flex-start;
  }

  .horia_container {
    margin-left: -5%;
  }
}

@media screen and (min-width: 1440px) {
  ._1-header {
    background-image: radial-gradient(circle closest-corner at 65% 0, #3865b7, #11022d);
  }

  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .horia {
    min-width: 600px;
  }

  .locuri-limitate {
    text-align: center;
    font-size: .65rem;
  }

  ._2-descriere {
    padding-bottom: 15rem;
  }

  ._2-descriere.dark-bot {
    /* padding-top: 16rem; */
  }

  .plus, .plus.white {
    color: var(--white);
  }

  .dark-group {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1300px;
  }

  ._2-descriere {
    background-size: contain, auto, auto;
    padding-top: 5rem;
    padding-bottom: 18rem;
  }

  ._2-descriere.dark-bot {
    /* padding-top: 20rem; */
  }

  .footer {
    padding-left: 17%;
    padding-right: 17%;
  }
}

@media screen and (max-width: 991px) {
  ._1-header {
    /* background-image: radial-gradient(circle at 65% 0, #3865b7, #11022d 15%); */
  }

  .container.margin {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.ad {
    padding-top: 10rem;
  }

  .container.upsell {
    flex-flow: column;
  }

  .text_m.center {
    padding: 1.5rem;
  }

  .horia-marius_container.traineri {
    flex-flow: column;
  }

  .marius {
    width: 40%;
  }

  .horia {
    margin-top: 1rem;
  }

  .award-timer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .award {
    flex: none;
  }

  .day {
    font-size: 3rem;
  }

  .day.small {
    font-size: 4rem;
  }

  .time-description {
    font-size: .85rem;
  }



  .timer-container.upsell {
    justify-content: center;
    align-items: flex-start;
  }

  .timer-container.upsell.dot {
    margin-top: 3rem;
  }

  .ws-summary._2.card {
    max-width: none;
  }

  .ws-summary.card {
    align-self: stretch;
    max-width: none;
  }

  .cta_title_box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .inscrie-te {
    font-size: 2rem;
  }

  .gratuit {
    font-size: 1.75rem;
  }

  .arrow {
    display: none;
  }

  .form {
    flex-flow: column;
  }

  .button {
    justify-content: flex-end;
    align-items: center;
  }

  .button-text {
    font-size: 1rem;
  }

  .button-main {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .button-price {
    width: 100px;
  }

  .prefix-phone {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ._2-descriere {
    padding-bottom: 10rem;
  }

  .testimoniale-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-1 {
    font-size: 3rem;
  }

  .ws-details-wrapper {
    flex-flow: column;
  }

  .large-description, .large-description.margin-top {
    width: auto;
  }

  .grid-benefits {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trainer_columns {
    margin-top: -139px;
  }

  .reduse {
    font-size: 2.5rem;
  }

  ._2-pachet-green {
    margin-top: -150px;
  }

  .pachet {
    z-index: 20;
    width: auto;
    margin-right: 0;
  }

  .plus {
    color: var(--white);
  }

  .pachet-green_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: url('../images/CTA-04.webp');
    background-position: 50% 58%;
    background-size: 101%;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 2.5rem;
  }

  .pachet-green_cta.velvet {
    background-image: url('../images/CTA-05.webp');
  }

  .pachet-green_cta.ambele {
    background-image: url('../images/CTA-06.webp');
    background-position: 50%;
  }

  .dark-group {
    width: auto;
  }

  .dark-group.ambele {
    margin-right: 20%;
  }

  .light-group {
    justify-content: center;
    align-items: flex-start;
  }

  ._4-pachet-ambele {
    background-image: url('../images/Round_Margin_8.svg'), linear-gradient(180deg, var(--russian-violet) 50%, #470022);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }

  .container-2 {
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .container-2.foot {
    padding-bottom: 15rem;
  }

  .footer-link {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.25rem;
  }

  .header_columns {
    flex-flow: column;
  }

  .horia_container {
    margin-left: 0%;
    margin-right: 0%;
  }

  .header_hero_text_cont {
    align-self: stretch;
    margin-top: -254px;
  }

  .inscrie-te_title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  ._1-header {
    /* background-image: radial-gradient(circle at 50% 0, #3865b7, #11022d 9%); */
  }

  .container {
    margin-left: 7%;
    margin-right: 7%;
  }

  .text_m {
    font-size: 1.25rem;
  }

  .body {
    line-height: 1.4;
  }

  .hero_subtitle {
    font-size: 1.5rem;
  }

  .hero_heading {
    font-size: 2.3rem;
  }

  .marius {
    width: 50%;
  }

  .award-timer-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .award {
    width: 150px;
    height: 150px;
    padding-bottom: 19px;
  }

  ._40-000 {
    font-size: 1.5rem;
  }

  .award-description {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: .5rem;
  }

  .peste {
    font-size: 1rem;
  }

  .timer {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .day-container {
    padding: .75rem .5rem;
  }

  div.day-container.milis {
    padding-bottom: 0.75rem;
  }

  div.mili {
    font-size: 1.8rem;
  }

  .day {
    font-size: 2.5rem;
  }

  .time-description {
    font-size: .75rem;
  }

  .timer-container.upsell {
    justify-content: center;
    align-items: center;
  }

  .ws-header-grid {
    grid-template-columns: 1fr;
  }

  .locuri-limitate._2.bonus, .locuri-limitate.bonus {
    font-size: .65rem;
  }

  .cta_title_box {
    justify-content: center;
    align-items: center;
  }

  .inscrie-te {
    line-height: 1;
  }

  .arrow {
    display: none;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

  ._2-descriere {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  ._2-descriere.dark-bot {
    padding-top: 22.9rem;
  }

  .description-big {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .testimoniale-grid {
    grid-template-columns: 1fr;
  }

  .header-1 {
    font-size: 2.5rem;
  }

  .grid-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .grid_traineri {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10%;
  }

  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .boostetic-logo {
    align-self: flex-end;
    margin-top: 50px;
  }

  ._2-pachet-green {
    margin-top: -105px;
  }

  .image {
    margin-top: -235px;
  }

  .pachet {
    width: 100%;
    margin-right: 0;
    padding: 1.75rem;
  }

  .pachet-green, .pachet-green.smaller {
    font-size: 3rem;
  }

  .pachet-description {
    font-size: 1.25rem;
  }

  .workshop-container {
    padding: 1.75rem;
  }

  .workshop-image {
    width: auto;
  }

  .workshop-header {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .workshop-checklist {
    padding: 1.75rem;
  }

  .bonus-border, .bonus-container-2 {
    padding: 1.5rem;
  }

  .bonus {
    font-size: 2.5rem;
  }

  .image-2 {
    width: 250px;
    margin-left: -57px;
    margin-right: 0;
  }

  .pachet-green_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .pachet-green_cta.ambele {
    background-position: 50% 40%;
  }

  .dark-group.ambele {
    margin-right: 0%;
  }

  .light-group {
    justify-content: center;
    align-items: stretch;
  }

  .legal {
    margin-top: 3rem;
    margin-left: 0;
  }

  .footer-elements {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header_hero_text_cont {
    margin-top: -158px;
  }

  .video {
    width: 450px;
    height: 253px;
  }

  .benefits_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 5rem;
  }

  .benefits_free {
    border-right-style: none;
    padding-right: 0;
  }

  .benefits_paid {
    padding-left: 0;
  }

  .inscrie-te_title {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  ._1-header {
    /* background-image: radial-gradient(circle at 50% 0, #3865b7, #11022d 6%); */
  }

  ._1-header.thanks {
    background-position: 0 0, 50% 250px;
  }

  ._1-header.autumn-deal {
    background-size: 700px, auto;
  }

  .container.ad {
    padding-top: 10rem;
  }

  .text_m.center {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.25;
  }

  .hero_subtitle {
    margin-bottom: 1rem;
    line-height: 1;
  }

  .hero_heading {
    font-size: 2rem;
  }

  .award-timer-container {
    flex-flow: column;
  }

  .award {
    width: 180px;
    height: 180px;
  }

  ._40-000 {
    font-size: 2rem;
  }

  .award-description {
    margin-left: 2.8rem;
    margin-right: 2.8rem;
    font-size: .6rem;
  }

  .day-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .day, .day.small {
    font-size: 2.4rem;
  }

  div.mili {
    font-size: 1.6em;
  }

  div.mili + .time-description {
    font-size: 0.55rem;
  }

  div.day-container.milis {
    max-width: 60px;
    min-width: 60px;
  }

  

  .timer-container.upsell {
    justify-content: center;
    align-items: center;
  }

  .ws-title, .ws-title._2, .ws-info-container, .ws-info-container._2 {
    padding: 1.25rem;
  }

  .locuri-limitate._2.bonus, .locuri-limitate.bonus {
    line-height: 1.2;
  }

  .cta_title_box {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .inscrie-te {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .gratuit {
    margin-left: 0;
    font-size: 1.5rem;
  }

  .button {
    align-items: stretch;
  }

  .button-text.upsell {
    white-space: normal;
    font-size: .85rem;
    line-height: 1.2;
  }

  .button-text.keep {
    font-size: .85rem;
  }

  .button-main {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .button-price.upsell {
    justify-content: center;
    align-items: center;
  }

  ._2-descriere {
    padding-bottom: 5rem;
  }

  ._2-descriere.dark-bot {
    padding-top: 24.2rem;
  }

  .description-big {
    text-align: left;
  }

  .testimoniale-grid {
    grid-template-columns: 1fr;
  }

  .header-1 {
    text-align: left;
    font-size: 2rem;
  }

  ._5-temele_abordate {
    padding-top: 4rem;
  }

  .bonus-title-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .share-description {
    text-align: center;
    margin-top: 3rem;
  }

  .large-description.margin-top {
    margin-top: 3rem;
  }

  .facebook-share {
    margin-top: 1rem;
  }

  .grid-benefits {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .grid_traineri {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .trainer_name {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 1;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .reduse {
    font-size: 2rem;
  }

  .important-container {
    border-radius: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }

  .important-title, .important-description {
    text-align: center;
  }

  ._2-pachet-green {
    padding-top: 5rem;
  }

  .image {
    margin-top: -222px;
  }

  .pachet {
    margin-bottom: 1rem;
    padding: 1.25rem;
    top: 2%;
  }

  .pachet-green {
    font-size: 1.75rem;
  }

  .pachet-green.smaller {
    font-size: 2.5rem;
  }

  .pachet-description {
    font-size: .9rem;
  }

  .workshop-container {
    padding: 1.5rem;
  }

  .workshop-title.center {
    font-size: 1.5rem;
  }

  .workshop-checklist {
    padding: 1.5rem;
  }

  .bonus-border {
    padding: 1rem;
  }

  .bonus-header {
    flex-flow: column-reverse;
  }

  .image-2 {
    width: 200px;
    margin-top: -54px;
    margin-left: 0;
    margin-right: -39px;
  }

  .bonus-trainers {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .trainer {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100px;
    display: flex;
  }

  .trainer-image {
    flex: none;
    width: 64px;
    height: 64px;
  }

  .trainer-name {
    margin-top: .5rem;
  }

  .value {
    justify-content: flex-start;
    align-items: center;
  }

  .value-text {
    font-size: 1.25rem;
    line-height: 1;
  }

  .pachet-green_cta {
    padding: 2rem 1.5rem;
  }

  .pachet-green_cta.ambele {
    background-position: 0%;
    background-size: 650px;
    padding: 1.5rem;
  }

  .reducere {
    white-space: nowrap;
    font-size: .85rem;
  }

  .new-price {
    font-size: 2.5rem;
  }

  .light-group {
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .disclaimer-title {
    font-size: 1rem;
    line-height: 1rem;
  }

  .container-2.foot {
    padding-bottom: 10rem;
  }

  .disclaimer-description {
    font-size: .75rem;
    line-height: 1rem;
  }

  .video {
    width: 320px;
    height: 180px;
  }

  .benefits_container.no-margin {
    margin-bottom: 0;
  }

  .thank-you-title {
    text-align: center;
    line-height: 1;
  }
}

#w-node-ad4cbf6c-ef96-8696-a57f-92992e82e665-3d493c55, #w-node-dfba40ef-f7c6-17fb-570c-2ff4cbf5f465-3d493c55 {
  align-self: start;
}

#w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f06-3d493c55, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f0f-3d493c55, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f18-3d493c55, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f21-3d493c55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff50f1c1-823d-91ed-7bdf-3462436c538c-3d493c57, #w-node-ff50f1c1-823d-91ed-7bdf-3462436c53a4-3d493c57 {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-f420457b-49e3-1fc0-8fdd-30453f0f0bb6-3d493c55, #w-node-b9deaf75-84dc-2dee-9815-928fa361e957-3d493c55, #w-node-d9061246-68f2-fa89-54de-de58abe0098d-3d493c55, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8f9f-3d493c55, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8fa1-3d493c55, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8fa3-3d493c55, #w-node-_00fa3276-f45c-ffc3-18c2-543ce819497d-3d493c55, #w-node-_00fa3276-f45c-ffc3-18c2-543ce819497f-3d493c55, #w-node-_00fa3276-f45c-ffc3-18c2-543ce8194981-3d493c55, #w-node-_385092d2-2945-47fb-4191-8391d4f28281-3d493c55, #w-node-_385092d2-2945-47fb-4191-8391d4f28283-3d493c55, #w-node-_385092d2-2945-47fb-4191-8391d4f28285-3d493c55 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}