.section-one .campanii-finalizate {
  color: #000;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section-one .campanii-finalizate {
    margin-top: 10px;
  }
}
.section-one .container-campanii {
  width: 356.558px;
  height: 373px;
  flex-shrink: 0;
  filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.08));
  border: none;
}
.section-one .container-campanii img.imagine-campanii {
  width: 100%;
  height: 220.248px;
  border-radius: 6px 6px 0 0;
  object-fit: contain;
  display: block;
}
.section-one .container-campanii .text-landing-pages {
  color: var(--Text, #212529);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-one .container-campanii .see-details-landing-pages {
  color: var(--Red-Medatlas, #D52652);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

/* BRANDMATIC LP */
div.site-brandmatic div.page-header {
  position: relative;
  padding-top: 100px;
}
div.site-brandmatic div.page-header div.background {
  height: 100%;
  width: 100%;
  background: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
div.site-brandmatic div.page-header div.content h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
div.site-brandmatic div.page-header div.content span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}
div.site-brandmatic div.page-header div.content p {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}
div.site-brandmatic div.page-header div.content button {
  font-weight: bold;
  width: 100%;
  max-width: 192px;
  font-size: 20px;
  margin-top: 25px;
}
div.site-brandmatic div.course-modules {
  padding-top: 100px;
}
div.site-brandmatic div.course-modules h2 {
  text-align: center;
  color: var(--blue);
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 50px;
}
div.site-brandmatic div.course-modules div.card {
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 1px 17px -1px rgba(0, 0, 0, 0.25);
  height: 100%;
}
div.site-brandmatic div.course-modules div.card div.card-body {
  padding: 40px;
}
div.site-brandmatic div.course-modules div.card div.card-body div.header {
  padding-bottom: 50px;
}
div.site-brandmatic div.course-modules div.card div.card-body div.header h3 {
  color: var(--blue);
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}
div.site-brandmatic div.course-modules div.card div.card-body div.header span {
  color: var(--red);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
}
div.site-brandmatic div.course-modules div.card div.card-body div.content ul {
  margin: 0;
  padding: 0;
  display: block;
}
div.site-brandmatic div.course-modules div.card div.card-body div.content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}
div.site-brandmatic div.course-modules div.card div.card-body div.content ul li i {
  color: var(--red);
  font-size: 20px;
  margin-right: 15px;
}
div.site-brandmatic div.event-details {
  padding-top: 100px;
  padding-bottom: 100px;
}
div.site-brandmatic div.event-details div.details h3 {
  color: var(--blue);
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 25px;
}
div.site-brandmatic div.event-details div.details p {
  font-size: 17px;
  font-weight: 500;
}
div.site-brandmatic div.event-details div.details ul {
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 25px;
}
div.site-brandmatic div.event-details div.details ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
}
div.site-brandmatic div.event-details div.details ul li img {
  width: 100%;
  max-width: 34px;
  margin-right: 10px;
}
div.site-brandmatic div.event-details div.details ul li span {
  color: var(--blue);
  margin-left: 7px;
}
div.site-brandmatic div.event-details div.details span {
  color: var(--red);
}
div.site-brandmatic div.event-details div.awards h3 {
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}
div.site-brandmatic div.event-details div.awards ul {
  margin: 0;
  padding: 0;
  display: block;
}
div.site-brandmatic div.event-details div.awards ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
div.site-brandmatic div.event-details div.awards ul li img {
  width: 100%;
  max-width: 48px;
  margin-right: 25px;
}
div.site-brandmatic div.event-details div.btn-wrapper {
  padding-top: 100px;
  text-align: center;
}
div.site-brandmatic div.event-details div.btn-wrapper button {
  width: 100%;
  max-width: 192px;
  font-size: 24px;
  font-weight: 700;
}
div.site-brandmatic div.bootcamp-marketing {
  padding-bottom: 100px;
}
div.site-brandmatic div.bootcamp-marketing img {
  width: 100%;
}

@media (max-width: 1024px) {
  div.site-brandmatic div.page-header div.content h1 {
    font-size: 23px;
  }
  div.site-brandmatic div.page-header div.content span {
    font-size: 11px;
  }
  div.site-brandmatic div.page-header div.content p {
    font-size: 16px;
  }
  div.site-brandmatic div.event-details div.btn-wrapper {
    padding-top: 60px;
  }
  div.site-brandmatic div.event-details {
    padding-bottom: 60px;
  }
}
@media (max-width: 900px) {
  div.site-brandmatic div.page-header div.background {
    height: 110%;
  }
}
@media (max-width: 767px) {
  .site-brandmatic .col-12.col-xs-4.col-sm-4.col-md-4.col-lg-4.col-xl-4.text-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-brandmatic .col-12.col-xs-8.col-sm-8.col-md-8.col-lg-8.col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-brandmatic .text-right {
    text-align: left !important;
    margin-top: 40px !important;
  }
  div.site-brandmatic div.page-header div.background {
    height: 100%;
  }
  div.site-brandmatic .course-modules .col-12.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.site-brandmatic .course-modules .col-12.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-6:nth-child(1) {
    margin-bottom: 40px;
  }
  div.site-brandmatic div.course-modules div.card div.card-body {
    padding: 30px !important;
  }
  div.site-brandmatic div.event-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.site-brandmatic .col-12.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-6bootcamp {
    flex: 0 0 100%;
    max-width: 100%;
  }
  div.site-brandmatic div.bootcamp-marketing img {
    margin-top: 20px;
  }
  div.site-brandmatic div.event-details {
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  div.site-brandmatic div.page-header {
    padding-top: 43px;
  }
  .site-brandmatic .text-right {
    text-align: center !important;
  }
  div.site-brandmatic div.course-modules {
    padding-top: 53px;
  }
  div.site-brandmatic div.course-modules h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  div.site-brandmatic div.course-modules div.card div.card-body div.header h3 {
    font-size: 25px;
  }
  div.site-brandmatic div.course-modules div.card div.card-body div.header {
    padding-bottom: 27px;
  }
  div.site-brandmatic div.course-modules div.card div.card-body {
    padding: 24px !important;
  }
  div.site-brandmatic div.course-modules div.card div.card-body div.content ul li {
    font-size: 15px;
    margin-bottom: 11px;
  }
  div.site-brandmatic div.event-details {
    padding-top: 50px;
  }
  div.site-brandmatic div.event-details div.details h3 {
    font-size: 25px;
  }
  div.site-brandmatic div.event-details div.awards ul li {
    font-size: 21px;
  }
  div.site-brandmatic div.event-details div.btn-wrapper {
    padding-top: 30px;
  }
  div.site-brandmatic div.bootcamp-marketing {
    padding-bottom: 50px;
  }
  div.site-brandmatic div.event-details div.awards h3 {
    margin-top: 40px;
  }
}
/* END BRANDMATIC LP */
div.site-esti-elev div.section1 {
  background: #edf4fe;
  padding-top: 25px;
}

div.site-esti-elev div.section2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

div.site-esti-elev div.section1 div.content-wrapper {
  align-items: center;
}

div.site-esti-elev div.section1 div.content-wrapper div.left h1 {
  font-size: 70px;
  margin-bottom: 0;
  color: var(--blue);
}

div.site-esti-elev div.section1 div.content-wrapper div.left span {
  color: var(--red);
  font-size: 40px;
  margin-top: -10px;
  display: inline-block;
}

div.site-esti-elev div.section1 div.content-wrapper div.left p {
  font-size: 20px;
  color: var(--blue);
  font-weight: bold;
}

div.site-esti-elev div.section1 div.content-wrapper div.right div.profile-wrapper {
  width: 100%;
  max-width: 227px;
  margin: auto;
}

div.site-esti-elev div.section1 div.content-wrapper div.right p {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
  color: var(--red);
  margin-bottom: 0;
  display: block;
}

div.site-esti-elev div.section1 div.content-wrapper div.right p span {
  display: block;
  color: var(--blue);
  font-size: 20px;
}

div.site-esti-elev div.section1 div.content-wrapper div.right div.profile-wrapper img {
  width: 100%;
  max-width: 200px;
}

div.site-esti-elev div.section2 div.content-wrapper div.titles-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  color: var(--blue);
  padding-bottom: 5px;
}

div.site-esti-elev div.section2 div.content-wrapper div.titles-wrapper p {
  font-size: 20px;
}

div.site-esti-elev div.section2 div.content-wrapper form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background: var(--blue);
  color: #fff;
  padding: 25px;
  border-radius: 25px;
}

