:root {
  --navbar-height: 60px;
  --navbar-background-colour: #f6f6f6;
  --navbar-font-colour: #00c115;
  --navbar-font-colour-hover: var(--white);
  --navbar-dropdown-link-height: 20px;
  --black: black;
  --navbar-spacing: 20px;
  --white: white;
  --body-default-font: Montserrat, sans-serif;
  --navbar-height-double: 120px;
  --text-font-size: 18px;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
}

.navbar-content-container {
  z-index: auto;
  height: var(--navbar-height);
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
}

.navbar-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 2em;
  padding-left: 0;
  display: flex;
}

.navbar-brand.w--current {
  margin-left: 5em;
  margin-right: auto;
}

.navbar-image {
  flex: 0 auto;
  display: block;
  position: relative;
}

.navbar {
  z-index: 9;
  height: var(--navbar-height);
  background-color: var(--navbar-background-colour);
  line-height: var(--navbar-height);
  text-shadow: 0 1px 1px #0003;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 0;
}

.nav-link {
  height: var(--navbar-height);
  color: #00c115;
  -webkit-text-stroke-color: var(--navbar-font-colour);
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  background-color: var(--navbar-font-colour);
  color: #fff;
}

.nav-link.w--current {
  color: var(--navbar-font-colour);
  -webkit-text-stroke-color: var(--navbar-font-colour);
}

.nav-link.w--current:hover {
  background-color: var(--navbar-font-colour);
  color: var(--navbar-font-colour-hover);
}

.nav-link.nav-dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.hidden-mobile-nav-link {
  display: none;
}

