.fs-35 {
  font-size: 35px;
}

.fs-30 {
  font-size: 30px;
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.f-color-black {
  color: #000;
}

.error {
  font-size: 12px;
  color: red;
}

.f-family-Arial {
  font-family: "Arial", serif;
}

.f-family-Margin-MVB-Heavy {
  font-family: "Margin-MVB-Heavy", sans-serif !important;
}

.f-family-Roboto-Black {
  font-family: "Roboto-Black", sans-serif !important;
}

.f-family-Roboto-Bold {
  font-family: "Roboto-Bold", sans-serif !important;
}

.f-family-Roboto-Regular {
  font-family: "Roboto-Regular", sans-serif !important;
}

.page-content {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .password-protected-login-content {
  background-color: #EAEAEA;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-content .password-protected-login-content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-content .password-protected-login-content form .password-protected-pwd {
  width: 70%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: 45px;
  line-height: 45px;
  background: url("../images/lock.svg") no-repeat right 10px center;
  background-size: 15px 18px;
  background-color: #fff;
  border-radius: 4px;
}
.page-content .password-protected-login-content form .password-protected-pwd::placeholder {
  color: #666;
  opacity: 1;
}

.page-content {
  min-height: 100vh;
}
.page-content .brand-list .brand-item {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-content .brand-list .brand-item img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.page-content .brand-list .brand-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.page-content .brand-list .brand-item:hover::after {
  opacity: 1;
}
.page-content .brand-list .brand-item:hover img {
  transform: scale(1.08);
}
.page-content .brand-list .brand-item.abbvie {
  background-color: #00013a;
}
.page-content .brand-list .brand-item.abbvie img {
  width: 190px;
}
.page-content .brand-list .brand-item.gsk {
  background-color: #f26633;
}
.page-content .brand-list .brand-item.gsk img {
  width: 111px;
}
.page-content .brand-list .brand-item.chiesi {
  background-color: #b6006d;
}
.page-content .brand-list .brand-item.chiesi img {
  width: 166px;
}
.page-content .brand-list .brand-item.novartis {
  background-color: #0561a8;
}
.page-content .brand-list .brand-item.novartis img {
  width: 300px;
}

.password-protected .page-content,
.contact .page-content {
  min-height: 70vh !important;
}

.about .page-content {
  min-height: 100vh;
}
.about .page-content .right-content p {
  line-height: 24px;
}
.about .page-content .right-content ul {
  padding-left: 15px !important;
  line-height: 24px;
}
.about .page-content .person img {
  max-width: 100%;
}

.contact .contact-content {
  background-color: #EAEAEA;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .contact-content a {
  color: #000;
  text-decoration: none;
}

.navbar .nav-link.active {
  font-family: "Roboto-Black", sans-serif !important;
}

.abbvie .left-content .logo img,
.gsk .left-content .logo img,
.chiesi .left-content .logo img,
.novartis .left-content .logo img {
  max-width: 125px;
}
.abbvie .left-content .text,
.gsk .left-content .text,
.chiesi .left-content .text,
.novartis .left-content .text {
  line-height: 18px;
}
.abbvie .right-content img,
.gsk .right-content img,
.chiesi .right-content img,
.novartis .right-content img {
  max-width: 100%;
  margin-bottom: 25px;
}
.abbvie .brand-list .brand-item,
.gsk .brand-list .brand-item,
.chiesi .brand-list .brand-item,
.novartis .brand-list .brand-item {
  min-height: 220px !important;
}

.novartis .left-content .logo img {
  max-width: 175px;
}

@media (max-width: 575px) {
  .password-protected .page-content,
.contact .page-content {
    min-height: 50vh !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .password-protected .page-content,
.contact .page-content {
    min-height: 50vh !important;
  }
}

/*# sourceMappingURL=style.css.map */
