@font-face {
  font-family: Literata;
  src: url('../images/') format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@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: #000;
  --white: white;
  --folly: #d1b44c;
  --electric-indigo: #c2a434;
  --pumpkin: #d7714c;
  --selective-yellow: #d7714c;
  --shamrock-green: #00945e;
  --scarlet: #ff1f00;
  --emerald: #00cb82;
  --dark-green: #102e23;
  --ws1-bg1: #e4dec6;
  --ws1-bg2: #fffbf0;
}

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

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

.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: linear-gradient(#001b14, #034c45);
  position: relative;
}

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

.container {
  z-index: 2;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

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

.text_m {
  font-size: 1.5rem;
}

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

.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(--folly);
  text-align: center;
  font-size: 2.25rem;
}

.hero_heading {
  text-align: center;
  letter-spacing: -1px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Literata, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

.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;
}

.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;
}

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

.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._4 {
  border-color: #00945e;
}

.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._4 {
  background-color: #00945e;
}

.ws-title {
  color: var(--russian-violet);
  background-color: #f1efe3;
  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: #f1e8e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.ws-info-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  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, .ws-info-container._4 {
  background-color: var(--white);
}

.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: #886f16;
  letter-spacing: 1px;
  background-color: #eadfbf;
  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._4 {
  color: #007946;
  background-color: #bfead3;
}

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

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

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

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

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

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

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

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

.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;
}

.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 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--russian-violet);
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: none;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
}

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

.checkmark {
  width: 24px;
}

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

.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;
}

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

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

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

.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;
}

.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;
}

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

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

.footer {
  background-color: #102e23;
  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: 5rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

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

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

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

.yellow {
  color: #ffeeb2;
}

.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;
}

.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-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-image {
  width: 200px;
}

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

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

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

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

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

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

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

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

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

.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);
}

.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;
}

.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;
}

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

.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;
}

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

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

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

.mariuss {
  z-index: 1;
  max-width: 50%;
  position: absolute;
  inset: 35px auto auto 0%;
  overflow: hidden;
}

.header-bg {
  z-index: 0;
  mix-blend-mode: lighten;
  transform-style: preserve-3d;
  max-width: 65%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.subtitle {
  text-align: center;
  max-width: 550px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.subtitle.cta {
  max-width: none;
  margin-bottom: 2rem;
}

.small-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.benefit {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #daede2;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.vei-invata {
  font-size: 1.5rem;
}

.div-learn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.arrow {
  width: 32px;
  margin-top: 1px;
}

.m {
  margin-left: -75px;
}

.code-embed {
  border-radius: .5rem;
  width: 450px;
  height: 253px;
}

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

.cta-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
}

.button-2 {
  background-color: var(--shamrock-green);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem 3rem;
  text-decoration: none;
  display: flex;
}

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

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

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

  .form {
    flex-flow: row;
    flex: 1;
  }

  .button {
    min-width: 0;
  }

  .pachet-green_cta {
    padding: 3rem;
  }

  .m {
    margin-left: -25px;
  }

  .code-embed {
    width: 533px;
    height: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_subtitle {
    font-size: 3rem;
  }

  .hero_heading {
    max-width: 850px;
    font-size: 4.3rem;
  }

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

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

  .subtitle {
    max-width: 750px;
    font-size: 2.25rem;
  }

  .code-embed {
    width: 580px;
    height: 326px;
  }
}

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

  .hero_heading {
    max-width: 850px;
  }

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

  .mariuss {
    min-width: 50%;
    max-width: none;
  }

  .header-bg {
    max-width: 70%;
  }

  .subtitle {
    /* margin-top: 3rem; */
  }

  .code-embed {
    width: 635px;
    height: 357px;
  }
}

@media screen and (max-width: 1440px) {
  .text_m.center {
    margin-top: 3.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mariuss {
    max-width: 38%;
  }
}

@media screen and (max-width: 991px) {
  ._1-header {
    background-size: 992px;
  }

  .ws-header-grid {
    grid-row-gap: 1.5rem;
  }

  .m {
    margin-left: -5px;
  }

  .text_m.center {
    margin-top: 7rem;
    padding: 1.5rem;
  }

  .hero_subtitle {
    font-size: 2rem;
  }

  .hero_heading {
    font-family: Literata, Georgia, sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .subtitle {
    font-size: 1.4rem;
  }

  .marius {
    width: 50%;
    margin-left: -10%;
  }

  .horia {
    width: 40%;
  }

  .award {
    flex: none;
  }

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

  .form {
    flex-flow: column;
  }

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

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

  .large-description {
    width: auto;
  }

  .reduse {
    font-size: 2.5rem;
  }

  .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;
  }

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

  .mariuss {
    top: 20px;
  }

  .code-embed {
    width: 350px;
    height: 197px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 7%;
    margin-right: 7%;
  }

  .text_m {
    font-size: 1.25rem;
  }

  .text_m.center {
    margin-top: 12rem;
  }

  .body {
    line-height: 1.4;
  }

  .hero_subtitle {
    font-size: 1.5rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .marius {
    width: auto;
    margin-bottom: -221px;
  }

  .horia {
    width: 50%;
  }

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

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

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

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

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

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

  .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;
  }

  .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-checklist {
    padding: 1.75rem;
  }

  .bonus-border {
    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;
  }

  .mariuss {
    max-width: 60%;
    top: 35px;
  }

  .header-bg {
    max-width: 100%;
    top: -25px;
  }

  .small-title {
    font-size: 2rem;
  }

  .code-embed {
    width: 450px;
    height: 253px;
  }
}

@media screen and (max-width: 479px) {
  .text_m.center {
    margin-top: 11rem;
    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: 2.25rem;
  }

  .marius {
    margin-bottom: -116px;
  }

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

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

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

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

  .gdpr {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .button {
    align-items: stretch;
    min-width: 0;
  }

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

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

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

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

  .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;
  }

  .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, .workshop-checklist {
    padding: 1.5rem;
  }

  .bonus-border {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .mariuss {
    max-width: 65%;
    margin-top: 25px;
    top: 10px;
  }

  .header-bg {
    top: 0;
  }

  .subtitle {
    font-size: 1.25rem;
  }

  .small-title {
    font-size: 1.75rem;
  }

  .benefit {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m {
    margin-left: -45px;
  }

  .code-embed {
    width: 300px;
    height: 169px;
  }

  .button-2 {
    align-self: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block {
    text-align: center;
  }
}

#w-node-ad4cbf6c-ef96-8696-a57f-92992e82e665-2f67d949 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-e878bce3-2886-dd90-cfd6-c58148fb28da-2f67d949 {
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ed7730e9-210f-6434-18ea-eb9432a9e199-2f67d949, #w-node-e878bce3-2886-dd90-cfd6-c58148fb28da-2f67d949 {
    align-self: start;
  }
}


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