:root {
  --white: white;
  --russian-violet: #35215c;
  --african-violet: #b58ad0;
  --black: #000;
  --ultra-violet: #624689;
  --lavender: #eae2fa;
  --gradient-1-0: #624689;
  --gradient-1-1: #312345;
  --lavender-2: #d7d0e5;
  --russian-violet-dark: #2d1d45;
  --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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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 {
  color: #000;
  font-family: altivo, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.home-header {
  z-index: 1;
  background-image: linear-gradient(#001a1d, rgba(1, 51, 57, 0) 51%), linear-gradient(to right, #33294d, rgba(93, 69, 108, 0) 68%), url('../images/header-kids.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 500px;
  padding-bottom: 100px;
}

.c-home-header {
  max-width: 600px;
  margin-left: 10%;
}

.hero-text {
  color: var(--white);
  font-size: 48px;
  font-weight: 300;
  line-height: 72px;
}

.text-span {
  font-size: 72px;
  font-weight: 500;
}

.navbar {
  z-index: 10;
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  padding-top: 25px;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.sticky {
  background-color: #fff;
  padding-top: 5px;
  display: block;
  position: fixed;
  top: -95px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.navbar.sticky.normal {
  font-family: altivo, sans-serif;
  top: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.sim-logo-white {
  max-width: 75%;
  margin-top: 5px;
}

.sim-logo-white.dark {
  max-width: 65%;
  margin-top: 20px;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--african-violet);
  transform: translate(0, -5px);
}

.nav-link:active {
  border-bottom: 1px solid var(--african-violet);
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.last {
  padding-right: 0;
}

.nav-link.dark {
  color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link.dark.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
}

.quote {
  background-color: var(--ultra-violet);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 350px;
  font-weight: 300;
  display: flex;
}

.c-quote {
  z-index: 2;
  max-width: 600px;
  margin-left: 10%;
  position: relative;
}

.text-quote {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}

.bold {
  font-weight: 500;
}

.quote-marks {
  opacity: .53;
  mix-blend-mode: overlay;
  width: 128px;
  position: absolute;
  top: -54px;
  left: -59.156px;
}

.image {
  max-width: 1500px;
  margin-left: -82px;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 562px;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.grid-link {
  color: #fff;
  background-image: url('../images/training.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  text-decoration: none;
  transition: all .2s;
  overflow: visible;
}

.grid-link:hover {
  transform: translate(0, -10px);
}

.grid-link.teambuilding {
  background-image: url('../images/teambuilding.jpg');
}

.grid-link.speaking {
  background-image: url('../images/speaking.jpg');
}

.grid-link.coaching {
  background-image: url('../images/coaching.jpg');
}

.grid-link.tabere {
  background-image: url('../images/tabere.jpg');
}

.grid-link.carte {
  background-image: url('../images/carte.jpg');
  background-position: 50% 0;
}

.box-categ {
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  padding: 25px;
  display: flex;
}

.text-box {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
}

.div-detalii-box {
  border: 1px solid rgba(181, 138, 208, .5);
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
}

.text-detalii-box {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
}

.grid-container {
  margin-top: -260px;
  overflow: auto;
}

.simona {
  align-items: flex-end;
  padding-top: 150px;
  display: flex;
  overflow: hidden;
}

.c-simona {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-left: 10%;
  display: flex;
}

.heading-black {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-description {
  color: var(--ultra-violet);
}

.about-simona {
  letter-spacing: -.3px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 300;
}

.citeste-mai-mult {
  background-color: var(--african-violet);
  color: var(--white);
  border-radius: 5px;
  padding: 12px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.citeste-mai-mult:hover {
  transform: translate(0, -5px);
}

.citeste-mai-mult.left {
  align-self: flex-end;
}

.citeste-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 300;
}

.citeste-text.more-space {
  padding-left: 20px;
  padding-right: 20px;
}

.brands {
  background-color: var(--lavender);
  flex-direction: column;
  align-items: center;
  padding: 75px 10% 50px;
  display: flex;
}

.simona-image {
  flex: none;
  justify-content: flex-end;
  margin-right: -60px;
  display: flex;
}

.image-2 {
  max-width: 95%;
}

.simona-ciff-mobile {
  display: none;
}

.brands-title {
  opacity: .75;
  color: var(--ultra-violet);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.brands-mobile {
  display: none;
}

.evenimente-si-media {
  background-image: linear-gradient(121deg, var(--gradient-1-0), var(--gradient-1-1));
  padding-top: 100px;
}

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

.div-media {
  background-color: rgba(45, 29, 69, .5);
}

.c-media {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.heading-white {
  color: var(--white);
  letter-spacing: -1px;
  font-weight: 300;
}

.grid-events {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 50px;
}

.event-container {
  background-color: #2d1d45;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.date-block {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: -80px;
  margin-bottom: 20px;
}

.event-title {
  color: var(--white);
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.location {
  border-top: 1px solid rgba(255, 255, 255, .15);
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.location-place {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.vezi-detalii-button {
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-self: stretch;
  padding: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.vezi-detalii-button:hover {
  background-color: rgba(0, 0, 0, .3);
  transform: translate(0, -5px);
}

.arrow-icon {
  margin-right: 15px;
}

.year-box {
  background-color: var(--lavender-2);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.date {
  text-align: center;
  margin-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
  font-weight: 500;
}

.year {
  color: var(--russian-violet);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
}

.text-block {
  text-align: center;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 300;
}

.grid-media-small {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-bottom: 40px;
}

.youtube {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.vezi-articole-button {
  color: var(--white);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.vezi-articole-button:hover {
  background-color: rgba(0, 0, 0, .3);
  transform: translate(0, -4px);
}

.c-testimoniale {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.box-testimonial {
  background-color: #f5f2fa;
  border: 1px solid rgba(71, 49, 102, .17);
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 18px;
}

.name {
  color: var(--russian-violet);
  font-weight: 500;
}

.data {
  color: var(--ultra-violet);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.testimonial {
  letter-spacing: -.3px;
  border-top: 1px solid rgba(98, 70, 137, .31);
  margin-top: 15px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.quote-container {
  justify-content: flex-end;
  margin-top: -41px;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: #2e1c45;
  padding-top: 75px;
}

.c-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: none;
  margin-bottom: 75px;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.div-copyright {
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
}

.footer-general, .footer-legal {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-social-media {
  flex: 1;
}

.boostetic-link {
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 50px;
}

.footer-title {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
}

.footer-link {
  color: var(--african-violet);
  margin-top: 6px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
}

.sm {
  margin-right: 8px;
}

.training {
  z-index: 11;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(15, 2, 22, .8);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.training.teambuilding, .training.speaking, .training.coaching, .training.tabere {
  display: none;
}

.div-training {
  background-color: #fff;
  border-radius: 15px;
  width: 600px;
  height: 500px;
  margin: auto;
  padding: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-training.teambuilding {
  height: 400px;
  display: block;
}

.div-training.speaking {
  height: 450px;
}

.div-training.tabere {
  height: 500px;
}

.heading-box {
  letter-spacing: -.5px;
  margin-bottom: 30px;
  font-weight: 400;
}

.paragraph-box {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.close {
  cursor: pointer;
  width: 64px;
  padding: 18px 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-tabere {
  color: var(--gradient-1-0);
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
}

.tabere-links {
  flex-direction: column;
  display: flex;
}

.journey {
  background-image: linear-gradient(#e9e1fa, #e9e1fa);
  position: relative;
}

.container-journey {
  z-index: 1;
  max-width: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  position: relative;
}

.milestone {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.year-milestone {
  flex: 0 auto;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, .1);
}

.text-container {
  background-color: var(--white);
  border-radius: 0 10px 10px;
  padding: 20px 40px 40px;
}

.div-year {
  background-color: var(--white);
  border-radius: 5px 5px 0 0;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 26px;
  display: block;
}

.shadow {
  background-color: #d7cfe5;
  border-radius: 0 0 5px 5px;
  height: 22px;
}

.milestone-heading {
  color: var(--russian-violet);
  letter-spacing: -.5px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}

.milestone-paragraph {
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 300;
}

.strip {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--gradient-1-0), var(--gradient-1-1));
  width: 21%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.media {
  padding-top: 200px;
  padding-bottom: 100px;
}

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

.media-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.contact {
  padding-top: 200px;
  padding-bottom: 0;
}

.contact-container {
  z-index: 1;
  flex-direction: row;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.swish-contact {
  z-index: 0;
  max-width: 120%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

.contact-text {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.contact-form {
  background-color: var(--ultra-violet);
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: 10%;
  padding: 35px;
  display: flex;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

.cell {
  background-color: var(--white);
  border-radius: 5px;
  padding: 15px 20px;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .2);
}

.form {
  margin-bottom: 40px;
  padding: 0;
}

.div-block {
  height: 5px;
}

.placeholder {
  opacity: .4;
  color: var(--gradient-1-1);
  letter-spacing: -.3px;
  font-size: 18px;
}

.div-contact-info {
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 0;
}

.contact-info {
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.contact-icon.mail {
  margin-left: -4px;
}

.contact-icon.phone {
  margin-left: -1px;
}

.info {
  color: var(--white);
  letter-spacing: .3px;
  margin-top: 1px;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 400;
}

.link {
  color: var(--african-violet);
}

.e-mail {
  color: var(--african-violet);
  margin-top: 1px;
  margin-left: 15px;
  font-size: 21px;
  text-decoration: underline;
}

.link-white {
  color: var(--white);
  text-decoration: none;
}

.phone-description {
  color: var(--african-violet);
  margin-left: 15px;
  font-size: 16px;
  font-weight: 300;
}

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

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

@media screen and (min-width: 1280px) {
  .nav-link, .nav-link:active {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image {
    max-width: 1700px;
    top: 500px;
  }

  .grid {
    grid-template-rows: auto;
  }

  .box-categ {
    height: 400px;
  }

  .c-simona {
    max-width: 450px;
  }

  .simona-image {
    margin-right: 0;
  }

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

  .c-events, .c-media {
    max-width: none;
  }

  .event-title {
    font-size: 24px;
    line-height: 30px;
  }

  .c-testimoniale {
    max-width: none;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

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

  .year-milestone {
    flex: 0 auto;
  }

  .contact-form {
    flex: 1;
  }
}

@media screen and (min-width: 1440px) {
  .c-home-header {
    margin-left: 10%;
  }

  .quote {
    padding-bottom: 247px;
  }

  .c-quote {
    margin-left: 10%;
  }

  .image {
    max-width: 2100px;
    top: 355px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .box-categ {
    height: 270px;
    padding: 16px;
  }

  .text-box {
    font-size: 18px;
  }

  .div-detalii-box {
    padding: 10px 7px;
  }

  .text-detalii-box {
    font-size: 12px;
  }

  .grid-container {
    margin-top: -150px;
  }

  .c-simona {
    margin-left: 10%;
  }

  .brands {
    padding-left: 15%;
    padding-right: 15%;
  }

  .simona-image {
    margin-right: 10%;
  }

  .c-events, .c-media {
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .grid-events {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .location-place {
    font-size: 18px;
  }

  .div-info-container {
    align-self: stretch;
  }

  .c-testimoniale {
    margin-left: 10%;
    margin-right: 10%;
  }

  .box-testimonial {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

  .c-footer {
    grid-template-columns: .25fr 1fr .5fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .strip {
    width: 19%;
  }

  .contact-form {
    margin-left: 20%;
  }
}

@media screen and (min-width: 1920px) {
  .c-home-header {
    margin-left: 15%;
  }

  .navbar {
    padding-left: 15%;
    padding-right: 15%;
  }

  .c-quote {
    margin-left: 15%;
  }

  .image {
    max-width: 120%;
    top: 315px;
  }

  .grid {
    margin-left: 15%;
    margin-right: 15%;
  }

  .grid-link.carte {
    background-position: 50% 0;
  }

  .box-categ {
    height: 350px;
    padding: 25px;
  }

  .text-box {
    font-size: 21px;
  }

  .text-detalii-box {
    font-size: 14px;
  }

  .c-simona {
    margin-left: 15%;
  }

  .simona-image {
    margin-right: 18%;
  }

  .c-events, .c-media {
    margin-left: 15%;
    margin-right: 15%;
  }

  .grid-events {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .event-container {
    padding: 35px;
  }

  .c-testimoniale {
    margin-left: 15%;
    margin-right: 15%;
  }

  .footer {
    z-index: 1;
    position: relative;
  }

  .c-footer, .media-container, .contact-container {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media screen and (max-width: 991px) {
  .home-header {
    padding-top: 300px;
  }

  .c-home-header {
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .hero-text {
    font-size: 36px;
    line-height: 60px;
  }

  .text-span {
    font-size: 60px;
  }

  .navbar {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-menu {
    background-color: var(--russian-violet);
    opacity: 1;
  }

  .nav-link {
    text-align: center;
    padding: 30px 0;
  }

  .nav-link.last {
    padding-left: 0;
  }

  .nav-link.dark {
    color: var(--white);
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .menu-button.dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .image {
    display: none;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 175%;
    margin-top: 0;
    margin-left: 7%;
    margin-right: 7%;
    overflow: auto;
  }

  .grid-link:hover {
    transform: none;
  }

  .box-categ {
    height: 360px;
    padding: 20px;
  }

  .text-detalii-box {
    font-size: 10px;
  }

  .grid-container {
    z-index: 4;
    margin-top: -260px;
    position: relative;
    overflow: auto;
  }

  .simona {
    flex-direction: column;
    padding-top: 50px;
  }

  .c-simona {
    max-width: none;
    margin-top: -158px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .simona-image {
    display: none;
  }

  .simona-ciff-mobile {
    max-width: 60%;
    display: block;
  }

  .brands-title {
    margin-bottom: 50px;
  }

  .brands-desktop {
    display: none;
  }

  .brands-mobile {
    display: block;
  }

  .c-events, .c-media {
    margin-left: 10%;
    margin-right: 10%;
  }

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

  .event-container {
    padding: 15px;
  }

  .date-block {
    margin-top: -60px;
  }

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

  .location {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .location-place {
    font-size: 14px;
    line-height: 18px;
  }

  .vezi-detalii-button {
    padding: 10px 0;
  }

  .arrow-icon {
    max-width: 5%;
  }

  .date {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
  }

  .year {
    font-size: 12px;
  }

  .text-block {
    margin-top: 3px;
    margin-bottom: 11px;
    font-size: 10px;
    line-height: 10px;
  }

  .grid-media-small {
    grid-template-columns: 1fr;
  }

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

  .c-footer {
    grid-template-columns: 1fr 1fr;
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-training.speaking {
    height: 450px;
  }

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

  .strip {
    width: 17%;
  }

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

  .contact {
    padding-top: 100px;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-text {
    flex-direction: row;
  }

  .contact-form {
    margin-left: 0%;
  }

  .simona-c {
    align-self: flex-end;
    max-width: 60%;
    margin-top: 0;
  }

  .div-contact-heading {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home-header {
    background-image: linear-gradient(#001a1d, rgba(1, 51, 57, 0) 51%), linear-gradient(to right, #33294d 3%, rgba(93, 69, 108, 0)), url('../images/header-kids.jpg');
    background-position: 0 0, 0 0, 75% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 250px;
  }

  .c-home-header {
    margin-left: 7%;
    margin-right: 7%;
  }

  .hero-text {
    font-size: 30px;
    line-height: 48px;
  }

  .text-span {
    font-size: 48px;
  }

  .navbar {
    padding-left: 7%;
    padding-right: 7%;
  }

  .sim-logo-white {
    max-width: 60%;
  }

  .nav-link.dark {
    color: var(--white);
  }

  .brand {
    align-items: flex-end;
    padding-top: 7px;
    padding-bottom: 0;
    display: flex;
  }

  .brand.black.w--current {
    padding-top: 0;
  }

  .quote {
    padding-bottom: 300px;
  }

  .c-quote {
    margin-left: 7%;
    margin-right: 7%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 240%;
    margin-right: 7%;
  }

  .box-categ {
    height: 320px;
    padding: 15px;
  }

  .text-box {
    font-size: 18px;
  }

  .text-detalii-box {
    font-size: 12px;
  }

  .grid-container {
    margin-top: -210px;
  }

  .c-simona {
    margin-top: -100px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .simona-ciff-mobile {
    max-width: 100%;
  }

  .c-events, .c-media {
    margin-left: 7%;
    margin-right: 7%;
  }

  .grid-events {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .event-container {
    padding: 25px;
  }

  .event-title {
    font-size: 21px;
    line-height: 28px;
  }

  .location-place {
    font-size: 16px;
  }

  .vezi-detalii-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .date {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-info-container {
    align-self: stretch;
  }

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

  .c-footer {
    grid-template-columns: 1fr;
    margin-left: 7%;
    margin-right: 7%;
  }

  .training.teambuilding, .training.speaking {
    display: none;
  }

  .div-training {
    width: 66%;
    height: 600px;
    padding: 30px;
  }

  .div-training.teambuilding {
    height: 550px;
  }

  .div-training.speaking {
    height: 600px;
  }

  .div-training.tabere {
    height: 550px;
  }

  .close {
    width: 60px;
  }

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

  .text-container {
    padding: 10px 30px 30px;
  }

  .warrow {
    max-width: 8%;
  }

  .div-year {
    padding-top: 9px;
    padding-bottom: 15px;
  }

  .milestone-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .milestone-paragraph {
    line-height: 25px;
  }

  .strip {
    width: 16%;
  }

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

@media screen and (max-width: 479px) {
  .home-header {
    padding-bottom: 50px;
  }

  .hero-text {
    font-size: 24px;
    line-height: 36px;
  }

  .text-span {
    font-size: 36px;
  }

  .nav-menu {
    opacity: 1;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
  }

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

  .text-quote {
    font-size: 24px;
    line-height: 30px;
  }

  .grid {
    width: 340%;
    margin-right: 7%;
  }

  .grid-container {
    margin-top: -180px;
  }

  .c-simona {
    margin-top: -60px;
    margin-bottom: 50px;
  }

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

  .heading-description {
    letter-spacing: -.3px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-simona {
    letter-spacing: -.3px;
    font-size: 16px;
    line-height: 24px;
  }

  .citeste-mai-mult {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .arrow {
    max-width: 4%;
  }

  .citeste-text {
    font-size: 12px;
  }

  .brands {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .brands-title {
    font-size: 14px;
    line-height: 21px;
  }

  .evenimente-si-media {
    padding-top: 75px;
  }

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

  .date.mobile-small {
    margin-top: 0;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 21px;
  }

  .c-testimoniale {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .column, .column-2, .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .training.speaking, .training.coaching {
    display: none;
  }

  .div-training {
    width: 90%;
    height: 650px;
  }

  .div-training.teambuilding {
    height: 550px;
  }

  .div-training.tabere {
    height: 600px;
  }

  .heading-box {
    font-size: 30px;
  }

  .paragraph-box {
    line-height: 24px;
  }

  .container-journey {
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-container {
    padding: 0 23px 20px;
  }

  .warrow {
    max-width: 7%;
  }

  .div-year {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .shadow {
    height: 15px;
  }

  .milestone-heading {
    margin-top: 35px;
    font-size: 24px;
    line-height: 30px;
  }

  .strip {
    width: 15%;
  }

  .media {
    padding-top: 150px;
    padding-bottom: 75px;
  }

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

  .contact {
    overflow: hidden;
  }

  .contact-form {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: -9%;
    margin-right: -9%;
    padding: 25px 8%;
  }

  .cell {
    padding: 13px 16px;
  }

  .form {
    grid-column-gap: 20px;
  }

  .placeholder {
    font-size: 16px;
  }

  .contact-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info, .e-mail {
    font-size: 16px;
  }

  .phone-description {
    font-size: 12px;
    line-height: 18px;
  }

  .simona-c {
    margin-right: 0;
  }

  .div-contact-heading {
    margin-top: 0;
  }
}

#w-node-_0e41db5b-9402-a62d-dacc-05634b0265ec-dc20303c, #w-node-a4161c28-7822-0ce3-01ac-6594c78e3761-dc20303c, #w-node-c1f21169-b458-446b-ee5b-e0a7ce645e80-dc20303c, #w-node-e5bd2351-cca9-6e8d-9c9b-51800465cdc1-dc20303c, #w-node-fd810c65-3717-6f43-cd9f-46dfdbc4303d-dc20303c, #w-node-a7a078ba-3ff0-253c-f89e-91d4e84ae7d0-dc20303c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eac0e96-d4e6-87e9-6d42-01194eb4ebed-dc20303c, #w-node-_8eb14ce9-9708-4908-dee2-0b4b60fd2543-dc20303c, #w-node-f3cd9411-0d76-6c7d-f0f6-e7230a9ec565-dc20303c, #w-node-_2cdfc725-5c4d-8372-b06f-a103ce1f1ff3-dc20303c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_8e377f80-4f69-4377-6b3f-d488481e9550-dc20303c, #w-node-_2c8c47d6-3e84-301d-d2d3-4ce45c4f64ec-dc20303c, #w-node-f9a3d30f-857b-b429-473e-667fc3b23517-dc20303c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_302b6cdd-fe77-2e8d-c91a-e0015667c681-dc20303c, #w-node-d96fe3c8-2e1e-bbb5-36d6-ac2e14773bbe-95b62217 {
  justify-self: start;
}

#w-node-_9b20198c-c50c-753c-f797-04ffa1607f8b-07ceb1cd, #w-node-a987cbc6-40b0-f1c9-789b-a4f454505d01-07ceb1cd, #w-node-_1ee771ec-bef1-b1f3-1fd7-d4e18fdbf6bd-07ceb1cd, #w-node-_2097765e-bd14-7576-1b40-9f737556409f-07ceb1cd, #w-node-_8a8d3e82-9526-fcda-c108-eb51c8067a82-07ceb1cd, #w-node-_7fe7bc99-1d5e-422f-62c0-e31d535a9c09-07ceb1cd, #w-node-_3c4f2515-3149-35e3-14f1-5cf200c62d4d-07ceb1cd, #w-node-_576a1013-8eca-502f-b4d5-c69e1d1d5485-07ceb1cd, #w-node-_914ca76f-8498-8bca-4747-9901239a0d6d-07ceb1cd, #w-node-_9d22cc96-0296-1514-14b8-e2f27280eda2-07ceb1cd, #w-node-af3e0e82-a95e-2658-527a-2726ffef5e7f-07ceb1cd, #w-node-db7840e5-5438-1b9d-b66e-79c0e7b85cd1-07ceb1cd, #w-node-_75a8adb1-7e3b-cadb-23a9-030ec8976a46-07ceb1cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baecc0d4-0d3b-ab03-0f20-488e0beead6d-07ceb1cd {
  justify-self: start;
}

#w-node-_3663486f-8081-9ac3-7d29-c873dcba9fea-3d24a659 {
  grid-template-rows: auto auto auto minmax(75px, 150px);
  grid-template-columns: 1fr 1fr;
}

#w-node-b38efa53-ec00-e0d1-67ff-43e0bc0706bc-3d24a659 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cb5bf79-19bd-ef34-f5b7-73b911978ff1-3d24a659 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_3663486f-8081-9ac3-7d29-c873dcba9fea-3d24a659 {
    grid-template-rows: auto auto auto minmax(75px, 150px);
    grid-template-columns: 1fr;
  }

  #w-node-b38efa53-ec00-e0d1-67ff-43e0bc0706bc-3d24a659 {
    grid-row: span 2 / span 2;
  }
}


