:root {
  --charcoal: #433933;
  --evergreen: #779d7c;
  --white: white;
  --smoke: #fafafa;
  --mint-light: #f1f5e9;
  --sky-light: #e9f5f5;
  --deep-green: #2f936f;
  --borders: #dbdbdb;
  --wood: #c6a673;
  --brown-stone: #f7f4f0;
  --sand-light: #f5eee9;
  --evergreen-light: #dfe6e0;
  --trt-deep-blue: #0f2535;
  --trt-light-blue: #f4f9fc;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--charcoal);
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: -.015em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  color: var(--charcoal);
  letter-spacing: -.025em;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65em;
}

a {
  color: var(--evergreen);
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 8px;
  font-size: 16px;
}

img {
  height: 100%;
  display: inline-block;
}

.primary-cta {
  background-color: var(--charcoal);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: box-shadow .2s, transform .2s;
}

.primary-cta:hover {
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px #1620191a;
}

.primary-cta.nav {
  padding-left: 30px;
  padding-right: 30px;
}

.medvi-header-logo {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 140px;
  padding-left: 0;
}

.medvi-header-logo.footer-placement {
  padding-left: 0;
}

.semi-bold {
  font-weight: 600;
}

.hero-photo {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.evergreen {
  color: var(--evergreen);
}

.list-item-text {
  text-align: left;
}

.list-item-text.large {
  font-size: 16px;
  font-weight: 600;
}

.logo-image {
  min-width: 70px;
  max-width: 125px;
  height: auto;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.navbar_hamburger-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.navbar_hamburger-line._1, .navbar_hamburger-line._2 {
  background-color: var(--charcoal);
}

.header-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.blackout {
  z-index: 80;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.sidebar-dropdown-link {
  color: var(--charcoal);
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  background-color: var(--smoke);
}

.sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
  display: none;
}

.cta-wrapper {
  flex-direction: column;
  display: flex;
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.menu-divider {
  background-color: var(--charcoal);
  opacity: .05;
  align-self: center;
  width: 100%;
  min-height: 4px;
  max-height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: none;
}

.slideout-menu {
  z-index: 100;
  grid-row-gap: 4px;
  background-color: var(--white);
  overscroll-behavior: none;
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  width: 400px;
  padding-bottom: 20px;
  position: fixed;
  inset: 20px 0 20px auto;
  overflow: auto;
  box-shadow: 0 0 80px 20px #0000004d;
}

.slideout-menu.initial-state {
  margin-right: -400px;
  display: none;
}

.in-nav-text-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.143em;
}

.in-nav-text-link.sidebar-dropdown-text {
  font-size: 16px;
  font-weight: 500;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #6c72ff;
}

.dropdown-toggle.sidebar-dropdown {
  grid-column-gap: 20px;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle.sidebar-dropdown:hover {
  opacity: .75;
  color: var(--charcoal);
}

.dropdown-toggle.sidebar-dropdown.w--open {
  color: #6c72ff;
}

.cta-section {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
}

.flex {
  display: flex;
}

.navigation {
  z-index: 0;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.right-arrow-icn {
  height: 32px;
  padding: 10px 12px;
}

.anchor-links {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.anchor-links:hover {
  opacity: .5;
  color: var(--charcoal);
}

.menu-logo {
  width: 100%;
  max-width: 80px;
  height: auto;
}

.product-item {
  background-color: var(--smoke);
  color: var(--charcoal);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  text-decoration: none;
}

.product-item.mint-bg {
  background-color: var(--mint-light);
}

.product-item.sky-bg {
  background-color: var(--sky-light);
}

.product-item.new-stone-bg {
  background-color: #eeece7;
}

.product-card {
  z-index: 1;
  height: 100%;
  padding: 14px;
  position: relative;
}

.product-img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-image {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.product-name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.product-tag {
  background-color: var(--white);
  text-align: left;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 14px;
}

.product-tag.rx {
  background-color: var(--white);
}

.product-tag.popular {
  background-color: #a9ffcb;
}

.in-nav-pill-bottle {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-price {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.product-price.gray {
  opacity: .5;
}

.menu-header {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  margin-bottom: 10px;
  padding: 20px 18px 20px 28px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), color .3s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: auto;
}

.menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overscroll-behavior: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-product-slider {
  scrollbar-width: none;
  width: auto;
  padding: 10px 18px 10px 28px;
  overflow: auto;
}

.section {
  margin-top: -56px;
  padding-top: 206px;
  position: relative;
}

.section.no-margins-paddings {
  margin-top: 0;
  padding-top: 0;
}

.section-paragraph {
  margin-bottom: 0;
  font-size: 1.2em;
}

.slider-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 280px;
  display: inline-flex;
  overflow: auto;
}

.callout-features {
  max-width: 100%;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -1px;
  margin-right: -1px;
}

.feature-block {
  background-color: var(--white);
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  padding: 40px;
  display: flex;
}

.features-icon {
  width: auto;
  max-width: 48px;
  height: 38px;
  margin-right: 20px;
}

.footer-container {
  max-width: 1500px;
  padding: 80px 30px 60px;
}

.footer-header {
  z-index: 0;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.contact-block {
  background-color: var(--smoke);
  border-radius: 50px;
  align-items: center;
  min-width: 220px;
  padding: 20px 30px;
  display: flex;
}

.footer-contact-icon {
  min-width: 26px;
  max-width: 26px;
  max-height: 26px;
  margin-right: 12px;
}

.legal-notes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.legal-title {
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.legal-links-container {
  display: flex;
}

.copyright {
  font-size: 12px;
  font-weight: 600;
}

.image-5 {
  text-align: center;
  width: 140px;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-link {
  color: var(--charcoal);
  border-right: 1px solid #ddd;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  text-decoration: none;
}

.legal-link.no-link-line {
  border-right-style: none;
  border-right-width: 0;
  padding-right: 0;
}

.footer-bottom-2 {
  border-top: 1px #ddd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero---navigation {
  max-width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.hero---navigation:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc) {
  z-index: 10;
  background-color: var(--white);
  margin-top: -84px;
  position: fixed;
  top: 0%;
}

.company-links {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.company-links:hover {
  opacity: .5;
  color: var(--charcoal);
}

.icon-link {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nostyle-link {
  color: var(--charcoal);
  font-weight: 400;
  text-decoration: none;
}

.nostyle-link.semi-bold {
  font-weight: 600;
}

.gs-page {
  width: 100%;
  position: relative;
}

.gs-logo {
  z-index: 10;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 50px auto auto 50px;
}

.gs-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 200px 20%;
  display: flex;
}

.gs-content.gs-widthcut-right {
  padding-right: 40%;
}

.gs-content.gs-widthcut-left {
  padding-left: 40%;
}

.gs-content.gs-centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.gs-content.gs-top-centered {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.gs-content.gs-top-centered.syringe-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gs-content.tight-spacing {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  padding-left: 15%;
  padding-right: 15%;
}

.gs-title {
  letter-spacing: -.02em;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1em;
}

.gs-title.gs-first-page---white {
  color: var(--white);
  font-size: 2.75vw;
}

.gs-title.gs-first-page---white.green {
  font-size: 40px;
}

.gs-paragraph {
  font-size: 20px;
  line-height: 1.6em;
}

.gs-green {
  color: var(--deep-green);
}

.gs-graphic {
  height: 80px;
  margin-bottom: -15px;
}

.gs-graphic.toc {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.gs-semi-bold {
  font-weight: 600;
}

.gs-semi-bold.gs-italics {
  font-style: italic;
}

.gs-bubble-steps {
  background-color: var(--deep-green);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.gs-phone-a {
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  max-height: 1150px;
  margin-left: -90%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.gs-icon {
  height: 100%;
  display: flex;
}

.gs-icon.checkmark {
  height: 100%;
}

.gs-card {
  background-color: #f5f5f5;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 26vw;
  display: flex;
  overflow: hidden;
}

.gs-card.stacked-slices {
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  max-width: 800px;
  min-height: 180px;
  display: flex;
}

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  max-width: 800px;
}

.grid.stacked-slices {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gs-content-tight {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.gs-card-content {
  text-align: center;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 30px;
  display: flex;
}

.gs-card-content.no-icon {
  padding-top: 30px;
}

.gs-card-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}

.gs-first-page {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.gs-first-page-content {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 48%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  display: flex;
}

.image-12, .gs-first-page-logo {
  width: 100%;
}

.gs-first-paragraph {
  font-size: 1.7vw;
  line-height: 1.4em;
}

.gs-last-updated {
  font-weight: 600;
}

.gs-first-customer-support {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.gs-customer-support {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 250px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.gs-card-photo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 15vw;
  display: flex;
  position: relative;
}

.gs-card-photo.fp-1, .gs-card-photo.fp-2 {
  background-image: url('../images/face-photo-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.fp-2 {
  background-image: url('../images/face-photo-02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.fp-3 {
  background-image: url('../images/face-photo-03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.fp-4 {
  background-image: url('../images/face-photo-04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.dr-ana {
  background-image: url('../images/Dr-Ana.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.dr-david {
  background-image: url('../images/Dr-David.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.dr-kelly {
  background-image: url('../images/Dr-Kelley.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.dr-tzvi {
  background-image: url('../images/Dr-Tzvi.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.cpd-1 {
  background-image: url('../images/img-1-submit-proof.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.cpd-2 {
  background-image: url('../images/img-2-upload-docs.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.cpd-3 {
  background-image: url('../images/img-3-approval.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.cpd-4 {
  background-image: url('../images/img-4-email-us.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.img-a1c {
  background-image: url('../images/img-a1c.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.img-tsh {
  background-image: url('../images/img-tsh.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.img-cmp {
  background-image: url('../images/img-cmp.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo.img-lipid-panel {
  background-image: url('../images/img-lipid-panel.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-circle-holder {
  background-color: #f5f5f5;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90px;
  height: 90px;
  margin-bottom: -50px;
  padding: 24px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.gs-card-icon.offset-01 {
  margin-left: 6px;
}

.gs-card-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.gs-checklist {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.gs-checklist._70-gap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.gs-checklist.tighter {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.gs-list-items {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gs-list-items.special-callout {
  background-color: #2f936f;
  border-radius: 1000px;
  max-width: 520px;
  height: 70px;
  margin-left: -40px;
  padding-left: 40px;
}

.gs-list-items.special-callout.on-white {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: 0;
  padding-left: 0;
}

.gs-list-items.align-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.gs-checkmark {
  width: 36px;
  height: 30px;
}

.gs-checkmark.small {
  height: 22px;
}

.gs-list-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gs-list-content.white {
  color: var(--white);
  width: 100%;
}

.gs-list-content.white.on-white {
  width: auto;
}

.gs-list-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.gs-list-title.charcoal {
  color: var(--charcoal);
  font-weight: 600;
}

.gs-list-title.bold-callout {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.gs-list-title.green-checkmark-bubble {
  margin-bottom: 0;
}

.gs-list-paragraph {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.gs-list-paragraph.charcoal {
  color: var(--charcoal);
}

.gs-page-divider {
  background-color: #e4e4e4;
  height: 10px;
}

.gs-w-60 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.gs-w-60.gs-gradient {
  background-image: linear-gradient(#215346, #112212);
}

.gs-w-40 {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.gs-w-40.gs-gradient {
  background-image: linear-gradient(#215346, #112212);
}

.gs-full-image {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.gs-full-image.it-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p3-med-bag.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p10-doctor-and-clipboard.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p9-doctor-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p12-oral-sema.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p13-oral-tirz.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p15-close-up-syringe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p16-other-medications.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p18-help.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-p19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/p19-refill-rx.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-previous-labs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/img-previous-labs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-checklist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/img-checklist.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-full-image.img-doctor-women-laptop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/img-women-doc-on-laptop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gs-container {
  min-height: 1400px;
  display: flex;
  overflow: hidden;
}

.gs-container.gs-hero-backsplash {
  background-image: url('../images/p1-women-green-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}

.gs-container.gs-flex-stack {
  flex-flow: column;
  justify-content: space-between;
}

.gs-phone-b {
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  max-height: 1150px;
  margin-right: -90%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.gs-w-50 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.gs-w-50.gs-gradient {
  background-image: linear-gradient(#215346, #112212);
}

.gs-w-100-h-90 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gs-h-10 {
  background-image: url('../images/p3-med-bag.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  display: flex;
}

.gs-subheading {
  margin-top: -30px;
  margin-bottom: -10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

.syringe-unit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.syringe {
  height: 50vh;
  max-height: 686px;
  margin-left: auto;
  margin-right: auto;
}

.syringe-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.syringe-levels {
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

.syringe-amounts {
  font-size: 24px;
  font-weight: 600;
}

.img-syringe {
  height: 100%;
  display: block;
}

.syringe-slider {
  grid-column-gap: 20px;
  scrollbar-width: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: inline-flex;
  overflow: auto;
}

.gs-w-20 {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.gs-info-slices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gs-info-slice-a {
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  display: flex;
}

.gs-line-divider {
  background-color: var(--borders);
  width: 1px;
  margin: -10px 20px;
}

.gs-16-semibold {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

.gs-16-semibold.centered {
  text-align: center;
}

.gs-list-number {
  color: var(--deep-green);
  width: 55px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.gs-info-slice-b {
  background-color: #f7f7f7;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 2.5vw 2vw 2vw;
  display: flex;
}

.div-block-21 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gs-white-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 210px;
  padding: 30px;
  display: flex;
}

.gs-connector {
  z-index: 10;
  background-color: var(--deep-green);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  inset: auto;
}

.text-block-3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.gs-white-block-text {
  color: var(--charcoal);
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.gs-card-slice-content {
  text-align: left;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 50px 40px 40px;
  display: flex;
}

.gs-card-photo-slices {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  position: relative;
}

.gs-card-photo-slices.img-labquest {
  background-image: url('../images/img-lab-quest.jpg');
  background-position: 50%;
  background-size: cover;
}

.gs-card-photo-slices.img-newyork {
  background-image: url('../images/img-new-york.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-card-photo-slices.img-homekits {
  background-image: url('../images/img-home-kit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gs-info-box {
  background-color: #f5f5f5;
  border-radius: 40px;
  width: 100%;
  padding: 50px;
  position: relative;
}

.gs-corner-info-icn {
  width: 80px;
  margin-top: -30px;
  margin-left: -30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-14 {
  width: 100%;
}

.gs-bottle-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 1050px;
  margin-bottom: -15px;
  display: flex;
}

.image-15, .image-16 {
  height: auto;
}

.gs-toc-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.gs-anchor-links {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--charcoal);
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.gs-toc-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.gs-toc-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.gs-toc-text {
  font-size: 1.5em;
  line-height: 1em;
}

.gs-toc-icon-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gs-toc-arrow {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: auto 0 auto auto;
  display: block;
}

.gs-toc {
  z-index: 20;
  background-color: var(--white);
  border-radius: 0 0 50px 50px;
  margin-top: -680px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px;
  display: none;
  position: fixed;
  box-shadow: 0 20px 100px 20px #0003;
}

.gs-page-wrapper {
  filter: none;
  position: relative;
}

.gs-toc-menu {
  z-index: 30;
  background-color: var(--white);
  border-radius: 80px;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  position: fixed;
  inset: auto auto 0%;
}

.gs-shadow {
  opacity: .5;
  background-image: linear-gradient(#0000, #000000e6);
  width: 100%;
  height: 150px;
  position: fixed;
  inset: auto 0% 0%;
}

.gs-contact-block {
  background-color: var(--smoke);
  border-radius: 50px;
  align-items: center;
  min-width: 240px;
  padding: 16px 30px;
  display: flex;
}

.gs-toc-close {
  z-index: 40;
  background-color: var(--white);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  padding: 24px;
  display: none;
  position: fixed;
  inset: auto auto 0%;
}

.gs-blackout {
  z-index: 1;
  opacity: 0;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

@media screen and (max-width: 991px) {
  .medvi-header-logo.footer-placement {
    align-self: flex-start;
  }

  .logo-image {
    min-width: 100%;
    max-width: 100px;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .cta-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding-top: 116px;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .features-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-icon {
    max-width: 40px;
  }

  .footer-container {
    padding-bottom: 40px;
  }

  .footer-header {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .footer-ctas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
  }

  .legal-links-container {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 60px;
  }

  .footer-bottom-2 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
  }

  .hero---navigation {
    margin-top: 30px;
  }

  .gs-page {
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
  }

  .gs-logo {
    padding: 15px;
    top: 30px;
    left: 30px;
  }

  .gs-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
  }

  .gs-content.gs-widthcut-right {
    padding-right: 80px;
  }

  .gs-content.gs-widthcut-left {
    padding-left: 80px;
  }

  .gs-content.gs-top-centered {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    padding-bottom: 40px;
  }

  .gs-content.gs-top-centered.syringe-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .gs-content.tight-spacing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .gs-title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 3.2em;
    line-height: 1em;
  }

  .gs-title.gs-first-page---white {
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
  }

  .gs-paragraph {
    font-size: 1.8em;
  }

  .gs-green {
    display: inline;
  }

  .gs-graphic {
    height: 100px;
    margin-bottom: 0;
  }

  .gs-graphic.steps {
    height: 55px;
  }

  .gs-bubble-steps {
    padding: 16px 20px;
    font-size: 1.5em;
  }

  .gs-phone-a {
    height: 100%;
    max-height: 100%;
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .image-11 {
    width: 400px;
    height: auto;
  }

  .gs-card {
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    max-width: 440px;
  }

  .gs-card.stacked-slices {
    max-width: 100%;
    min-height: 250px;
  }

  .grid.stacked-slices {
    width: 100%;
    max-width: 100%;
  }

  .gs-content-tight {
    justify-content: center;
    align-items: center;
    padding: 0 80px 80px;
  }

  .gs-card-content {
    padding: 50px 40px 40px;
  }

  .gs-card-title {
    margin-bottom: 12px;
    font-size: 1.5em;
  }

  .gs-first-page {
    width: 100%;
    max-width: 100%;
    min-height: 600px;
  }

  .gs-first-page-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 51%;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 110px;
    padding-left: 80px;
  }

  .gs-first-page-logo {
    width: 50vw;
    margin-bottom: 30px;
  }

  .gs-first-paragraph {
    font-size: 1.8em;
  }

  .gs-last-updated {
    margin-bottom: 0%;
  }

  .gs-first-customer-support {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 1.4em;
  }

  .gs-customer-support {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
  }

  .gs-card-photo {
    height: 280px;
  }

  .gs-card-text {
    font-size: 1.25em;
  }

  .gs-checklist {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 40px;
  }

  .gs-list-items.align-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .gs-list-title {
    font-size: 2em;
  }

  .gs-list-paragraph {
    font-size: 1.5em;
  }

  .gs-list-paragraph.mtm {
    margin-top: 20px;
  }

  .gs-w-60, .gs-w-40 {
    width: 100%;
    height: 100%;
  }

  .gs-w-40.gs-gradient.gs-phone {
    max-height: 400px;
  }

  .gs-full-image {
    min-height: 400px;
  }

  .gs-full-image.it-1 {
    background-position: 50% 80%;
    max-height: 600px;
  }

  .gs-full-image.img-p10 {
    background-position: 50%;
    max-height: 600px;
  }

  .gs-full-image.img-p8 {
    background-position: 50% 30%;
    max-height: 600px;
  }

  .gs-full-image.img-p12, .gs-full-image.img-p13 {
    background-position: 50% 80%;
    min-height: 5vh;
  }

  .gs-full-image.img-p15 {
    background-position: 50%;
    max-height: 600px;
  }

  .gs-full-image.img-p16 {
    background-position: 50% 80%;
    max-height: 600px;
  }

  .gs-full-image.img-p18 {
    background-position: 50%;
    max-height: 600px;
  }

  .gs-full-image.img-p19, .gs-full-image.img-previous-labs {
    background-position: 50% 80%;
    max-height: 600px;
  }

  .gs-full-image.img-checklist, .gs-full-image.img-doctor-women-laptop {
    background-position: 50%;
    max-height: 600px;
  }

  .gs-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    min-height: 100%;
  }

  .gs-container.gs-hero-backsplash {
    background-position: 36%;
  }

  .gs-container.flip {
    flex-flow: wrap-reverse;
  }

  .gs-container.gs-flex-stack {
    height: 100%;
  }

  .gs-phone-b {
    height: 100%;
    max-height: 100%;
    margin-top: 460px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .gs-w-50 {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gs-w-100-h-90 {
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 100%;
  }

  .gs-h-10 {
    width: 100%;
    height: 5vh;
  }

  .gs-subheading {
    margin-top: -20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 2.2em;
  }

  .syringe-unit {
    width: 376px;
    min-width: 260px;
    height: 100%;
    position: relative;
  }

  .syringe {
    height: 550px;
  }

  .syringe-levels {
    font-size: 1.4em;
  }

  .syringe-amounts {
    font-size: 2em;
  }

  .syringe-slider {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: stretch center;
    max-width: 1790px;
    padding: 30px 0 70px;
  }

  .gs-w-20 {
    width: 100%;
    height: 100%;
  }

  .gs-info-slice-a {
    padding: 40px;
  }

  .gs-16-semibold {
    font-size: 1.75em;
  }

  .gs-list-number {
    font-size: 5em;
  }

  .div-block-20 {
    padding: 50px 40px;
  }

  .div-block-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gs-white-block {
    padding: 50px 40px;
  }

  .gs-connector {
    padding: 20px;
  }

  .text-block-3 {
    font-size: 2em;
  }

  .gs-white-block-text {
    font-size: 1.5em;
  }

  .grid-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .gs-card-slice-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gs-info-box {
    border-radius: 50px;
  }

  .gs-bottle-image {
    justify-content: center;
    align-items: flex-start;
    max-height: 540px;
  }

  .gs-toc-menu {
    margin-top: 30px;
    margin-right: 30px;
    inset: 0% 0% auto auto;
  }

  .gs-shadow {
    display: none;
  }

  .gs-toc-close {
    margin-top: 30px;
    margin-right: 30px;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .primary-cta {
    width: 100%;
  }

  .evergreen {
    display: inline-block;
  }

  .list-item-text.large {
    font-size: 14px;
    line-height: 18px;
  }

  .logo-image {
    max-width: 60px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .slideout-menu {
    top: 0;
    bottom: 0;
  }

  .cta-section {
    margin-top: 20px;
  }

  .section-paragraph {
    font-size: 14px;
    line-height: 1.5em;
  }

  .slider-container {
    text-align: center;
  }

  .feature-block {
    padding: 20px;
  }

  .footer-container {
    padding-top: 60px;
  }

  .footer-ctas {
    padding-left: 60px;
  }

  .hero---navigation {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .gs-logo {
    padding: 6px 10px 10px;
    top: 20px;
    left: 20px;
  }

  .gs-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 60px;
    padding-right: 60px;
  }

  .gs-content.gs-widthcut-right {
    padding-right: 60px;
  }

  .gs-content.gs-widthcut-left {
    padding-left: 60px;
  }

  .gs-content.tight-spacing {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gs-title {
    font-size: 3em;
  }

  .gs-paragraph {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .gs-graphic {
    height: 80px;
  }

  .gs-graphic.toc {
    width: 30px;
    height: 30px;
  }

  .gs-card {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 430px;
  }

  .gs-card.stacked-slices {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .gs-content-tight {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    padding: 0 40px 40px;
  }

  .gs-card-content {
    padding-top: 45px;
  }

  .gs-first-page {
    min-height: 300px;
  }

  .gs-first-page-content {
    max-width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
  }

  .gs-first-paragraph {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .gs-checklist._70-gap, .gs-checklist.tighter, .gs-list-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gs-list-items.special-callout {
    width: 340px;
    height: 65px;
  }

  .gs-list-items.special-callout.on-white {
    height: 65px;
  }

  .gs-list-items.align-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gs-checkmark {
    width: 30px;
  }

  .gs-list-title {
    font-size: 1.4em;
  }

  .gs-list-paragraph {
    font-size: 1.25em;
  }

  .gs-list-paragraph.mtm {
    line-height: 1.4em;
  }

  .gs-full-image.it-1, .gs-full-image.img-p10, .gs-full-image.img-p8 {
    max-height: 300px;
  }

  .gs-full-image.img-p13 {
    background-position: 50% 0;
    background-size: cover;
  }

  .gs-full-image.img-p15 {
    max-height: 300px;
  }

  .gs-full-image.img-p16 {
    background-position: 50% 75%;
    max-height: 300px;
  }

  .gs-full-image.img-p18 {
    background-position: 50% 37%;
    max-height: 300px;
  }

  .gs-full-image.img-p19 {
    background-position: 50% 57%;
    max-height: 300px;
  }

  .gs-full-image.img-previous-labs {
    max-height: 300px;
  }

  .gs-full-image.img-checklist {
    background-position: 50% 29%;
    max-height: 300px;
  }

  .gs-full-image.img-doctor-women-laptop {
    background-position: 50% 37%;
    max-height: 300px;
  }

  .gs-container.gs-hero-backsplash {
    background-position: 40%;
  }

  .gs-subheading {
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .syringe-unit {
    min-width: 140px;
  }

  .syringe {
    height: 400px;
  }

  .syringe-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .syringe-levels {
    font-size: 1.2em;
  }

  .syringe-amounts {
    font-size: 1.5em;
  }

  .gs-info-slices {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gs-info-slice-a {
    padding: 30px;
  }

  .gs-16-semibold {
    font-size: 1.3em;
  }

  .gs-list-number {
    font-size: 3em;
  }

  .div-block-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-white-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gs-connector {
    padding: 10px 14px;
  }

  .text-block-3 {
    font-size: 1.5em;
  }

  .gs-white-block-text {
    font-size: 1.5em;
    line-height: 1em;
  }

  .gs-card-photo-slices {
    height: auto;
  }

  .gs-card-photo-slices.img-newyork {
    background-position: 20%;
  }

  .gs-info-box {
    border-radius: 20px;
  }

  .gs-corner-info-icn {
    width: 70px;
    margin-top: -20px;
    margin-left: -20px;
  }

  .gs-bottle-image {
    height: 100%;
  }

  .image-15, .image-16 {
    min-height: 400px;
  }

  .gs-anchor-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gs-toc-title {
    font-size: 2em;
  }

  .gs-toc-text {
    font-size: 1.3em;
  }

  .gs-toc-arrow {
    width: 14px;
    height: 14px;
  }

  .gs-toc {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gs-toc-menu, .gs-toc-close {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .primary-cta {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .primary-cta.nav {
    display: none;
  }

  .medvi-header-logo {
    max-width: 90px;
  }

  .medvi-header-logo.footer-placement {
    align-self: center;
    max-width: 100%;
  }

  .evergreen {
    display: inline-block;
  }

  .navbar-wrapper {
    height: 40px;
  }

  .slideout-menu {
    width: 90%;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding-top: 96px;
  }

  .features-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-container {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-header {
    flex-flow: column;
  }

  .footer-ctas {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .contact-block {
    width: 100%;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: flex-start;
  }

  .legal-links-container {
    grid-column-gap: 0px;
    border-bottom: 1px solid #ddd;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .copyright {
    align-self: center;
  }

  .legal-link {
    border-right-style: none;
    padding-left: 0;
  }

  .footer-bottom-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero---navigation {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-page.gs-initial-page {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gs-logo {
    top: 10px;
    left: 10px;
  }

  .gs-content {
    padding: 60px 20px;
  }

  .gs-content.gs-widthcut-right {
    padding-right: 30px;
  }

  .gs-content.gs-widthcut-left {
    padding-left: 30px;
  }

  .gs-content.gs-top-centered.syringe-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gs-content.tight-spacing {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-title {
    font-size: 2.4em;
  }

  .gs-title.gs-first-page---white {
    font-size: 10vw;
  }

  .gs-title.gs-first-page---white.green {
    padding-left: 0;
    padding-right: 0;
  }

  .gs-paragraph {
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .gs-graphic {
    height: 70px;
  }

  .gs-phone-a {
    margin-top: 360px;
  }

  .image-11 {
    vertical-align: baseline;
    height: auto;
    display: block;
  }

  .gs-card {
    width: 100%;
    height: 100%;
  }

  .gs-content-tight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-card-content {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-card-title {
    font-size: 1.3em;
  }

  .gs-first-page-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 60px auto 80px;
    padding: 40px;
  }

  .gs-first-page-logo {
    width: 70vw;
    max-width: 280px;
    margin-bottom: 10px;
  }

  .gs-first-paragraph {
    max-width: 84%;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .gs-last-updated {
    font-size: 12px;
  }

  .gs-first-customer-support {
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .gs-customer-support {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .gs-circle-holder {
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: -42px;
    padding: 20px;
  }

  .gs-card-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .gs-checklist {
    margin-left: 20px;
  }

  .gs-list-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gs-list-items.special-callout {
    width: 260px;
    height: 60px;
    margin-left: -20px;
    padding-left: 20px;
  }

  .gs-list-items.special-callout.on-white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gs-checkmark.small {
    width: 20px;
  }

  .gs-list-content.white {
    padding-right: 20px;
  }

  .gs-list-content.white.on-white {
    padding-right: 0;
  }

  .gs-list-title {
    font-weight: 600;
    line-height: 1.2em;
  }

  .gs-list-paragraph {
    font-size: 1.2em;
  }

  .gs-container.gs-hero-backsplash {
    background-color: #8cbcac;
    background-image: url('../images/p1-women-green-bg.jpg');
    background-position: 53% 15%;
    background-repeat: no-repeat;
    background-size: auto 230%;
    justify-content: center;
    align-items: center;
  }

  .gs-phone-b {
    margin-top: 360px;
  }

  .gs-subheading {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .syringe-slider {
    grid-column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-info-slice-a {
    padding: 25px 24px;
    font-size: .9em;
  }

  .gs-16-semibold {
    font-size: 1.2em;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gs-white-block {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
  }

  .gs-white-block-text {
    text-align: left;
    font-size: 1.4em;
    line-height: 1.2em;
    display: inline-flex;
  }

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

  .gs-card-slice-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-info-box {
    padding: 50px 30px;
  }

  .gs-bottle-image {
    max-height: 310px;
  }

  .gs-anchor-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gs-toc-title {
    text-align: left;
    font-size: 1.7em;
  }

  .gs-toc-text {
    font-size: 1.2em;
  }

  .gs-toc-icon-list-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .gs-toc-arrow {
    width: 12px;
    height: 12px;
    font-size: 1em;
    line-height: .5em;
  }

  .gs-toc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .gs-toc-menu {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 14px;
  }

  .gs-shadow {
    height: 90px;
  }

  .gs-contact-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .gs-toc-close {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 16px;
  }
}