div.site-esti-elev div.section2 div.content-wrapper form span {
  font-size: 13px;
}

div.site-esti-elev div.section2 div.advantages-wrapper {
  padding-top: 70px;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.left h1 {
  color: var(--red);
  text-align: center;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.left h2 {
  text-align: center;
  color: var(--blue);
}

div.site-esti-elev div.section2 div.advantages-wrapper div.left a {
  display: block;
  padding: 15px;
  width: 100%;
  text-align: center;
  max-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 30px;
  margin: auto;
  margin-top: 25px;
  text-decoration: none;
  color: #fff;
  background: var(--blue);
  transition: all 0.2s ease-out;
  font-size: 20px;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.left a:hover {
  color: var(--blue);
  background: #fff;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.left img {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right h3 {
  color: var(--blue);
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right h4 {
  color: var(--blue);
  font-weight: bold;
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 50px;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right h4 span {
  color: var(--red);
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right hr {
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right ul {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right ul li {
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
  font-size: 20px;
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right ul li .fa {
  margin-right: 10px;
  color: var(--red);
}

div.site-esti-elev div.section2 div.advantages-wrapper div.right p {
  color: var(--blue);
  margin-top: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  div.site-esti-elev div.section2 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  div.site-esti-elev div.section2 div.advantages-wrapper {
    padding-top: 0px !important;
  }
  div.site-esti-elev div.section2 div.advantages-wrapper div.right h3 {
    margin-top: 50px;
  }
  div.site-esti-elev div.section1 div.content-wrapper div.left h1 {
    font-size: 40px;
    text-align: center;
  }
  div.site-esti-elev div.section1 div.content-wrapper div.left span {
    font-size: 30px;
    text-align: center;
  }
  div.site-esti-elev div.section2 div.advantages-wrapper div.right h4 {
    margin-top: 25px;
    font-size: 30px;
    margin-bottom: 25px;
  }
  div.site-esti-elev div.section2 div.advantages-wrapper div.right p {
    margin-top: 30px;
    font-size: 20px;
  }
  div.site-esti-elev div.section1 div.content-wrapper div.left p {
    text-align: center;
  }
}
div.site-competition div.header-wrapper {
  background: url(../img/background.jpg);
  background-size: cover;
  background-position: 50%;
}
div.site-competition div.header-wrapper div.text-wrapper {
  padding-top: 50px;
}
div.site-competition div.header-wrapper div.text-wrapper h1 {
  color: var(--red);
  font-weight: bold;
  font-size: 57px;
}
div.site-competition div.header-wrapper div.text-wrapper h6 {
  color: var(--blue);
  font-weight: bold;
  font-size: 32px;
}
div.site-competition div.header-wrapper div.text-wrapper p {
  color: #000;
  font-weight: 400;
  font-size: 33px;
}
div.site-competition div.header-wrapper div.text-wrapper p span {
  color: var(--red);
  font-weight: bold;
}
div.site-competition div.header-wrapper div.text-wrapper > span {
  font-weight: 400;
  font-size: 21px;
  color: #000;
}
div.site-competition div.header-wrapper div.img-wrapper {
  text-align: right;
}
div.site-competition div.header-wrapper div.img-wrapper img {
  height: auto;
  max-height: 639px;
  max-width: 100%;
}
div.site-competition div.competition-wrapper {
  padding-bottom: 50px;
}
div.site-competition div.competition-wrapper div.form-wrapper form {
  border: 5px solid var(--blue);
  border-radius: 20px;
  width: 100%;
  padding: 15px;
  background: #fff;
  margin-top: -320px;
}
div.site-competition div.competition-wrapper div.form-wrapper form p {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
div.site-competition div.competition-wrapper div.form-wrapper form label {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.question {
  margin-bottom: 15px;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.question button.selected {
  background: var(--blue);
  color: #fff;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data {
  padding-top: 20px;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data div.choose {
  display: none;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data div.col-md-12 p {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data div.col-md-12.col-lg-12.col-xl-12.pt-5 {
  padding-top: 0 !important;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data div.col-md-12.col-md-12.col-lg-12.col-xl-12 {
  margin-bottom: 10px;
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data label {
  color: var(--blue);
}
div.site-competition div.competition-wrapper div.form-wrapper form div.user-data div.user-creditials button {
  font-size: 24px;
}
div.site-competition div.competition-wrapper div.prize {
  padding-top: 50px;
}
div.site-competition div.competition-wrapper div.prize div.img-wrapper img {
  max-width: 100%;
}
div.site-competition div.competition-wrapper div.prize div.text-wrapper h2 {
  color: var(--blue);
  font-weight: bold;
  font-size: 23px;
}
div.site-competition div.competition-wrapper div.prize div.text-wrapper p {
  font-size: 23px;
  color: #000;
  font-weight: 400;
}
div.site-competition div.competition-wrapper div.prize div.text-wrapper p span.gratuit {
  color: var(--red);
  font-weight: bold;
}
div.site-competition div.competition-wrapper div.prize div.text-wrapper p span.atestat {
  color: var(--blue);
  font-weight: bold;
}
div.site-competition div.competition-wrapper div.prize div.prize-description {
  margin-top: 100px;
}
div.site-competition div.competition-wrapper div.prize div.prize-description h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 17px;
}
div.site-competition div.competition-wrapper div.prize div.prize-description ul {
  margin: 0;
  padding: 0;
  display: block;
}
div.site-competition div.competition-wrapper div.prize div.prize-description ul li {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
div.site-competition div.competition-wrapper div.prize div.prize-description ul li i {
  margin-right: 5px;
}

div.plan-description {
  padding-bottom: 100px;
}
div.plan-description img {
  width: 100%;
  height: 281px;
  object-fit: cover;
  object-position: 50%;
  margin-bottom: 50px;
  border-radius: 25px;
}
div.plan-description h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

div.sign-up {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
div.sign-up h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--red);
  text-align: center;
  margin-bottom: 50px;
}
div.sign-up h4 {
  font-size: 29px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 50px;
}
div.sign-up p {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
div.sign-up a {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  margin: auto;
  font-size: 80px;
}

/* DONATE BLOOD PAGE */
div.site-donate-blood div.moto-wrapper {
  background: var(--red);
  padding-top: 50px;
  padding-bottom: 50px;
}
div.site-donate-blood div.moto-wrapper h1 {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}
div.site-donate-blood div.intro-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper p {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper h2 {
  color: var(--blue);
  font-weight: bold;
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper h2 span {
  display: block;
  color: var(--red);
}
div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper > span {
  font-size: 21px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper button {
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  max-width: 208px;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper {
  text-align: center;
}
div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper img {
  max-width: 100%;
  max-height: 375px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper {
  background: url("/frontend/web/img/vibe-bg.png");
  background-size: cover;
  background-position: 50%;
  padding: 45px;
  border-radius: 24px;
  margin-bottom: 100px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper img {
  max-width: 100%;
  margin-bottom: 25px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper video {
  max-width: 100%;
  border-radius: 24px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper {
  margin-bottom: 50px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item {
  display: flex;
  align-self: flex-start;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.img-wrapper {
  padding-right: 10px;
  width: 50px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.img-wrapper img {
  max-width: 100%;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper {
  width: calc(100% - 70px);
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper h3 {
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 15px;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper p {
  font-size: 20px;
  font-weight: 400;
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper.first div.item div.text-wrapper h3 {
  color: var(--red);
}
div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper.first div.item div.text-wrapper h3 span {
  color: var(--blue);
}
div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper {
  width: 100%;
  max-width: 381px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--red);
  margin: auto;
  border-radius: 11px;
}
div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper {
  width: 100%;
  max-width: 50px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
  max-width: 100%;
  height: 150px;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper {
  width: 100%;
  max-width: 291px;
  margin: auto;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.divider {
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.divider span {
  display: inline-block;
  width: 2px;
  height: 9px;
  background: #000;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step {
  background: var(--blue);
  padding: 20px 15px;
  border-radius: 11px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step div.no span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step div.text {
  padding-left: 15px;
  width: 100%;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step div.text p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step div.text a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}
div.site-donate-blood div.content-wrapper div.content div.right div.steps-wrapper div.step div.text a button {
  color: #fff;
  width: 100%;
}
div.site-donate-blood div.faq-wrapper {
  background: #F9F9F9;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper div.header img {
  max-width: 100%;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  font-size: 40px;
  color: var(--blue);
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line .fa:first-child {
  margin-right: 5px;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line .fa:last-child {
  color: var(--red);
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line span {
  display: block;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line span:first-child {
  color: var(--red);
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line span:first-child .fa {
  color: var(--blue);
}
div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line span:last-child {
  margin-left: 10px;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq {
  margin-top: 50px;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card {
  border: none;
  background: #F9F9F9;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card .card-header {
  background: #F9F9F9;
  cursor: pointer;
  border-bottom: none;
}
div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card .card-header h2 {
  color: #007BFF;
  font-weight: 600;
  font-size: 1.7rem;
}

div.modal.valideaza div.modal-header {
  background: var(--blue);
  margin-bottom: 132px;
}
div.modal.valideaza div.modal-header img {
  max-width: 100%;
  margin-bottom: -132px;
}
div.modal.valideaza div.modal-header button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  opacity: 1;
}
div.modal.valideaza div.modal-body h3 {
  color: var(--red);
  text-align: center;
  font-weight: bold;
}
div.modal.valideaza div.modal-body div.form-content {
  width: 100%;
  max-width: 545px;
  margin: auto;
}
div.modal.valideaza div.modal-body div.form-content label {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}
div.modal.valideaza div.modal-body div.form-content input {
  border-color: var(--blue);
}
div.modal.valideaza div.alert {
  display: none;
}

@media (max-width: 1300px) {
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper h3 {
    font-size: 25px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 150px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 310px;
  }
}
@media (max-width: 1200px) {
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper h3 {
    font-size: 23px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper p {
    font-size: 18px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 282px;
  }
}
@media (max-width: 1000px) {
  div.site-donate-blood div.moto-wrapper {
    padding-top: 44px;
    padding-bottom: 35px;
  }
  div.site-donate-blood div.moto-wrapper h1 {
    font-size: 27px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper {
    margin-left: 2px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper {
    max-width: 363px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper h3 {
    font-size: 33px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 237px;
  }
  div.site-donate-blood div.faq-wrapper {
    margin-top: 14px;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.header img {
    max-width: 69%;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper p {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper > span {
    font-size: 19px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper img {
    max-height: 315px;
  }
}
@media (max-width: 767px) {
  div.site-donate-blood div.intro-wrapper {
    padding-top: 52px;
    padding-bottom: 59px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper {
    text-align: center;
    margin-top: 30px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper {
    margin-right: 2px;
    margin-bottom: 60px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper {
    margin-bottom: 19px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.img-wrapper {
    width: 45px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper {
    max-width: 100%;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 185px;
  }
  div.site-donate-blood div.faq-wrapper {
    margin-top: 61px;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq {
    margin-top: 24px;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card .card-header {
    padding: 0.75rem 0.4rem;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.header img {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  div.site-donate-blood div.moto-wrapper h1 {
    font-size: 23px;
  }
  div.site-donate-blood div.intro-wrapper {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper h2 {
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 19px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper p {
    font-size: 17px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper > span {
    font-size: 17px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.text-wrapper button {
    font-size: 20px;
    max-width: 164px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper {
    margin-top: 46px;
  }
  div.site-donate-blood div.intro-wrapper div.intro-text div.logo-wrapper img {
    max-height: 273px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.vibe-wrapper {
    margin-bottom: 45px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper {
    margin-bottom: 8px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.text-wrapper h3 {
    font-size: 18px;
    margin-top: 3px;
  }
  div.site-donate-blood div.content-wrapper div.content div.left div.item-wrapper div.item div.img-wrapper {
    width: 66px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper h3 {
    font-size: 25px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.message-wrapper {
    height: 107px;
  }
  div.site-donate-blood div.content-wrapper div.content div.right div.arrow-wrapper img {
    height: 103px;
  }
  div.site-donate-blood div.faq-wrapper {
    padding-bottom: 34px;
    padding-top: 47px;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.header img {
    max-width: 100%;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper h2.bottom-line {
    font-size: 24px;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card .card-header {
    padding: 0.45rem 0.4rem;
  }
  div.site-donate-blood div.faq-wrapper div.header-wrapper div.faq .accordion .card .card-header h2 {
    font-size: 1.2rem;
  }
}
/* END DONATE BLOOD PAGE */

/*# sourceMappingURL=landing-pages.css.map */
