:root {
  --black: #000;
  --white: white;
  --accent: #3d85f8;
  --soft-accent: #f0f3ff;
  --dominant: #ed2124;
  --constiincios: #61bc47;
  --stabil: #3d6ab3;
  --influent: #fcd507;
  --white-2: white;
  --black-2: black;
}

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

body {
  color: var(--black);
  font-family: Dmsans, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

._1_header {
  background-image: url('../images/DISC-Header_1.webp');
  background-position: 75% 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 5rem; */
}

.container {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.container.eliade {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.container.eliade.more-space {
  padding-top: 5rem;
}

.container.eclar {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

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

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

.container.brands, .container.story {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container.header {
  padding-bottom: 40rem;
  position: relative;
}

.logo {
  margin-bottom: 3rem;
}

.hero-heading {
  color: var(--white);
  font-variation-settings: "opsz"30;
  flex: 1;
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-family: Dmsans, sans-serif;
  font-size: 3.5rem;
  line-height: 3.75rem;
}

.hero-description {
  color: var(--white);
  font-variation-settings: "opsz"9;
  margin-top: 2rem;
  margin-right: 30%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.highlight {
  color: var(--accent);
}

.cta-button {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}

.cta-button.package {
  margin-top: 2rem;
}

.cta-button.yellow {
  color: var(--black);
}

._2_clienti {
  background-color: var(--soft-accent);
}

.heading-2---black {
  text-align: center;
  font-size: 1.5rem;
}

.logos-desktop {
  margin-bottom: 3rem;
}

.underline {
  text-decoration: underline;
}

.logos-mobile {
  display: none;
}

.mainheading {
  margin-bottom: 2rem;
}

.mainheading.white {
  color: var(--white);
  font-variation-settings: "opsz"30;
}

.mainheading.white.more-space {
  margin-bottom: 4rem;
}

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

.mainheading.price {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 500;
}

.story-section {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.story-section.reversed {
  flex-flow: row-reverse;
}

.main-paragraph.white {
  color: var(--white);
}

.story-image {
  border-radius: 10px;
  width: 40%;
  margin-top: 3rem;
  margin-left: 5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.story-image.reversed {
  margin-left: 0;
  margin-right: 5rem;
}

.subheading {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.subheading.top {
  color: #000;
}

.subheading.no-margin-top {
  margin-top: 1rem;
}

.subheading.white {
  color: var(--white);
  flex: 1;
  margin-right: 5rem;
}

.subheading.white.less-margin {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.subheading.white.footer {
  margin-top: 2rem;
  margin-bottom: .5rem;
}

.subheading.white.disc {
  flex: 0 auto;
}

.arrow-icon {
  margin-top: 2px;
  margin-right: 1rem;
}

.arrow-icon.circle {
  margin-top: -3px;
}

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

.italic-grey {
  color: #9c9c9c;
}

._4_hero-image {
  background-color: var(--black);
}

.heading-hero-white {
  color: var(--white);
  font-variation-settings: "opsz"30;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-hero-white.more-space {
  margin-bottom: 2rem;
}

.instrumente-images {
  flex: none;
  width: 50%;
  margin-top: -7rem;
  margin-left: 4rem;
  margin-right: -3rem;
}

.keep {
  white-space: nowrap;
}

._5_eliade {
  background-color: var(--soft-accent);
}

.text-container-eliade {
  margin-bottom: 5rem;
}

.eliade-image {
  max-width: 50%;
  margin-left: 3rem;
  margin-right: -5rem;
}

.eliade-signature {
  margin-top: 2rem;
}

.eclar-wheel {
  width: 40%;
  margin-left: 5rem;
}

._7_benefits {
  background-image: linear-gradient(140deg, var(--accent), #101152);
  color: #000;
}

.grid-benefits {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.bonus-block {
  border: 1px solid var(--accent);
  color: var(--white);
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex;
  position: relative;
}

.benefit-icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.benefit-title {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: -.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

.benefit-decription.italic {
  opacity: .75;
  margin-top: 2rem;
  font-style: italic;
}

.header-alignment-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10%;
  display: flex;
  position: absolute;
}

._8_structura {
  background-color: var(--black);
}

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

.modul {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.module-name {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.module-header {
  margin: 2rem;
}

._9_first-cta {
  background-color: var(--soft-accent);
}

._9_first-cta#SignUp {
  background-color: #f8effa;
}

.cta_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  /* margin-bottom: -20rem; */
  display: flex;
}

.cta_box {
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.cta_header {
  background-color: #817f75;
  background-image: linear-gradient(rgba(22, 18, 49, .37), rgba(22, 18, 49, .37));
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6rem 2rem 2rem;
  display: flex;
}

.cta_header.essential {
  background-color: var(--dominant);
  background-image: none;
}

.cta_header.smart {
  background-color: var(--constiincios);
  background-image: none;
  background-color: var(--stabil);
  background-image: none;
  height: 12rem;
}

.cta_header.essential {
  background-color: var(--constiincios);
  background-image: none;
  height: 12rem;
}

.cta_header.plus {
  background-color: var(--dominant);
  background-image: none;
  height: 12rem;
}

.cta_body {
  background-color: var(--white);
  border-bottom-left-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.cta_footer {
  background-color: var(--soft-accent);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  padding: 1rem 2rem;
}

.package-name {
  color: var(--white);
  font-variation-settings: "opsz"35;
  font-size: 3rem;
}

._10_bonusuri {
  background-color: #3d85f8;
  background-image: linear-gradient(106deg, var(--accent), #101152);
  color: var(--white);
  padding-top: 18rem;
}

.left-div {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.grid-bonusuri {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.big-number {
  font-size: 6rem;
  font-weight: 600;
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: -1rem;
  right: auto;
  color: #fff;
}

.big-number._3 {
  left: -1.75rem;
}

.big-number._4 {
  left: -2rem;
}

.benefit-block {
  background-color: rgba(255, 255, 255, .5);
  border: 1px #000;
  border-radius: 10px;
  padding: 1.75rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.benefit-block.ce-primesti {
  border-style: solid;
  border-color: var(--accent);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  padding-top: 7rem;
}

.benefit-block.dominant {
  background-color: var(--dominant);
  color: var(--white);
  padding: 1.75rem;
}

.benefit-block.influent {
  background-color: var(--influent);
}

.benefit-block.stabil {
  background-color: var(--stabil);
  color: var(--white);
}

.benefit-block.constiincios {
  background-color: var(--constiincios);
  color: var(--white);
}

.bonus-text {
  max-width: max-content;
}

._11_testimoniale {
  margin-bottom: 0;
  padding-top: 0;
}

.accordion-item---brix.tabs-accordion---brix.open .accordion-item-title---brix {
  color: rgb(61, 133, 248) !important;
}

.garantie_container {
  border-top: 1px solid rgba(0, 0, 0, .25);
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  padding-top: 3rem;
  display: flex;
}

.garantie-image {
  margin-left: 5rem;
}

.long-arrow {
  margin-top: 4.8rem;
}

.circle-number {
  margin-bottom: 1rem;
}

.grid-testimoniale {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}

.testimonial_block {
  border: 1px solid var(--accent);
  background-color: var(--soft-accent);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.quote-circle {
  margin-top: -5.7rem;
}

.testim_person {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.testim_person_details {
  margin: 1rem;
}

.testim_name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.testim_position {
  color: #757575;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2rem;
}

._14_faq {
  padding-top: 18rem;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  margin-left: 2rem;
  display: flex;
  position: relative;
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--black);
}

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

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

.div-footer.sal-sol {
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-link {
  color: rgba(255, 255, 255, .5);
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.footer-social {
  margin-top: 1rem;
  display: flex;
}

.footer-linkblock {
  margin: .5rem;
}

.link-sal-sol {
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.sal-sol-img {
  opacity: .5;
}

.boostetic {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.copyright {
  color: var(--white);
  text-align: right;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.long-arrow-down {
  display: none;
}

.color-bar {
  justify-content: center;
  align-items: flex-start;
  height: 2rem;
  display: flex;
}

.red {
  z-index: 3;
  background-color: #ed2024;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex: 1;
  height: 2rem;
  position: relative;
}

.yellow {
  z-index: 2;
  background-color: #fcd404;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex: 1;
  height: 2rem;
  margin-left: -1rem;
  position: relative;
}

.green {
  z-index: 1;
  background-color: #61bc47;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex: 1;
  height: 2rem;
  margin-left: -1rem;
  position: relative;
}

.blue {
  background-color: #3d6ab3;
  flex: 1;
  height: 2rem;
  margin-left: -1rem;
  position: relative;
}

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

.blue2 {
  color: var(--accent);
}

.yellow2 {
  color: var(--influent);
}

.red2 {
  color: var(--dominant);
}

.green2 {
  color: var(--constiincios);
}

.sursa {
  opacity: .5;
  color: var(--white);
}

.grid-checkmarks {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 3rem 0 1rem;
}

.grid-checkmarks._2-columns {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.small-subheading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.multi-pack {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ron {
  opacity: .5;
  font-size: 2rem;
}

.small-caps {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}

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

.typer {
  color: var(--white) !important;
  text-transform: uppercase;
}

.vezi-detalii-brands {
  opacity: .3;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vezi-detalii {
  font-variation-settings: "opsz"9;
  letter-spacing: 3px;
  margin-top: 0;
  margin-right: 1rem;
  line-height: 1rem;
}

.arrow {
  width: 2rem;
}

.multi-pack-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.package-name-2 {
  color: #fff;
  font-variation-settings: "opsz"35;
  font-size: 3rem;
  line-height: 3rem;
}

.cta_box-2 {
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.indisponibil-text {
  color: #000;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2rem;
}

.small-text {
  margin-top: 2rem;
}

.cta_footer-2 {
  background-color: #faf8ef;
  background-color: #f8effa;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  padding: 1rem 2rem;
}

.cta_container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: -20rem;
  display: flex;
}

.cta_body-2 {
  background-color: #fff;
  border-bottom-left-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.indisponibil {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(234, 236, 255, .85);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-button-2 {
  color: #000;
  background-color: #f7d208;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}

.cta-button-2.package {
  margin-top: 2rem;
  background-color: #d33290;
  color: #fff;
}

.cta-button-2.course {
  background-color: #d33290;
  color: #fff;
}

.unavailable {
  width: 5rem;
  margin-bottom: 2rem;
}

.menu-container {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.login-button {
  color: #9b0c60;
  background-color: #f8effa;
  border: 1px solid rgba(155, 12, 96, .3);
  border-radius: 5px;
  margin-left: 1rem;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.login-button:hover {
  background-color: #fae2ff;
}

.login-icon {
  margin-right: 1rem;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: 14rem;
  display: flex;
}

.cta-menu {
  color: #fff;
  background-color: #9b0c60;
  border-radius: 5px;
  margin-left: 1rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.cta-menu:hover {
  background-color: #d33290;
}

.nav-link {
  transition: all .2s;
}

.nav-link:hover {
  color: #d33290;
  font-weight: 700;
  transform: translate(0, -5px);
}

.navbar {
  background-color: #fff;
  align-items: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 20px rgba(73, 1, 73, .1);
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.highlight-2 {
  color: #d33290;
}

.cta_header-2 {
  background-color: #9b0c60;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6rem 2rem 2rem;
  display: flex;
}

.cta_header-2.corporate {
  background-color: #250036;
}

.cta_header-2.executive {
  background-color: #4c046c;
}

.cta-button-3 {
  color: #fff;
  background-color: #3d85f8;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}

.cta-button-3.package {
  background-color: #d33290;
  margin-top: 2rem;
}

.package-name-3 {
  color: #fff;
  font-variation-settings: "opsz"35;
  font-size: 3rem;
  line-height: 3rem;
}

.main-paragraph-2 {
  text-align: left;
}

.main-paragraph-2.center {
  text-align: center;
}

.cta_container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: -27rem;
  display: flex;
}

.package-description {
  border-bottom: 1px solid rgba(139, 0, 81, .3);
  padding-bottom: 1.5rem;
}

.arrow-icon-2 {
  margin-top: 3px;
  margin-right: 1rem;
}

.arrow-icon-2.circle {
  margin-top: -3px;
}

.cta_footer-3 {
  background-color: #f8effa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 0 auto;
  padding: 1rem 2rem;
}

.container-2 {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.multi-pack-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta_box-3 {
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

._9_first-cta-2 {
  background-color: #f8effa;
}

.cta-button-4 {
  color: #fff;
  background-color: #3d85f8;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
}

.cta-button-4.course {
  background-color: #d33290;
  margin-top: 2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.categ-active {
  background-color: #d33290;
  border-radius: 5px;
  padding: .5rem .25rem;
}

.category-selector {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.main-paragraph-3 {
  text-align: left;
}

.main-paragraph-3.center {
  text-align: center;
}

.sub-heading-small {
  color: #9b0c60;
  font-size: 1.25rem;
  font-weight: 600;
}

.txt-categ-active {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.curs-content {
  background-color: #f8effa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.txt-categ-inactive {
  color: #d33290;
  text-align: center;
  font-weight: 600;
}

.categ-inactive {
  border: 1px solid #d33290;
  border-radius: 5px;
  padding: .5rem .25rem;
}

.container-3 {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.grid-cursuri {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.curs-cover {
  background-image: url('../images/AdobeStock_617293184.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 150px;
}

.curs-cover.managementul-resurselor {
  background-image: url('../images/networking-concept-still-life-composition_res.jpg');
}

.curs-cover.vanzari {
  background-image: url('../images/businessman-talking-his-colleague-while-presenting-new-business-strategy-whiteboard_res.jpg');
}

.curs-cover.managementul-firmei {
  background-image: url('../images/group-multiethnic-business-people-working-together-office_res.jpg');
}

.curs-cover.sales-mastery {
  background-image: url('../images/man-with-sales-woman-car-showroom_res.jpg');
}

.curs-cover.coaching {
  background-image: url('../images/explaining-project-points_res.jpg');
}

.curs-cover.disc {
  background-image: url('../images/AdobeStock_464315363_res.jpg');
}

.curs-cover.managementul-marketingului {
  background-image: url('../images/high-angle-people-working-with-laptop_res.jpg');
}

.curs-cover.management-financiar {
  background-image: url('../images/stacks-coins-arranged-bar-graph_res.jpg');
}

.curs-cover.boss {
  background-image: url('../images/AdobeStock_702548110_res.jpg');
}

.curs-cover.managementul-echipelor {
  background-image: url('../images/two-people-working-warehouse_res.jpg');
}

.curs-cover.management-personal {
  background-image: url('../images/business-people-are-brainstorming_res.jpg');
}

.trainer {
  margin-top: 1rem;
}

.curs-box {
  border: 1px solid rgba(211, 50, 144, .3);
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container.eliade.more-space {
    padding-top: 5rem;
  }

  .instrumente-images {
    margin-top: 0;
  }

  .eliade-image {
    margin-left: 10rem;
    margin-right: 0;
  }

  .eliade-image.top {
    margin-left: 5rem;
  }

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

  .brand {
    max-width: none;
  }

  .category-selector {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .eliade-image {
    margin-left: 5rem;
  }

  .grid-benefits {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 0 auto;
  }

  .benefit-decription.italic {
    opacity: .6;
    margin-top: 1rem;
    font-family: Exo, sans-serif;
    font-style: italic;
  }

  .benefit-block {
    color: var(--white);
    background-color: rgba(42, 38, 15, .5);
    border-style: none;
    width: 220px;
    padding: 1.75rem;
  }

  .benefit-block.ce-primesti {
    width: auto;
  }

  .benefit-block.dominant {
    background-color: var(--dominant);
    border-style: none;
  }

  .benefit-block.influent {
    background-color: var(--influent);
    color: var(--black);
    border-style: none;
  }

  .benefit-block.stabil {
    background-color: var(--stabil);
    border-style: none;
  }

  .benefit-block.constiincios {
    background-color: var(--constiincios);
    border-style: none;
  }

  .benefits_group {
    display: flex;
  }

  .menu-container, .container-2, .container-3 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }

  .container {
    max-width: 1280px;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .hero-heading {
    flex: 1;
  }

  .hero-description {
    margin-right: 45%;
  }

  .mainheading.center {
    max-width: none;
  }

  .subheading {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .grid-benefits {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .header-alignment-div {
    align-items: flex-start;
  }

  .benefit-block {
    width: 340px;
  }

  .menu-container {
    max-width: 1280px;
  }

  .login-button {
    margin-left: 2rem;
  }

  .nav-link {
    color: #000;
  }

  .nav-link:active {
    color: #d33290;
  }

  .nav-link:focus {
    color: #000;
  }

  .nav-link:focus-visible {
    color: #000;
  }

  .nav-link[data-wf-focus-visible], .nav-link:visited, .nav-link.w--current {
    color: #000;
  }

  .container-2, .container-3 {
    max-width: 1280px;
  }
}

@media screen and (max-width: 991px) {
  ._1_header {
    background-color: var(--black);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, var(--black) 50%), url('../images/DISC-Header_1.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1300px;
  }

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

  .container.hero-image {
    flex-flow: column-reverse;
  }

  .container.eliade, .container.eclar {
    flex-flow: column;
  }

  .container.brands {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-bottom: 7rem;
    display: flex;
  }

  .container.story {
    padding-bottom: 7rem;
  }

  .container.header {
    padding-bottom: 45rem;
  }

  .hero-description {
    margin-right: 0%;
  }

  .logos-desktop {
    display: none;
  }

  .logos-mobile {
    display: block;
  }

  .mainheading.price {
    font-size: 3rem;
  }

  .story-section, .story-section.reversed {
    flex-flow: column-reverse;
  }

  .story-image {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
  }

  .instrumente-images {
    width: 100%;
    margin: -10rem 0 3rem;
  }

  .text-container-eliade {
    margin-bottom: -3rem;
  }

  .eliade-image {
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .eclar-wheel {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }

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

  .benefit-title {
    line-height: 2rem;
  }

  .header-alignment-div {
    margin-right: 7%;
  }

  .cta_box {
    flex-flow: column;
  }

  .cta_header {
    border-top-right-radius: 10px;
    padding-top: 8rem;
  }

  .cta_header.essential, .cta_header.smart, .cta_header.smart, .cta_header.essential {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_body {
    border-bottom-left-radius: 0;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_footer {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .package-name {
    font-size: 2.25rem;
  }

  .left-div {
    width: auto;
  }

  .garantie_container {
    flex-flow: column;
  }

  .garantie-image {
    margin-left: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .multi-pack-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .package-name-2 {
    font-size: 2.25rem;
  }

  .cta_box-2 {
    flex-flow: column;
    margin: 1rem 0;
  }

  .cta_footer-2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .cta_body-2 {
    border-bottom-left-radius: 0;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-container {
    margin-right: 5%;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #d33290;
  }

  .login-button {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 7%;
    margin-right: 7%;
  }

  .cta-menu {
    flex: 1;
    align-self: stretch;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }

  .nav-link {
    text-align: center;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: #f8effa;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-bottom: 2rem;
  }

  .cta_header-2 {
    border-top-right-radius: 10px;
    padding-top: 8rem;
  }

  .package-name-3 {
    font-size: 2.25rem;
  }

  .cta_footer-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .multi-pack-3 {
    flex-flow: column;
    align-self: stretch;
  }

  .cta_box-3 {
    flex-flow: column;
    align-self: stretch;
    margin: 1rem 0;
  }

  .category-selector {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  ._1_header {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, var(--black) 38%), url('../images/DISC-Header_1.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
  }

  .container.brands {
    padding-bottom: 5rem;
  }

  .container.header {
    padding-bottom: 50rem;
  }

  .hero-heading {
    margin-top: 3rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .subheading.white.disc {
    margin-top: 0;
  }

  .grid-benefits {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .benefit-decription {
    text-align: left;
  }

  .header-alignment-div {
    margin-top: 7rem;
    margin-right: 0%;
  }

  .module-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta_box {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin: 1rem 0;
  }

  .cta_header {
    border-top-right-radius: 10px;
  }

  .cta_body {
    border-radius: 0;
  }

  .cta_footer {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .left-div {
    width: auto;
  }

  .grid-bonusuri {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .garantie-image {
    max-width: 50%;
    margin-bottom: 2rem;
    margin-left: 0;
  }

  .long-arrow {
    margin-top: 0;
    display: none;
    transform: rotate(90deg);
  }

  .circle-number {
    margin-bottom: 0;
    margin-right: 1rem;
  }

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

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

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

  .div-footer.sal-sol {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .boostetic {
    margin-top: 1rem;
  }

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

  .copyright {
    margin-top: 2rem;
  }

  .long-arrow-down {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 6rem;
    margin-left: 80px;
    display: block;
  }

  .grid-checkmarks, .grid-checkmarks._2-columns {
    grid-template-columns: 1fr;
  }

  .multi-pack, .multi-pack-2 {
    flex-flow: column;
  }

  .cta_box-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin: 1rem 0;
  }

  .cta_footer-2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .cta_body-2 {
    border-radius: 0;
  }

  .menu-container {
    margin-left: 4%;
    margin-right: 0%;
  }

  .cta_header-2 {
    border-top-right-radius: 10px;
  }

  .cta_footer-3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .multi-pack-3 {
    flex-flow: column;
  }

  .cta_box-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin: 1rem 0;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  ._1_header {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 13%, #000 31%), url('../images/DISC-Header_1.webp'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: auto, 700px, auto;
  }

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

  .container.eliade {
    padding-top: 3rem;
  }

  .container.brands {
    padding-bottom: 3rem;
  }

  .logo {
    max-width: 60%;
    margin-bottom: 1rem;
  }

  .hero-heading {
    line-height: 2.75rem;
  }

  .hero-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .heading-2---black {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }

  .mainheading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .mainheading.center {
    text-align: left;
  }

  .story-section.top {
    margin-top: 0;
  }

  .story-image {
    width: 100%;
  }

  .subheading {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .subheading.top {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .subheading.white, .subheading.white.disc {
    margin-right: 0;
  }

  .heading-hero-white {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .text-container-eliade {
    margin-bottom: 2rem;
  }

  .eliade-image {
    max-width: 100%;
  }

  .bonus-block {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  }

  .benefit-icon {
    max-width: 100px;
    top: 1.5rem;
    left: 1.5rem;
  }

  .benefit-title {
    font-size: 1.25rem;
  }

  .header-alignment-div {
    margin-top: 7rem;
  }

  .module-name {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .module-header {
    margin: 1.5rem;
  }

  .cta_container {
    margin-top: 2rem;
  }

  .cta_header {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta_body {
    padding: 1.5rem;
  }

  .cta_footer {
    padding: .5rem 1.5rem;
  }

  .package-name {
    font-size: 2rem;
    line-height: 2rem;
  }

  ._10_bonusuri {
    padding-top: 18rem;
  }

  .benefit-block {
    padding: 1.5rem;
  }

  .long-arrow {
    width: 40%;
  }

  .circle-number {
    max-width: 40%;
  }

  ._14_faq {
    padding-top: 18rem;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .copyright {
    text-align: left;
  }

  .long-arrow-down {
    margin-left: 16%;
  }

  .package-name-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cta_footer-2 {
    padding: .5rem 1.5rem;
  }

  .cta_body-2 {
    padding: 1.5rem;
  }

  .cta_header-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .package-name-3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .cta_footer-3 {
    padding: .5rem 1.5rem;
  }

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

  .category-selector {
    grid-template-columns: 1fr 1fr;
  }

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

#w-node-ff322b87-a1ae-602c-1798-1c2afb37283c-7932d364 {
  align-self: center;
  justify-self: center;
}

#w-node-_254f4d72-bc38-f222-9bce-5aeff6091ae1-7932d364, #w-node-e09632cc-d214-22af-bfe1-a8e65317494e-7932d364, #w-node-bfb2a05d-fa11-1cb7-b01d-544e150eb5cd-7932d364, #w-node-_9bac9cf5-e638-bda6-b60f-8f0291cf1575-7932d364, #w-node-e790c5c4-ae4b-69f8-f381-abf907006832-7932d364, #w-node-c26c157c-1766-4a9d-01dd-432269e9d92c-7932d364, #w-node-afdd2174-09db-edb7-e0c2-7f116b75966f-7932d364, #w-node-f39c32fa-d0c4-3512-14d6-ba32fff04127-7932d364, #w-node-ba7a055a-bb76-e43e-4ca0-57fa6b946404-7932d364, #w-node-_579d0065-249f-4bd5-a50f-cefce72fb7bd-7932d364, #w-node-_51c24c20-face-3795-ef4b-32a69f1ff8ba-7932d364, #w-node-_69858069-e454-3d1a-c07e-47c234612083-7932d364, #w-node-_89e4b44a-8f44-e8ea-c941-f26606fee808-7932d364, #w-node-_27c5121a-acc8-7bbd-42cb-f3ba5a904fe0-7932d364, #w-node-aae642da-a998-0a7e-d5c9-ddecf6723489-7932d364, #w-node-_390a6ac9-7e56-ab49-53d7-66e3c48f8eb3-7932d364, #w-node-_481ab5b4-169e-ee88-08f6-46296e6c8337-7932d364, #w-node-f234193a-f200-7c65-2e36-af895358babe-7932d364, #w-node-_87f404d3-9e2e-633d-af98-71910a3f3653-7932d364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_87f404d3-9e2e-633d-af98-71910a3f3653-7932d364 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans.ttf') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}