:root {
  --white: white;
  --light-blue: #f5e18f;
  --neutral-grey: #aaa;
  --red: #e63846;
  --red-shadow: #571b1b4d;
  --midnight: #080931;
  --light-yellow: #fbfbee;
  --ramada: #b82025;
  --dark-blue: #002f38;
  --black: black;
  --light-green-alpha: #f2fbee66;
  --turqoise: #a8dadc;
  --orange: #02afb6;
  --blue-shadow: #1b34574d;
  --light-green: #f2fbee;
  --white-2: white;
}

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

.body {
  color: var(--white);
  font-family: paralucent, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.header {
  background-image: linear-gradient(#030b1800 59%, #020a1b 83%), url('../images/header-image-marius.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1500px;
  padding-top: 50px;
  padding-bottom: 150px;
}

.header-container {
  margin-left: 8%;
  margin-right: 30%;
}

.top-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  margin-right: 8%;
  display: flex;
}

.menu {
  border-bottom: 1px solid var(--light-blue);
  justify-content: space-between;
  width: 60%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 9%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: .5px;
  font-family: paralucent, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--light-blue);
  -webkit-text-stroke-color: var(--red);
  font-weight: 300;
  transform: translate(0, -5px);
}

.link.light {
  color: var(--light-blue);
}

