#login-product-modal .modal-dialog {
  max-width: 500px;
  border-radius: 8px !important;
}
#login-product-modal .modal-dialog .modal-content {
  background-color: rgb(29, 60, 72);
  color: white;
  text-align: center;
}
#login-product-modal .modal-dialog .modal-content .modal-body {
  padding: 64px 64px 32px 64px;
}
#login-product-modal .modal-dialog .modal-content .modal-body .title {
  font-size: 2.2rem;
}
#login-product-modal .modal-dialog .modal-content .modal-footer {
  padding: 0 64px 64px 64px;
  border-top: none;
}
#login-product-modal .modal-dialog .modal-content .modal-footer button {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 20px;
  background: transparent;
  padding: 8px;
}
#login-product-modal .modal-dialog .modal-content .modal-footer button:hover {
  background-color: white;
  color: rgb(29, 60, 72);
}

html {
  height: 100%;
  font-size: 10px;
}

body.nordimet {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  min-height: 100%;
  background: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/img/nordimet-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  body.nordimet {
    padding-top: 111px;
  }
}

.nordimet .btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 8px 32px;
  gap: 8px;
  background-color: #eb5d0b;
  border-radius: 90px;
  border: none;
  text-decoration: none;
}
.nordimet .btn-primary span {
  font-weight: 600;
  color: #fff;
}
.nordimet .btn-primary img {
  padding: 2px;
}
.nordimet .btn-primary:hover {
  background-color: #c3450b;
}
.nordimet .btn-secondary {
  display: flex;
  align-items: center;
  padding: 6px 30px;
  gap: 8px;
  background-color: transparent;
  border-radius: 90px;
  border: 2px solid #eb5d0b;
}
.nordimet .btn-secondary span {
  font-weight: 600;
  color: #eb5d0b;
  text-transform: uppercase;
}
.nordimet .btn-tertiary {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #582582;
  border-radius: 8px;
}
.nordimet .btn-tertiary span {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: start;
}
.nordimet .btn-disabled {
  display: flex;
  align-items: center;
  padding: 8px 32px;
  gap: 8px;
  background-color: #e7e7e7;
  border-radius: 90px;
  border: none;
}
.nordimet .btn-disabled span {
  font-weight: 600;
  color: #b0b0b0;
}
.nordimet .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.nordimet .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  padding-left: 20%;
}
.nordimet .carousel-slide {
  flex: 0 0 75%;
  margin-right: 20px;
  opacity: 0.3;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.nordimet .carousel-slide.active {
  opacity: 1;
  transform: scale(1);
}
.nordimet .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}
.nordimet .arrow-left {
  left: 10px;
}
.nordimet .arrow-right {
  right: 10px;
}
.nordimet .carousel-dots {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nordimet .carousel-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background: #ccc;
  border: none;
  cursor: pointer;
}
.nordimet .carousel-dots button.active {
  background: #333;
}
.nordimet .home {
  padding-top: 64px;
  padding-bottom: 146px;
}
@media (max-width: 768px) {
  .nordimet .home {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.nordimet .home .home-icon-container {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.nordimet .home .home-icon-container img {
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .nordimet .home .home-icon-container img {
    width: 28px;
    height: 28px;
  }
}
.nordimet .home .home-icon-container span {
  align-self: end;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.3rem;
  color: #fc973b;
}
@media (max-width: 768px) {
  .nordimet .home .home-icon-container span {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.nordimet .home h2 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .nordimet .home h2 {
    margin-bottom: 24px;
  }
}
.nordimet .home h2 sup {
  font-size: 0.4em;
  font-weight: 400;
  top: -1em;
}
.nordimet .home h2 .registered {
  font-size: 1em;
  font-weight: 400;
}
.nordimet .home p {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .nordimet .home p {
    margin-bottom: 24px;
  }
}
.nordimet .home .home-about {
  margin-top: 32px;
}
.nordimet .home .home-resources {
  margin-top: 96px;
}
.nordimet .home .home-resources .home-img {
  max-width: 538px;
  height: auto;
  width: 84%;
  border-radius: 32px;
  aspect-ratio: 458/254;
  border: 4px solid #fff;
  box-shadow: 0px 0px 34px 0px rgb(255, 255, 255) inset;
}
@media (max-width: 768px) {
  .nordimet .home .home-resources .home-img {
    max-width: none;
    width: 100%;
  }
}
.nordimet .home .home-resources .home-resources-content {
  align-self: end;
}
@media (max-width: 768px) {
  .nordimet .home .home-resources .home-resources-content {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .nordimet.body-home #main-container .inner-container-wrap {
    background: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/img/home-nordimet-bg.png");
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: top 40px right;
  }
}
@media (max-width: 1200px) {
  .nordimet.body-home #main-container .inner-container-wrap {
    background-position: top 200px right;
  }
}
.nordimet #nordimet-disclaimer-modal {
  color: #1d3c48;
  padding: 0 16px !important;
}
.nordimet #nordimet-disclaimer-modal a {
  text-decoration: underline;
  color: #1d3c48;
}
.nordimet #nordimet-disclaimer-modal a:hover {
  text-decoration: none;
}
.nordimet #nordimet-disclaimer-modal .modal-dialog {
  align-self: center;
  transform: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 850px;
  max-height: 90%;
  margin: auto;
}
.nordimet #nordimet-disclaimer-modal .modal-content {
  background: white;
  border-radius: 8px !important;
}
.nordimet #nordimet-disclaimer-modal .modal-footer .btn {
  width: 100%;
  justify-content: center;
  color: white;
  font-weight: 600;
}
@media (min-width: 768px) {
  .nordimet.body-about #main-container .inner-container-wrap {
    background: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/img/home-nordimet-bg.png");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: top 40px right;
    overflow: visible;
  }
}
.nordimet .about {
  padding-top: 64px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .nordimet .about {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .nordimet .about .summary {
    position: sticky;
    top: 140px;
  }
}
.nordimet .about .about-nav {
  border-left: 1px solid #000;
  margin-bottom: 70px;
}
.nordimet .about .about-nav .about-nav-header {
  padding-left: 24px;
}
.nordimet .about .about-nav .about-nav-header h1 {
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 1200px) {
  .nordimet .about .about-nav .about-nav-header h1 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (min-width: 1500px) {
  .nordimet .about .about-nav .about-nav-header h1 {
    font-size: 6rem;
    line-height: 6.8rem;
  }
}
.nordimet .about .about-nav .about-nav-header h1 sup {
  font-size: 0.4em;
  top: -1em;
  font-weight: 400;
}
.nordimet .about .about-nav .about-nav-header h1 .registered {
  font-size: 1em;
  font-weight: 400;
}
.nordimet .about .about-nav .about-nav-header .about-nav-header-icon {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.nordimet .about .about-nav .about-nav-header .about-nav-header-icon img {
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .nordimet .about .about-nav .about-nav-header .about-nav-header-icon img {
    width: 28px;
    height: 28px;
  }
}
.nordimet .about .about-nav .about-nav-header .about-nav-header-icon span {
  align-self: end;
  font-weight: 500;
  color: #fc973b;
}
.nordimet .about .about-nav .about-nav-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 74px;
}
@media (max-width: 768px) {
  .nordimet .about .about-nav .about-nav-content {
    margin-top: 27px;
  }
}
.nordimet .about .about-nav .about-nav-content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
.nordimet .about .about-nav .about-nav-content a:hover span {
  color: #7436ba;
  font-weight: 700;
}
.nordimet .about .about-nav .about-nav-content a .about-nav-content-link-dot {
  position: absolute;
  left: 11px;
  background: #582582;
  height: 9px;
  width: 9px;
  border-radius: 90px;
}
.nordimet .about .about-nav .about-nav-content a span {
  color: #351259;
}
.nordimet .about .about-nav .about-nav-scroll {
  position: relative;
  padding-top: 30px;
}
.nordimet .about .about-nav .about-nav-scroll-inner {
  width: 100%;
  position: absolute;
  top: 30px;
  left: -15px;
}
.nordimet .about .about-nav .about-nav-scroll-inner span {
  color: #7436ba;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .nordimet .about .about-nav .about-nav-scroll {
    padding-top: 50px;
  }
  .nordimet .about .about-nav .about-nav-scroll-inner {
    top: 50px;
  }
}
.nordimet .about .about-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 96px;
}
.nordimet .about .about-content .presentation-spacer {
  display: none;
}
@media (min-width: 992px) {
  .nordimet .about .about-content .presentation-spacer {
    display: block;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .nordimet .about .about-content .presentation-spacer {
    display: block;
    height: 600px;
  }
}
.nordimet .about .about-content .spacer {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}
.nordimet .about .about-content a {
  text-decoration: underline;
  color: #eb5d0b;
  font-weight: 700;
}
.nordimet .about .about-content p {
  margin: 0;
}
.nordimet .about .about-content ul {
  margin: 0;
}
.nordimet .about .about-content .dosage-and-administration {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .nordimet .about .about-content .dosage-and-administration {
    gap: 8px;
  }
}
.nordimet .about .about-content .dosage-and-administration .white-card {
  padding: 32px;
}
@media (max-width: 768px) {
  .nordimet .about .about-content .dosage-and-administration .white-card {
    padding: 24px;
  }
}
.nordimet .about .about-content .dosage-and-administration .white-card h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #7436ba;
}
@media (max-width: 768px) {
  .nordimet .about .about-content .dosage-and-administration .white-card h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.nordimet .about .about-content .dosage-and-administration .white-card .white-card-header {
  align-items: flex-start;
}
.nordimet .about .about-content .dosage-and-administration .white-card .white-card-header .white-card-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nordimet .about .about-content .dosage-and-administration .white-card .white-card-header .white-card-header-content p {
  margin: 0;
}
.nordimet .about .about-content .dosage-and-administration .dosage-and-administration-img-container {
  display: flex;
  flex-direction: column;
  padding: 96px 0;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .nordimet .about .about-content .dosage-and-administration .dosage-and-administration-img-container {
    padding: 56px 0;
    margin-bottom: 8px;
  }
}
.nordimet .about .about-content .dosage-and-administration .dosage-and-administration-img-container img {
  width: 100%;
}
.nordimet .about .about-content .dosage-and-administration .dosage-and-administration-description {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .nordimet .about .about-content .dosage-and-administration .dosage-and-administration-description {
    padding: 16px 8px 0;
  }
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel {
  margin-bottom: 32px;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .dosage-card {
  background: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1019607843);
  margin: 16px 0;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .dosage-card img {
  width: 97px;
  height: 20px;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .dosage-card .dosage-name {
  font-size: 2rem;
  font-weight: 600;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .dosage-card .dosage-description {
  color: #4f4f4f;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .carousel-arrow img {
  width: 48px;
  height: 48px;
  max-width: none;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .carousel-arrow:disabled {
  cursor: not-allowed;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .carousel-dots button {
  width: 6px;
  height: 6px;
  background: #d1d1d1;
  padding: 0;
}
.nordimet .about .about-content .dosage-and-administration .dosage-carousel .carousel-dots button.active {
  width: 10px;
  height: 10px;
  background: #eb5d0b;
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container {
    flex-direction: column;
    align-items: center;
  }
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-img {
  height: 302px;
  width: 300px;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-img {
    height: 336px;
    width: 302px;
    border-radius: 8px;
  }
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content {
    flex-direction: column-reverse;
  }
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-infos {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-infos {
    gap: 16px;
  }
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-infos .pen-overview-carousel-content-infos-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-infos .pen-overview-carousel-content-infos-header .pen-overview-carousel-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #7436ba;
  border-radius: 8px;
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-infos .pen-overview-carousel-content-infos-header span {
  font-weight: 600;
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content p {
  display: flex;
  flex: 1;
  margin: 0;
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-container .pen-overview-carousel-content .pen-overview-carousel-content-actions button {
    padding: 8px 12px;
  }
}
.nordimet .about .about-content .pen-overview-carousel .pen-overview-carousel-sub-description {
  color: #7436ba;
  margin-top: 32px;
  font-weight: 600;
}
.nordimet .about .about-content .injection-guide .white-card-header {
  align-items: flex-start;
}
.nordimet .about .about-content .injection-guide .white-card-header .white-card-header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nordimet .about .about-content .injection-guide .white-card-header .white-card-header-content p {
  color: #7436ba;
  margin: 0;
}
.nordimet .about .about-content .injection-guide .injection-guide-description {
  margin-bottom: 32px;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel {
  display: flex;
  flex-direction: column;
  background-image: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/img/about-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding: 32px;
  border: 2px solid #e7e7e7;
  border-radius: 16px;
  gap: 32px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .injection-guide .injection-guide-carousel {
    padding: 24px;
  }
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel p {
  margin: 0;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content {
    flex-direction: column;
    gap: 8px;
  }
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .step-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 279px;
  min-height: 427px;
  padding: 16px;
  border-radius: 16px;
  gap: 24px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .step-card {
    flex: 1;
    width: auto;
    min-height: auto;
  }
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .step-card .step-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  padding: 8px;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .step-card .step-content .step-badge {
  display: flex;
  align-self: flex-start;
  padding: 4px 16px;
  background-color: #e7dafa;
  border-radius: 90px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .step-card .step-content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .injection-img {
  height: 247px;
  width: 247px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .injection-img {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
    align-self: center;
    max-width: 247px;
  }
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 12px;
  gap: 24px;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .card-content p,
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-content .card-content li {
  font-size: 1.4rem;
  line-height: 2rem;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-sub-description {
  font-weight: 600;
}
.nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .nordimet .about .about-content .injection-guide .injection-guide-carousel .injection-guide-carousel-actions button {
    padding: 8px 12px;
  }
}
.nordimet .about .about-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom {
    gap: 32px;
    padding: 0;
  }
}
.nordimet .about .about-bottom .alert-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eb5d0b;
  padding: 16px;
  border-radius: 16px;
  gap: 32px;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom .alert-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 16px;
  }
}
.nordimet .about .about-bottom .alert-banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  margin: 0;
}
.nordimet .about .about-bottom .alert-banner img {
  width: 24px;
  height: 24px;
}
.nordimet .about .about-bottom .alert-banner a {
  color: inherit;
  text-decoration: underline;
}
.nordimet .about .about-bottom .alert-banner a:hover {
  text-decoration: none;
}
.nordimet .about .about-bottom .learn-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 12px 32px;
  border-radius: 16px;
  border: 1px solid #d1d1d1;
  gap: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom .learn-more {
    flex-direction: column;
    padding: 32px 32px 109px;
  }
}
.nordimet .about .about-bottom .learn-more .learn-more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom .learn-more .learn-more-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
.nordimet .about .about-bottom .learn-more .learn-more-content h2 {
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin: 0;
}
.nordimet .about .about-bottom .learn-more .learn-more-content p {
  color: #6d6d6d;
  margin: 0;
  font-weight: 500;
}
.nordimet .about .about-bottom .learn-more .learn-more-content .learn-more-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom .learn-more .learn-more-content .learn-more-actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
}
.nordimet .about .about-bottom .learn-more .learn-more-content .learn-more-actions p {
  color: #222222;
}
.nordimet .about .about-bottom .learn-more .learn-more-content .learn-more-actions .btn span {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #eb5d0b;
  font-weight: 600;
}
.nordimet .about .about-bottom .learn-more .learn-more-content .learn-more-actions .btn img {
  height: 28px;
  width: 28px;
}
.nordimet .about .about-bottom .learn-more .work-plan-img {
  width: 330px;
  height: 248px;
}
@media (max-width: 768px) {
  .nordimet .about .about-bottom .learn-more .work-plan-img {
    position: absolute;
    width: 292px;
    height: 219px;
    bottom: -40px;
    right: -128px;
  }
}
.nordimet .resources {
  padding-top: 56px;
}
.nordimet .resources .sub-header {
  margin-bottom: 32px;
}
.nordimet .resources .resources-panel {
  margin-bottom: 128px;
}
.nordimet .resources .resources-panel .nav {
  padding: 0;
  display: flex;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.nordimet .resources .resources-panel .nav li {
  width: 100%;
  flex: 0 50%;
  text-align: center;
}
.nordimet .resources .resources-panel .nav li a {
  margin: 0;
  border: none;
  border-radius: 0;
  background: rgba(57, 33, 81, 0.13);
  color: rgba(57, 33, 81, 0.5);
}
.nordimet .resources .resources-panel .nav li a.active {
  color: white;
  background-color: #351259;
}
@media (max-width: 996px) {
  .nordimet .resources .resources-panel .nav {
    flex-direction: column;
    border-radius: 8px;
  }
}
.nordimet .resources .resources-panel .tab-pane-inner {
  padding: 16px 16px 0 16px;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  margin-bottom: 128px;
}
@media (min-width: 996px) {
  .nordimet .resources .resources-panel .tab-pane-inner .tab-pane-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 32px;
  }
}
@media (max-width: 996px) {
  .nordimet .resources .resources-panel .tab-pane-inner {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.nordimet .resources .resources-panel sup {
  top: -0.8em;
  font-size: 0.5em;
  line-height: 0.8em;
}
.nordimet .resources .resources-panel .resource-card {
  border: 2px solid var(--Neutral-Lower, rgb(231, 231, 231));
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
  background-color: white;
  position: relative;
}
.nordimet .resources .resources-panel .resource-card .resource-title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .nordimet .resources .resources-panel .resource-card .left {
    position: static;
  }
  .nordimet .resources .resources-panel .resource-card .left .btn {
    bottom: 16px;
    position: absolute;
  }
}
.nordimet .resources .resources-panel .resource-card .text-right {
  padding-top: 0;
}
.nordimet .resources .resources-panel .resource-card .btn {
  display: inline-flex;
}
.nordimet .resources .resources-panel .resource-card .resource-visual {
  display: inline-flex;
  width: 100%;
  max-width: 128px;
  aspect-ratio: 1;
  background-color: #f6f6f6;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nordimet .resources .resources-panel .resource-card .resource-visual .eye-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (max-width: 996px) {
  .nordimet .resources .resources-panel .resource-card .resource-visual {
    max-width: inherit;
    aspect-ratio: inherit;
    min-height: 126px;
  }
}
@media (max-width: 996px) {
  .nordimet .resources .resources-panel .resource-card .btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.nordimet .resources .mynordimet-header img {
  margin-right: 16px;
}
.nordimet .resources .mynordimet-header h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 996px) {
  .nordimet .resources .mynordimet-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.nordimet .resources .mynordimet-header p {
  text-align: center;
}
.nordimet .resources .mynordimet-header .highlight {
  font-weight: 600;
  color: #eb5d0b;
  margin-bottom: 64px;
}
.nordimet .resources .mynordimet h2 {
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 600;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(242, 244, 247);
}
.nordimet .resources .mynordimet h2 span {
  color: #eb5d0b;
}
@media (max-width: 996px) {
  .nordimet .resources .mynordimet h2 {
    text-align: center;
  }
}
@media (max-width: 996px) {
  .nordimet .resources .mynordimet .mynordimet-slide {
    background: white;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px;
  }
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-header {
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 996px) {
  .nordimet .resources .mynordimet .mynordimet-slide .slide-header {
    padding: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-header img {
  margin-right: 20px;
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-header .title {
  max-width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-header .eye {
  position: absolute;
  right: 0;
  top: 10px;
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-description {
  padding: 24px;
  margin-bottom: 0;
}
@media (min-width: 996px) {
  .nordimet .resources .mynordimet .mynordimet-slide .slide-description {
    padding: 0 0 20px 0;
    display: none;
  }
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-image-mobile {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 48px 12px;
}
.nordimet .resources .mynordimet .mynordimet-slide .slide-image-mobile img {
  margin: auto;
  width: 100%;
  max-width: 400px;
}
.nordimet .resources .mynordimet .app-links {
  width: 100%;
  align-self: center;
  max-width: 400px;
  margin: auto;
}
.nordimet .resources .mynordimet .app-links img {
  margin: 0 auto 20px auto !important;
  width: auto !important;
  max-width: none !important;
}
.nordimet .resources .mynordimet .app-links .btn {
  max-width: 150px;
  margin: auto;
  text-transform: uppercase;
  color: #eb5d0b;
  font-weight: 600;
  justify-content: center;
}
.nordimet .resources .mynordimet .app-links .android {
  margin-bottom: 16px;
}
.nordimet .resources .mynordimet-tabs {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
  display: flex;
  margin-bottom: 160px;
  overflow: hidden;
}
.nordimet .resources .mynordimet-tabs .left,
.nordimet .resources .mynordimet-tabs .right {
  flex: 0 50%;
}
.nordimet .resources .mynordimet-tabs .left {
  padding: 48px 64px;
}
.nordimet .resources .mynordimet-tabs .left .mynordimet-slide {
  text-decoration: none;
  position: relative;
}
.nordimet .resources .mynordimet-tabs .left .mynordimet-slide:hover, .nordimet .resources .mynordimet-tabs .left .mynordimet-slide:focus {
  color: inherit;
}
.nordimet .resources .mynordimet-tabs .left .mynordimet-slide.active .slide-header {
  color: #eb5d0b;
}
.nordimet .resources .mynordimet-tabs .left .mynordimet-slide.active .slide-description {
  display: block;
}
.nordimet .resources .mynordimet-tabs .right .right-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: end;
  background: rgba(0, 0, 0, 0.03);
}
.nordimet .scroll-container.scroll-content--left {
  display: flex;
  flex-direction: column-reverse;
  float: left;
  margin-right: 15px;
}
.nordimet .scroll-container {
  width: 30px;
  height: 44px;
  border: 1px solid black;
  border-radius: 100px;
  padding: 8px 0px;
  position: relative;
}
.nordimet .scroller {
  width: 6px;
  border-radius: 8px;
  background-color: black;
  position: absolute;
  top: 4px;
  left: 11px;
  bottom: 34px;
  animation: scroller 1300ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 4px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    background-color: black;
    height: 6px;
  }
}
.nordimet .legal {
  margin-top: 64px;
  margin-bottom: 96px;
  color: #000;
}
.nordimet .legal h1 {
  margin-bottom: 10px !important;
}
.nordimet .legal .sub-title {
  font-weight: 600;
  color: #b0b0b0;
  margin-bottom: 64px;
  display: inline-block;
}
.nordimet .legal p {
  margin-bottom: 2em;
}
.nordimet .legal a {
  color: #222222;
  text-decoration: underline;
}
.nordimet .legal a:hover {
  color: #222222;
}
.nordimet .legal h2 {
  margin-top: 64px;
  margin-bottom: 16px;
  font-size: 2.6rem;
}
.nordimet .safety {
  margin-top: 64px;
  margin-bottom: 96px;
  color: #000;
}
.nordimet .safety h1 {
  margin-bottom: 64px;
}
.nordimet .safety h2 {
  text-decoration: underline;
  margin-top: 64px;
  margin-bottom: 16px;
  font-size: 2.6rem;
}
.nordimet .safety p {
  margin-bottom: 2em;
}
.nordimet .safety a {
  color: #222222;
  text-decoration: underline;
}
.nordimet .safety a:hover {
  color: #222222;
}
.nordimet .safety .block-highlighted {
  margin: 0 -32px;
  padding: 32px;
  margin-top: 64px;
}
@media (min-width: 996px) {
  .nordimet .safety .block-highlighted {
    border: 1px solid #7436ba;
    border-radius: 8px;
  }
}
.nordimet .safety .block-highlighted h2 {
  margin-top: 0;
}
.nordimet .contact h1 {
  margin-bottom: 32px !important;
  padding-top: 64px;
}
.nordimet .contact .further-info {
  color: #582582;
}
.nordimet .contact form {
  margin-top: 20px;
}
.nordimet .contact form label {
  color: #222222;
}
.nordimet .contact form .select-prod {
  width: 100%;
}
.nordimet .contact form input,
.nordimet .contact form select,
.nordimet .contact form textarea {
  width: 100%;
  border: 1px solid #351259;
  color: #222222 !important;
}
.nordimet .contact form input::placeholder,
.nordimet .contact form select::placeholder,
.nordimet .contact form textarea::placeholder {
  color: #6d6d6d !important;
}
.nordimet .contact form input:focus,
.nordimet .contact form select:focus,
.nordimet .contact form textarea:focus {
  border-color: #a068e4 !important;
}
.nordimet .contact form .wpcf7-submit.wpcf7-form-control.has-spinner {
  background: #eb5d0b !important;
}
.nordimet .contact form #your-options {
  color: #222222 !important;
}
.nordimet .contact form .uploadfieldtrick label {
  border-color: #eb5d0b;
  color: #eb5d0b !important;
}
.nordimet .contact form .uploadfieldtrick label img {
  display: none;
}
.nordimet .contact .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.nordimet .contact .contact-info .spb-column-inner {
  display: flex;
  flex: 1;
}
.nordimet .contact .contact-info .spb-column-inner .spb_content_element {
  display: flex;
  height: 100%;
}
.nordimet .contact .contact-info h2 {
  font-size: 2.6rem;
  color: #582582;
  margin-bottom: 20px;
}
.nordimet .contact .contact-info h2:after {
  content: " ";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #eb5d0b;
}
.nordimet .contact .contact-info p {
  margin: 0;
}
.nordimet .contact .contact-info .white-card {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #582582;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 30px;
}
.nordimet .contact .contact-info .white-card a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.nordimet .contact button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  background-color: #eb5d0b;
  border-radius: 90px;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.nordimet .contact button::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  background: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/svg/chevron-full-right-white.svg") no-repeat center center;
  background-size: contain;
}
.nordimet .contact button:hover {
  background-color: #9b3711;
}
.nordimet #main-container .inner-container-wrap {
  background: transparent;
}
.nordimet a {
  color: #000;
}
.nordimet p {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .nordimet p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.nordimet strong,
.nordimet b {
  font-weight: 600;
}
.nordimet #container {
  background-color: transparent !important;
}
.nordimet .mb-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 1500px) {
  .nordimet .container {
    width: 1400px;
  }
}
.nordimet .inner-page-wrap {
  margin: 0;
}
.nordimet .spb_content_element {
  margin-bottom: 0 !important;
}
.nordimet .banner-tertiary {
  padding: 16px 24px;
  background-color: #582582;
  border-radius: 8px;
  color: white;
}
.nordimet textarea {
  resize: none;
}
.nordimet #mobile-header {
  position: fixed;
  top: 0;
}
.nordimet #mobile-header .mobile-menu-link .hamburger-inner, .nordimet #mobile-header .mobile-menu-link .hamburger-inner:before, .nordimet #mobile-header .mobile-menu-link .hamburger-inner:after, .nordimet #mobile-header .mobile-menu-link:hover .hamburger-inner, .nordimet #mobile-header .mobile-menu-link:hover .hamburger-inner:before, .nordimet #mobile-header .mobile-menu-link:hover .hamburger-inner:after {
  background-color: #222222 !important;
}
.nordimet #mobile-header .mobile-menu-link.is-active .hamburger-inner {
  background-color: transparent !important;
}
.nordimet header {
  background-color: #fff !important;
}
.nordimet header .logo-left a img {
  display: none !important;
}
.nordimet header .logo-left a:before {
  content: "";
  display: block;
  aspect-ratio: 132/57;
  width: 132px;
  margin-top: 5px;
  background-image: url("https://www.linepharmapro.ca/wp-content/themes/uplift/images/nordimet/img/nordimet-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.nordimet header nav {
  height: 100%;
}
.nordimet header nav .menu-nordimetheader-container {
  height: 100%;
}
.nordimet header nav .menu-nordimetheader-container .menu {
  display: flex !important;
  padding-top: 0 !important;
  align-items: center !important;
  height: 100% !important;
}
.nordimet header nav .menu-nordimetheader-container .menu .wpml-ls-item-en {
  margin-left: 8px;
}
.nordimet header nav .menu-nordimetheader-container .menu .sub-menu {
  list-style: none;
  padding: 0;
  background-color: white !important;
}
.nordimet header nav .menu-nordimetheader-container .menu .sub-menu a {
  color: rgb(48, 48, 48) !important;
}
.nordimet header nav .menu-nordimetheader-container .menu .sub-menu a:hover {
  color: rgb(48, 48, 48) !important;
}
.nordimet header nav .menu-nordimetheader-container .menu .sub-menu a:after {
  background-color: #7436ba;
}
.nordimet header a {
  display: flex !important;
  padding: 8px 16px !important;
}
.nordimet header a span {
  padding: 0 !important;
}
.nordimet header .menu-item-text {
  display: flex;
  align-items: center;
  color: #6d6d6d;
  padding-bottom: 0 !important;
}
.nordimet header .menu-item-text sup {
  left: -12px;
}
.nordimet header .current-menu-item .menu-item-text {
  font-weight: bold;
  color: #222222;
}
.nordimet header .menu-item-2300,
.nordimet header .menu-item-2282,
.nordimet header .menu-item-2286,
.nordimet header .menu-item-2318,
.nordimet header .menu-item-2319,
.nordimet header .menu-item-2320 {
  padding-right: 8px !important;
  margin-right: 8px !important;
}
.nordimet header .menu-item-2300::after,
.nordimet header .menu-item-2282::after,
.nordimet header .menu-item-2286::after,
.nordimet header .menu-item-2318::after,
.nordimet header .menu-item-2319::after,
.nordimet header .menu-item-2320::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(-90deg);
  width: 16px;
  height: 0;
  border: 1px solid #a068e4;
}
.nordimet header .menu-item-text:after,
.nordimet header .sub-menu a:after {
  background-color: #6d6d6d;
}
.nordimet header .exitNotifierLink {
  border: 1px solid #c3450b;
  border-radius: 90px;
  padding: 10px 30px !important;
  display: none !important;
}
.nordimet header .exitNotifierLink span {
  color: #eb5d0b;
}
.nordimet header .exitNotifierLink .menu-item-text:after {
  background-color: #eb5d0b;
}
.nordimet header .hamburger-inner {
  background-color: #6d6d6d !important;
}
.nordimet header .hamburger-inner:before, .nordimet header .hamburger-inner:after {
  background-color: #6d6d6d !important;
}
.nordimet #mobile-menu-wrap {
  background-color: white !important;
  padding-top: 111px !important;
}
.nordimet #mobile-menu-wrap #mobile-menu {
  padding: 0 16px 76px 16px !important;
}
.nordimet #mobile-menu-wrap #mobile-menu .exitNotifierLink {
  display: none !important;
}
.nordimet #mobile-menu-wrap #mobile-menu .sub-menu {
  background-color: white !important;
}
.nordimet #mobile-menu-wrap #mobile-menu .sub-menu .menu-item a {
  color: #6d6d6d !important;
  font-size: 1.6rem !important;
  font-weight: 500;
  line-height: normal !important;
}
.nordimet #mobile-menu-wrap #mobile-menu ul {
  list-style: none;
  padding: 0;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.parent ul.sub-menu {
  display: block;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.parent ul.sub-menu li {
  text-align: left !important;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.menu-item {
  margin-top: 0 !important;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.menu-item a {
  padding: 8px 0 !important;
  border-bottom: #a068e4 1px solid;
  text-transform: none !important;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.menu-item.menu-item-has-children > a {
  display: none;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.menu-item .menu-item-text {
  color: #6d6d6d;
  padding-bottom: 0;
  font-size: 1.6rem !important;
  font-weight: 500;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.menu-item .menu-item-text sup {
  position: relative;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.wpml-ls-item {
  top: auto;
  margin-top: 16px !important;
  position: absolute;
  border: none;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.wpml-ls-item a {
  padding: 0 !important;
  border: none;
}
.nordimet #mobile-menu-wrap #mobile-menu ul li.wpml-ls-item.wpml-ls-item-fr {
  left: 70px;
}
.nordimet #mobile-menu-wrap .mobile-menu-aux {
  background-color: white;
}
.nordimet .full-center nav#main-navigation ul.menu > li.wpml-ls-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3450b !important;
}
.nordimet .full-center nav#main-navigation ul.menu > li.wpml-ls-item a {
  justify-content: center;
}
.nordimet .full-center nav#main-navigation ul.menu > li.wpml-ls-item a span {
  width: 38px;
  height: 38px;
}
.nordimet .full-center nav#main-navigation ul.menu > li.wpml-ls-item .menu-item-text {
  color: #eb5d0b;
}
.nordimet .wpml-ls-current-language a span {
  background: #eb5d0b;
  color: #fff !important;
}
.nordimet .full-center nav#main-navigation ul.menu > li.menu-item {
  margin-right: 0;
}
.nordimet footer {
  background-color: #351259 !important;
  padding: 50px 0 !important;
}
.nordimet footer .footer-logos {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.nordimet footer .footer-logos .footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nordimet footer .footer-logos .footer-logo-container {
    align-items: flex-end;
  }
}
.nordimet footer .footer-logos .footer-logo-container .nordic-pharma-logo {
  width: 170px;
  height: 48px;
}
@media (max-width: 768px) {
  .nordimet footer .footer-logos .footer-logo-container .nordic-pharma-logo {
    width: 145px;
    height: 41px;
  }
}
.nordimet footer .footer-logos .footer-logo-container .paab-logo {
  width: 120px;
  height: 44px;
}
.nordimet footer .footer-logos .footer-logo-container .info-icon {
  width: 40px;
  height: 40px;
}
.nordimet footer .footer-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 768px) {
  .nordimet footer .footer-content {
    margin-top: 48px;
  }
}
.nordimet footer .footer-content span {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 700;
}
.nordimet footer .footer-content .footer-links-container {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  gap: 16px;
}
@media (max-width: 768px) {
  .nordimet footer .footer-content .footer-links-container {
    gap: 8px;
  }
}
.nordimet footer .footer-content .footer-links-container .footer-links {
  display: flex;
  flex: 1;
  gap: 10px;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .nordimet footer .footer-content .footer-links-container .footer-links {
    padding-left: 8px;
  }
}
.nordimet footer .footer-content .footer-links-container .footer-links a {
  padding-left: 16px;
}
.nordimet footer .footer-content a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  padding: 5px 0;
}
.nordimet footer .footer-content a:hover {
  text-decoration: underline;
}
.nordimet footer .footer-content .footer-legal-container {
  display: flex;
  flex-direction: row;
  margin-top: 36px;
  gap: 16px;
}
@media (max-width: 768px) {
  .nordimet footer .footer-content .footer-legal-container {
    flex-direction: column;
    gap: 12px;
  }
}
.nordimet footer .footer-content .footer-legal-container .footer-legal-link {
  display: flex;
  flex: 1;
}
.nordimet footer .footer-content .footer-legal-container .footer-legal-link a {
  width: 100%;
  padding-left: 17px;
}
.nordimet footer .footer-all-right {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .nordimet footer .footer-all-right {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .nordimet .col-sm-6 {
    width: 50%;
  }
}
.nordimet .copyright-divider {
  display: none !important;
}
.nordimet h1 {
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .nordimet h1 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
}
@media (min-width: 1024px) {
  .nordimet h1 {
    font-size: 6rem;
    line-height: 6.8rem;
  }
}
.nordimet h1 .highlight {
  color: #351259;
}
.nordimet h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #222222;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .nordimet h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .nordimet h2 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
}
.nordimet h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}
@media (max-width: 768px) {
  .nordimet h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
  }
}
.nordimet ul {
  list-style: disc outside;
  padding-left: 20px;
}
.nordimet .white-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  padding: 48px;
  gap: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .nordimet .white-card {
    padding: 24px 20px !important;
    gap: 24px !important;
  }
}
.nordimet .white-card .white-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.nordimet .white-card .white-card-header h2 {
  margin: 0;
  font-size: 2.6rem;
  line-height: 3.3rem;
  font-weight: 600;
  color: #7436ba;
}
.nordimet .white-card .white-card-header h2 span {
  color: #000 !important;
}
@media (max-width: 768px) {
  .nordimet .white-card .white-card-header h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.nordimet .white-card .white-card-header a[aria-expanded=true] .arrow-down-icon {
  transform: rotate(0deg);
}
.nordimet .white-card .white-card-header a[aria-expanded=false] .arrow-down-icon {
  transform: rotate(180deg);
}
.nordimet .white-card .white-card-header .arrow-down-icon {
  width: 44px;
  height: 44px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .nordimet .white-card .white-card-header .arrow-down-icon {
    width: 28px;
    height: 28px;
  }
}
.nordimet .otgs-development-site-front-end {
  display: none;
}
.nordimet.page-shadow #container {
  box-shadow: none !important;
}

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