.nav-link.nav-link-main-dropdown {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-container {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider-bottom {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  margin-top: 0;
  font-size: 1rem;
}

.footer-divider-top {
  background-color: #036e0f;
  height: 20px;
  margin-top: 0;
  margin-bottom: 60px;
}

.navbar-2 {
  z-index: 8;
  height: var(--navbar-height);
  background-color: #adf7b5;
  display: flex;
  position: sticky;
  top: auto;
}

.nav-link-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.container-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-3 {
  font-size: 14px;
}

.text-block {
  text-align: justify;
  margin-bottom: 3rem;
  font-size: 1rem;
  display: block;
}

.container-3 {
  text-align: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template: "." 1fr
  / 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.product-right-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.product-detail-button_old {
  vertical-align: baseline;
  background-color: #216cd2;
  border-radius: 5px;
  flex: 0 auto;
  order: 1;
  align-self: baseline;
  width: 110.813px;
  height: 38px;
  font-size: 14px;
  display: block;
  position: absolute;
}

.product-detail-button_old:hover {
  background-color: #44affc;
}

.cell {
  justify-content: flex-end;
  display: flex;
}

.quick-select {
  box-sizing: content-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 2.39;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
}

.section-3 {
  padding-bottom: 60px;
}

.section_shop {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-5 {
  border: 0 solid #000;
  border-radius: 0;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-without-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 80px 0;
  display: block;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.tabs-menu {
  text-align: center;
}

.tab-pane-tab-1 {
  position: sticky;
  top: 0;
}

.bold-text {
  font-size: 20px;
}

.dropdown-link {
  color: var(--navbar-font-colour);
  line-height: var(--navbar-dropdown-link-height);
  background-color: #0000;
}

.dropdown-link:hover {
  background-color: var(--navbar-font-colour);
  color: var(--navbar-font-colour-hover);
  -webkit-text-stroke-color: var(--navbar-font-colour-hover);
}

.dropdown-link.w--current {
  color: var(--black);
  line-height: var(--navbar-dropdown-link-height);
  background-color: #ddd;
}

.nav-dropdown-list {
  background-color: var(--navbar-background-colour);
  border: 1px #000;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  height: 100%;
  margin-right: 40px;
  position: absolute;
  right: 0;
}

.social-media-logo {
  width: 45px;
}

.hero-text {
  text-align: justify;
  width: auto;
  max-width: none;
  margin-bottom: 24px;
  font-size: 1rem;
}

.container-8 {
  padding-top: var(--navbar-spacing);
}

.flexbox {
  clear: none;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  aspect-ratio: auto;
  text-align: center;
  object-fit: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.product-container {
  aspect-ratio: auto;
  object-fit: none;
  background-color: #f8f8f8;
  border-radius: 10px;
  flex-flow: wrap;
  flex: 0 50%;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin: 0;
  padding: 1em;
  display: flex;
  overflow: visible;
}

.product-container:hover {
  position: relative;
}

.product-left-column {
  text-align: center;
  object-fit: none;
  flex: 0 auto;
  padding: 10% 0;
}

.product-detail-button {
  text-align: center;
  vertical-align: baseline;
  object-fit: none;
  background-color: #216cd2;
  border-radius: 5px;
  flex: 0 auto;
  order: 1;
  align-self: baseline;
  width: 12ch;
  height: 4ch;
  margin: 1.5em 1.5em 1.5em auto;
  padding: .6em;
  font-size: 14px;
  display: block;
  position: relative;
}

.product-detail-button:hover {
  background-color: #44affc;
}

.product-info {
  text-align: justify;
  text-transform: none;
  word-break: normal;
  height: calc(100% - 40px);
  overflow: visible;
}

.product-image {
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: cover;
  height: 100%;
  padding-right: 0;
  display: inline-block;
  overflow: hidden;
}

.product-heading {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.section_product {
  background-color: var(--white);
  direction: ltr;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.combined-navbar {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.combined-navbar.header {
  position: fixed;
}

.product-name {
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
}

.container-10 {
  max-width: 80%;
}

.container-11 {
  width: 100%;
  max-width: 80%;
}

.body-default {
  font-family: var(--body-default-font);
}

.heading_centered {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  text-align: center;
  width: auto;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.contact-us {
  aspect-ratio: 2;
  flex-flow: row;
  width: 70%;
  min-height: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.container.first-section {
  margin-top: var(--navbar-height-double);
}

.pharm-companies-block {
  text-align: center;
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  padding: 1rem 0;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.companies-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: block;
  position: relative;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: block;
}

.clients-quote {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.company-flexbox {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  place-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.company-image {
  text-align: center;
  flex: 40%;
  order: 0;
  align-self: auto;
  max-width: 40%;
}

.container-13 {
  height: 100%;
}

.code-embed {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.columns {
  aspect-ratio: auto;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section_default {
  height: max-content;
  margin-top: 0;
  padding: 2rem 1em;
}

.column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #036e0f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.contact-info {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
}

.column-2 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-2 {
  font-size: 1rem;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading.text-block {
  text-align: justify;
  width: auto;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.product-wrapper {
  width: 30%;
  margin-right: 5%;
}

.product-block {
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 45%;
  justify-content: space-between;
  align-items: stretch;
  max-width: 400px;
  max-height: none;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
}

.product-block:hover {
  mix-blend-mode: darken;
  box-shadow: 0 2px 5px #0003;
}

.product-image-two {
  object-fit: scale-down;
  flex: 0 20%;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-info-block {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.product-image-container {
  aspect-ratio: auto;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
}

.dropdown {
  height: var(--navbar-height);
}

.navbar-new {
  height: var(--navbar-height);
  width: 100%;
}

.text-block-3 {
  text-align: left;
  font-size: 1rem;
}

.link {
  text-decoration: none;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.section_company {
  background-color: var(--white);
  direction: ltr;
  border-radius: 15px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.text-block-4 {
  text-align: center;
}

.heading-2 {
  text-align: center;
  background-color: #00ff09;
  border-radius: 10px;
  justify-content: center;
  width: auto;
  max-width: 1350px;
  padding-top: 0;
  display: flex;
}

.company-grid {
  box-sizing: border-box;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template: "." 1fr
                 "." 1fr
                 "." 1fr
                 "." 1fr
                 / 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  place-items: center;
  width: 100%;
  margin-top: 2rem;
  display: grid;
  position: relative;
}

.company-image-2 {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.company-link-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.first-section_double-navbar {
  margin-top: var(--navbar-height-double);
  margin-bottom: 3rem;
}

.body {
  font-family: var(--body-default-font);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  justify-content: flex-start;
  width: 310px;
  margin-bottom: 2rem;
  padding: 1em 2em;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 3rem 2rem 2rem;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 40%;
  max-width: 300px;
  margin-top: 0;
}

.div-block {
  float: right;
}

.company-image-indiv {
  float: right;
  border: 5px solid #eeeff1;
  border-radius: 10px;
  width: 40%;
  max-width: 350px;
  margin-bottom: 1rem;
  margin-left: 2rem;
  display: block;
  position: static;
}

.text-block-5 {
  text-align: justify;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3rem;
}

.section-4 {
  background-color: #f5f7fa;
}

.section-default {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tabs {
  text-align: center;
}

.section-5 {
  margin-bottom: 3rem;
}

.link-block {
  flex: 0 auto;
}

.body-2 {
  font-family: var(--body-default-font);
}

.tabs-2 {
  text-align: center;
}

.tabs-3 {
  margin-bottom: 3rem;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  place-content: center;
  min-height: 200px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.container-16 {
  margin-top: 70px;
}

.heading-4 {
  text-align: center;
  background-color: #00ff08;
}

.heading-5 {
  text-align: center;
  background-color: #00ff08;
  margin-top: 0;
}

.image-6 {
  padding-right: 0;
}

.div-block-2 {
  text-align: center;
}

.image-7 {
  vertical-align: baseline;
  min-height: 0;
}

.div-block-3 {
  text-align: left;
  margin-bottom: 60px;
  margin-right: 400px;
}

.link-2 {
  margin-left: 0;
  display: block;
}

.link-3 {
  align-items: stretch;
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
}

.text-block-6 {
  margin-bottom: 10px;
  margin-left: 0;
}

.link-block-2 {
  text-align: center;
  height: auto;
  max-height: none;
  padding-top: 50px;
}

.image-8 {
  aspect-ratio: auto;
  text-align: left;
}

.image-9 {
  margin-top: 40px;
  padding-top: 0;
}

.link-block-3 {
  text-align: center;
}

.link-block-4 {
  text-align: center;
  padding-top: 20px;
}

.container-17 {
  max-width: 940px;
  max-height: 300px;
}

.div-block-4 {
  text-align: left;
  margin-bottom: 60px;
}

.image-10 {
  width: 100%;
}

.div-block-5 {
  text-align: left;
  margin-bottom: 60px;
}

.section-6 {
  margin-bottom: 60px;
}

.image-11 {
  box-sizing: border-box;
  text-align: left;
  vertical-align: baseline;
  width: auto;
  max-width: none;
}

.slider {
  justify-content: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.icon {
  display: block;
}

.slide {
  max-width: 50%;
}

.slide-nav {
  display: block;
}

.image-12 {
  float: none;
  text-align: left;
  justify-content: flex-start;
  max-width: 23%;
  padding-left: 0;
  display: inline-block;
}

.div-block-6 {
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: justify;
    padding-left: 3rem;
    padding-right: 0;
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.nav-dropdown {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link.hidden-mobile-nav-link {
    display: block;
  }

  .footer-container {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    max-width: 728px;
    display: block;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .footer-divider-bottom {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .footer-divider-top {
    background-color: #036e0f;
    height: 20px;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-right-column {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-6 {
    max-width: 728px;
  }

  .nav-menu {
    background-color: var(--navbar-background-colour);
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .product-container {
    flex-flow: wrap;
    flex: 0 50%;
    order: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .product-info {
    height: auto;
  }

  .container {
    max-width: 700px;
  }

  .container.contact-us {
    flex-flow: row;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-12 {
    max-width: 728px;
  }

  .code-embed {
    height: 100%;
  }

  .columns {
    flex-flow: wrap;
  }

  .section_default {
    justify-content: flex-start;
    padding-top: 3em;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .heading {
    font-size: 1.5rem;
  }

  .contact-info {
    font-size: 1rem;
  }

  .container-14 {
    max-width: 728px;
  }

  .product-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .product-block {
    flex-basis: 45%;
  }

  .dropdown {
    margin-left: 2rem;
    padding-left: 1rem;
    display: block;
    position: static;
  }

  .dropdown.hidden-mobile-nav-dropdown {
    display: none;
  }

  .container-15 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand.w--current {
    margin-left: 1em;
  }

  .footer-container {
    flex-flow: column;
    display: block;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    flex: 0 auto;
    align-items: center;
  }

  .footer-title {
    text-align: left;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider-bottom {
    margin-top: 60px;
  }

  .text-block {
    float: none;
  }

  .grid {
    margin-top: 40px;
  }

  .product-right-column {
    height: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .nav-menu {
    position: relative;
    right: auto;
  }

  .product-left-column {
    height: auto;
  }

  .container {
    max-width: 500px;
  }

  .container.contact-us {
    aspect-ratio: auto;
  }

  .pharm-companies-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .company-flexbox {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

  .section_default {
    height: auto;
  }

  .column-2 {
    min-height: 350px;
  }

  .text-block-2 {
    text-align: center;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .product-block {
    flex-basis: 80%;
  }

  .text-block-3 {
    text-align: center;
  }

  .company-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

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

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button-primary-2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .company-image-indiv {
    float: none;
    clear: none;
    width: 100%;
    min-width: 300px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-bottom: 1rem;
  }

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

  .link-block-4 {
    margin-bottom: 0;
  }

  .container-17 {
    max-height: 450px;
    margin-bottom: 0;
  }

  .section-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-7 {
    text-align: left;
    justify-content: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-7 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand.w--current {
    margin-left: 1em;
  }

  .nav-link {
    text-align: left;
    border: 1px solid #ddd;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .nav-link.hidden-mobile-nav-link {
    text-align: left;
    height: auto;
    overflow: visible;
  }

  .footer-container {
    max-width: none;
  }

  .footer-content {
    flex-flow: wrap;
  }

  .footer-title {
    text-align: center;
  }

  .container-2 {
    flex-flow: wrap;
    justify-content: center;
  }

  .text-block {
    text-align: justify;
    font-size: .8rem;
    font-weight: 400;
    line-height: 20px;
  }

  .product-right-column {
    order: 0;
    align-self: auto;
  }

  .container-6 {
    max-width: none;
  }

  .flexbox {
    overflow: visible;
  }

  .product-container {
    flex: 0 100%;
    max-height: 50vh;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.contact-us {
    width: 90%;
  }

  .container-12 {
    max-width: none;
  }

  .clients-quote {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .company-flexbox {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .code-embed {
    min-height: 100%;
  }

  .column {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-info {
    font-size: 1rem;
  }

  .text-block-2 {
    text-align: center;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading.text-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .product-block {
    flex-basis: 100%;
  }

  .heading-2 {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: .5em;
    padding-right: .5px;
  }

  .company-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .company-image-2.company-image-last-row {
    width: 80%;
  }

  .container-15 {
    max-width: none;
  }

  .button-primary-2 {
    width: 280px;
  }

  .company-image-indiv {
    min-width: 200px;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    min-height: 200px;
  }

  .div-block-3 {
    margin-right: 20px;
  }

  .container-17 {
    max-height: 700px;
  }

  .section-7 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-e6d00bcc-4890-4a7b-f991-617a0de5eb1d-0de5eb19, #w-node-e6d00bcc-4890-4a7b-f991-617a0de5eb2d-0de5eb19, #w-node-_73cf6201-7a33-44e2-fece-fc4327ff6cce-4085fb27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f560bd4-293d-a8c4-3b04-01db60c9064b-4085fb27, #w-node-_5d618b8d-9e06-fa18-c5cd-95daf8e1965e-4085fb27, #w-node-_196b8c55-906e-a7fa-8d0f-b6e18691e70d-4085fb27, #w-node-_5f491bd2-23b0-0f23-8eb9-1b6cac6f09db-4085fb27, #w-node-ef2ac3d6-0f61-34ce-59af-6d17e078e5bc-4085fb27, #w-node-_0b725e52-de35-6016-a6fc-9d45181dacb6-4085fb27, #w-node-_248ca771-6f7f-1fd5-1f59-7a640f46a12e-4085fb27, #w-node-db6494c8-b608-0497-a932-7b7a7391c847-4085fb27, #w-node-_6804d5e1-0e3e-7d7b-7b15-430c3ba6d5ea-4085fb27, #w-node-d945b22e-959c-6dcf-be38-da12aa9f9e12-4085fb27, #w-node-_1f1685b8-2790-f597-7d16-913444667798-4085fb27, #w-node-_9810ce3b-c93c-22af-e9cf-94056b2f37d2-4085fb27, #w-node-ef2ac3d6-0f61-34ce-59af-6d17e078e5bb-4085fb27 {
  place-self: center;
}

#w-node-_4f401af9-7e45-4f62-0bae-179db1b5066a-09044286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  place-self: auto;
}

#w-node-_4f401af9-7e45-4f62-0bae-179db1b5066b-09044286 {
  grid-row: span 2 / span 2;
}

#w-node-c69b01e6-59ff-986d-239d-30a2b290db86-09044286 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-c69b01e6-59ff-986d-239d-30a2b290db87-09044286 {
  grid-row: span 2 / span 2;
}

#w-node-_6b7f929e-3021-905b-1ceb-7885513d0970-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0971-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0972-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0973-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0974-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0975-9d74a966, #w-node-_58e132c9-2b23-e897-2349-8856219a423a-9d74a966, #w-node-_58e132c9-2b23-e897-2349-8856219a426b-9d74a966, #w-node-_58e132c9-2b23-e897-2349-8856219a429c-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0970-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0971-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0972-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0973-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0974-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0975-8192ef64, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0970-64990571, #w-node-c715df50-2706-8723-bc90-f4a3651c5315-64990571 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c715df50-2706-8723-bc90-f4a3651c531b-64990571 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_6b7f929e-3021-905b-1ceb-7885513d0973-9d74a966, #w-node-_6b7f929e-3021-905b-1ceb-7885513d0973-8192ef64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