.button-text {
  letter-spacing: 1px;
  align-items: center;
  margin-left: 0;
  padding: 1.25rem 1.5rem;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.hourglass-turqoise {
  width: 1.5rem;
  margin-right: 1rem;
}

.header-title {
  margin-left: -20px;
}

.header-subtitle {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: -10px;
  font-size: 48px;
  line-height: 36px;
}

.header-elements {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.header-hotel {
  text-align: center;
  flex: 0 auto;
  margin-right: 40px;
}

.header-date {
  text-align: center;
  border: 1px #000;
  border-left: 1px solid #03045e26;
  flex: 0 auto;
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.hotel-ramada {
  color: var(--white);
  margin-top: 7px;
  font-size: 30px;
  font-weight: 500;
}

.nr-locuri {
  color: var(--light-blue);
  margin-top: 5px;
}

.nr-locuri.crossed {
  opacity: .5;
  margin-right: 10px;
  text-decoration: line-through;
}

.nr-locuri.strike {
  color: var(--white);
  text-decoration: line-through;
}

.date {
  z-index: 0;
  opacity: 1;
  text-align: center;
  position: relative;
}

.cta-button {
  background-color: var(--red);
  box-shadow: 0 30px 40px 0 var(--red-shadow);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-button:hover {
  background-color: var(--midnight);
  transform: translate(0, -5px);
}

.under-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._7-zile {
  color: #e7c05e;
  letter-spacing: .5px;
  margin-top: 0;
  font-size: 30px;
  line-height: 32px;
}

.old-price {
  color: #ffffff80;
  margin-left: 0;
  margin-right: 20px;
  font-size: 21px;
  font-weight: 300;
  text-decoration: line-through;
}

.footnote1 {
  border-top: 1px solid #ffffff80;
  margin-top: 75px;
  padding-top: 15px;
}

.footnote-text {
  color: #ffffff80;
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.benefits {
  background-image: url('../images/Alpin-421-e2.webp'), linear-gradient(#100f17, #100f17);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 500px, auto;
  padding-top: 100px;
  padding-bottom: 1px;
}

.benefiets-container {
  margin-bottom: 100px;
  margin-left: 50%;
  margin-right: 8%;
}

.tabara {
  color: var(--light-yellow);
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--light-yellow);
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 500;
  line-height: 44px;
}

.list-item {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.checkmark {
  align-self: flex-start;
  margin-top: -2px;
  margin-right: 15px;
}

.list-white {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

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

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

.gold.keep {
  color: var(--red);
  white-space: nowrap;
}

.cta {
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-container {
  text-align: center;
}

.cta-heading {
  color: var(--light-blue);
  text-align: center;
  letter-spacing: .5px;
  font-weight: 500;
}

.discount-div {
  background-color: var(--ramada);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0% -5% auto auto;
}

.blue {
  color: var(--midnight);
}

.soldout-regular {
  margin-top: -80px;
  margin-bottom: -50px;
}

.soldout-regular.available {
  display: none;
}

.footnote2 {
  border-top: 1px solid var(--neutral-grey);
  margin-top: 75px;
}

.footnote-darktext {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.title-center {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 75px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.title-center.dark {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-left: 8%;
  margin-right: 8%;
}

.title-center.dark.no-margin {
  margin-bottom: 10px;
}

.title-center.less-space {
  margin-bottom: 30px;
}

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

.expert-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.ce-inveti-container {
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 200px;
  padding-bottom: 150px;
}

.ce-inveti-container.intreb {
  padding-top: 100px;
  padding-bottom: 50px;
}

.day-continer {
  position: relative;
}

.unde-se-tine {
  background-image: url('../images/Lines.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1920px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.ramada-box {
  text-align: center;
  background-color: #001b1f;
  border-radius: 30px;
  align-self: center;
  width: 750px;
  margin-bottom: -120px;
  padding: 75px 100px 0;
}

.ramada-dates {
  background-color: #000f12;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: -55px;
  padding: 40px 40px 25px;
  display: flex;
}

.ramada-date {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 300;
}

.ramada-date-description {
  opacity: .5;
  color: var(--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
}

.cazare {
  background-color: #002f38;
  padding-top: 200px;
  padding-bottom: 0;
}

.cazare-container {
  position: relative;
}

.div-hotel {
  background-color: #00191f;
  border: 1px #ffffff2e;
  border-radius: 30px;
  flex-direction: column;
  margin-bottom: -200px;
  padding: 70px 50px 50px;
  display: flex;
}

.hotel-logo {
  align-self: flex-start;
  margin-right: 50px;
}

.hotel-benefits {
  border-left: 1px solid #ffffff26;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 0;
}

.hotel-subtitle {
  color: var(--light-blue);
  letter-spacing: .5px;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.hotel-subtitle.no-margin {
  color: var(--light-blue);
  margin-top: 0;
}

.hotel-info {
  display: flex;
}

.hotel-lightbox-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.hotel-image {
  border-radius: 0;
}

.lightbox-alexander {
  border-radius: 10px;
  height: 130px;
  overflow: hidden;
}

.cost {
  color: var(--black);
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/beach-wave.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 300px;
}

.cost-container {
  margin-bottom: 0;
}

.subtitle-center {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: .5px;
  font-weight: 300;
}

.subtitle-center.white {
  color: var(--white);
  margin-left: 260px;
  margin-right: 260px;
}

.div-price-container {
  margin-top: 50px;
}

.cost-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.cost-title {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.cost-title-text {
  color: var(--dark-blue);
  letter-spacing: .5px;
  align-self: center;
  font-weight: 500;
}

.cost-icon {
  margin-top: 6px;
  margin-right: 15px;
}

.small-subtitle {
  opacity: .7;
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 500;
}

.small-subtitle.invisible {
  opacity: 0;
}

.cost-box {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 40px 35px;
  position: relative;
  box-shadow: 0 40px 40px #2409091a;
}

.pret-box-title {
  color: var(--dark-blue);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.price {
  color: #bf932e;
  font-size: 48px;
  line-height: 48px;
}

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

.lei-price {
  color: var(--dark-blue);
  letter-spacing: .5px;
  font-weight: 500;
}

.lei-price.more-margin {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 24px;
}

.price-description {
  color: var(--neutral-grey);
  letter-spacing: .5px;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.discount-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.announce-container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.announce-text {
  align-self: center;
  margin-bottom: 20px;
}

.announce-icon {
  align-self: flex-start;
  margin-right: 20px;
}

.announce-title {
  color: var(--red);
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 30px;
}

.announce-title.blue {
  color: var(--midnight);
  line-height: 30px;
}

.announce-description {
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.double-price {
  align-items: center;
  display: flex;
}

.reset-div {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 22px;
  display: flex;
}

.new-price {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 24px;
}

.testimoniale {
  margin-top: 50px;
  padding-top: 0;
  position: static;
}

.contact {
  background-color: var(--dark-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-subtitle {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 300;
}

.contact-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.div-contact-person {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nume-telefon {
  align-self: center;
  margin-left: 15px;
}

.nume {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 21px;
}

.telefon {
  color: var(--light-blue);
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: none;
}

.footer {
  background-color: #001b1f;
  padding-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.upper-footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.copyright {
  border-top: 1px none var(--light-green-alpha);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 300;
}

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

.legal-links {
  flex-direction: column;
  margin-left: 30px;
  display: flex;
}

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

.sol {
  margin-top: 6px;
  margin-bottom: 6px;
}

.legal-link {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 300;
}

.footer-group {
  align-items: center;
  display: flex;
}

.image-6 {
  flex: none;
}

.locuri {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button-info {
  background-color: #00000040;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 16px 20px 12px;
}

.button-cta-text {
  font-size: 21px;
}

.button-prices {
  justify-content: center;
  display: flex;
}

.price-memo {
  opacity: 1;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 300;
}

.testimoniale_container {
  justify-content: space-between;
  max-width: none;
  margin: -100px 8%;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.testimonial {
  margin-left: 25px;
  margin-right: 25px;
}

.grup {
  padding: 40px 50px 50px;
}

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

.ce-inveti {
  background-color: #f2fbee;
  justify-content: center;
  display: flex;
}

.grid-ce-inv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.module-title {
  color: var(--white);
  letter-spacing: .5px;
  align-self: center;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.module-title.intreb {
  font-size: 21px;
  font-weight: 300;
}

.div-module-name {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.modul {
  color: #fff;
  flex: none;
  align-self: center;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 36px;
  font-weight: 500;
}

.faq-p {
  background-color: #f4f6f800;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  color: var(--dark-blue);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: paralucent, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.faq-answer.intreb {
  margin-bottom: 0;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #002f38;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 50px 0 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 32px;
  margin-right: 25px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #ddd0;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  margin-bottom: 0;
}

.faq-body-cont {
  background-color: #b6b26730;
  border-top: 1px #000;
  padding: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-body-cont.white {
  background-color: #fff;
}

.raspuns {
  display: flex;
}

.video {
  margin-left: 20px;
  margin-right: 20px;
}

.marius-simion {
  background-image: url('../images/Alpin-22e2.webp'), linear-gradient(#002f38, #002f38);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 600px, auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.trainer-description {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 28px;
}

.trainer-description.simona {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.list-item-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.position {
  color: #ed3b3b;
  font-size: 18px;
  font-weight: 500;
}

.position.peach {
  color: var(--light-blue);
  letter-spacing: .5px;
  font-weight: 300;
}

.header-container-2 {
  max-width: 750px;
  margin-left: 10%;
}

.header-container-2.shrink {
  max-width: 530px;
  margin-left: 10%;
  margin-right: auto;
}

.header-container-2.shrink.simona {
  margin-left: 10%;
  margin-right: auto;
}

.why-title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 34px;
}

.why-title.white {
  color: #fff;
  font-weight: 500;
}

.invite-name {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
}

.link-3 {
  color: var(--turqoise);
  letter-spacing: .5px;
  font-weight: 300;
}

.invitat-descriere {
  color: var(--light-yellow);
  letter-spacing: .5px;
  margin-top: 50px;
  font-weight: 300;
}

.price-old {
  opacity: .6;
  color: var(--dark-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  text-decoration: line-through;
}

.testimoniale-2 {
  background-color: #001b1f;
  padding-top: 100px;
  padding-bottom: 100px;
}

.test {
  padding: 10px;
}

.link-4 {
  color: #e7bf5e;
}

.hourglass {
  background-image: url('../images/hourglass3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 500px;
}

.tpv-desktop {
  max-width: 100%;
  margin-bottom: 50px;
}

.div-hourglass-text {
  border-bottom: 1px solid #ffffff29;
  padding: 50px;
}

.div-hourglass-text.last {
  border-bottom-style: none;
}

.story {
  background-image: linear-gradient(#000b04, #002f38);
  padding-bottom: 0;
}

.container-story {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-hourglass {
  color: var(--light-blue);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-2 {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

.numbered-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.numbers {
  color: var(--light-blue);
  font-size: 24px;
  position: absolute;
}

.list-text {
  letter-spacing: .5px;
  margin-left: 40px;
  font-family: paralucent, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.end-storyblock {
  background-color: #011207;
  border-radius: 10px;
  margin-bottom: -100px;
  padding: 50px;
}

.bold-text-2 {
  font-weight: 300;
}

.tpv-mobile {
  display: none;
}

.simona-simion {
  background-image: url('../images/Alpin-318-e.webp'), linear-gradient(#000, #000);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 600px, auto;
  padding-top: 75px;
  padding-bottom: 100px;
}

.simona-list {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.s-list-item {
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.check {
  align-self: flex-start;
  margin-top: 6px;
}

.gold-dark {
  color: #e7bf5e;
}

.hotel-subtitle-2 {
  color: #02afb6;
  letter-spacing: .5px;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.hotel-subtitle-2.yellow {
  color: #ffcf20;
  font-weight: 500;
}

.hotel-subtitle-2.black {
  color: var(--red);
}

.hotel-subtitle-2.black.no-margin {
  color: var(--light-yellow);
  margin-top: 0;
}

.list-white-2 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.list-white-2.yellow {
  color: #f3dd8e;
}

.list-white-2.black {
  color: var(--light-yellow);
}

._19-ian {
  font-weight: 500;
  text-decoration: underline;
}

.div-atentie {
  background-color: var(--red);
  border-radius: 10px;
  margin-top: 50px;
  padding: 50px;
}

.white {
  color: #fff;
}

.grid-testimoniale {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-heading-2 {
  color: #03045e;
  text-align: center;
  font-weight: 500;
}

.cta_container {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: row;
  align-items: stretch;
}

.cta_container.flex {
  flex-flow: column;
  box-shadow: 0 5px 20px #0000001f;
}

.footnote-darktext-2 {
  color: #03045e;
  letter-spacing: .5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.price-small {
  color: #e63846;
  font-size: 24px;
}

.blue-2 {
  color: #080931;
}

.div-cta {
  justify-content: center;
  display: flex;
}

.cta-2 {
  background-image: linear-gradient(#f2fbee66, #f2fbee66), url('../images/beach.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.old-price-2 {
  color: #aaa;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: line-through;
}

.old-price-2.blue-2 {
  color: #080931;
  font-weight: 300;
}

.button-text-2 {
  letter-spacing: .75px;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.cta-button-2 {
  color: #fff;
  background-color: #e63846;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 10px 40px #571b1b4d;
}

.cta-button-2:hover {
  color: #fff;
  background-color: #c3214a;
  transform: translate(0, -5px);
}

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

.cta-container-2 {
  text-align: center;
}

.bold-text {
  font-size: 28px;
}

.locuri-text {
  text-align: center;
  letter-spacing: .5px;
  font-size: 14px;
}

.locuri-text.large {
  color: #e63846;
  font-size: 24px;
  font-weight: 500;
}

.locuri-text.strike {
  font-size: 18px;
  text-decoration: line-through;
}

.locuri-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: none;
}

.footnote2-2 {
  border-top: 1px solid #aaa;
  margin-top: 75px;
}

.hotel-lightbox-grid-2 {
  grid-template: "Area Area Area-2"
                 "Area Area Area-3"
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-top: 50px;
}

.lightbox-alexander-2 {
  border-radius: 10px;
  overflow: hidden;
}

.hotel-image-2 {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.expert-description {
  color: #fff;
  letter-spacing: .5px;
  padding: 25px;
  font-weight: 300;
}

.expert-column-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.trainer-name {
  color: #fff;
  letter-spacing: .5px;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
}

.expert-image {
  width: 240px;
  max-width: 50%;
}

.trainer-container {
  margin-bottom: 75px;
}

.experts-columns {
  display: flex;
}

.separator-top {
  margin-top: 30px;
}

.invitati-experti {
  background-color: var(--dark-blue);
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 0;
  display: block;
}

.bar {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: -10px;
  display: flex;
  overflow: hidden;
}

.title-center-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 75px;
  font-size: 48px;
  font-weight: 500;
}

.color-bar {
  width: 105%;
  max-width: 130%;
}

.trainer-position {
  color: #a8dadc;
  text-align: center;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.bootcamp {
  letter-spacing: 4px;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.keep {
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .header-title {
    max-width: 100%;
  }

  .benefits {
    background-image: url('../images/marius-simona-1.jpg'), linear-gradient(to bottom, null, null);
    background-position: 0 0, 0 0;
  }

  .grup {
    padding-top: 0;
  }

  .marius-simion {
    background-image: url('../images/Alpin-22e2.webp'), linear-gradient(to bottom, null, null);
    background-size: 750px, auto;
  }

  .header-container-2.shrink {
    max-width: 600px;
  }

  .hourglass {
    background-position: 50%;
  }

  .simona-simion {
    background-image: url('../images/Alpin-318-e.webp'), linear-gradient(to bottom, var(--black), var(--black));
    background-position: 100% -50px, 0 0;
    background-size: 750px, auto;
  }

  .hotel-subtitle-2.black {
    color: var(--light-yellow);
  }

  .hotel-subtitle-2.black.no-margin {
    margin-top: 0;
  }

  .list-white-2.black {
    color: var(--light-yellow);
  }

  .div-atentie {
    background-color: var(--red);
    border-radius: 10px;
    margin-top: 50px;
    padding: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    background-position: 0 0, 0 -100px;
    background-size: auto, 1700px;
  }

  .benefits {
    background-image: url('../images/Alpin-421-e2.webp'), linear-gradient(#100f16, #100f16);
    background-position: 0 0, 0 0;
    background-size: 700px, auto;
    background-attachment: scroll, scroll;
  }

  .benefiets-container {
    margin-right: 12%;
  }

  .ce-inveti-container, .cazare-container {
    max-width: 1200px;
  }

  .lightbox-alexander {
    height: 200px;
    overflow: hidden;
  }

  .cost-container {
    max-width: 1200px;
  }

  .testimoniale {
    margin-top: 0;
  }

  .module-title {
    margin-right: 20px;
    line-height: 28px;
  }

  .hotel-lightbox-grid-2 {
    grid-template-areas: "Area Area Area-2"
                         "Area Area Area-3"
                         "Area-5 Area-4 Area-4"
                         "Area-6 Area-4 Area-4";
  }

  .trainer-container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-image: linear-gradient(#030b1800 59%, #020a1b 75%), url('../images/header-image-marius.jpg');
    background-position: 0 0, 0 -300px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .header-container {
    margin-left: 15%;
  }

  .menu {
    border-bottom-color: var(--neutral-grey);
    padding-left: 16%;
  }

  .link, .button-text {
    font-size: 21px;
  }

  .cta-button {
    transition: all .2s;
  }

  .cta-button:hover {
    background-color: var(--midnight);
    transform: translate(0, -5px);
  }

  .benefits {
    background-image: url('../images/Alpin-421-e2.webp'), linear-gradient(to bottom, null, null);
    background-position: 0 -50px, 0 0;
  }

  .title-center {
    letter-spacing: .5px;
  }

  .ce-inveti-container {
    margin-left: auto;
    margin-right: auto;
  }

  .cost {
    background-position: 50% 80%;
  }

  .announce-description {
    letter-spacing: .5px;
  }

  .button-info {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .marius-simion {
    background-image: url('../images/Alpin-22e2.webp'), linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
    background-position: 100% -100px, 0 0;
    background-size: 1000px, auto;
  }

  .position.peach {
    color: var(--light-blue);
  }

  .hourglass {
    background-image: linear-gradient(#000e0800, #000a04), url('../images/hourglass3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 750px;
  }

  .simona-simion {
    background-image: url('../images/Alpin-318-e.webp'), linear-gradient(to bottom, null, null);
    background-size: 1000px, auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cta_container.flex {
    box-shadow: 0 10px 20px #0000001a;
  }

  .button-text-2 {
    font-size: 21px;
  }

  .cta-button-2 {
    padding: 25px 30px;
    transition: all .2s;
  }

  .cta-button-2:hover {
    background-color: #080931;
    transform: translate(0, -5px);
  }

  .trainer-name {
    letter-spacing: .5px;
  }

  .trainer-container {
    margin-bottom: 100px;
  }

  .title-center-2 {
    letter-spacing: .5px;
  }

  .color-bar {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-image: linear-gradient(#020a1b 17%, #020a1b00 53%), linear-gradient(#030b1800 59%, #020a1b 78%), url('../images/header-image-marius.jpg');
    background-position: 0 0, 0 0, 100% 200px;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 1400px;
    padding-bottom: 100px;
  }

  .header-container {
    max-width: none;
    margin-top: 0;
    margin-right: 8%;
  }

  .top-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .header-title {
    max-width: 100%;
  }

  .header-elements {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 400px;
  }

  .header-elements.no-margin-top {
    margin-top: 50px;
  }

  .cta-button {
    align-self: center;
  }

  .benefits {
    background-image: url('../images/Alpin-421-e2.webp'), linear-gradient(to bottom, null, null);
    background-position: 100% 0, 0 0;
  }

  .benefiets-container {
    max-width: 380px;
    margin-left: 8%;
  }

  .cta-container {
    margin-left: auto;
    margin-right: auto;
  }

  .expert-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ce-inveti-container {
    margin-left: 8%;
    margin-right: 8%;
    padding-bottom: 100px;
  }

  .ramada-box {
    border-radius: 20px;
    width: 500px;
    margin-bottom: -80px;
  }

  .ramada-dates {
    border-radius: 15px;
    padding-top: 30px;
  }

  .ramada-date {
    margin-bottom: 0;
    font-size: 24px;
  }

  .alpin {
    width: 250px;
  }

  .hotel-logo {
    align-self: center;
    margin-bottom: 50px;
  }

  .hotel-benefits {
    padding-left: 30px;
  }

  .hotel-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hotel-lightbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cost {
    padding-top: 400px;
    padding-bottom: 100px;
  }

  .cost-container {
    max-width: 600px;
  }

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

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

  .testimoniale {
    padding-top: 50px;
  }

  .testimoniale_container {
    margin-top: -150px;
  }

  .testimoniale_container.bottom {
    margin-top: -150px;
    margin-left: 8%;
  }

  .testimonial {
    margin-left: 10px;
    margin-right: 10px;
  }

  .module-title {
    font-size: 18px;
    line-height: 24px;
  }

  .modul {
    margin-bottom: 0;
    font-size: 30px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .marius-simion {
    padding-top: 250px;
    padding-bottom: 75px;
  }

  .header-container-2 {
    max-width: 650px;
    margin-left: auto;
  }

  .header-container-2.shrink {
    max-width: none;
    margin-left: 8%;
    margin-right: 8%;
  }

  .header-container-2.shrink.simona {
    margin-right: 10%;
  }

  .why-title {
    font-size: 28px;
    line-height: 30px;
  }

  .testimoniale-container {
    margin-left: 8%;
    margin-right: 8%;
  }

  .tpv-mobile {
    display: none;
  }

  .ramada {
    width: 250px;
  }

  .hotel-lightbox-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .expert-description {
    padding: 20px;
  }

  .expert-column-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background-image: linear-gradient(#020a1b 17%, #020a1b00 30%), linear-gradient(#030b1800 42%, #020a1b 54%), url('../images/header-image-marius.jpg');
    background-position: 0 0, 0 0, 100% 200px;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 1000px;
    padding-top: 30px;
  }

  .header-container {
    margin-top: 50px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .top-menu {
    display: none;
  }

  .menu {
    width: 100%;
  }

  .button-text {
    justify-content: center;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hourglass-turqoise {
    width: 5%;
  }

  .header-title {
    margin-left: -10px;
  }

  .header-subtitle {
    font-size: 30px;
  }

  .header-elements {
    flex-direction: column;
    margin-top: 300px;
    margin-bottom: 30px;
  }

  .header-hotel {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-date {
    border-top-style: none;
    border-left-style: none;
    padding: 20px 0;
  }

  .hotel-ramada {
    font-size: 24px;
  }

  .nr-locuri {
    line-height: 21px;
  }

  .cta-button {
    border-radius: 10px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .old-price {
    margin-right: 20px;
    font-size: 18px;
  }

  .footnote1 {
    margin-top: 50px;
  }

  .footnote-text {
    line-height: 21px;
  }

  .benefits {
    background-image: url('../images/Alpin-421-e2.webp'), linear-gradient(to bottom, null, null);
    background-position: 50% 0, 0 0;
    padding-top: 500px;
  }

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

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

  .list-white {
    font-size: 17px;
  }

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

  .title-center {
    margin-bottom: 50px;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .title-center.dark {
    margin-left: 7%;
    margin-right: 7%;
    font-size: 2rem;
    line-height: 40px;
  }

  .trainer-column {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .expert-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ce-inveti-container {
    margin-left: 8%;
    margin-right: 8%;
  }

  .ramada-box {
    width: 400px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ramada-dates {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .ramada-date-description {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .alpin {
    width: 200px;
  }

  .cazare {
    padding-top: 150px;
  }

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

  .div-hotel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hotel-logo {
    align-self: center;
    margin-right: 0;
  }

  .hotel-benefits {
    border-left-style: none;
    padding-left: 0;
  }

  .hotel-lightbox-grid {
    grid-template-columns: 1fr;
  }

  .lightbox-alexander {
    height: 220px;
  }

  .cost {
    padding-top: 420px;
  }

  .cost-container {
    margin-left: 8%;
    margin-right: 8%;
  }

  .subtitle-center.white {
    margin-left: 0;
    margin-right: 0;
  }

  .cost-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .new-price {
    font-size: 21px;
  }

  .contact-container {
    margin-left: 8%;
    margin-right: 8%;
  }

  .contact-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .upper-footer {
    flex-direction: column;
  }

  .legal-link {
    font-size: 16px;
    line-height: 21px;
  }

  .image-3 {
    margin-top: 50px;
  }

  .button-info {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-cta-text {
    font-size: 21px;
  }

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

  .price-memo {
    text-align: center;
    font-size: 12px;
  }

  .testimoniale_container {
    flex-direction: column;
    margin-bottom: -75px;
  }

  .grup {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .module-title {
    line-height: 21px;
  }

  .video {
    margin: 20px 0;
  }

  .marius-simion {
    background-image: url('../images/Alpin-22e2.webp'), linear-gradient(to bottom, null, null);
    background-size: 400px, auto;
    padding-top: 100px;
  }

  .header-container-2 {
    margin-left: 8%;
    margin-right: 8%;
  }

  .header-container-2.shrink {
    margin-top: 200px;
    margin-left: 8%;
    margin-right: 8%;
  }

  .header-container-2.shrink.simona {
    margin-top: 250px;
  }

  .test {
    text-align: center;
  }

  .column-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hourglass {
    background-image: url('../images/hourglass.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .tpv-desktop {
    display: none;
  }

  .story {
    background-image: linear-gradient(#02191f, #002f38);
  }

  .tpv-mobile {
    max-width: 50%;
    display: block;
  }

  .simona-simion {
    background-image: url('../images/Alpin-318-e.webp'), linear-gradient(to bottom, null, null);
    background-size: 400px, auto;
  }

  .list-white-2 {
    font-size: 17px;
  }

  .grid-testimoniale {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

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

  .cta_container {
    flex-flow: column;
  }

  .cta-button-2 {
    border-radius: 10px;
  }

  .ramada {
    width: 200px;
  }

  .hotel-lightbox-grid-2 {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .expert-column-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trainer-name {
    font-size: 1.75rem;
  }

  .experts-columns {
    flex-flow: column;
  }

  .bar {
    margin-top: 0;
  }

  .title-center-2 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    text-overflow: clip;
    background-image: linear-gradient(#020a1b 21%, #020a1b00 37% 52%), linear-gradient(#030b1800 41%, #020a1b 54%), url('../images/header-image-marius.jpg');
    background-position: 0 0, 0 0, 100% 200px;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 700px;
    padding-top: 15px;
  }

  .header-container {
    margin-top: 30px;
  }

  .top-menu {
    margin-right: 7%;
  }

  .menu {
    padding-left: 7%;
  }

  .link {
    font-size: 14px;
  }

  .button-text {
    padding: 1rem;
    font-size: 16px;
    line-height: 18px;
  }

  .header-title {
    max-width: 110%;
    padding-right: 0;
  }

  .header-subtitle {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .header-elements {
    margin-top: 250px;
    margin-bottom: 40px;
  }

  .header-elements.no-margin-top {
    margin-top: 40px;
  }

  .header-hotel {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-date {
    padding: 10px 25px;
  }

  .hotel-ramada {
    font-size: 21px;
    line-height: 21px;
  }

  .nr-locuri {
    font-size: 16px;
    line-height: 18px;
  }

  .date-icon {
    width: 24px;
  }

  .cta-button {
    justify-content: center;
  }

  .under-title {
    align-items: stretch;
  }

  ._7-zile {
    margin-top: 20px;
    font-size: 21px;
    line-height: 24px;
  }

  .footnote1 {
    margin-top: 40px;
  }

  .footnote-text {
    font-size: 14px;
    line-height: 18px;
  }

  .image-2 {
    width: 70px;
  }

  .benefiets-container {
    margin: 150px 7% 60px;
  }

  .tabara {
    font-size: 18px;
  }

  .heading {
    font-size: 30px;
    line-height: 32px;
  }

  .list-item {
    margin-left: 0;
  }

  .list-item.left {
    margin-left: -20px;
  }

  .checkmark {
    max-width: 50%;
  }

  .list-white {
    font-size: 17px;
    line-height: 26px;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .discount-div {
    inset: 0% auto auto -3%;
  }

  .soldout-regular {
    max-width: 50%;
  }

  .footnote2 {
    margin-top: 75px;
  }

  .footnote-darktext {
    line-height: 20px;
  }

  .title-center {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 32px;
  }

  .title-center.dark {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 32px;
  }

  .expert-column {
    padding: 40px 0;
  }

  .ce-inveti-container {
    margin-bottom: 50px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .ce-inveti-container.intreb {
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 75px;
  }

  .unde-se-tine {
    padding-top: 50px;
  }

  .ramada-box {
    border-radius: 15px;
    width: 300px;
    margin-bottom: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ramada-dates {
    border-radius: 10px;
  }

  .ramada-date {
    font-size: 18px;
    line-height: 20px;
  }

  .ramada-date-description {
    font-size: 12px;
    line-height: 16px;
  }

  .alpin {
    width: 160px;
  }

  .cazare {
    padding-top: 100px;
  }

  .cazare-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-hotel {
    border-radius: 15px;
    padding: 40px 25px 25px;
  }

  .hotel-logo {
    max-width: 75%;
  }

  .hotel-benefits {
    padding-left: 20px;
  }

  .hotel-subtitle, .hotel-subtitle.no-margin {
    font-size: 21px;
    line-height: 26px;
  }

  .lightbox-alexander {
    border-radius: 5px;
    height: auto;
  }

  .cost {
    padding-top: 400px;
  }

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

  .subtitle-center {
    font-size: 16px;
    line-height: 20px;
  }

  .cost-title {
    margin-bottom: -15px;
  }

  .cost-title-text {
    font-size: 24px;
  }

  .cost-icon {
    max-width: 32px;
    margin-right: 10px;
  }

  .small-subtitle {
    font-size: 12px;
  }

  .cost-box {
    border-radius: 15px;
    padding: 30px 25px;
  }

  .pret-box-title {
    font-size: 21px;
    line-height: 24px;
  }

  .pret-box-title.lower {
    margin-top: 65px;
  }

  .price {
    font-size: 34px;
    line-height: 36px;
  }

  .lei-price {
    font-size: 16px;
    line-height: 20px;
  }

  .lei-price.more-margin {
    font-size: 16px;
  }

  .price-description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .announce-container {
    margin-bottom: 0;
  }

  .announce-title {
    margin-top: 0;
    font-size: 24px;
  }

  .announce-title.blue {
    line-height: 28px;
  }

  .announce-description {
    font-size: 16px;
    line-height: 20px;
  }

  .double-price {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .reset-div {
    margin-bottom: 40px;
  }

  .testimoniale {
    background-color: #fff;
    margin-top: 0;
    padding-top: 75px;
  }

  .contact {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .copyright {
    font-size: 16px;
    line-height: 21px;
  }

  .legal-links {
    margin-top: 30px;
    margin-left: 0;
  }

  .footer-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-info {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .button-cta-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .testimoniale_container.bottom {
    margin-bottom: 0;
    padding-bottom: 75px;
  }

  .grup {
    padding: 65px 15px 15px;
  }

  .module-title {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .module-title.intreb {
    font-size: 17px;
    line-height: 21px;
  }

  .div-module-name {
    align-items: center;
  }

  .modul {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 21px;
    line-height: 24px;
  }

  .faq-answer {
    font-size: 17px;
    line-height: 26px;
  }

  .faq {
    border-radius: 10px;
    height: 100px;
    padding-left: 20px;
  }

  .faq.white {
    height: 100px;
  }

  .faq-icon {
    width: 24px;
    margin-right: 15px;
  }

  .faq-body-cont {
    padding: 25px;
  }

  .marius-simion {
    background-image: url('../images/Alpin-22e2.webp'), linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
    background-position: 0 0, 0 0;
    padding-top: 150px;
  }

  .trainer-description {
    font-size: 17px;
    line-height: 26px;
  }

  .position {
    font-size: 18px;
  }

  .header-container-2, .header-container-2.shrink {
    margin-left: 7%;
    margin-right: 7%;
  }

  .why-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .invite-name {
    font-size: 24px;
  }

  .link-3, .invitat-descriere {
    font-size: 17px;
  }

  .testimoniale-2 {
    padding-top: 75px;
  }

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

  .div-hourglass-text {
    padding-left: 0;
    padding-right: 0;
  }

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

  .end-storyblock {
    padding: 25px;
  }

  .tpv-mobile {
    max-width: 70%;
  }

  .hotel-subtitle-2 {
    font-size: 21px;
    line-height: 26px;
  }

  .list-white-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .div-atentie {
    padding: 30px 25px;
  }

  .cta-heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .footnote-darktext-2 {
    line-height: 20px;
  }

  .price-small {
    font-size: 21px;
  }

  .cta-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .old-price-2 {
    font-size: 14px;
  }

  .button-text-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .cta-button-2 {
    justify-content: center;
    padding: 18px 20px;
  }

  .cta-container-2 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .bold-text {
    font-size: 24px;
  }

  .locuri-text {
    font-size: 11px;
    line-height: 16px;
  }

  .locuri-group {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footnote2-2 {
    margin-top: 75px;
  }

  .ramada {
    width: 160px;
  }

  .lightbox-alexander-2 {
    height: auto;
  }

  .expert-description {
    font-size: 16px;
    line-height: 24px;
  }

  .expert-column-2 {
    padding: 40px 0;
  }

  .trainer-name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 24px;
  }

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

  .experts-columns {
    margin-top: 50px;
  }

  .title-center-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 32px;
  }

  .trainer-position {
    font-size: 14px;
    line-height: 18px;
  }

  .keep {
    white-space: normal;
  }
}

#w-node-_63283f65-3202-234e-dfdb-3d147ab8abf2-17e85cb3, #w-node-_63283f65-3202-234e-dfdb-3d147ab8abfa-17e85cb3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_63283f65-3202-234e-dfdb-3d147ab8abfc-17e85cb3, #w-node-_89814971-7cf3-2f7e-893e-d57bdd3559f2-17e85cb3, #w-node-_14336ee1-9781-c386-8458-37da90161b1d-17e85cb3, #w-node-_887cb314-5312-f416-c3c9-060c05620298-17e85cb3, #w-node-_1e6a2db8-558b-4228-7fb2-03d457e7a305-17e85cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_63283f65-3202-234e-dfdb-3d147ab8abf2-17e85cb3, #w-node-_63283f65-3202-234e-dfdb-3d147ab8abfa-17e85cb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


