@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 {
  --black: #000;
  --white: white;
  --gold: #ffca38;
  --red: #fc0047;
  --velvet: #ff6495;
  --lime: #0fa;
  --green: #009b62;
}

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

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

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

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

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: mundial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.s-header {
  background-image: url('../images/header-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7rem;
  overflow: hidden;
}

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

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

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

.container.flex-2.no-gap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.container.right {
  margin-left: 40%;
  margin-right: 10%;
}

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

.horia-header {
  margin-right: -8rem;
}

.heading-1 {
  letter-spacing: -.5px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.sub-heading-gold {
  color: var(--gold);
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.large-text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
}

.body-text {
  font-weight: 300;
}

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

.gold.keep {
  white-space: nowrap;
}

.important-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--red);
  background-color: #0003;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
}

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

.important-title {
  font-family: mundial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

.s-pe-scurt {
  background-image: url('../images/pachete-bg2.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: -13rem;
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.big-title {
  background-color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem 2rem;
  font-size: 3.5rem;
  line-height: 1;
  display: flex;
}

.big-title.trainer {
  text-align: left;
  background-color: #0000;
  max-width: 500px;
  padding: 0;
}

.grid-pachete {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.pachet-label {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 7px solid var(--lime);
  filter: drop-shadow(0 20px 20px #000000b3);
  background-image: url('../images/Green_Card.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  min-width: 350px;
  padding: 2rem;
  display: flex;
}

.pachet-label.velvet {
  border-color: var(--red);
  background-image: url('../images/Velvet_Card.webp');
}

.pachet-label.column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  filter: none;
  background-image: url('../images/GreenVelvet_Card.webp');
  border-width: 0;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.pachet-label.sticky {
  position: sticky;
  top: 3rem;
  left: 0;
}

.pachet-title.green-velvet {
  border: 7px solid #000;
  border-radius: 16px;
  padding: 2rem;
}

.pachet-title.green-velvet.green {
  border-color: var(--lime);
  background-image: url('../images/Green_Card.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pachet-title.green-velvet.velvet {
  border-color: var(--red);
  background-image: url('../images/Velvet_Card.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pachet {
  text-align: center;
  letter-spacing: 3px;
  font-size: 1.5rem;
  line-height: 1;
}

.pachet.hide-1280 {
  color: var(--white);
}

.pachet-name {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.pachet-description {
  text-align: center;
}

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

.keep {
  white-space: nowrap;
}

.pachet-preturi {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -.5rem;
  display: flex;
}

.pachet-preturi.column {
  justify-content: center;
  align-items: flex-start;
}

.old-price {
  opacity: .6;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: line-through;
}

.new-price {
  color: var(--gold);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

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

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

.day-container.upsell {
  background-color: var(--gold);
  color: var(--black);
  padding-top: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.day {
  font-family: Gabarito, Trebuchet MS, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.time-description {
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
}

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

.pachet-timer.column {
  justify-content: flex-start;
  align-items: flex-start;
}

.reducere-valabila {
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
}

.buton {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.pachet-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
}

.pachet_green_velvet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
}

.plus-big {
  align-self: center;
  margin-top: -.9rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0;
  position: relative;
}

.plus-big.regular {
  text-align: center;
  margin-top: 0;
  margin-bottom: .75rem;
  line-height: .5;
}

.gradient-border {
  background-image: linear-gradient(180deg, #0fa, #5ec442 47%, #ed902d 53%, var(--red));
  border-radius: 16px;
  padding: 7px;
  box-shadow: 0 20px 20px #0003;
}

.s-green {
  background-color: #003f2c;
  background-image: linear-gradient(#003f2cd9, #003f2cd9), url('../images/green-bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: -5.5rem;
  padding-top: 5rem;
  padding-bottom: 0;
}

.workshops-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

._4-workshops-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0006;
  border-radius: 1rem;
  flex-flow: column;
  min-width: 550px;
  margin-bottom: .5rem;
  padding: 2rem;
  display: flex;
}

._4-workshops-maintitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

._4-workshop-box {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.ws-heading {
  color: var(--green);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
}

.ws-heading.red {
  color: var(--red);
}

.ws {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
}

.disponibilitate {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: .5rem;
  display: flex;
}

.info {
  width: 1rem;
  height: 1rem;
}

.disponibilitate-text {
  color: #acacac;
  font-size: .8rem;
  line-height: 1.2;
}

.workshop {
  align-self: stretch;
  margin-top: 2.5rem;
}

.workshop-header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.workshop-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0006;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.button-hide {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  border-radius: .25rem;
  padding: .5rem;
  display: flex;
}

.expand-text {
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-group {
  flex-flow: row;
}

.button-expand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  border-radius: .25rem;
  padding: .5rem;
  display: flex;
}

.div-dropdown-trigger {
  border-bottom: 1px #d8d8f7;
}

.div-dropdown {
  background-color: #0000;
}

.dropdown-item {
  border-bottom: 1px #ff805080;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.ws-contents {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.flex-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.checkmark.lower {
  margin-top: 3px;
}

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

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

.testimonial {
  border-radius: 1rem;
  box-shadow: 0 20px 20px #0003;
}

.s-velvet {
  background-image: linear-gradient(#210016d9, #210016d9), url('../images/green-bg_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: -5rem;
  padding-top: 8rem;
}

.rose {
  color: var(--velvet);
}

.s-green-velvet {
  background-image: url('../images/pachete-bg2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

._14-workshopuri {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

._14-workshopuri.smaller {
  font-size: 1.5rem;
  font-weight: 400;
}

.s-trainer {
  background-image: url('../images/Horia_Main.webp');
  background-position: -200px 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.s-summary {
  background-image: url('../images/pachete-bg2.webp');
  background-position: 50%;
  background-size: cover;
}

.s-disclaimer {
  background-color: #05010f;
  flex-flow: column;
  padding: 75px 10% 125px;
  display: flex;
}

.div-footer-terms {
  align-self: flex-start;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 50px;
}

.termeni-si-conditii {
  color: #f7f7fb80;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.link-2 {
  color: #f7f7fb80;
}

.p-termeni {
  color: #59556f;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.div-footer-disclaimer {
  margin-left: 50px;
}

.div-low-footer {
  border-top: 1px solid #fff3;
  margin-top: 50px;
  padding-top: 50px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  align-items: center;
}

.copyright {
  color: #f7f7fb;
  border-right: 1px solid #f4cd1e;
  font-weight: 300;
}

.div-footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.terms-link {
  color: #f4cd1e;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  padding-left: 0;
  display: block;
}

.div-boostetic {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.text-block-10 {
  color: #f7f7fb8c;
  margin-bottom: -10px;
  margin-left: 29px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.image-14 {
  min-width: 200px;
}

.flex-block-2 {
  flex-flow: row;
}

.div-sal-sol {
  margin-top: 30px;
}

.link-sal {
  margin-right: 10px;
}

.heading-2 {
  margin-top: 50px;
}

.link {
  color: var(--gold);
}

.list-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.oferta-valabila {
  color: #fff;
}

.oferta-valabila.caps {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.oferta-valabila.caps.sticky {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1rem;
}

.timer-2 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.number {
  text-align: center;
  font-family: co-headline, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.number.sticky {
  font-family: Gabarito, Trebuchet MS, sans-serif;
}

.timer-box {
  color: #fff;
  background-color: #ff4600;
  border-radius: 5px;
  width: 8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem;
}

.timer-box.white {
  color: #000;
  background-color: #fff;
}

.sticky-timer {
  z-index: 10;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000000b3;
  border-radius: 10px;
  padding: 1.5rem;
  display: block;
  position: fixed;
  inset: auto 2% 2% auto;
}

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

.timer-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -4rem;
  display: flex;
}

.timer-container.regular {
  margin-bottom: 2rem;
}

.timer-container.regular.sticky {
  margin-bottom: 0;
}

.caps {
  text-transform: uppercase;
}

@media screen and (min-width: 1280px) {
  .grid-pachete {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pachet-label.column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .pachet-label.column.d {
    flex-flow: row;
  }

  .pachet-title.green-velvet.green, .pachet-title.green-velvet.velvet {
    padding-top: 1.5rem;
  }

  .pachet.hide-1280 {
    display: none;
  }

  .pachet-description.left, .old-price {
    text-align: center;
  }

  .pachet-timer.column {
    justify-content: flex-start;
    align-items: center;
  }

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

  .pachet-column {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }
}

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

  .s-trainer {
    background-position: -400px -100px;
    background-size: 1600px;
  }

  .text-block-10 {
    margin-left: 34px;
  }
}

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

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

  .evantai-invitati {
    margin-top: -5rem;
  }

  .div-dropdown-trigger {
    margin-bottom: 0;
  }

  .s-trainer {
    padding-bottom: 8rem;
  }

  .s-disclaimer {
    padding-bottom: 150px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .footer-grid {
    grid-template-columns: .5fr 1.25fr .25fr;
  }

  .text-block-10 {
    margin-left: 39px;
  }
}

@media screen and (max-width: 991px) {
  .container.flex {
    position: relative;
  }

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

  .header-content {
    z-index: 1;
    margin-right: 40%;
    position: relative;
  }

  .horia-header {
    position: absolute;
    right: -60px;
  }

  .sub-heading-gold {
    margin-top: 1rem;
    line-height: 1.2;
  }

  .important-box {
    margin-top: 3rem;
  }

  .grid-pachete {
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   / 1fr;
  }

  .pachet-label.column.d {
    flex-flow: column;
  }

  .pachet-label.sticky {
    position: relative;
    top: 0;
  }

  .pachet-description.left {
    text-align: center;
  }

  .day {
    font-size: 3rem;
  }

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

  .pachet-timer.column {
    justify-content: flex-start;
    align-items: center;
  }

  .pachet-column {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .workshops-container, .workshop-contents {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .s-disclaimer {
    align-items: flex-start;
  }

  .div-footer-terms {
    align-self: flex-start;
  }

  .p-termeni {
    font-size: 13px;
    line-height: 18px;
  }

  .div-footer-disclaimer {
    align-self: flex-start;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .copyright {
    border-right-style: none;
    font-size: 16px;
  }

  .div-footer-links {
    border-left: 1px solid #f4cd1e;
    padding-left: 20px;
  }

  .terms-link {
    font-size: 16px;
  }

  .div-boostetic {
    width: 200px;
  }

  .text-block-10 {
    margin-left: 0;
  }

  .image-14 {
    margin-left: -29px;
  }
}

@media screen and (max-width: 767px) {
  .s-header {
    padding-top: 5rem;
  }

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

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

  .horia-header {
    right: -20px;
  }

  .heading-1 {
    font-size: 4rem;
  }

  .sub-heading-gold {
    font-size: 1.75rem;
  }

  .large-text {
    font-size: 1.125rem;
  }

  .important-box {
    padding: 1.5rem;
  }

  .s-pe-scurt {
    margin-top: -9rem;
  }

  .big-title {
    font-size: 2.5rem;
  }

  .big-title.trainer {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-pachete {
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   / 1fr;
  }

  .pachet-label.column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .pachet {
    font-size: 1rem;
  }

  .pachet-name {
    font-size: 2.5rem;
  }

  .pachet-description.left {
    text-align: center;
  }

  .pachet-preturi.column {
    justify-content: center;
    align-items: center;
  }

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

  .day {
    font-size: 2.5rem;
  }

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

  .pachet-timer.column {
    justify-content: flex-start;
    align-items: center;
  }

  .pachet-column {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
  }

  .workshops-container {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  ._4-workshops-container {
    min-width: 0;
  }

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

  .workshop-contents {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .s-disclaimer {
    flex-direction: column;
  }

  .div-footer-disclaimer {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 50px;
  }

  .footer-grid {
    grid-row-gap: 32px;
  }

  .copyright, .terms-link {
    font-size: 16px;
  }

  .image-14 {
    max-width: 200px;
    margin-left: -30px;
  }

  .link-sal {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .oferta-valabila.caps.sticky {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .number.sticky {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .timer-box.white.sticky {
    width: 6rem;
  }

  .sticky-timer {
    padding: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .s-header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
    display: flex;
  }

  .container {
    margin-left: 5%;
  }

  .header-content {
    margin-right: 0%;
  }

  .horia-header {
    top: -171px;
    right: 137px;
  }

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

  .sub-heading-gold {
    font-size: 1.5rem;
  }

  .important-box {
    flex-flow: column;
    align-items: center;
  }

  .important-title {
    align-self: center;
  }

  .s-pe-scurt {
    margin-top: -4.7rem;
    padding-top: 5rem;
  }

  .evantai-invitati {
    max-width: 110vw;
    position: relative;
  }

  .big-title {
    padding: 1rem 1.5rem 1.5rem;
  }

  .pachet-label {
    min-width: 0;
    padding: 1.5rem;
  }

  .pachet-title.green-velvet.green, .pachet-title.green-velvet.velvet {
    padding: 1.5rem;
  }

  .timer {
    margin-top: .5rem;
  }

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

  .day-container.upsell.red {
    padding-top: .5rem;
  }

  .day {
    font-size: 3rem;
  }

  .button-text {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
  }

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

  .workshops-container {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  ._4-workshops-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  ._4-workshops-maintitle {
    font-size: 1.5rem;
  }

  ._4-workshop-box {
    padding: 1.25rem;
  }

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

  .ws-description {
    line-height: 1.2;
  }

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

  .disponibilitate-text {
    font-size: .75rem;
  }

  .workshop-header {
    padding: 1.25rem;
  }

  .workshop-contents {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 1.5rem 1.25rem;
  }

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

  .div-dropdown-trigger {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .dropdown-item {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .testsimoniale-grid {
    margin-top: 2rem;
  }

  .s-trainer {
    background-position: -250px 0;
  }

  .s-disclaimer {
    padding: 50px 12% 150px 7%;
  }

  .div-footer-terms {
    margin-right: 0;
  }

  .termeni-si-conditii {
    margin-left: 5%;
    font-size: 18px;
  }

  .link-2 {
    margin-left: 0%;
    font-size: 18px;
  }

  .p-termeni {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 11px;
    line-height: 14px;
  }

  .div-footer-disclaimer {
    margin-right: 0;
  }

  .div-low-footer {
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .oferta-valabila.caps {
    line-height: 1.5rem;
  }

  .oferta-valabila.caps.sticky {
    font-size: .85rem;
    line-height: 1rem;
  }

  .timer-2 {
    margin-top: .5rem;
  }

  .number {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .number.sticky {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .timer-box {
    width: 7rem;
  }

  .timer-box.white.sticky {
    width: 5rem;
    padding: .75rem;
  }

  .sticky-timer {
    z-index: 10;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1rem;
    inset: auto 3% 1% auto;
  }

  .timer-text {
    font-size: .75rem;
    line-height: 1rem;
  }

  .timer-container.regular.sticky {
    margin-bottom: 0;
  }
}

#w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2276b7d5 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2276b7d5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8b-2276b7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8f-2276b7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf90-2276b7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf96-2276b7d5, #w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf9b-2276b7d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2bc22f54 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2bc22f54 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8b-2bc22f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8f-2bc22f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf90-2bc22f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf96-2bc22f54, #w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf9b-2bc22f54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2276b7d5, #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2276b7d5 {
    align-self: start;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2276b7d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2276b7d5, #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2276b7d5 {
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2276b7d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2bc22f54, #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2bc22f54 {
    align-self: start;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2bc22f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2bc22f54, #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2bc22f54 {
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2bc22f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2276b7d5 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2276b7d5 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2276b7d5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2276b7d5 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2276b7d5 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2276b7d5 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8b-2276b7d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2bc22f54 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2bc22f54 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2bc22f54 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2bc22f54 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2bc22f54 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2bc22f54 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_8d1478de-81e9-2fb3-cf8e-a169dceaaf8b-2bc22f54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2276b7d5 {
    grid-area: Area;
  }

  #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2276b7d5 {
    grid-area: Area-2;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2276b7d5 {
    grid-area: Area-3;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2276b7d5 {
    grid-area: Area;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2276b7d5 {
    grid-area: Area-2;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2276b7d5 {
    grid-area: Area-3;
  }

  #w-node-_02c27ad9-7b39-e33c-101d-1f6909a2aa87-2bc22f54 {
    grid-area: Area;
  }

  #w-node-a4f10669-05de-61b9-e8a4-2620dba19704-2bc22f54 {
    grid-area: Area-2;
  }

  #w-node-_11453d7c-3865-0a85-f2eb-1779f37f4883-2bc22f54 {
    grid-area: Area-3;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9c7a-2bc22f54 {
    grid-area: Area;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9ca8-2bc22f54 {
    grid-area: Area-2;
  }

  #w-node-_5450fd5f-641e-004f-7706-ecafc41e9cd2-2bc22f54 {
    grid-area: Area-3;
  }
}


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