:root {
  --deep-blue: #535e7d;
  --dose-blue: #00aeef;
  --black: black;
  --dose-orange: #eb8d30;
  --white: white;
  --mediumgray: #89898d;
  --purple: #652d90;
  --dark-slate-blue: #2b3849;
  --84c441: #652d90;
  --color-2: var(--black);
  --84c441-442: #652d90;
  --dose-green-3: var(--435432);
  --color: #b96d21;
  --dose-blue-hover: #0082b3;
  --663399: #272c34;
  --435432: #435432;
  --clear: #fff0;
}

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

.block-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recaptcha-container {
  margin-bottom: 8px;
}

.flex-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.flex-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .block-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .block-container {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--deep-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  color: var(--dose-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  color: var(--black);
  margin-left: 0;
  margin-right: 72px;
  text-decoration: none;
}

a:hover {
  color: var(--dose-orange);
}

strong {
  margin-bottom: 0;
  display: inline;
}

strong:hover {
  color: var(--dose-blue);
}

.body {
  flex-direction: column;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.navbarbutton.is-current {
  flex: 1;
}

.slider {
  clear: none;
  flex-direction: column;
  flex: none;
  order: -1;
  align-items: flex-end;
  height: 80vh;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 32px;
  margin-right: 0;
  font-size: 48px;
  font-weight: 300;
  display: flex;
}

.bluebutton.learn-more {
  margin-left: 17px;
  margin-right: 83px;
  padding-left: 40px;
  padding-right: 40px;
}

.bluebutton.clicktolearnmore {
  background-color: var(--dose-blue);
  margin-left: 69px;
  margin-right: 46px;
}

.bluebutton.clicktolearnmore:hover {
  background-color: #78b4ef80;
}

.navbar {
  background-color: #fff;
  height: 75px;
  margin-left: 0;
  margin-right: -45px;
  padding-left: 79px;
  padding-right: 79px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 4px #0003;
}

.navbar.alaina {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
}

.anecdoteslider {
  background-color: #00aeef;
  height: 100%;
}

.anecdoteinset {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin: 13px auto auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonialcontainer {
  width: 100%;
  height: 396px;
  margin-top: -11px;
  padding-bottom: 65px;
}

.testimonialblock {
  background-color: #0000001a;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  margin-top: 46px;
  margin-right: -462px;
  display: flex;
}

.slidecontainer {
  background-color: var(--dose-blue);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-size: 28px;
  display: flex;
}

.specstitle.specstitleorange {
  color: #eb8d31;
  margin-top: 50px;
}

.textcontainer.textoffset {
  margin-left: 62%;
}

.textheadline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 100;
}

.textheadline.textgrayheader {
  color: #3d3d40;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 100;
}

.textheadline.textblueheadline {
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.2;
}

.textheadline.textwhiteheadline {
  color: var(--white);
}

.textheadline.employee-modal-name {
  color: var(--black);
  text-align: left;
  display: block;
}

.textbody.textgraybody {
  color: #3d3d40;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.textbody.textwhitebody {
  color: var(--white);
  font-weight: 300;
}

.footer {
  background-color: #272c33;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: static;
  overflow: visible;
}

.footer.landscape.cell {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 96px;
}

.footerrule {
  background-color: #eb8d31;
  width: 100%;
  height: 2px;
}

.gsctacontainer {
  text-align: center;
  background-color: #7800aa;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 60px;
  display: flex;
}

.gsctatext {
  color: #fff;
  max-width: 800px;
  margin: 15px auto 45px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
}

.order-button {
  background-color: #eb8d31;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.order-button.alaina {
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.order-button.alaina:hover {
  color: var(--white);
  background-color: #c96400;
}

.order-button.alaina.orderbuttonmargin {
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.order-button.alaina.orderbuttonmargin.bold-text {
  border: 3px solid var(--dose-orange);
  background-color: var(--dose-orange);
  color: var(--white);
  text-align: center;
  object-fit: none;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s, background-color .2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.order-button.alaina.orderbuttonmargin.bold-text:hover {
  color: var(--white);
  background-color: #c96400;
}

.order-button.orderbuttonorder {
  text-align: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin: 10px 0;
  padding: 19px 100px;
  font-size: 18px;
  transition: background-color .5s;
}

.order-button.orderbuttonorder:hover {
  color: var(--white);
  background-color: #c96400;
}

.order-button.orderbuttonorder.pers.monthly {
  color: var(--white);
  padding-left: 100px;
  padding-right: 100px;
  transition: background-color .5s;
}

.order-button.orderbuttonorder.pers.annual, .order-button.orderbuttonorder.pers.yearly {
  height: 30px;
}

.order-button.orderbuttonorder.pers.monthly {
  align-items: center;
  height: 30px;
  display: flex;
}

.order-button.orderbuttonorder.pers.monthly:hover {
  background-color: #c96400;
}

.footerspacer {
  width: 100%;
  height: 40px;
  margin-top: 19px;
}

.footercontainer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin: -72px auto 23px;
  display: flex;
  position: relative;
  left: 0;
}

.footerinfo {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
}

.footerinfo.alaina {
  margin-left: 0;
}

.copyrightcontainer {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.copyrightcontainer.referral {
  margin-left: 0;
}

.logolinks {
  flex-direction: column;
  display: flex;
}

.linkscontainer {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.footerlogo {
  width: 123px;
  height: 55px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footerlink {
  color: #ffffff4d;
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.footerlink.footerlinkhidden {
  display: none;
}

.footerlink.alaina {
  text-transform: uppercase;
  margin: 40px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footerlink.alaina:hover, .footerlink.alaina.is-current {
  color: var(--dose-blue);
}

.footerlink.alaina.footerlink-deprecated {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footerlink.alaina.footerlink-deprecated:hover {
  color: var(--dose-blue);
}

.copyright {
  color: #ffffff4d;
  text-align: right;
  justify-content: center;
  margin-bottom: 1px;
  font-size: 12px;
  font-style: normal;
  display: block;
}

.termslink {
  color: #ffffff4d;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}

.footeremail {
  color: #00aeef;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-2 {
  margin-left: 0;
  font-size: 18px;
  text-decoration: none;
}

.npinumber {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.npinumber.fax {
  line-height: 25px;
}

.npinumber.npi {
  font-size: 18px;
}

.blue {
  margin-left: 2px;
  margin-right: 12px;
  overflow: visible;
}

.sociallogo {
  z-index: 1;
  cursor: pointer;
  object-fit: fill;
  width: 35px;
  height: 35px;
  transition: opacity .5s;
  display: block;
  position: relative;
  overflow: visible;
}

.sociallogo:hover {
  opacity: 0;
  display: block;
}

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

.anecedote-block {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 146px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.anecdoterule {
  background-color: var(--dose-blue);
  color: var(--dose-orange);
  text-align: center;
  width: 30%;
  height: 2px;
  margin: 30px auto;
  padding-left: 0;
}

.anecdotebody {
  color: var(--deep-blue);
  text-align: center;
  width: 105%;
  margin-top: 33px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.title {
  color: #eb8d31;
  text-align: center;
  margin: 30px;
  font-size: 48px;
  font-weight: 100;
}

.serviceincludelist.remind {
  margin-top: -11px;
}

.htmlcontainer.vertpadding {
  flex-direction: column;
  margin-top: 191px;
  margin-bottom: 95px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.gsstep {
  opacity: 1;
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.gstextblock {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.gstextblock.top {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 35px 25px 59px;
}

.gstitletext {
  color: var(--dose-blue);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  font-weight: 300;
  display: flex;
}

.gstitletext.pdf {
  color: var(--dose-blue);
}

.gsbodytext {
  color: var(--deep-blue);
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 55px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.gsbutton {
  background-color: #78b4efb5;
  border: 2px solid #00aeef;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 700;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.gsbutton:hover {
  color: var(--white);
  background-color: #00aeef;
}

.gsbutton.pdf {
  height: 100%;
  margin-right: 196px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.textblueheadline {
  color: #00aeef;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.textblueheadline.textheadlineterms {
  font-size: 68px;
}

.referralsubheader {
  color: #666;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.referralsubheader strong {
  color: #eb8d31;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

.linkreset {
  margin-left: 0;
}

.bodydark-1 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.termstext {
  align-self: stretch;
  font-size: 16px;
}

.slideshowtitlecontainer.slideshowtitlecontainermobile {
  display: none;
}

.slide {
  max-width: none;
}

.bodymain {
  background-color: var(--dark-slate-blue);
  color: #fff;
  object-fit: contain;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.bodymain.alaina {
  flex-direction: column;
  display: flex;
}

.bodymain.bodywhite {
  background-color: var(--white);
}

.bodymain.body404 {
  background-color: var(--white);
  color: var(--black);
}

.paragraph {
  color: #003a50;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 123px;
  padding-right: 123px;
  font-size: 22px;
}

.learn-more-button {
  background-color: var(--dose-orange);
  border: 3px #0000;
  border-radius: 6px;
  font-weight: 700;
}

.learn-more-button:hover {
  border-style: none;
  border-color: var(--dose-orange);
  color: var(--white);
  background-color: #fcaf63;
}

.learn-more-button.alaina {
  text-indent: 0;
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -30px 425px -13px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 700;
  display: flex;
}

.learn-more-button.dose-flip {
  border-width: 0;
  margin-left: 0;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
}

.text-span {
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 100;
}

.div-block-5.services {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 53px;
}

.paragraph-2.services {
  width: 200px;
  margin-top: 15px;
  margin-bottom: 0;
}

.nav-link.is-current {
  color: var(--dose-blue);
}

.nav-link-2 {
  color: var(--mediumgray);
  cursor: pointer;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-2:hover {
  color: var(--dose-blue);
}

.nav-link-2.is-current {
  color: var(--dose-blue);
  font-size: 14px;
  text-decoration: none;
}

.nav-link-2.is-current:hover {
  color: var(--dose-blue);
}

.nav-link-2.services-2 {
  display: none;
}

.nav-link-2.residential, .nav-link-2.homenav {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.nav-link-3:hover, .nav-link-3.is-current {
  color: var(--dose-blue);
}

.nav-link-4:hover, .nav-link-4.is-current {
  color: var(--dose-blue);
}

.navbar-4 {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 4px 2px #0003;
}

.nav-menu {
  z-index: 1;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  place-content: stretch flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.order-button-1 {
  background-color: var(--dose-orange);
  color: var(--white);
  border: 2px solid #0000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin: 5px 0;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, background-color 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  bottom: 0;
  left: 0;
}

.order-button-1:hover {
  border: 2px solid var(--dose-orange);
  opacity: 1;
  color: var(--white);
  background-color: #c96400;
  transition: background-color .5s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.order-button-1.is-current {
  color: var(--white);
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 6px;
}

.order-button-1.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.brand {
  clear: left;
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 23px;
  margin-right: 0;
  display: flex;
}

.brand.is-current {
  object-fit: fill;
  background-color: #0000;
  align-self: auto;
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 0;
  overflow: visible;
}

.testimonialtext {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5%;
  font-size: 25px;
  font-style: italic;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: 64px;
}

.right-arrow-2 {
  margin-top: -22px;
  margin-right: -167px;
}

.icon-2 {
  margin-top: 239.5px;
}

.left-arrow-2 {
  margin-top: -22px;
  margin-left: -167px;
}

.employee-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 100%;
  margin: 90px auto;
  padding-bottom: 107px;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
}

.employee-bubble {
  cursor: pointer;
  background-image: url('../images/Abbie-website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.employee-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.employee-bubble.paul-portait:hover {
  background-position: 100%;
}

.employee-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  padding-bottom: 90%;
  display: block;
}

.employee-bubble.steve-portrait:hover {
  background-position: 100%;
}

.employee-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
  max-height: 80%;
}

.employee-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.employee-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.employee-bubble.cody-portrait:hover {
  background-position: 100%;
}

.employee-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.employee-bubble.chris-portrait:hover {
  background-position: 100%;
}

.employee-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.employee-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.employee-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.brent-portrait:hover {
  background-position: 100%;
}

.employee-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
  transition: opacity .2s;
}

.employee-bubble.owen-portrait:hover {
  background-position: 100%;
}

.employee-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.employee-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.employee-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.employee-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.employee-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.employee-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.employee-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.employee-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.employee-bubble.laila {
  background-image: url('../images/Untitled-design-1.png'), url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 90%;
  padding-bottom: 90%;
  transition: opacity .2s;
}

.employee-bubble.laila:hover {
  background-image: url('../images/Untitled-design-1.png'), url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.employee-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 11.91%;
  padding-bottom: 90%;
}

.employee-bubble.paul:hover {
  background-position: 100%;
}

.employee-bubble.brandon {
  background-image: url('../images/Untitled-design-72.png');
  background-position: 0%;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.brandon:hover {
  background-position: 100%;
}

.employee-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 90%;
  padding-bottom: 90%;
  display: block;
  position: static;
}

.employee-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.employee-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.employee-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.employee-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.employee-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.employee-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.employee-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.employee-bubble.residential-t2 {
  opacity: 1;
  text-align: center;
  background-image: none;
  border-radius: 11%;
  justify-content: center;
  align-items: flex-end;
  width: 125%;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.employee-bubble.residential-t1 {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 120%;
}

.employee-bubble.residential-t1:hover {
  background-position: 100%;
}

.employee-bubble.residential-t3 {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 120%;
}

.employee-bubble.residential-t3:hover {
  background-position: 100%;
}

.employee-bubble.justina {
  background-image: url('../images/Untitled-design-55.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.justina:hover {
  background-position: 100% 0, 0 0;
}

.employee-bubble.tyra-portrait-copy {
  background-image: url('../images/Untitled-design-69.png');
  background-position: 0 110%;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.tyra-portrait-copy:hover {
  background-position: 100%;
}

.employee-bubble.laure-portrait-copy {
  background-image: url('../images/Morgan-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.laure-portrait-copy:hover {
  background-position: 100%;
}

.employee-bubble.hannah-s-copy {
  background-image: url('../images/9_2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.hannah-s-copy:hover {
  background-position: 100%;
}

.employee-bubble.trish-copy {
  background-image: url('../images/trish---Website.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  padding-bottom: 90%;
}

.employee-bubble.trish-copy:hover {
  background-position: 100%;
}

.icon-3 {
  margin-top: 239.5px;
}

.footersocialchild {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-bottom: 20px;
  margin-left: 140px;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.htmlcontainer404 {
  height: 90vh;
  margin-top: 90px;
}

.div-block-38 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.coverimage.easysetupimage {
  background-image: url('../images/site_EasySetup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverimage.easyfillimage {
  background-image: url('../images/site_filling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverimage.flipdispenseimage {
  background-image: url('../images/site_FlipDispense-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverimage.rightsizeimage {
  background-image: url('../images/site_rightSize-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverimage.securityimage {
  background-image: url('../images/site_Security.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverimage.doseanywhereimage {
  background-image: url('../images/site_DoseAnywhere.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.employee-modal-wrapper {
  z-index: 9999;
  text-align: center;
  background-color: #00000080;
  height: 100%;
  padding-top: 40vh;
  position: fixed;
  inset: 0%;
}

.employee-modal-content {
  background-color: var(--white);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.employee-modal-image {
  width: 250px;
  height: 250px;
}

.employee-modal-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: -214px;
  margin-bottom: 0;
  margin-left: 257px;
  display: flex;
}

.employee-modal-title {
  color: var(--dose-orange);
  margin-bottom: 100px;
  font-size: 32px;
  font-weight: 100;
  display: block;
}

.employee-modal-bio {
  color: var(--mediumgray);
  text-align: left;
  align-items: flex-end;
  font-weight: 300;
  display: none;
}

.employee-modal-exit {
  cursor: pointer;
  background-image: url('../images/X-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.employee-modal-exit.modal-exit-steve {
  background-image: url('../images/X-4-01.png');
}

.employee-modal-exit.modal-exit-paul {
  border-radius: 0;
  transition: opacity .2s;
}

.employee-modal-exit.modal-exit-paul:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #000;
}

.employee-modal-exit.modal-exit-alaina {
  background-image: url('../images/X-4-01.png');
}

.employee-modal-exit.modal-exit-cody {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.employee-modal-exit.modal-exit-chris, .employee-modal-exit.modal-exit-kalia {
  background-image: url('../images/X-4-01.png');
}

.employee-modal-exit.modal-exit-brent {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.employee-modal-exit.modal-exit-owen, .employee-modal-exit.modal-exit-clinton, .employee-modal-exit.modal-exit-contact-us {
  background-image: url('../images/X-4-01.png');
}

.paul-modal.employee-modal-wrapper {
  display: block;
}

.steve-modal.employee-modal-wrapper {
  display: none;
}

.contact-us--modal.employee-modal-wrapper {
  display: block;
  overflow: visible;
}

.contact-us--modal.employee-modal-wrapper.brandon {
  display: block;
}

.contact-us--modal.contact-us-wraper {
  z-index: 9999;
  background-color: #00000075;
  justify-content: center;
  height: 100%;
  padding-top: 35vh;
  transition: flex-grow .5s, opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.contact-us--modal.contact-us-wraper.brandon {
  display: block;
}

.cody-modal.employee-modal-wrapper, .jax-modal.employee-modal-wrapper, .jax-modal.employee-modal-wrapper.patience-modal, .kalia-modal.employee-modal-wrapper, .brent-modal.employee-modal-wrapper {
  display: none;
}

.brent-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.brent-modal.employee-modal-wrapper-copy {
  display: none;
}

.brent-modal.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.owen-modal.employee-modal-wrapper, .clinton-modal.employee-modal-wrapper {
  display: none;
}

.bottomcontainer {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 80px;
  display: flex;
}

.videocontainerblock {
  width: 90%;
  max-width: 1280px;
  margin: 160px auto;
  box-shadow: 0 2px 5px #555;
}

.topcontainerbuy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 172px;
  margin-bottom: 66px;
  display: block;
}

.welcomesignuptext.welcometextorder {
  margin-top: 40px;
}

.productimage {
  text-align: left;
  width: auto;
  max-width: 90%;
  height: 250px;
  margin-bottom: 25px;
}

.productimage.remind {
  max-width: 75%;
}

.realpricenew {
  color: #00aeef;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.orderbuttons {
  place-content: flex-start center;
  margin: 25px auto 50px;
  padding-left: 0;
  display: flex;
}

.image-28, .image-29 {
  border-radius: 100px;
}

.hannah-modal.employee-modal-wrapper {
  display: none;
}

.linda-modal.employee-modal-wrapper {
  display: block;
}

.emily-modal.employee-modal-wrapper {
  display: none;
}

.bold-text {
  color: var(--black);
}

.bold-text:hover {
  color: var(--black);
  background-color: #0000;
}

.bold-text.current {
  color: var(--dose-blue);
}

.services-block {
  z-index: -1;
  background-color: var(--dose-blue);
  color: var(--dose-blue);
  margin-top: 33px;
  margin-bottom: 0;
  padding: 7px;
  transition: opacity .2s;
  position: relative;
  transform: translate(0);
}

.services-covered {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.heading-11 {
  color: var(--dose-blue);
  text-align: center;
  padding-top: 74px;
  padding-bottom: 62px;
  font-size: 80px;
  font-weight: 100;
}

.navbar-5 {
  z-index: 100;
  color: #0000;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: none;
}

.about-us-txt {
  color: var(--dose-blue);
  margin-top: 22px;
  font-size: 80px;
  font-weight: 100;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 250%;
  margin-top: -120px;
  margin-left: -73px;
  margin-right: -27px;
  padding: 1px 87px 0 0;
  display: block;
}

.text-block-13 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 42px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
}

.submit-button, .text-field-2, .text-field-3, .text-field-4 {
  border-radius: 6px;
}

.form-block-2.clickforsignup {
  z-index: 99999;
  background-color: #652d90fa;
  border-radius: 20px;
  justify-content: center;
  margin: 200px 250px 49px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-field-5 {
  border-radius: 6px;
}

.text-field-5::placeholder {
  color: var(--dark-slate-blue);
}

.text-field-6 {
  border-radius: 6px;
}

.text-field-6::placeholder {
  color: var(--dark-slate-blue);
}

.text-field-7 {
  border-radius: 6px;
  padding-bottom: 99px;
}

.text-field-8 {
  color: var(--dark-slate-blue);
  border-radius: 6px;
}

.text-field-8::placeholder {
  color: var(--dark-slate-blue);
}

.submit-button-2 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  text-align: left;
  border-radius: 6px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  position: relative;
  left: 0;
}

.submit-button-2:hover {
  background-color: #0082b3;
}

.mycontainer {
  justify-content: space-between;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.white-social-logos {
  z-index: 2;
  margin-top: 220px;
  margin-left: 140px;
  display: block;
  position: relative;
}

.grid {
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: static;
  top: 100px;
}

.grid-4, .grid-5 {
  grid-template-columns: 1fr;
}

.nav-link-1.is-current {
  color: #87878b;
}

.nav-link-1.current {
  color: var(--dose-blue);
}

.nav-link-6 {
  color: var(--mediumgray);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link-6:hover {
  color: var(--dose-blue);
}

.nav-link-6.is-current {
  color: var(--dose-blue);
  flex: 1;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.html-embed {
  margin-top: 29px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

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

.hero {
  background-color: var(--white);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: block;
}

.container {
  display: block;
}

.container.is--map {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 8.3em 0 7.7em;
  display: flex;
}

.link {
  position: relative;
}

.rich-text-block li {
  float: none;
  clear: none;
  direction: ltr;
  text-transform: none;
  object-fit: fill;
  font-family: Roboto, sans-serif;
  list-style-type: disc;
  overflow: visible;
}

.list {
  list-style-type: disc;
}

.navlinkr:hover, .navlinkr.is-current {
  color: var(--dose-blue);
}

.image-33 {
  object-fit: scale-down;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 80%;
  margin: 0 0 12px;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
  overflow: hidden;
}

.heading-16, .heading-17 {
  margin-top: 40px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

.feature-image-2.pers {
  width: 60%;
  max-width: 60%;
  margin-left: -35px;
  display: block;
}

.heading-18.dose-flip {
  font-weight: 500;
}

.heading-19 {
  color: var(--dose-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.heading-20 {
  color: var(--dose-blue);
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 20px;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-50 {
  margin-left: 0;
  margin-right: 40px;
}

.price {
  color: var(--deep-blue);
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.button {
  border-radius: 20px;
  margin-left: 0;
  margin-right: 226px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 71px;
  display: block;
}

.div-block-52 {
  margin-top: 40px;
}

.text-span-2 {
  color: var(--deep-blue);
  font-size: 25px;
  font-weight: 300;
}

.div-block-54 {
  margin-left: 20px;
  margin-right: 40px;
}

.div-block-54.flip {
  margin-left: 0;
}

.hero-2 {
  opacity: 1;
  border-radius: 20px;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
}

.hero-image-mask-2 {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.text-span-3 {
  color: var(--deep-blue);
  font-size: 25px;
  font-weight: 300;
}

.section-10 {
  margin-top: 138px;
  display: none;
}

.section-11 {
  margin-top: 225px;
  margin-bottom: 100px;
  display: block;
}

.text-block-23 {
  color: var(--dose-orange);
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.grid-15 {
  grid-row-gap: 74px;
  grid-template-rows: auto auto;
  margin-top: 0;
}

.image-38 {
  color: var(--white);
  object-fit: scale-down;
  object-position: 50% 50%;
  max-width: 50%;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.section-12.test {
  margin-top: 180px;
  display: block;
}

.div-block-55 {
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-57, .div-block-58 {
  margin-top: 40px;
}

.text-block-26 {
  text-align: center;
  margin-bottom: -50px;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.text-block-27 {
  text-align: center;
  margin-bottom: -50px;
  margin-left: -15px;
  margin-right: -15px;
  font-weight: 300;
}

.text-block-27.brandon {
  margin-bottom: -60px;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  text-align: center;
  margin-bottom: -50px;
}

.text-block-31.stacy {
  margin-left: -40px;
  margin-right: -40px;
}

.text-block-31.abby {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.text-block-32, .text-block-33 {
  text-align: center;
  margin-bottom: -50px;
  margin-left: -5px;
  margin-right: -5px;
}

.text-block-34 {
  text-align: center;
  margin-bottom: -50px;
  margin-left: -6px;
  margin-right: -5px;
  font-weight: 300;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .owen-title, .text-span-12, .text-span-13 {
  color: #818181;
  font-weight: 400;
}

.div-block-61 {
  margin-top: 62px;
}

.list-item {
  color: #000;
  line-height: 1.4;
  list-style-type: decimal;
}

.list-2 {
  margin-top: 20px;
  padding-left: 40px;
  line-height: 1.2;
  list-style-type: decimal;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  color: var(--black);
  margin-top: 10px;
  line-height: 1.4;
}

.paragraph-9 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 0;
  line-height: 1.4;
}

.list-3 {
  color: var(--black);
  text-align: left;
  line-height: 1.4;
  list-style-type: decimal;
}

.list-item-6 {
  color: var(--black);
  list-style-type: decimal;
}

.list-item-7, .list-item-8 {
  color: var(--black);
  margin-top: 10px;
}

.list-item-9 {
  color: var(--black);
  margin-top: 10px;
  line-height: 1.4;
}

.list-item-10 {
  color: var(--black);
  margin-top: 10px;
}

.list-item-11 {
  color: var(--black);
  margin-top: 10px;
  line-height: 1.4;
}

.list-item-12 {
  color: var(--black);
  margin-top: 10px;
}

.list-item-13, .list-item-14, .list-item-15 {
  color: var(--black);
  margin-top: 10px;
  line-height: 1.4;
}

.heading-21 {
  color: var(--purple);
  border: 1px solid #0000;
  margin-top: -5px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-item-16 {
  color: var(--black);
  list-style-type: lower-alpha;
}

.list-item-17 {
  color: var(--black);
  margin-top: 10px;
}

.list-4 {
  color: var(--black);
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
  list-style-type: lower-alpha;
}

.heading-25 {
  color: var(--black);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.list-item-18 {
  color: var(--black);
}

.list-item-19, .list-item-20, .list-item-21, .list-item-22 {
  color: var(--black);
  margin-top: 10px;
}

.list-5 {
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
  list-style-type: lower-alpha;
}

.heading-28, .heading-29 {
  color: var(--dose-blue);
  margin-top: 40px;
  font-weight: 400;
}

.heading-30 {
  color: var(--black);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.heading-33 {
  color: var(--purple);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.heading-34 {
  color: var(--black);
  margin-top: 10px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.list-6 {
  color: var(--black);
  margin-left: 60px;
  padding-left: 0;
  list-style-type: lower-alpha;
}

.heading-900 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.list-7 {
  color: var(--black);
  margin-left: 60px;
  padding-left: 0;
  list-style-type: lower-alpha;
}

.heading-36 {
  color: var(--black);
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.list-8 {
  color: var(--black);
  margin-left: 60px;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: lower-alpha;
}

.heading-37 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.heading-38 {
  color: var(--black);
  margin-top: -5px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.list-9 {
  color: var(--black);
  margin-left: 60px;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: lower-alpha;
}

.paragraph-10 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-11, .paragraph-12 {
  color: var(--black);
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-12:hover {
  color: var(--black);
}

.paragraph-13 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-14 {
  color: var(--black);
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-15 {
  color: var(--black);
  margin-top: 10px;
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-17 {
  color: var(--black);
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-19 {
  color: var(--black);
  margin-left: 20px;
  line-height: 1.4;
}

.list-item-24 {
  color: var(--black);
  line-height: 1.4;
}

.list-item-25, .list-item-26, .list-item-27 {
  color: var(--black);
  margin-top: 10px;
  line-height: 1.4;
}

.list-10 {
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 0;
  list-style-type: decimal;
}

.paragraph-21 {
  color: var(--black);
  margin-left: 20px;
}

.list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32 {
  color: var(--black);
  margin-top: 10px;
}

.paragraph-23 {
  color: var(--purple);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-11 {
  color: var(--black);
  list-style-type: decimal;
}

.list-12 {
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-24 {
  color: var(--black);
  margin-left: 10px;
  font-weight: 400;
}

.list-13 {
  color: var(--black);
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-27 {
  color: var(--purple);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-14 {
  color: var(--black);
  list-style-type: decimal;
}

.paragraph-28 {
  color: var(--black);
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-31 {
  color: var(--purple);
  margin-top: 20px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-15 {
  color: var(--black);
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-32 {
  color: var(--black);
  margin-left: 10px;
}

.html-embed-2 {
  align-self: center;
  display: block;
}

.html-embed-2.desktop {
  background-color: #535e7d21;
  border-radius: 16px;
  width: auto;
  height: auto;
  margin: 27px 100px 59px;
  padding: 19px 10px 0;
}

.image-41 {
  margin-top: -205px;
}

.paragraph-34 {
  color: var(--purple);
  margin-top: 20px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-16 {
  color: var(--black);
  margin-left: 40px;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-35 {
  color: var(--black);
  margin-left: 10px;
  font-weight: 300;
}

.paragraph-37 {
  color: var(--purple);
  margin-top: 20px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-item-33 {
  color: var(--black);
  margin-top: 20px;
}

.list-17 {
  color: var(--black);
  margin-left: 40px;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-38 {
  color: var(--black);
  margin-left: 10px;
}

.paragraph-40 {
  color: var(--purple);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-41 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 400;
}

.list-18 {
  color: var(--black);
  margin-left: 40px;
  padding-left: 0;
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-43 {
  color: var(--purple);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.list-19 {
  color: var(--black);
  line-height: 1.4;
  list-style-type: decimal;
}

.paragraph-53 {
  color: var(--black);
  margin-left: 20px;
  line-height: 1.4;
}

.paragraph-56 {
  color: var(--deep-blue);
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-58 {
  color: var(--deep-blue);
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph-60 {
  color: var(--deep-blue);
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-62 {
  color: var(--deep-blue);
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48, .list-item-49, .list-item-50, .list-item-51, .list-item-52 {
  margin-top: 10px;
}

.list-item-53 {
  margin-top: 20px;
}

.list-item-54, .list-item-55 {
  margin-top: 10px;
}

.list-item-56, .list-item-57 {
  margin-top: 10px;
  line-height: 1.4;
}

.list-item-58, .list-item-59, .list-item-60, .list-item-61 {
  margin-top: 10px;
}

.list-item-62 {
  margin-top: 20px;
  line-height: 1.4;
}

.list-item-63, .list-item-64, .list-item-65 {
  margin-top: 10px;
  line-height: 1.4;
}

.list-item-66, .list-item-67, .list-item-68, .list-item-69, .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77, .list-item-78, .list-item-79, .list-item-80, .list-item-81 {
  margin-top: 10px;
}

.list-item-82 {
  margin-top: 20px;
}

.list-item-83, .list-item-84, .list-item-85, .list-item-86, .list-item-87 {
  margin-top: 10px;
}

.faq-link {
  color: var(--mediumgray);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: visible;
}

.faq-link:hover {
  color: var(--dose-blue);
}

.faq-link.is-current {
  color: var(--dose-blue);
  display: none;
}

.list-item-88 {
  margin-top: 20px;
}

.restart:hover {
  color: var(--dose-orange);
}

.service-link {
  color: var(--dose-blue);
}

.service-link:hover {
  color: var(--dose-orange);
}

.order {
  color: var(--dose-blue);
  margin-right: -76px;
}

.order:hover {
  color: var(--dose-orange);
}

.section-18 {
  margin-top: 165px;
  display: none;
}

.grid-16 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -40px;
}

.text-block-36 {
  color: var(--black);
  text-align: center;
  font-size: 30px;
}

.image-42 {
  max-width: 85%;
}

.image-43, .image-44 {
  max-width: 80%;
}

.text-block-38 {
  color: var(--black);
  text-align: center;
  font-size: 30px;
}

.cards-section {
  padding-top: 0;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 80%;
}

.cards-grid-container.pers {
  display: none;
}

.cards-grid-container._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 161px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cards-image-mask.pers {
  width: 1%;
  margin-bottom: -309px;
}

.cards-image.remind {
  width: 58%;
  height: 58%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cards-image.flip {
  width: 58%;
  height: 58%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.cards-image.belle {
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cards-image.pers {
  width: 40%;
  max-width: 40%;
  height: auto;
}

.cards-image.pers.services.page {
  max-width: 40%;
}

.heading-43, .heading-44 {
  color: var(--deep-blue);
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.div-block-62 {
  width: 100%;
  height: 60%;
}

.paragraph-63, .paragraph-64 {
  color: var(--black);
}

.list-item-89, .list-item-90, .list-item-91 {
  border-bottom: 1px solid var(--mediumgray);
  color: var(--black);
}

.list-item-92 {
  border-bottom: 1px solid var(--mediumgray);
  color: var(--black);
  text-align: center;
}

.list-item-92.pers {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.4;
}

.list-21 {
  text-align: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.7;
  list-style-type: none;
  display: block;
}

.list-21.remind {
  text-align: center;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.paragraph-65 {
  color: var(--black);
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 20px;
}

.text-span-14 {
  color: var(--dose-orange);
}

.heading-46 {
  color: var(--dose-blue);
  font-size: 50px;
  font-weight: 300;
}

.text-span-15 {
  font-size: 40px;
  font-weight: 300;
}

.text-span-17 {
  font-size: 40px;
  font-weight: 300;
}

.heading-47 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: -61px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  font-weight: 300;
}

.feature-section-2 {
  background-color: var(--white);
  background-image: url('../images/Dose-Remind_.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-top: 13px;
  margin-bottom: 100px;
  padding-top: 110px;
  padding-bottom: 0;
}

.hero-image-4.services.pers {
  width: 35%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.cards-section-2 {
  border: 3px #390c5c;
  border-radius: 8px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-48 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.paragraph-66 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.learn-more-med-alerts {
  margin-left: 0;
}

.cards-section-3 {
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.cards-grid-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-3 {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-68 {
  display: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-image-4.stand {
  width: 85%;
  height: auto;
  margin-top: 14px;
}

.cards-image-4.flipper {
  width: 95%;
}

.cards-image-4.tray {
  margin-top: 11px;
}

.heading-50, .heading-51, .heading-52 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.feature-section-3.tray, .feature-section-3.flipper {
  margin-top: 10px;
}

.flex-container-3.tray {
  border-width: 5px;
  margin-top: 120px;
}

.flex-container-3.stand {
  border: 5px none var(--mediumgray);
  background-color: var(--purple);
  border-radius: 20px;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature-image-4.stand {
  max-width: 70%;
}

.feature-image-4.flipper {
  background-color: #fff;
  max-width: 80%;
}

.feature-image-4.tray {
  max-width: 85%;
}

.body-4 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.text-block-39 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.cards-image-5.shelf {
  border-radius: 20px;
  margin-top: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% 1473px;
}

.heading-54 {
  color: var(--dose-blue);
  font-size: 42px;
}

.heading-54.refilldisc {
  color: var(--dose-blue);
}

.heading-56 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 77px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 68px;
  font-weight: 300;
}

.text-block-41 {
  text-align: center;
  margin-bottom: -50px;
}

.div-block-77 {
  background-image: url('../images/Untitled-design-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: none;
  margin-top: -11px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 249px;
  padding-left: 0;
}

.div-block-84 {
  background-image: url('../images/Untitled-design-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 28px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 297px 0 0;
}

.form-block-footer {
  margin-left: 0;
}

.grid-18 {
  margin-left: 50px;
  margin-right: 50px;
}

.image-55, .image-56, .image-57, .image-58 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-88 {
  padding-right: 0;
  display: block;
}

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

.section-21 {
  justify-content: space-between;
  margin-left: 0;
  display: flex;
}

.mere-modal-2.employee-modal-wrapper {
  margin-top: 103px;
  padding-top: 24vh;
  display: none;
}

.mere-modal-2.employee-modal-wrapper.mere-modal, .mere-modal-2.employee-modal-wrapper.mere-modal-copy {
  display: block;
}

.div-block-89 {
  background-color: #0000;
  border-radius: 20px;
}

.section-23 {
  background-color: var(--white);
  opacity: 1;
  margin-top: 116px;
}

.html-embed-3 {
  background-color: var(--dose-blue);
  border-radius: 20px;
  justify-content: center;
  margin: 119px 120px 166px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section-24 {
  margin-top: 116px;
}

.image-71 {
  background-color: var(--dose-blue);
  border: 4px solid #e97604;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
  display: block;
}

.image-72 {
  background-color: var(--dose-blue);
  border: 4px solid #0285b6;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
  display: block;
}

.image-73 {
  color: #333;
  background-color: #2b3849;
  border: 4px solid #001836;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
  display: block;
}

.image-74 {
  background-color: var(--purple);
  border: 4px solid #4e0288;
  border-radius: 20px;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
  display: block;
}

.image-76 {
  background-color: var(--deep-blue);
  border: 4px solid #26396e;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
  display: block;
}

.paragraph-73 {
  color: var(--deep-blue);
  background-color: #0000;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: -51px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.hero-4 {
  background-color: var(--purple);
  color: var(--deep-blue);
  border: 1px #000;
  border-radius: 3px;
  align-items: center;
  margin-top: 0;
  margin-bottom: -7px;
  padding-top: 17px;
  padding-bottom: 0;
  display: block;
}

.video {
  border-radius: 20px;
  flex-flow: column wrap;
  flex: none;
  place-content: flex-start space-around;
  align-items: flex-end;
  max-width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.grid-20 {
  grid-column-gap: 90px;
  opacity: 1;
  border-radius: 0;
  grid-template-rows: auto;
  margin: 60px 0 0;
}

.paragraph-75 {
  color: var(--white);
  text-align: center;
  margin-top: -43px;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 100;
}

.background-video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  padding-top: 0;
  overflow: hidden;
}

.grid-21 {
  border: 3px solid var(--dose-blue);
  background-color: #3f3f3f52;
  border-radius: 20px;
  grid-template-rows: auto;
  margin-top: 0;
}

.grid-21.refilldisc {
  border-color: var(--dose-blue);
}

.div-block-98 {
  background-color: #ffffff91;
  border-radius: 20px;
  margin: 40px 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-27, .section-28 {
  margin-top: 113px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 24px 30px;
  display: block;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.content-wrapper-one {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-one.slim {
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
}

.content-wrapper-one.slim.two {
  margin-top: 0;
}

.content-wrapper-one.slim.rar {
  margin-bottom: 75px;
}

.accordion-wrapper, .accordion-wrapper.extra-features {
  margin-top: 0;
}

.icon-4.accordion-icon {
  color: #0009;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
  transform-style: preserve-3d;
  flex: 0 auto;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 30px;
  display: block;
}

.icon-4.accordion-icon:hover {
  transform: scale3d(1none, 1none, 1none);
}

.accordion-item-trigger {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.accordion-item-trigger:hover {
  color: var(--dose-orange);
  background-color: #0000;
  transform: translate(0);
}

.accordion-item-trigger.rar {
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 300;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  color: var(--dose-blue);
  text-align: left;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.accordion-heading:hover {
  color: var(--dose-blue);
}

.accordion-heading.rar {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.accordion-heading.rar:hover {
  color: var(--dose-blue);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  display: block;
  overflow: hidden;
}

.section-faq {
  background-color: var(--white);
  opacity: 1;
  margin-top: 0;
  padding: 150px 30px 20px;
}

.image-87, .image-88, .image-89 {
  max-width: 10%;
}

.text-span-20 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.paragraph-79 {
  color: var(--black);
  margin-top: 46px;
  display: none;
}

.paragraph-80, .paragraph-81, .paragraph-82 {
  color: var(--black);
}

.paragraph-210 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 23px;
  margin-bottom: 0;
  padding-bottom: 56px;
  font-size: 58px;
  font-weight: 100;
  position: sticky;
}

.text-span-21 {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.text-span-21:hover {
  color: var(--dose-blue);
}

.text-span-22 {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.text-span-22:hover {
  color: var(--dose-blue);
}

.dose-remind-questions {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.dose-remind-questions:hover {
  color: var(--dose-blue);
}

.discontinuing-services {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.discontinuing-services:hover {
  color: var(--dose-blue);
}

.container-10 {
  margin-top: -20px;
}

.text-block-44 {
  color: var(--dose-orange);
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-block-45 {
  color: var(--dose-orange);
  font-size: 18px;
  font-weight: 400;
}

.container-11 {
  background-color: var(--white);
}

.container-12 {
  max-width: 80%;
  margin-top: 34px;
  margin-bottom: 81px;
}

.grid-23 {
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 126px;
}

.text-block-46 {
  color: var(--dose-orange);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.video-3 {
  background-color: #0000;
  border: 5px #0000;
  border-radius: 20px;
}

.div-block-100 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  overflow: hidden;
}

.video-4 {
  border: 4px none var(--white);
  border-radius: 20px;
}

.div-block-101 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  overflow: hidden;
}

.container-13 {
  background-color: var(--purple);
  color: var(--purple);
  border-radius: 20px;
  margin-top: 84px;
  padding-bottom: 51px;
  padding-left: 25px;
  padding-right: 25px;
}

.section-30 {
  background-color: var(--purple);
  color: var(--purple);
  margin-top: 116px;
  padding-top: 120px;
  padding-bottom: 69px;
}

.link-block-2 {
  object-fit: none;
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  max-width: none;
  height: 40px;
  max-height: none;
  margin-top: -22px;
  margin-left: 270px;
  position: static;
  top: 676.078px;
  overflow: visible;
}

.link-block-2:hover {
  transform: scale(1.2);
}

.paragraph-212 {
  color: var(--deep-blue);
  background-color: #89898d1f;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-213 {
  color: var(--deep-blue);
  text-align: center;
  margin: 30px 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.heading-901 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
}

.paragraph-215 {
  color: var(--deep-blue);
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.paragraph-216 {
  color: var(--deep-blue);
  font-size: 18px;
}

.heading-903 {
  color: var(--dose-blue);
}

.background-video-3 {
  object-fit: contain;
  background-color: #0000;
  margin-top: 130px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.grid-26 {
  grid-column-gap: 219px;
  border: 3px none var(--dose-blue);
  background-color: #0000;
  border-radius: 20px;
  grid-template-rows: auto;
  margin-top: 135px;
  margin-bottom: 0;
}

.guides {
  color: var(--mediumgray);
  margin-right: 11px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.guides:hover, .guides.is-current {
  color: var(--dose-blue);
}

.container-15 {
  max-width: 80%;
  margin-top: 220px;
  margin-bottom: 60px;
}

.video-5 {
  border: 7px none var(--white);
  border-radius: 20px;
  justify-content: center;
  margin-left: 0;
  padding-bottom: 7px;
  display: flex;
}

.button-3 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 45px;
  margin: 0;
  font-weight: 400;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  top: -3px;
  right: auto;
}

.button-3:hover {
  color: var(--white);
  background-color: #00aeefa3;
}

.button-3.referral {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  display: flex;
}

.div-block-104 {
  border: 3px solid var(--dose-blue);
  object-fit: fill;
  border-radius: 20px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-block-47:hover, .text-block-47:focus {
  color: var(--dose-blue);
}

.dropdown-link:hover, .dropdown-link.is-current {
  color: var(--dose-blue);
}

.dropdown-link-2:hover, .dropdown-link-2.is-current {
  color: var(--dose-blue);
}

.dropdown-link-3:hover, .dropdown-link-3.is-current {
  color: var(--dose-blue);
}

.dropdown-list.is-open {
  border: 2px solid var(--dose-orange);
  background-color: #fffffff7;
  border-radius: 20px;
}

.dropdown {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.dropdown:hover {
  color: var(--dose-blue);
}

.slide-3 {
  margin-top: 65px;
}

.section-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.anecdoteblock-2 {
  background-color: #00aeef;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.slidecontainer-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-size: 28px;
  display: flex;
}

.anecdoteinset-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: none;
}

.testimonialtext-2 {
  text-align: center;
  padding: 5%;
  font-style: italic;
}

.testimonialblock-2 {
  background-color: #0000001a;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  display: none;
}

.rich-text-block-2 {
  margin-top: 26px;
}

.success-message {
  background-color: var(--dose-orange);
  border: 2px solid #d16800;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-49 {
  color: var(--white);
  font-size: 20px;
}

.submit-button-3 {
  background-color: var(--dose-orange);
  border: 2px solid #d16800;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.submit-button-3:hover {
  background-color: #fcaf63;
}

.submit-button-3:active {
  transform: scale(1.1);
}

.text-field-9 {
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.text-field-10, .text-field-11, .text-field-12 {
  border-radius: 6px;
}

.text-block-50 {
  color: var(--dose-blue);
  text-align: center;
  padding-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 100;
  display: block;
}

.application-form {
  margin-top: 40px;
  padding-bottom: 30px;
}

.section-38 {
  border-top: 2px solid var(--dose-orange);
  background-color: var(--purple);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 339px;
  display: none;
}

.form-block-3 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
}

.text {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-9 {
  border: 2px solid var(--dose-blue);
  background-color: #78b4ef80;
  border-radius: 6px;
  justify-content: flex-start;
  padding-right: 41px;
  display: block;
}

.button-9:hover {
  background-color: var(--dose-blue);
}

.icon-6 {
  color: var(--white);
  background-color: #0000;
}

.file-upload {
  display: block;
}

.text-2 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.icon-7 {
  color: var(--white);
}

.button-10 {
  border: 2px solid var(--dose-blue);
  background-color: #78b4ef80;
  border-radius: 6px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-10:hover {
  background-color: var(--dose-blue);
  color: var(--white);
}

.text-block-51 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.uploaded-file {
  background-color: var(--dose-blue);
  border: 0 #000;
  border-radius: 6px;
}

.icon-8 {
  color: var(--white);
}

.button-11 {
  border-radius: 6px;
}

.text-3 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.icon-9 {
  color: var(--dose-blue);
}

.button-12 {
  border-radius: 6px;
}

.text-4 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.icon-10 {
  color: var(--dose-blue);
  font-size: 16px;
}

.uploaded-file-2 {
  background-color: var(--dose-blue);
  border: 0 #000;
  border-radius: 6px;
}

.text-block-52 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.icon-11 {
  color: var(--white);
}

.text-block-53 {
  color: #ff0909;
}

.error-message {
  border-radius: 6px;
}

.body-5 {
  margin-top: 110px;
}

.down-arrow {
  z-index: -1;
  cursor: pointer;
  width: 30px;
  margin-left: 80px;
  position: relative;
  transform: rotate(0);
}

.section-39 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.guide {
  max-width: 100%;
  margin-top: 10px;
}

.section-40 {
  margin-top: 200px;
}

.text-block-54 {
  color: var(--deep-blue);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.section-41 {
  margin-top: 120px;
}

.image-103 {
  max-width: 60%;
  display: block;
}

.image-104 {
  max-width: 70%;
}

.grid-32 {
  grid-column-gap: 16px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.section-42 {
  margin-top: 190px;
}

.text-block-55 {
  color: var(--deep-blue);
  text-align: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  display: flex;
}

.flip-guide-button {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.flip-guide-button:hover {
  color: var(--white);
  background-color: #0082b3;
}

.flip-guide-button.is-current {
  border: 2px solid var(--deep-blue);
  background-color: var(--dose-blue);
  text-align: center;
  border-radius: 12px;
  margin: 100px 60px;
  padding: 20px 50px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
}

.flip-guide-button.is-current:hover {
  color: var(--white);
  background-color: #0097cf;
}

.flip-guide-button.medical-alerts-button {
  background-color: var(--dose-blue);
  padding-left: 19px;
  padding-right: 19px;
}

.med-alerts-guide {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
}

.med-alerts-guide:hover {
  color: var(--white);
  background-color: #0082b3;
  font-family: Roboto, sans-serif;
}

.text-block-56 {
  color: var(--mediumgray);
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 1s;
  display: inline-block;
}

.text-block-56:hover {
  color: var(--dose-blue);
}

.dropdown-2 {
  background-color: var(--white);
  transition: flex-grow 1s;
  transform: translate(0);
}

.dropdown-link-4 {
  color: var(--mediumgray);
  background-color: #0000;
  justify-content: flex-start;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .5s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.dropdown-link-4:hover, .dropdown-link-4.is-current {
  color: var(--dose-blue);
}

.dropdown-link-4.residential, .dropdown-link-4.residential.is-current {
  display: none;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.is-open {
  border-width: 2px;
  border-color: var(--dose-orange);
  background-color: var(--white);
  border-radius: 12px;
  margin-left: 0;
  margin-right: -205px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .7s, transform 1s;
}

.drop {
  margin-right: 0;
  padding: 0;
  font-weight: 300;
  transition: opacity .2s;
  position: relative;
  overflow: visible;
}

.link-block-3 {
  margin-left: 0;
  margin-right: 0;
}

.link-block-3.is-current {
  color: var(--dose-blue);
}

.link-block-4.is-current {
  color: var(--dose-blue);
}

.grid-33 {
  grid-template-rows: auto;
  justify-content: stretch;
  align-self: flex-start;
  justify-items: stretch;
}

.text-block-57 {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-self: auto;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  display: block;
}

.text-span-25 {
  color: var(--dose-blue);
  margin-left: -29px;
  padding-left: 0;
  padding-right: 0;
}

.text-span-25:hover {
  color: var(--dose-orange);
}

.text-span-27 {
  margin-left: 0%;
  position: absolute;
  inset: 15% 5% auto auto;
}

.grid-36 {
  z-index: 10000;
  grid-column-gap: 0px;
  grid-row-gap: 3px;
  color: var(--white);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 0;
  padding-top: 0;
  display: grid;
  position: sticky;
  overflow: visible;
}

.faq-nav {
  color: var(--mediumgray);
  font-size: 14px;
  font-weight: 500;
}

.faq-nav:hover, .faq-nav.is-current {
  color: var(--dose-blue);
}

.div-block-109 {
  border: 4px solid var(--dose-blue);
  object-fit: fill;
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.div-block-110 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.text-block-61, .text-block-62 {
  font-size: 20px;
  font-weight: 300;
}

.video-10 {
  border-radius: 20px;
}

.div-block-112, .div-block-113 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.video-11 {
  border-radius: 20px;
}

.div-block-114 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.video-12 {
  border-radius: 0;
}

.div-block-116, .div-block-117 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.video-13 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  overflow: hidden;
}

.div-block-119 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  margin-top: 20px;
  overflow: hidden;
}

.video-14 {
  overflow: hidden;
}

.container-19 {
  border: 4px solid var(--dose-blue);
  border-radius: 20px;
  overflow: hidden;
}

.video-15 {
  border: 1px solid var(--dose-blue);
}

.grid-42 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  transition: flex-grow .575s;
  transform: translate(0);
}

.form-block-4 {
  background-color: var(--purple);
  border-radius: 20px;
  margin-top: 40px;
  padding: 35px 35px 27px;
}

.text-block-69 {
  color: var(--deep-blue);
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-20 {
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-top: 59px;
  padding: 30px 100px;
  display: none;
}

.video-16 {
  margin-top: 1px;
  margin-bottom: 0;
  padding-bottom: 3px;
  overflow: hidden;
}

.text-block-74._2 {
  width: 53vh;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding: 66px 0 0 4px;
  position: static;
  top: -9px;
  left: 9px;
}

.text-block-74._3 {
  padding-left: 0;
  padding-right: 0;
  font-size: 18%;
  top: -24px;
}

.text-block-74._3._1 {
  font-size: 18%;
  top: 47px;
}

.video-17 {
  width: auto;
  height: auto;
  padding-bottom: 0;
}

.div-block-121 {
  border: 3px solid var(--dose-blue);
  border-radius: 20px;
  width: 70%;
  height: auto;
  margin-top: -287px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.div-block-122 {
  border: 3px solid var(--dose-blue);
  border-radius: 20px;
  width: 40%;
  height: 80%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-18 {
  justify-content: flex-start;
  display: flex;
}

.italic-text, .italic-text-2 {
  font-size: 90%;
}

.div-block-123._2 {
  border: 3px solid var(--dose-blue);
  background-color: #00aeef33;
  width: 70vh;
  min-width: auto;
  max-width: none;
  height: 70vh;
  min-height: auto;
  max-height: none;
  position: static;
  top: 31px;
  left: 66px;
}

.div-block-123._3 {
  width: 350px;
  height: 350px;
  padding-left: 30px;
  padding-right: 30px;
  top: 227px;
  left: -36px;
}

.div-block-123._4 {
  width: 450px;
  height: 450px;
  top: 18px;
  left: 166px;
}

.div-block-123._1 {
  width: 450px;
  height: 450px;
  display: block;
  position: static;
}

.italic-text-3._3 {
  font-size: 28px;
  line-height: 1.4;
  position: relative;
  top: -41px;
}

.italic-text-3._4 {
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  top: -15px;
}

.italic-text-3._2 {
  width: 99.9374%;
  font-size: 3.5vh;
  display: inline-block;
  position: static;
  top: -15px;
}

.italic-text-3._1 {
  font-size: 25px;
  font-weight: 300;
  position: static;
  top: -20px;
}

.italic-text-3._1._2 {
  font-weight: 400;
}

.image-109 {
  z-index: -2;
  max-width: 70%;
  padding-top: 0;
  display: block;
  position: relative;
  top: 262px;
  left: 78px;
}

.image-111 {
  margin-top: 0;
  display: block;
  position: relative;
  top: -427px;
}

.image-112 {
  max-width: 70%;
  display: block;
  top: -140px;
  left: 78px;
}

.grid-44 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
  position: static;
}

.div-block-126 {
  width: 49.3%;
  margin-left: 104px;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flip-testimonial-text {
  max-width: 55%;
  padding-left: 0;
  display: block;
  position: relative;
  top: -96px;
  left: 60px;
}

.image-114 {
  max-width: 55%;
  padding-right: 60px;
  display: block;
  position: relative;
}

.grid-45 {
  grid-row-gap: 96px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  margin-top: 150px;
  margin-bottom: 100px;
}

.image-115 {
  max-width: 80%;
  padding-right: 60px;
  position: relative;
  top: 0;
}

.image-117 {
  max-width: 50%;
  display: block;
  position: relative;
  top: -170px;
}

.slots {
  background-image: url('../images/disc2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 120px;
  display: block;
  position: relative;
}

.testimonial-section-desktop {
  background-color: #0000;
}

.section-46 {
  margin-top: 115px;
}

.text-block-76 {
  color: var(--dose-blue);
  justify-content: center;
  font-size: 52px;
  display: none;
}

.container-22 {
  margin-top: 155px;
}

.grid-46 {
  background-color: var(--purple);
  border-radius: 20px;
  grid-template-columns: 1fr;
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-47 {
  margin-bottom: 100px;
}

.container-23 {
  max-width: 80%;
  padding-left: 0;
}

.section-48 {
  margin-top: 190px;
}

.text-block-77 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 42px;
}

.text-span-32 {
  z-index: 1;
  color: var(--dose-blue);
  text-align: center;
  justify-content: center;
  margin: -12px 40px 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  position: relative;
}

.potential-uses.txt {
  line-height: 30px;
}

.text-block-78 {
  padding-top: 0;
}

.grid-52, .grid-53, .grid-54, .grid-55, .grid-56, .grid-57, .grid-58, .grid-59, .grid-60 {
  display: none;
}

.section-50 {
  background-color: #0000;
  margin-top: 121px;
}

.video-19 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-block-80 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
}

.container-24 {
  background-color: #fffc;
  border-radius: 20px;
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.text-block-82 {
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
}

.text-block-82._2, .text-block-82._3, .text-block-82._4 {
  padding-right: 0;
}

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

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

.section-51 {
  margin-bottom: 85px;
  display: none;
}

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

.image-118 {
  max-width: 95%;
  margin-top: 17px;
  margin-left: -13px;
  display: none;
}

.form-3 {
  background-color: #0000;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.form-block-5 {
  margin-top: 40px;
}

.text-field-13, .text-field-14, .text-field-15, .text-field-16 {
  border-radius: 6px;
}

.image-124 {
  max-width: 40%;
  margin-top: -9px;
  margin-left: 0;
}

.section-54 {
  margin-top: 119px;
}

.html-embed-4 {
  justify-content: center;
  margin-top: 109px;
  display: flex;
}

.section-55 {
  text-align: center;
  margin-top: 233px;
  padding-left: 0;
}

.html-embed-5 {
  background-color: #535e7d21;
  border-radius: 19px;
  justify-content: center;
  margin-top: 46px;
  margin-left: 167px;
  margin-right: 167px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-31 {
  max-width: 70%;
}

.melissa-modal.employee-modal-wrapper {
  display: none;
}

.image-127 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.covid-19.is-current {
  color: #e20606;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.covid19 h2 {
  color: #f31818;
  font-size: 34px;
}

.covid19 p {
  color: var(--mediumgray);
  margin-top: 27px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.covid19 h4 {
  color: #6d6d6d;
  font-size: 20px;
}

.container-34 {
  margin-bottom: 140px;
  display: block;
}

.paragraph-219 {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-129 {
  z-index: -1;
  border-radius: 20px;
  height: auto;
  margin-top: -226px;
  padding-bottom: 0;
  position: static;
  top: auto;
}

.div-block-146 {
  background-color: #ffffffe3;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  bottom: -262px;
}

.section-57 {
  margin-top: 145px;
}

.rich-text-block-5, .rich-text-block-6, .body-7 {
  font-size: 20px;
}

.paragraph-220, .paragraph-221 {
  line-height: 30px;
}

.nav-menu-2 {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 16px;
  display: flex;
}

.container-37 {
  background-color: var(--white);
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.brand-4 {
  background-image: url('../images/Dose-Health-Logo-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 50px;
  margin-right: 0;
  padding: 0 100px;
  position: static;
}

.div-block-147 {
  background-color: var(--dose-blue);
  padding-top: 0;
  padding-bottom: 0;
}

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

.container-39, .container-40 {
  max-width: 69%;
}

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

.image-134 {
  max-width: 100%;
  margin-right: 0;
  padding-left: 0;
  display: none;
}

.image-135, .image-136 {
  max-width: 50%;
}

.section-65 {
  background-color: var(--dose-blue);
  margin-top: 0;
  display: none;
}

.grid-508, .grid-509, .grid-510 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
}

.text-block-96, .text-block-97, .text-block-98, .text-block-99 {
  margin-bottom: 40px;
}

.section-66 {
  margin-top: 195px;
}

.container-46 {
  background-color: #652d90;
  border-radius: 10px;
  max-width: 70%;
  margin-top: -151px;
  margin-bottom: 100px;
  display: none;
}

.button-17 {
  background-color: #78b4ef80;
  border: 2px solid #00aeef;
  border-radius: 6px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-17:hover {
  color: #fff;
  background-color: #00aeef;
}

.grid-62-og-2 {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #0000;
  border: 3px #00aeef;
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-61-og-2 {
  margin-top: 0;
  display: block;
}

.text-block-101 {
  color: #535e7d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.button-18 {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 21px;
  font-size: 20px;
}

.button-18:hover {
  color: #fff;
  background-color: #78b4ef80;
}

.text-block-102 {
  color: #00aeef;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.container-47 {
  justify-content: center;
  display: flex;
}

.container-48 {
  max-width: 70%;
}

.section-67 {
  margin-top: 119px;
}

.client-testimonial-section-og-2 {
  margin-top: 116px;
  display: block;
}

.testimonil-text-resi {
  opacity: 0;
  color: var(--white);
  object-fit: scale-down;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.testimonil-text-resi:hover {
  border: 1px solid var(--dose-blue);
  background-color: var(--dose-blue);
  opacity: 1;
  border-radius: 35px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(0);
}

.text-block-104 {
  color: var(--white);
  text-align: center;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.image-141, .image-142 {
  max-width: 80%;
}

.link-block-6.is-current {
  color: #00aeef;
}

.faq-link-2.is-current {
  color: #00aeef;
  display: none;
}

.faq-nav-2:hover, .faq-nav-2.is-current {
  color: #00aeef;
}

.nav-link-7 {
  color: #89898d;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-7:hover {
  color: #00aeef;
}

.nav-link-7.is-current {
  color: #00aeef;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-8 {
  color: #fff;
  background-color: #eb8d30;
  border: 2px solid #0000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 5px 20px;
  padding: 0 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  bottom: 0;
  left: 0;
}

.nav-link-8:hover {
  opacity: 1;
  background-color: #fcaf63;
  border: 2px solid #d16800;
}

.nav-link-8.is-current {
  color: #fff;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 6px;
}

.covid-19-2.is-current {
  color: #e20606;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.dropdown-link-5:hover, .dropdown-link-5.is-current {
  color: #00aeef;
}

.dropdown-link-5.residential, .dropdown-link-5.residential.is-current {
  display: none;
}

.dropdown-list-3.is-open {
  background-color: #fff;
  border-width: 2px;
  border-color: #eb8d30;
  border-radius: 12px;
  margin-left: 0;
  margin-right: -205px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .7s, transform 1s;
}

.nav-link-9 {
  color: #89898d;
  cursor: pointer;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-9:hover {
  color: #00aeef;
}

.nav-link-9.is-current {
  color: #00aeef;
  text-decoration: none;
}

.nav-link-9.is-current:hover {
  color: #00aeef;
}

.nav-link-9.services-2 {
  display: none;
}

.patience-modal-2.employee-modal-wrapper, .patience-modal-2.employee-modal-wrapper.patience-modal {
  display: none;
}

.employee-modal-exit-copy {
  cursor: pointer;
  background-image: url('../images/X-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.employee-modal-exit-copy.modal-exit-kalia:hover {
  transform: scale(1.3);
}

.employee-modal-exit-copy.modal-exit-patience {
  background-image: url('../images/X-4-01.png');
}

.mike-modal.employee-modal-wrapper {
  display: none;
}

.mike-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.rachel-modal.employee-modal-wrapper {
  display: none;
}

.rachel-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.stacy-modal.employee-modal-wrapper {
  display: none;
}

.stacy-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.abbie-modal.employee-modal-wrapper {
  display: none;
}

.abbie-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.abbie-bubble {
  cursor: pointer;
  background-image: url('../images/Abbie-website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.abbie-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.abbie-bubble.paul-portait:hover {
  background-position: 100%;
}

.abbie-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.abbie-bubble.steve-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.cody-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.chris-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.brent-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.abbie-bubble.owen-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.abbie-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.abbie-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.abbie-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.abbie-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.abbie-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.abbie-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.abbie-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.abbie-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.abbie-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.paul:hover {
  background-position: 100%;
}

.abbie-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.abbie-bubble.brandon:hover {
  background-position: 100%;
}

.abbie-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.abbie-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.abbie-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.abbie-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.abbie-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.abbie-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.abbie-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.abbie-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.abbie-bubble.abby {
  background-image: url('../images/Abby-Website.png'), url('../images/Copy-of-Untitled-2.png');
  width: 90%;
  padding-bottom: 90%;
}

.abbie-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.stacy-bubble {
  cursor: pointer;
  background-image: url('../images/Abbie-website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.stacy-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.stacy-bubble.paul-portait:hover {
  background-position: 100%;
}

.stacy-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.stacy-bubble.steve-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.cody-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.chris-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.brent-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.stacy-bubble.owen-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.stacy-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.stacy-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.stacy-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.stacy-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.stacy-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.stacy-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.stacy-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.stacy-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.stacy-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.paul:hover {
  background-position: 100%;
}

.stacy-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stacy-bubble.brandon:hover {
  background-position: 100%;
}

.stacy-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.stacy-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.stacy-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.stacy-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.stacy-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.stacy-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.stacy-bubble.stacy {
  background-image: url('../images/Stacy---Website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
  width: 90%;
  padding-bottom: 90%;
}

.stacy-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.stacy-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.rachel-bubble {
  cursor: pointer;
  background-image: url('../images/Abbie-website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.rachel-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.rachel-bubble.paul-portait:hover {
  background-position: 100%;
}

.rachel-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.rachel-bubble.steve-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.cody-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.chris-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.brent-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.rachel-bubble.owen-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.rachel-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.rachel-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.rachel-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.rachel-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.rachel-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.rachel-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.rachel-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.rachel-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.rachel-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.paul:hover {
  background-position: 100%;
}

.rachel-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rachel-bubble.brandon:hover {
  background-position: 100%;
}

.rachel-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.rachel-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.rachel-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.rachel-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.rachel-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
  width: 90%;
  padding-bottom: 90%;
}

.rachel-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.rachel-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.rachel-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.rachel-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.paul-modal-2.employee-modal-wrapper {
  display: none;
}

.paul-modal-2.employee-modal-wrapper.mere-modal {
  display: block;
}

.html-embed-14 {
  display: none;
}

.html-embed-15 {
  margin-top: 26px;
  display: block;
}

.container-49, .container-50 {
  display: block;
}

.text-block-107 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.slider-3 {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-6 {
  background-color: var(--dose-blue);
}

.grid-514 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  margin-top: 74px;
  padding-bottom: 0;
}

.paragraph-222 {
  margin: 60px 0 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-226 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: block;
}

.paragraph-227 {
  color: var(--white);
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.text-span-35, .text-span-36 {
  font-size: 25px;
}

.image-148 {
  max-width: 60%;
  margin-top: 0;
  margin-left: 10px;
}

.text-span-41, .text-span-42 {
  font-weight: 700;
}

.rich-text-block-7 {
  background-color: #0000;
  margin-left: 0;
  margin-right: -137px;
  padding-left: 20px;
  padding-right: 0;
}

.text-span-46 {
  font-size: 40px;
  font-weight: 300;
}

.grid-518 {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
}

.grid-519 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr;
  display: none;
}

.text-block-112 {
  color: var(--dose-orange);
  font-size: 20px;
  line-height: 30px;
}

.text-block-113 {
  font-size: 30px;
}

.grid-521 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
  position: relative;
}

.text-block-102-copy {
  color: #00aeef;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.t1-image-wraper {
  object-fit: contain;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-image {
  background-color: #00000080;
  background-image: url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  margin: 25px 40px;
  transition: all .5s;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.testimonial-image:hover {
  transform: scale(1.2);
}

.testimonial-image.two {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.two._2 {
  background-color: #0000;
  background-image: url('../images/blue-web-icons--14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 36%;
  margin-left: 65px;
  margin-right: 0;
}

.testimonial-image.two._2:hover {
  background-image: url('../images/blue-web-icons--14.png');
}

.testimonial-image.two._3 {
  background-color: #0000;
  background-image: url('../images/blue-web-icons--15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 36%;
  margin-left: 65px;
  margin-right: 0;
}

.testimonial-image.three {
  background-image: url('../images/JR-Mediset-1.png');
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.fp {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-10.png');
  background-size: contain;
  max-width: 100%;
}

.testimonial-image._1 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-10.png');
  background-size: contain;
}

.testimonial-image._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-size: contain;
}

.testimonial-image._4 {
  background-color: #0000;
  background-image: url('../images/4-TrayInsert_8-2-13.png');
  background-size: contain;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.one {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.one._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.one._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.one._1 {
  background-color: #0000;
  background-image: url('../images/blue-web-icons--13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 36%;
  margin-left: 65px;
  margin-right: 0;
  display: block;
}

.testimonial-image.one._1:hover {
  background-image: url('../images/blue-web-icons--13.png');
}

.testimonial-image.four {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.four._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.four._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.four._4 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/blue-web-icons--16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  max-width: 36%;
  margin-left: 65px;
  margin-right: 0;
  inset: 0%;
}

.testimonial-image.four._4:hover {
  background-image: url('../images/blue-web-icons--16.png');
}

.testimonial-image._7slot {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image._7slot._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image._7slot._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image._7slot._4 {
  background-color: #0000;
  background-image: url('../images/4-TrayInsert_8-2-13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image._7slot._7 {
  background-color: #0000;
  background-image: url('../images/7-slot-title--13.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.five {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.five._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.five._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.five._4 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/web-icons-fill-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.five._4:hover {
  background-image: url('../images/web-icons-fill-16.png');
}

.testimonial-image.five._5 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/Report-Brand-Kit--web-icons-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonial-image.five._5:hover {
  background-image: url('../images/Report-Brand-Kit--web-icons-17.png');
}

.testimonial-image.four-copy {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.four-copy._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.four-copy._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.four-copy._4 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/web-icons-fill-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.four-copy._4:hover {
  background-image: url('../images/web-icons-fill-16.png');
}

.testimonial-image.four-copy._6 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/web-icons-fill-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.six {
  background-image: url('../images/5fd94aee4ab9eb3ed56c0524_Gabe-Medi-set.png'), url('../images/Ebony-Medi-Set-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-image.six._2 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.six._3 {
  background-color: #0000;
  background-image: url('../images/TrayInsert_8-2-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.six._4 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/web-icons-fill-16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-image.six._4:hover {
  background-image: url('../images/web-icons-fill-16.png');
}

.testimonial-image.six._6 {
  color: #993434;
  background-color: #0000;
  background-image: url('../images/Report-Brand-Kit--web-icons-18.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px;
  margin-right: 30px;
}

.text-block-114 {
  text-align: left;
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-114:hover {
  transform: translate(0);
}

.text-block-114.text-2, .text-block-114.text-2-copy {
  font-weight: 400;
}

.div-block-160 {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.div-block-160:hover {
  background-image: url('../images/blue-web-icons--14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-69 {
  margin-top: 149px;
  margin-bottom: 110px;
}

.container-54 {
  margin-top: 200px;
  margin-bottom: -115px;
}

.text-block-115 {
  color: var(--dose-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.section-70 {
  margin-top: 121px;
}

.partner-order-button.pdf {
  height: 100%;
  margin-right: 196px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.html-embed-16 {
  justify-content: center;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
}

.text-block-116 {
  color: var(--dose-blue);
  justify-content: center;
  margin-top: 70px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  display: flex;
}

.div-block-162 {
  background-color: #5d13963b;
  border-radius: 20px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
}

.michelle-bubble {
  cursor: pointer;
  background-image: url('../images/Michelle---Website.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
}

.michelle-bubble:hover {
  background-position: 0%, 0 0;
}

.michelle-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.michelle-bubble.paul-portait:hover {
  background-position: 100%;
}

.michelle-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.michelle-bubble.steve-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.cody-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.chris-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.brent-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.michelle-bubble.owen-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.michelle-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.michelle-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.michelle-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.michelle-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.michelle-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.michelle-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.michelle-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.michelle-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.michelle-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.paul:hover {
  background-position: 100%;
}

.michelle-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.michelle-bubble.brandon:hover {
  background-position: 100%;
}

.michelle-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.michelle-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.michelle-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.michelle-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.michelle-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.michelle-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.michelle-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.michelle-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.michelle-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.sam-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.sam-bubble.paul-portait:hover {
  background-position: 100%;
}

.sam-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.sam-bubble.steve-portrait:hover {
  background-position: 100%;
}

.sam-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.sam-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.cody-portrait:hover {
  background-position: 100%;
}

.sam-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.chris-portrait:hover {
  background-position: 100%;
}

.sam-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.sam-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.brent-portrait:hover {
  background-position: 100%;
}

.sam-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.sam-bubble.owen-portrait:hover {
  background-position: 100%;
}

.sam-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.sam-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sam-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.sam-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.sam-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.sam-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.sam-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sam-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.sam-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.sam-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.sam-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.paul:hover {
  background-position: 100%;
}

.sam-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble.brandon:hover {
  background-position: 100%;
}

.sam-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.sam-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.sam-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.sam-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.sam-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.sam-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.paul-title, .steve-title, .alaina-title, .brandon-title, .linda-title, .brent-title, .mike-title, .cody-title, .meredith-title {
  color: #818181;
  font-weight: 400;
}

.title_aboutus.paul, .title_aboutus.steve, .title_aboutus.alaina, .title_aboutus.brandon, .title_aboutus.linda {
  color: #818181;
}

.patience-title, .kalia-title, .chris-title, .hannah-title, .rachel-title, .text-span-13-copy, .stacy-title {
  color: #818181;
  font-weight: 400;
}

.abby-title {
  color: #818181;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.michelle-title, .sam-title {
  color: #818181;
  font-weight: 400;
}

.dashboard {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.dashboard:hover {
  color: var(--white);
  background-color: #0082b3;
}

.link-block-7 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.michelle-modal.employee-modal-wrapper {
  display: none;
}

.michelle-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.sam-modal.employee-modal-wrapper {
  display: none;
}

.sam-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.div-block-163 {
  background-color: var(--purple);
  opacity: .85;
  color: #642b8f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.paragraph-228 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.footerlink-copy {
  color: #ffffff4d;
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.footerlink-copy.footerlinkhidden {
  display: none;
}

.footerlink-copy.alaina {
  background-color: var(--dose-blue);
  outline-color: var(--dose-blue);
  outline-offset: 0px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
  margin: 40px 0 0 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
}

.footerlink-copy.alaina:hover {
  color: var(--white);
  background-color: #0082b3;
}

.footerlink-copy.alaina.is-current, .footerlink-copy.alaina.footerlink-deprecated:hover {
  color: var(--dose-blue);
}

.order-footer {
  color: #ffffff4d;
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.order-footer.footerlinkhidden {
  display: none;
}

.order-footer.alaina {
  background-color: var(--dose-orange);
  outline-color: var(--dose-orange);
  outline-offset: 0px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  outline-width: 2px;
  outline-style: solid;
  margin: 40px 0 0 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
}

.order-footer.alaina:hover {
  color: var(--white);
  background-color: #c96400;
}

.order-footer.alaina.is-current, .order-footer.alaina.footerlink-deprecated:hover {
  color: var(--dose-blue);
}

.help-for-the-workforce-shortage {
  z-index: 0;
  background-color: var(--84c441);
  padding-top: 25px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.grid-524 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  display: grid;
}

.slider-4 {
  z-index: 1;
  border-bottom: 3px solid var(--dose-orange);
  height: 400px;
}

.slide-7 {
  margin-top: 0;
}

.mask-4 {
  background-color: var(--purple);
}

.icon-14, .icon-15 {
  margin-top: 123px;
}

.text-span-48 {
  font-size: 40px;
}

.test-nav {
  z-index: 100;
  color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.order-nav {
  border: 2px solid var(--dose-orange);
  background-color: var(--dose-orange);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.order-nav:hover {
  color: var(--white);
  background-color: #c96400;
}

.order-link {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.accepting-referrals {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.grid-526 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.text-block-119 {
  color: var(--white);
  text-align: center;
  font-size: 15px;
}

.text-block-120 {
  color: var(--white);
  text-align: center;
}

.section-72 {
  z-index: 1;
  background-color: var(--84c441);
  margin-left: 0;
  position: relative;
}

.right-arrow-5 {
  margin-right: 40px;
}

.left-arrow-5 {
  margin-left: 40px;
  padding-left: 0;
}

.services-block-copy-test {
  z-index: 0;
  background-color: var(--purple);
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 7px;
  transition: opacity .2s;
  display: block;
  position: static;
  inset: auto 0% 0%;
  transform: translate(0);
}

.nav-menu-4 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
  left: 0;
}

.nav-link-10, .nav-link-11 {
  align-items: center;
  display: flex;
}

.nav-link-12 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  width: 120px;
  display: flex;
}

.nav-link-13, .nav-link-14, .nav-link-15 {
  align-items: center;
  display: flex;
}

.video-header {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 50px;
  font-weight: 400;
  position: relative;
}

.video-subheader {
  color: var(--dose-blue);
  object-fit: fill;
  margin-left: 0;
  font-size: 40px;
  font-weight: 100;
  position: relative;
  left: 0%;
}

.navbar-8 {
  display: none;
}

.text-block-125 {
  text-align: center;
  background-color: #00aeef96;
  justify-content: center;
  align-items: center;
  margin-top: 243px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-529 {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-56 {
  flex-direction: row;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 100px;
  display: block;
  position: static;
}

.rich-text-block-8, .rich-text-block-9, .home-page-video-pers {
  padding-right: 60px;
}

.container-57 {
  flex: 1;
  max-width: 80%;
  display: flex;
}

.container-59, .container-60, .container-61 {
  max-width: 80%;
  display: flex;
}

.container-62 {
  justify-content: center;
  max-width: 95%;
  display: flex;
}

.section-74 {
  flex: 0 auto;
}

.container-63 {
  max-width: 80%;
  display: flex;
}

.flip-image--testimonial {
  max-width: 55%;
  padding-left: 0;
  position: relative;
  top: -96px;
  left: 60px;
}

.fill-disk {
  max-width: 95%;
  padding-top: 0;
  position: relative;
  top: -10px;
  left: 150px;
}

.fill-disk-testimonial {
  max-width: 90%;
  position: relative;
  left: 150px;
}

.homepage-video-body-header-orange {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: -5px;
}

.text-span-51 {
  color: var(--dose-blue);
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.paragraph-229-copy {
  height: auto;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 140px;
  position: relative;
}

.flip-body-subhead, .text-span-52 {
  font-size: 20px;
}

.button-3-top {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 355px;
  height: 45px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  transition: background-color 1s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  top: -3px;
  right: auto;
}

.button-3-top:hover {
  color: var(--white);
  background-color: #00aeefa3;
}

.button-3-top.referral {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  display: flex;
}

.text-span-54 {
  font-weight: 300;
}

.text-block-131 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-55 {
  color: var(--dose-orange);
}

.text-span-56 {
  color: var(--dose-blue);
  font-weight: 700;
}

.link-2 {
  margin-left: 0;
  margin-right: 0;
}

.text-span-57 {
  margin-left: 0;
}

.link-3 {
  margin-left: 0;
  margin-right: 0;
}

.link-4, .order-pp {
  color: var(--dose-blue);
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.order-pp:hover {
  color: var(--dose-blue);
}

.build-system-hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.select-med-time-section {
  background-color: var(--dark-slate-blue);
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

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

.grid-537 {
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-132 {
  text-align: right;
  font-size: 25px;
  line-height: 1.5;
}

._7-slot-section {
  background-color: var(--dose-blue);
  margin-top: 0;
  font-size: 25px;
  display: block;
}

.text-span-58 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.container-67 {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 80%;
  margin-bottom: 0;
  display: block;
}

.grid-538 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.paragraph-230, .paragraph-231 {
  font-size: 25px;
}

.image-160 {
  max-width: 70%;
}

._1-med-time-number.text-2 {
  font-weight: 400;
}

.container-med-time-select {
  max-width: 80%;
  margin-bottom: 30px;
}

.grid-med-time-selct {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 99.9996%;
  height: 200px;
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.text-block-med-times.text-2 {
  font-weight: 400;
}

.med-select-3 {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.med-select-3:hover {
  background-image: url('../images/blue-web-icons--15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-1-med-color {
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-1-med-color:hover {
  background-image: url('../images/blue-web-icons--13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.med-select-4 {
  cursor: pointer;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.med-select-4:hover {
  background-image: url('../images/blue-web-icons--16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-68 {
  max-width: 80%;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: none;
}

.text-block-135 {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}

.image-161 {
  max-width: 65%;
}

._1-med-day-strip {
  max-width: 80%;
}

._1-med-time-device {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

._2-med-time-device {
  z-index: 1;
  background-color: #0000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

._3-med-time-device {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.med-time-modal {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dose-blue);
  text-align: left;
  object-fit: fill;
  border-radius: 15px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 1500px;
  height: auto;
  margin: 0 100px 40px;
  padding: 40px 30px;
  display: grid;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.med-time-modal._5 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.25fr;
  margin-top: 0;
}

._2-device-setup {
  z-index: 2;
  max-width: 65%;
  position: relative;
}

._2-med-day-strip-copy {
  max-width: 80%;
}

._3-med-day-strip-copy {
  text-align: left;
  max-width: 80%;
  margin-left: 40px;
  display: block;
}

.text-block-1-med-time-day {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  max-height: none;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-2-med-time-day, .text-block-3-med-time-day, .text-block-4-med-time-day {
  background-color: var(--white);
  color: var(--deep-blue);
  border-radius: 11px;
  margin-left: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
}

.blank-med-time-div {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.text-span-59, .text-span-60 {
  font-weight: 100;
}

.paragraph-232 {
  color: var(--white);
  font-weight: 500;
}

.text-span-61 {
  font-weight: 100;
}

.text-span-62 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

._1-day-device {
  max-width: 65%;
}

.text-span-63 {
  margin-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.text-block-2-med-times-day-copy {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  max-height: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

._2-device-setup-copy-2 {
  z-index: 1;
  max-width: 65%;
  position: relative;
}

._2-device-setup-4med-times-copy {
  z-index: 2;
  max-width: 65%;
  margin-top: 10px;
  position: relative;
}

._2-device-setup-4medtime-2-copy {
  z-index: 1;
  max-width: 65%;
  position: relative;
}

.text-block-3-med-times-day-copy-copy {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  max-height: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.text-block-4-med-times-day-copy-copy {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.text-block-140 {
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
  display: none;
}

._7-slot-tray-grid {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-7-slot-tray-copy {
  color: var(--white);
  background-color: #0000;
  border-radius: 11px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

._7-slot-strip {
  max-width: 80%;
}

._7-slot-device {
  max-width: 65%;
}

.close-med-setup {
  z-index: 5;
  cursor: pointer;
  max-width: 8%;
  margin-top: -10px;
  transition: height .2s, width .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-med-setup:hover {
  max-width: 8%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.four-med-select-modal {
  z-index: 5;
  background-color: #00000080;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-168 {
  justify-content: center;
  display: flex;
  position: relative;
  inset: -15% 0% 0%;
}

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

.grid-540 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 100%;
}

.section-77 {
  background-image: url('../images/flip6.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: fixed;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  display: block;
}

._1-med-times-select-modal, ._2-med-select-modal-og, ._3-med-select-modal {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40vh;
  display: none;
  position: fixed;
  inset: 0%;
}

._5-med-select-modal, ._6-med-select-modal {
  z-index: 5;
  background-color: #00000080;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-162 {
  max-width: 80%;
  margin-left: 40px;
}

.image-163 {
  max-width: 65%;
  margin-top: 10px;
}

.text-span-64 {
  font-weight: 400;
}

.image-165 {
  max-width: 80%;
}

._3xday {
  z-index: -2;
  max-width: 50%;
  position: relative;
}

._3x-day1, ._3xdaymeds {
  max-width: 50%;
}

.image-166 {
  max-width: 80%;
}

.success-message-2 {
  background-color: var(--dose-blue);
  color: var(--white);
  border-radius: 7px;
}

.text-block-141 {
  font-size: 17px;
  font-weight: 500;
}

.error-message-2 {
  background-color: #ff5656;
  border-radius: 6px;
}

.text-block-142 {
  font-size: 15px;
  font-weight: 400;
}

.textarea {
  color: var(--dark-slate-blue);
  border-radius: 6px;
  padding-bottom: 50px;
  padding-left: 12px;
}

.textarea::placeholder {
  color: var(--dark-slate-blue);
}

.html-embed-17 {
  margin-top: 26px;
}

.text-block-143 {
  color: var(--white);
  margin-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

._2-med-select-modal, ._3-med-select-modal-og {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-168, .image-169 {
  display: none;
}

.text-span-66 {
  justify-content: flex-start;
  display: flex;
}

._4-med-select-modal-copy {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40vh;
  display: none;
  position: fixed;
  inset: 0%;
}

._1-med-time-image, ._2-med-time-image {
  display: none;
}

.jax-bubble {
  cursor: pointer;
  background-image: url('../images/Jackson.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  display: none;
}

.jax-bubble:hover {
  background-position: 100%, 0 0;
}

.jax-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.jax-bubble.paul-portait:hover {
  background-position: 100%;
}

.jax-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.jax-bubble.steve-portrait:hover {
  background-position: 100%;
}

.jax-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.jax-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.cody-portrait:hover {
  background-position: 100%;
}

.jax-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.chris-portrait:hover {
  background-position: 100%;
}

.jax-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.jax-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.brent-portrait:hover {
  background-position: 100%;
}

.jax-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.jax-bubble.owen-portrait:hover {
  background-position: 100%;
}

.jax-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.jax-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.jax-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.jax-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.jax-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.jax-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.jax-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.jax-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.jax-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.jax-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.jax-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.paul:hover {
  background-position: 100%;
}

.jax-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jax-bubble.brandon:hover {
  background-position: 100%;
}

.jax-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.jax-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.jax-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.jax-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.jax-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.jax-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.jax-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.jax-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.jax-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.sam-bubble-copy.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.sam-bubble-copy.paul-portait:hover {
  background-position: 100%;
}

.sam-bubble-copy.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.sam-bubble-copy.steve-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.alaina-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.cody-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.chris-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.kalia-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.brent-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.sam-bubble-copy.owen-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.clinton-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sam-bubble-copy.linda-portrait:hover {
  background-position: 100% 0;
}

.sam-bubble-copy.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.sam-bubble-copy.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.sam-bubble-copy.hannah-portrait:hover {
  background-position: 100%;
}

.sam-bubble-copy.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sam-bubble-copy.emily-portrait:hover {
  background-position: 100% 0;
}

.sam-bubble-copy.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.sam-bubble-copy.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.sam-bubble-copy.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.paul:hover {
  background-position: 100%;
}

.sam-bubble-copy.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sam-bubble-copy.brandon:hover {
  background-position: 100%;
}

.sam-bubble-copy.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.sam-bubble-copy.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.sam-bubble-copy.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble-copy.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.sam-bubble-copy.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble-copy.rachel:hover {
  background-position: 0 0, 0 0;
}

.sam-bubble-copy.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.sam-bubble-copy.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.sam-bubble-copy.abby:hover {
  background-position: 0 0, 0 0;
}

.morgan-bubble {
  cursor: pointer;
  background-image: url('../images/Morgan-web--Photo.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
}

.morgan-bubble:hover {
  background-position: 100%, 0 0;
}

.morgan-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.morgan-bubble.paul-portait:hover {
  background-position: 100%;
}

.morgan-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.morgan-bubble.steve-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.cody-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.chris-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.brent-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.morgan-bubble.owen-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.morgan-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.morgan-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.morgan-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.morgan-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.morgan-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.morgan-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.morgan-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.morgan-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.morgan-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.paul:hover {
  background-position: 100%;
}

.morgan-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.morgan-bubble.brandon:hover {
  background-position: 100%;
}

.morgan-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.morgan-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.morgan-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.morgan-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.morgan-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.morgan-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.morgan-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.morgan-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.morgan-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.tekla-bubble {
  cursor: pointer;
  background-image: url('../images/Tekla-web-photo.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 100%;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
}

.tekla-bubble:hover {
  background-position: 100%, 0 0;
}

.tekla-bubble.paul-portait {
  color: var(--dose-orange);
  text-align: left;
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  flex-flow: row-reverse;
  place-content: flex-end space-around;
  align-items: flex-start;
  padding-bottom: 100%;
  display: flex;
}

.tekla-bubble.paul-portait:hover {
  background-position: 100%;
}

.tekla-bubble.steve-portrait {
  text-align: center;
  background-image: url('../images/steve-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.tekla-bubble.steve-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.alaina-portrait {
  background-image: url('../images/alaina-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.alaina-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.cody-portrait {
  background-image: url('../images/cody-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.cody-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.chris-portrait {
  background-image: url('../images/chris-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.chris-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.kalia-portrait {
  background-image: url('../images/kalia-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.kalia-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.brent-portrait {
  background-image: url('../images/brent-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.brent-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.owen-portrait {
  background-image: url('../images/owen-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s;
}

.tekla-bubble.owen-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.clinton-portrait {
  background-image: url('../images/clinton-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.clinton-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.linda-portrait {
  background-image: url('../images/linda.jpg');
  background-position: 0 0;
  background-size: cover;
}

.tekla-bubble.linda-portrait:hover {
  background-position: 100% 0;
}

.tekla-bubble.linda-portrait.linda-modal {
  transition: opacity .2s;
}

.tekla-bubble.hannah-portrait {
  background-image: url('../images/hannah-web.jpg');
  background-position: 0%;
  background-size: cover;
}

.tekla-bubble.hannah-portrait:hover {
  background-position: 100%;
}

.tekla-bubble.emily-portrait {
  background-image: url('../images/emily_doseshirt.jpg');
  background-position: 0 0;
  background-size: cover;
}

.tekla-bubble.emily-portrait:hover {
  background-position: 100% 0;
}

.tekla-bubble.mere {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 0 0;
  background-size: cover;
  transition: opacity .2s;
}

.tekla-bubble.mere:hover {
  background-image: url('../images/Copy-of-Untitled-2-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
}

.tekla-bubble.paul {
  background-image: url('../images/paul-web.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.paul:hover {
  background-position: 100%;
}

.tekla-bubble.brandon {
  background-image: url('../images/Copy-of-Untitled-2_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tekla-bubble.brandon:hover {
  background-position: 100%;
}

.tekla-bubble.mike-portrait {
  background-image: url('../images/Mike-website-shot-002.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  display: block;
  position: static;
}

.tekla-bubble.mike-portrait:hover {
  background-position: 100% 0, 0 0;
}

.tekla-bubble.patience-portrait {
  background-image: url('../images/patience-1.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.tekla-bubble.patience-portrait:hover {
  background-position: 100% 0, 0 0;
}

.tekla-bubble.rachel {
  background-image: url('../images/rachel-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.tekla-bubble.rachel:hover {
  background-position: 0 0, 0 0;
}

.tekla-bubble.stacy {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 100% 0, 0 0;
  background-size: cover, auto;
}

.tekla-bubble.stacy:hover {
  background-image: url('../images/Stacy-web.png'), url('../images/Copy-of-Untitled-2.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.tekla-bubble.abby:hover {
  background-position: 0 0, 0 0;
}

.morgan-modal.employee-modal-wrapper {
  display: none;
}

.morgan-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.tekla---modal.employee-modal-wrapper {
  display: none;
}

.abbie--modal-copy.employee-modal-wrapper {
  display: none;
  overflow: visible;
}

.abbie--modal-copy.employee-modal-wrapper.brandon {
  display: block;
}

.text-block-31-copy {
  text-align: center;
  margin-bottom: -50px;
}

.text-block-31-copy.stacy {
  margin-bottom: -60px;
  margin-left: -40px;
  margin-right: -40px;
}

.text-block-31-copy.abby {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.image-170 {
  max-width: 80%;
}

.section-78 {
  margin-top: 209px;
  margin-bottom: 150px;
}

.language-button {
  background-color: var(--dose-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 9px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .5s, opacity .2s;
}

.language-button:hover {
  background-color: var(--dose-orange);
  color: var(--white);
  mix-blend-mode: normal;
}

.text-span-67 {
  font-size: 20px;
  font-weight: 400;
}

.grid-542 {
  grid-row-gap: 49px;
  grid-template-rows: auto auto auto auto;
}

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

.resources-page {
  background-color: var(--white);
  opacity: 1;
  text-align: justify;
  margin-top: 0;
  padding: 150px 30px 20px;
}

.text-span-68 {
  font-size: 25px;
  font-weight: 400;
}

.link-block-8 {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-544 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 3.5fr .25fr;
  justify-content: center;
  max-width: 100%;
}

.pdf-icon {
  z-index: 2;
  background-image: url('../images/Untitled-design-35.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  max-width: 75px;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  transition: flex-grow .375s;
  position: relative;
  top: 43px;
}

.pdf-icon:hover {
  top: 48px;
}

.services-flyer-arabic-copy, .qsg-arabic {
  z-index: 2;
  background-image: url('../images/Untitled-design-35.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  max-width: 75px;
  height: 70px;
  position: relative;
  top: 43px;
}

.grid-545 {
  grid-row-gap: 71px;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 67px;
}

.language-title {
  color: var(--deep-blue);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 400;
  display: flex;
}

.text-block-145 {
  color: var(--deep-blue);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 140px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
}

.setup-video-header {
  color: var(--deep-blue);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.medical-alert-guides {
  color: var(--deep-blue);
  justify-content: center;
  margin-top: 112px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.div-block-169 {
  border: 4px solid #00aeef;
  border-radius: 20px;
  overflow: hidden;
}

.video-21 {
  border: 4px #fff;
  border-radius: 20px;
}

.paragraph-233 {
  color: var(--deep-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.container-73 {
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.accordion-item-trigger-2 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.accordion-item-trigger-2:hover {
  color: #eb8d30;
  background-color: #0000;
  transform: translate(0);
}

.pers-video-grid {
  grid-column-gap: 90px;
  opacity: 1;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  justify-content: start;
  margin: 60px 0 0;
}

.pers-guide-copy {
  max-width: 50%;
  margin-top: 10px;
}

.english-version-content-wrapper-one-copy {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.english-version-content-wrapper-one-copy.slim {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.english-version-content-wrapper-one-copy.slim.two {
  margin-top: 0;
}

.english-version-content-wrapper-one-copy.slim.rar {
  margin-bottom: 75px;
}

.accordion-item-english-version-copy {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 24px 30px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-english-version-copy.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.english-grid-54 {
  grid-column-gap: 16px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". Area"
                 ". Area-2"
                 / 3.5fr .25fr;
  justify-content: center;
  max-width: 90%;
}

.english-grid-545-copy {
  grid-row-gap: 71px;
  grid-template-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.english-language-title-copy {
  color: var(--deep-blue);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
}

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

.text-block-146 {
  color: var(--dose-orange);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  font-weight: 300;
}

.container-77 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.setup-g {
  color: var(--mediumgray);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: visible;
}

.setup-g:hover {
  color: var(--dose-blue);
}

.setup-g.is-current {
  color: var(--dose-blue);
  display: none;
}

.text-span-69 {
  color: #eb8d30;
}

.dhs-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  margin-top: 100px;
}

.container-79 {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 100px;
  display: flex;
}

.trial-request {
  grid-row-gap: 16px;
  background-color: var(--purple);
  border-radius: 11px;
  grid-template-rows: auto auto auto;
  width: 100%;
  margin: 50px 40px;
  padding: 25px 20px;
}

.trial-request-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.trial-request-span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.trial-request-span-2 {
  color: var(--white);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-147 {
  color: var(--deep-blue);
  border-radius: 3px;
  margin-top: 64px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.text-span-72 {
  color: var(--deep-blue);
  line-height: 30px;
}

.text-span-73 {
  font-style: normal;
  line-height: 30px;
}

.text-block-148 {
  color: var(--dose-blue);
  display: none;
}

.emai-link {
  color: var(--dose-blue);
  cursor: pointer;
  margin-left: 0;
}

.emai-link:hover {
  color: var(--deep-blue);
}

.text-block-149 {
  color: var(--dose-blue);
}

.link-5 {
  color: var(--dose-blue);
  margin-left: 0;
}

.link-5:hover {
  color: var(--dark-slate-blue);
  margin-left: 0;
}

.video-23 {
  z-index: 1;
  border-radius: 0;
}

.button-19.cc-contact-us {
  z-index: 5;
  background-color: var(--dose-orange);
  object-fit: fill;
  border-radius: 8px;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: auto;
}

.menu {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item.is-current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.is-current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.is-current:active {
  opacity: .7;
  color: #32343a;
}

.dashboard-button.cc-contact-us {
  z-index: 5;
  clear: none;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  margin-right: 0;
  display: block;
  position: relative;
  inset: auto;
}

.webapp.cc-contact-us {
  z-index: 5;
  background-color: var(--dose-blue);
  object-fit: fill;
  border-radius: 8px;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 20px;
  display: block;
  position: static;
  left: auto;
}

.help-nav {
  color: var(--mediumgray);
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 1s;
  display: inline-block;
}

.help-nav:hover {
  color: var(--dose-blue);
}

.help-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.help-dropdown.is-current {
  color: var(--dose-blue);
}

.faq {
  color: var(--mediumgray);
  background-color: #0000;
  justify-content: flex-start;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .5s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.faq:hover, .faq.is-current {
  color: var(--dose-blue);
}

.faq.residential, .faq.residential.is-current {
  display: none;
}

.setup-guide-nav {
  color: var(--mediumgray);
  background-color: #0000;
  justify-content: flex-start;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .5s cubic-bezier(.075, .82, .165, 1);
  display: block;
}

.setup-guide-nav:hover, .setup-guide-nav.is-current {
  color: var(--dose-blue);
}

.setup-guide-nav.residential, .setup-guide-nav.residential.is-current {
  display: none;
}

.grid-547 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.pers-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: block;
}

.new-pers-hp-section {
  background-color: var(--white);
  outline-offset: 0px;
  border-top: 4px solid #fff;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  outline: 8px solid #fff;
  display: block;
}

.pers-learn-more {
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-175 {
  max-width: 40%;
  margin-top: 20px;
  display: none;
}

.og-flip-hp {
  display: none;
}

.new-flip-hp-section {
  border-style: solid;
  border-width: 8px 8px 4px;
  border-color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.flip-learn-more-txt-copy {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 60px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.flip-learn-more-txt-copy:hover {
  color: var(--white);
  background-color: #0082b3;
}

.slide-nav-4 {
  border-bottom: 3px none var(--dose-orange);
  background-color: var(--purple);
}

.lottie-animation-4 {
  max-width: 40%;
  margin-top: 20px;
}

.link-block-10 {
  margin-left: 0;
  margin-right: 0;
}

.npi-number {
  color: var(--dark-slate-blue);
  cursor: default;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 1s;
  display: inline-block;
}

.npi-number:hover {
  color: var(--dark-slate-blue);
}

.div-block-174 {
  border: 4px solid var(--dose-orange);
  object-fit: cover;
  border-radius: 20px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.video-25 {
  object-fit: fill;
  overflow: visible;
}

.div-block-174-copy {
  object-fit: cover;
  border: 4px solid #84c441;
  border-radius: 20px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.hp-icon-link.is-current {
  color: var(--dose-blue);
}

.grid-550 {
  grid-row-gap: 1px;
  object-fit: scale-down;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
  overflow: auto;
}

.npi-number-copy {
  color: var(--dark-slate-blue);
  cursor: default;
  margin-top: 0;
  margin-right: 36px;
  padding: 0 20px 5px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 1s;
  display: inline-block;
  position: relative;
  top: -9px;
}

.npi-number-copy:hover {
  color: var(--dark-slate-blue);
}

.nav-menu-no-npi {
  z-index: 1;
  cursor: pointer;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  place-content: stretch flex-end;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.container-83-copy {
  background-color: var(--white);
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-552 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.slider-5 {
  align-items: center;
  max-width: none;
  height: 650px;
  display: block;
}

._1xday-lottie {
  max-width: 40%;
  margin-top: 20px;
}

.lottie-animation-4-copy-copy {
  max-width: 40%;
  margin-top: 20px;
  display: none;
  overflow: visible;
}

.slide-12 {
  background-color: var(--dark-slate-blue);
  border-top: 1px #000;
  position: static;
}

.slide-nav-5 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.left-arrow-7 {
  margin-left: 20px;
}

.right-arrow-7 {
  margin-right: 20px;
}

.icon-16, .icon-17 {
  margin-top: 185px;
}

.hp-flip-grid-txt {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  align-items: center;
}

.container-84 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 100px;
}

.text-block-153 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}

.hp-flip-text-link {
  color: var(--dose-orange);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.hp-flip-text-link:hover {
  color: var(--dose-blue);
}

.text-span-75 {
  font-weight: 500;
}

._2xday-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

._1xday-lottie-copy, ._4xday-lottie-copy {
  max-width: 80%;
  margin-top: 20px;
}

.image-181 {
  max-width: 40%;
}

.image-182, .image-183 {
  max-width: 80%;
}

.home-link-block {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.home-link-block.is-current {
  color: var(--dose-blue);
  object-fit: scale-down;
  flex: 0 auto;
  justify-content: flex-end;
  padding-right: 15px;
  display: none;
  position: relative;
  top: -2px;
}

.image-184 {
  max-width: 5%;
  padding-right: 0;
  display: block;
  position: relative;
}

.brand-6 {
  margin-right: 0;
}

.navbar-10 {
  display: none;
}

.grid-553 {
  grid-row-gap: 2px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.text-block-154 {
  color: #ffffff4d;
  font-size: 12px;
}

.link-block-12 {
  margin-left: 0;
  margin-right: 0;
}

.tou-text-block-copy {
  color: #ffffff4d;
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: underline;
}

.tou-text-block-copy:hover {
  color: var(--dose-orange);
}

.div-block-177 {
  justify-content: center;
  display: flex;
}

.bluee-social-logos {
  z-index: 1;
  margin-top: 220px;
  margin-left: 140px;
  display: block;
  position: relative;
}

.blue-sociallogo-copy {
  z-index: 1;
  cursor: pointer;
  object-fit: fill;
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  overflow: visible;
}

.blue-sociallogo-copy:hover {
  display: block;
}

.image-187, .image-188, .image-189 {
  max-width: 80%;
}

.grid-554 {
  display: none;
}

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

.text-block-158 {
  text-align: center;
  background-color: #0000;
  width: 40%;
  max-width: none;
  margin-top: 20px;
  font-size: 35px;
  font-weight: 400;
}

.lottie-animation-5 {
  justify-content: center;
  max-width: 35%;
  display: flex;
}

.container-87 {
  justify-content: center;
  max-width: 80%;
  margin-top: 12px;
  margin-bottom: 81px;
  display: flex;
}

.text-block-159 {
  color: var(--white);
  text-align: center;
}

.grid-556 {
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.paragraph-234 {
  color: var(--deep-blue);
  text-align: center;
  margin-top: 56px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.paragraph-235 {
  color: var(--deep-blue);
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.container-88 {
  margin-bottom: 80px;
}

.image-72-copy {
  background-color: #83c341;
  border: 4px solid #5e8f2c;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 60px;
  display: block;
}

.image-74-copy {
  background-color: var(--purple);
  border: 4px solid #4e0288;
  border-radius: 20px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
}

.section-81 {
  background-color: var(--dark-slate-blue);
}

._1-1-orange {
  max-width: 80%;
  display: block;
}

.blue-layer, ._1-2-orange-layer, ._2-2-purple {
  max-width: 80%;
  display: block;
}

.green-layer, ._1-3-orange {
  max-width: 40%;
  display: block;
}

._2-3-purple {
  max-width: 40%;
}

._2-1-purple, .purple2-3med-times, .orange-2-3rd-med-time {
  max-width: 80%;
  display: block;
}

.grid-557 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.med-button {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button._1-1:hover {
  background-color: #c96400;
}

.med-button._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button._2-1:hover {
  background-color: #421268;
}

.med-button._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button._3-1:hover {
  background-color: #c96400;
}

.med-button._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button._4-1:hover {
  background-color: #421268;
}

.med-button._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button._1-2:hover {
  background-color: #c96400;
}

.med-button._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button._2-2:hover {
  background-color: #421268;
}

.med-button._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button._3-2:hover {
  background-color: #421268;
}

.med-button._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button._1-4:hover {
  background-color: #4b8012;
}

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

.med-button-small {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-small:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-small._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
  display: none;
}

.med-button-small._1-1:hover {
  background-color: #c96400;
}

.med-button-small._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-small._2-1:hover {
  background-color: #421268;
}

.med-button-small._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-small._3-1:hover {
  background-color: #c96400;
}

.med-button-small._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-small._4-1:hover {
  background-color: #421268;
}

.med-button-small._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-small._1-2:hover {
  background-color: #c96400;
}

.med-button-small._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small._2-2:hover {
  background-color: #421268;
}

.med-button-small._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small._3-2:hover {
  background-color: #421268;
}

.med-button-small._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-small._1-4:hover {
  background-color: #4b8012;
}

.med-button-small-purple {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-small-purple:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-small-purple._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-small-purple._1-1:hover {
  background-color: #c96400;
}

.med-button-small-purple._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
  display: none;
}

.med-button-small-purple._2-1:hover {
  background-color: #421268;
}

.med-button-small-purple._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-small-purple._3-1:hover {
  background-color: #c96400;
}

.med-button-small-purple._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-small-purple._4-1:hover {
  background-color: #421268;
}

.med-button-small-purple._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-small-purple._1-2:hover {
  background-color: #c96400;
}

.med-button-small-purple._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small-purple._2-2:hover {
  background-color: #421268;
}

.med-button-small-purple._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small-purple._3-2:hover {
  background-color: #421268;
}

.med-button-small-purple._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-small-purple._1-4:hover {
  background-color: #4b8012;
}

.med-button-small-orange {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-small-orange:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-small-orange._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-small-orange._1-1:hover {
  background-color: #c96400;
}

.med-button-small-orange._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-small-orange._2-1:hover {
  background-color: #421268;
}

.med-button-small-orange._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
  display: none;
}

.med-button-small-orange._3-1:hover {
  background-color: #c96400;
}

.med-button-small-orange._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-small-orange._4-1:hover {
  background-color: #421268;
}

.med-button-small-orange._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-small-orange._1-2:hover {
  background-color: #c96400;
}

.med-button-small-orange._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small-orange._2-2:hover {
  background-color: #421268;
}

.med-button-small-orange._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-small-orange._3-2:hover {
  background-color: #421268;
}

.med-button-small-orange._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-small-orange._1-4:hover {
  background-color: #4b8012;
}

.med-button-copy {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-copy:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-copy._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-copy._1-1:hover {
  background-color: #c96400;
}

.med-button-copy._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-copy._2-1:hover {
  background-color: #421268;
}

.med-button-copy._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-copy._3-1:hover {
  background-color: #c96400;
}

.med-button-copy._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
  display: none;
}

.med-button-copy._4-1:hover {
  background-color: #421268;
}

.med-button-copy._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-copy._1-2:hover {
  background-color: #c96400;
}

.med-button-copy._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-copy._2-2:hover {
  background-color: #421268;
}

.med-button-copy._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-copy._3-2:hover {
  background-color: #421268;
}

.med-button-copy._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-copy._1-4:hover {
  background-color: #4b8012;
}

.med-button-333copy {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-333copy:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-333copy._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-333copy._1-1:hover {
  background-color: #c96400;
}

.med-button-333copy._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-333copy._2-1:hover {
  background-color: #421268;
}

.med-button-333copy._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-333copy._3-1:hover {
  background-color: #c96400;
}

.med-button-333copy._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-333copy._4-1:hover {
  background-color: #421268;
}

.med-button-333copy._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-333copy._1-2:hover {
  background-color: #c96400;
}

.med-button-333copy._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-333copy._2-2:hover {
  background-color: #421268;
}

.med-button-333copy._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-333copy._3-2:hover {
  background-color: #421268;
}

.med-button-333copy._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-333copy._1-4:hover {
  background-color: #4b8012;
}

.med-button-copy222 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-copy222:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-copy222._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-copy222._1-1:hover {
  background-color: #c96400;
}

.med-button-copy222._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-copy222._2-1:hover {
  background-color: #421268;
}

.med-button-copy222._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-copy222._3-1:hover {
  background-color: #c96400;
}

.med-button-copy222._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-copy222._4-1:hover {
  background-color: #421268;
}

.med-button-copy222._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  display: none;
}

.med-button-copy222._1-2:hover {
  background-color: #c96400;
}

.med-button-copy222._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-copy222._2-2:hover {
  background-color: #421268;
}

.med-button-copy222._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-copy222._3-2:hover {
  background-color: #421268;
}

.med-button-copy222._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-copy222._1-4:hover {
  background-color: #4b8012;
}

.med-button-220 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-220:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-220._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-220._1-1:hover {
  background-color: #c96400;
}

.med-button-220._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-220._2-1:hover {
  background-color: #421268;
}

.med-button-220._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-220._3-1:hover {
  background-color: #c96400;
}

.med-button-220._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-220._4-1:hover {
  background-color: #421268;
}

.med-button-220._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-220._1-2:hover {
  background-color: #c96400;
}

.med-button-220._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
  display: none;
}

.med-button-220._2-2:hover {
  background-color: #421268;
}

.med-button-220._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-220._3-2:hover {
  background-color: #421268;
}

.med-button-220._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-220._1-4:hover {
  background-color: #4b8012;
}

.med-button-22b {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
}

.med-button-22b:hover {
  color: var(--white);
  background-color: #0082b3;
}

.med-button-22b._1-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 70%;
}

.med-button-22b._1-1:hover {
  background-color: #c96400;
}

.med-button-22b._2-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  justify-content: flex-start;
  max-width: 70%;
}

.med-button-22b._2-1:hover {
  background-color: #421268;
}

.med-button-22b._3-1 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
  max-width: 100%;
}

.med-button-22b._3-1:hover {
  background-color: #c96400;
}

.med-button-22b._4-1 {
  border-color: var(--purple);
  background-color: var(--purple);
  max-width: 70%;
}

.med-button-22b._4-1:hover {
  background-color: #421268;
}

.med-button-22b._1-2 {
  border-color: var(--dose-orange);
  background-color: var(--dose-orange);
}

.med-button-22b._1-2:hover {
  background-color: #c96400;
}

.med-button-22b._2-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-22b._2-2:hover {
  background-color: #421268;
}

.med-button-22b._2-3 {
  display: none;
}

.med-button-22b._3-2 {
  border-color: var(--purple);
  background-color: var(--purple);
}

.med-button-22b._3-2:hover {
  background-color: #421268;
}

.med-button-22b._1-4 {
  background-color: #7ed321;
  border-color: #7ed321;
}

.med-button-22b._1-4:hover {
  background-color: #4b8012;
}

.justina-modal-copy.employee-modal-wrapper {
  display: none;
}

.justina-modal-copy.employee-modal-wrapper.mere-modal {
  display: block;
}

.search {
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.search-link-block.is-current {
  color: var(--dose-blue);
  font-size: 14px;
  text-decoration: none;
}

.search-link-block.is-current:hover {
  color: var(--dose-blue);
}

.search-link-block.services-2 {
  display: none;
}

.search-link-block.residential, .search-link-block.homenav {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.search-link-block.homenav.is-current {
  background-image: url('../images/greymag2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4%;
  padding-left: 30px;
  padding-right: 30px;
}

.search-link-block.homenav.is-current:hover {
  background-image: url('../images/mag2-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.search-input-2 {
  border: 2px solid var(--dose-blue);
  outline-offset: 0px;
  text-align: left;
  object-fit: contain;
  border-radius: 9px;
  outline: 3px #333;
  width: 30%;
  height: 39px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -12px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
}

.search-2 {
  background-color: var(--dark-slate-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.search-button-2 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  border-radius: 5px;
  flex: 0 auto;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s;
}

.search-button-2:hover {
  border: 2px solid var(--dose-blue);
  background-color: #0082b3;
}

.div-block-178 {
  background-image: url('../images/greymag2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.div-block-178:hover {
  background-image: url('../images/mag2-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-906 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.body-8 {
  margin-top: 0;
}

.container-90 {
  margin-top: 230px;
}

.section-82 {
  margin-top: 177px;
}

.container-91 {
  max-width: 70%;
}

.grid-558 {
  grid-template-rows: auto auto auto;
  margin-top: 80px;
}

.text-block-161 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.image-192, .image-193 {
  max-width: 50%;
}

.grid-559 {
  grid-template-rows: auto auto auto;
  margin-top: 50px;
}

.button-20 {
  background-color: var(--84c441);
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-20:hover {
  color: var(--white);
  background-color: #50177c;
}

.grid-560 {
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 107px;
}

.container-92 {
  margin-top: 15px;
}

.text-block-162 {
  color: var(--dose-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.text-block-163 {
  color: var(--deep-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.button-22 {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-top: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-22:hover {
  color: var(--white);
  background-color: #0082b3;
}

.section-83 {
  background-image: url('../images/3-checkgraphic.png');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 900px 900px;
  background-attachment: scroll;
  max-width: 100vw;
  height: 100vh;
  padding-bottom: 0;
}

.text-block-31-hannah {
  text-align: center;
  margin-bottom: -50px;
}

.text-block-31-hannah.stacy {
  margin-left: -40px;
  margin-right: -40px;
}

.text-block-31-hannah.abby {
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.text-block-31-abby {
  text-align: center;
  margin-bottom: -50px;
}

.text-block-31-abby.stacy {
  margin-left: -40px;
  margin-right: -40px;
}

.text-block-31-abby.abby {
  margin-bottom: -60px;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.tyra-modal-copy.employee-modal-wrapper {
  display: none;
}

.free-trial-section {
  background-color: var(--white);
}

.grid-562 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-94, .image-195 {
  max-width: 80%;
}

.text-block-165 {
  color: var(--dose-orange);
  font-size: 25px;
  font-weight: 400;
  transition: opacity .2s;
}

.brent-modal-copy.employee-modal-wrapper {
  display: none;
}

.brent-modal-copy.employee-modal-wrapper.mere-modal {
  display: block;
}

.brent-modal-copy.employee-modal-wrapper-copy {
  display: none;
}

.brent-modal-copy.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.lauren-modal.employee-modal-wrapper {
  display: none;
}

.lauren-modal.employee-modal-wrapper.mere-modal {
  display: block;
}

.lauren-modal.employee-modal-wrapper-copy {
  display: none;
}

.lauren-modal.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.trish-modal-copy.employee-modal-wrapper {
  display: none;
}

.trish-modal-copy.employee-modal-wrapper.mere-modal {
  display: block;
}

.trish-modal-copy.employee-modal-wrapper-copy {
  display: none;
}

.trish-modal-copy.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.hannahs-modal-copy-copy.employee-modal-wrapper {
  display: none;
}

.hannahs-modal-copy-copy.employee-modal-wrapper.mere-modal {
  display: block;
}

.hannahs-modal-copy-copy.employee-modal-wrapper-copy {
  display: none;
}

.hannahs-modal-copy-copy.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.lauren-modal-copy.employee-modal-wrapper {
  display: none;
}

.lauren-modal-copy.employee-modal-wrapper.mere-modal {
  display: block;
}

.lauren-modal-copy.employee-modal-wrapper-copy {
  display: none;
}

.lauren-modal-copy.employee-modal-wrapper-copy.mere-modal {
  display: block;
}

.container-95 {
  max-width: 80%;
  display: none;
}

.grid-565 {
  grid-column-gap: 180px;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-180 {
  background-image: url('../images/PERS-WEB-BACKGROUND-.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.grid-566 {
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.image-196 {
  max-width: 40%;
  margin-bottom: 0;
}

.text-block-167 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-168 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.pers-header {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.pers-background {
  background-image: url('../images/PERS-background-.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
}

.pers, .pers:hover {
  color: var(--dose-blue);
}

.persorange, .persorange:hover {
  color: var(--dose-orange);
}

.grid-568 {
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 2fr;
}

.image-197, .image-198, .image-199, .image-200, .image-201, .image-202, .image-203 {
  max-width: 60%;
}

.text-block-169, .text-block-170, .text-block-171, .text-block-172, .text-block-173, .text-block-174, .text-block-175 {
  font-family: Roboto, sans-serif;
}

.text-block-168-copy {
  color: var(--purple);
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.image-202-copy, .image-203-copy {
  max-width: 60%;
}

.image-206 {
  max-width: 90%;
}

.coverage-information {
  color: var(--mediumgray);
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 1s;
  display: inline-block;
}

.coverage-information:hover {
  color: var(--dose-blue);
}

.nav-link-2-copy.is-current {
  color: var(--dose-blue);
  font-size: 14px;
  text-decoration: none;
}

.nav-link-2-copy.is-current:hover {
  color: var(--dose-blue);
}

.nav-link-2-copy.services-2 {
  display: none;
}

.nav-link-2-copy.residential, .nav-link-2-copy.homenav {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.coverage-information-new {
  clear: none;
  color: var(--mediumgray);
  cursor: pointer;
  object-fit: fill;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  left: auto;
  overflow: auto;
}

.coverage-information-new:hover {
  color: var(--dose-blue);
}

.coverage-information-new.is-current {
  color: var(--dose-blue);
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.coverage-information-new.is-current:hover {
  color: var(--dose-blue);
}

.coverage-information-new.services-2 {
  display: none;
}

.coverage-information-new.residential, .coverage-information-new.homenav {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.section-86 {
  z-index: 3;
  width: 100%;
  margin-top: 172px;
  margin-bottom: 120px;
  font-size: 1vw;
  display: none;
  position: relative;
  overflow: hidden;
}

.map-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 8.3em 0 7.7em;
  font-size: 1vw;
  display: block;
}

.text-block-176 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 32px;
}

.map {
  z-index: 1;
  aspect-ratio: auto;
  font-size: 1em;
  position: relative;
}

.map_img {
  z-index: 1;
  width: 62em;
  max-width: 100%;
  font-size: 1em;
  position: relative;
}

.map_state {
  z-index: 3;
  width: 6.4em;
  margin-top: 12.2em;
  margin-left: 11.4em;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map_state:hover {
  background-color: #fff0;
}

.map_state.mn {
  opacity: 1;
  width: 7.8em;
  margin-top: 2.8em;
  margin-left: 31.2em;
  display: block;
}

.map_state.mn:hover {
  opacity: 1;
  background-color: #0000;
  margin-top: 2.8em;
}

.map_state.wi {
  opacity: 1;
  width: 5.9em;
  margin-top: 6.4em;
  margin-left: 35.52em;
  display: block;
}

.map_state.wi:hover {
  opacity: 1;
  background-color: #0000;
  margin-top: 6.4em;
}

.map_state.wi.orange {
  opacity: 0;
  transition: opacity .2s;
}

.map_state.wi.orange:hover {
  opacity: 1;
}

.map_state.or {
  opacity: 1;
  width: 9.35em;
  margin-top: 3.65em;
  margin-left: 1.7em;
}

.map_state.or:hover {
  opacity: 1;
  background-color: #0000;
}

.map_state.oh {
  opacity: 1;
  background-color: #0000;
  width: 4.7em;
  margin-top: 12.2em;
  margin-left: 44.7em;
  display: block;
}

.map_state.oh:hover {
  opacity: 1;
  background-color: #0000;
  margin-top: 12.2em;
}

.map_state.oh.orange {
  opacity: 0;
  transition: opacity .2s;
}

.map_state.oh.orange:hover {
  opacity: 1;
}

.map_state.mo {
  opacity: 1;
  width: 7.5em;
  margin-top: 16em;
  margin-left: 32.6em;
  display: block;
}

.map_state.mo:hover {
  opacity: 1;
  background-color: #0000;
  width: 7.5em;
  margin-top: 16em;
  margin-left: 32.6em;
}

.map_state.ok {
  opacity: 1;
  width: 10.2em;
  margin-top: 21.2em;
  margin-left: 24.1em;
  display: block;
}

.map_state.ok:hover {
  opacity: 1;
  background-color: #0000;
  margin-top: 21.2em;
}

.map_state.ok.orange {
  opacity: 1;
}

.map_state.ut {
  opacity: 0;
  width: 6.65em;
  margin-top: 12.35em;
  margin-left: 11.3em;
  display: none;
}

.map_state.ut:hover {
  opacity: 1;
  background-color: #0000;
}

.map_state.id {
  opacity: 0;
  width: 7em;
  margin-top: 1.4em;
  margin-left: 9.4em;
  display: none;
}

.map_state.id:hover {
  opacity: 1;
  background-color: #0000;
  width: 7em;
  margin-top: 1.5em;
  margin-left: 9.5em;
}

.map_state.co {
  width: 8.2em;
  margin-top: 14.5em;
  margin-left: 17.3em;
}

.map_state.co:hover {
  background-color: #0000;
}

.map_state.la {
  opacity: 1;
  width: 6.5em;
  margin-top: 27.3em;
  margin-left: 34.7em;
  display: block;
}

.map_state.la:hover {
  opacity: 1;
  background-color: #d32c2c00;
  margin-top: 27.3em;
}

.map_state.la2 {
  opacity: 1;
  width: 8em;
  margin-top: 2.8em;
  margin-left: 46.3em;
  display: block;
}

.map_state.la2:hover {
  opacity: 1;
  background-color: #0000;
  margin-top: 2.8em;
}

.map_state.mt {
  width: 11.8em;
  margin-top: 1.7em;
  margin-left: 12.4em;
}

.map_state.mt:hover {
  background-color: #fff0;
}

.map_state.wa.partner {
  width: 7.7em;
  margin-top: 0;
  margin-left: 3.9em;
}

.map_state.wa.partner:hover {
  background-color: #fff0;
}

.map_state.ca.partner {
  width: 9.2em;
  margin-top: 9.5em;
  margin-left: 1em;
}

.map_state.ca.partner:hover {
  background-color: #fff0;
}

.map_state.ca.partner:active {
  display: block;
}

.map_state.ct {
  margin-left: 60.5em;
}

.map_state.ct.partner {
  width: 1.8em;
  margin-top: 10.6em;
  margin-left: 56.8em;
}

.map_state.ct.partner:hover {
  background-color: #fff0;
}

.map_state.ct.partner.square {
  width: 3em;
  margin-left: 62.5em;
}

.map_state.partner.ct-block {
  width: 3em;
  margin-top: 12em;
  margin-left: 62.9em;
}

.map_state.partner.ct-block.cthover {
  margin-top: 12.4em;
  margin-left: 58.8em;
  transition: opacity .2s;
}

.map_state.orange-or {
  margin-left: 1.7em;
}

.map_state.ororange {
  opacity: 0;
  width: 9.35em;
  margin-top: 3.65em;
  margin-left: 1.7em;
  transition: opacity .2s;
}

.map_state.ororange:hover {
  opacity: 1;
}

.map_state.moorange {
  opacity: 0;
  width: 7.5em;
  margin-top: 16em;
  margin-left: 32.6em;
  transition: opacity .2s;
}

.map_state.moorange:hover {
  opacity: 1;
}

.map_state.ctorange {
  opacity: 0;
  margin-left: 4.8em;
  transition: opacity .2s;
}

.map_state.ctorange:hover {
  opacity: 1;
}

.map_state.mnorange {
  z-index: 4;
  opacity: 0;
  width: 7.8em;
  margin-top: 2.8em;
  margin-left: 31.2em;
}

.map_state.in {
  opacity: 1;
  width: 3.52em;
  margin-top: 14em;
  margin-left: 41.9em;
  top: -.38%;
  left: -.5%;
}

.map_state.in.orange {
  opacity: 0;
}

.map_state.in.orange:hover {
  opacity: 1;
}

.map_state.utah {
  width: 8.8em;
  margin-top: 12.2em;
}

.map_state.utah.orange {
  z-index: 4;
  opacity: 0;
  margin-top: 12.2em;
}

.map_state.utah.orange:hover {
  opacity: 1;
}

.map_embed {
  opacity: 1;
  width: 100%;
}

.map_embed:hover {
  color: var(--dose-orange);
  -webkit-text-stroke-color: var(--dose-orange);
  border-radius: 0;
}

.map_embed.orange {
  opacity: 0;
  transition: opacity .2s;
}

.map_embed.orange:hover {
  opacity: 1;
}

.grid-571 {
  grid-row-gap: 31px;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 0;
}

.coverage-text-header {
  color: var(--deep-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.coverage-text-header.mn {
  text-align: left;
  margin-bottom: 60px;
}

.coverage-text-header.oh {
  color: var(--deep-blue);
  margin-bottom: 0;
}

.coverage-text-header.oh.colorado-billing-last-note {
  margin-top: -66px;
  margin-bottom: 60px;
}

.text-block-178 {
  color: var(--dose-orange);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
}

.state-billing-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pp-link {
  color: var(--dose-blue);
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.state-billing-header {
  color: var(--dose-blue);
  text-align: left;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  display: flex;
}

.state-billing-header.oh {
  justify-content: center;
  font-size: 35px;
}

.state-billing-header.oh.partner {
  color: var(--purple);
}

.flip-icon-coverage.hidden {
  opacity: 0;
}

.flip-icon-coverage.mn {
  max-width: 40%;
}

.state-service-item-header {
  color: var(--dose-orange);
  justify-content: flex-start;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  display: flex;
}

.div-block-182, .div-block-183 {
  justify-content: center;
  display: flex;
}

.remind-icon-coverage-copy.remind-icon2 {
  max-width: 30%;
  margin-top: 0;
  top: 0;
  left: 0;
}

.pers-icon-coverage-copy {
  align-self: center;
  max-width: 40%;
  max-height: 60%;
  margin-top: 0;
  display: block;
  position: static;
  left: auto;
}

.pers-icon-coverage-copy.mn {
  max-width: 250px;
  margin-left: 40px;
  margin-right: 0;
}

.pers-icon-coverage-copy.co {
  max-width: 166px;
}

.text-block-179 {
  color: var(--deep-blue);
  margin: 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.pricing-header-coverage {
  font-size: 20px;
  font-weight: 500;
}

.pricing-header-coverage:hover {
  color: var(--deep-blue);
}

.container-100 {
  justify-content: center;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.state-coverage-grid, .grid-577 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.coverage-grid.oh {
  grid-row-gap: 70px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.coverage-grid.co {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 2fr;
}

.pers-icon-coverage {
  align-self: center;
  max-width: 90%;
  max-height: 60%;
  margin-top: 10px;
  position: relative;
  left: auto;
}

.pers-icon-coverage.mn {
  max-width: 300px;
  max-height: 50%;
  margin-left: 40px;
  margin-right: 0;
}

.pers-icon-coverage.co {
  max-width: 166px;
}

.dhs-approval-mn {
  color: #00aeef;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.dhs-grid-mn {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.mn-dhs-button {
  background-color: #00aeef;
  border: 2px solid #00aeef;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-size: 20px;
  transition: background-color .5s;
}

.mn-dhs-button:hover {
  color: #fff;
  background-color: #0082b3;
}

.coverage-buttons {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: background-color .5s;
  position: relative;
}

.coverage-buttons:hover {
  color: var(--white);
  background-color: #0082b3;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.div-block-185, .div-block-186, .div-block-187, .div-block-188 {
  justify-content: center;
  display: flex;
}

.grid-578 {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.grid-578.bothgrid {
  grid-template-rows: auto;
}

.flip-div-coverage, .remind-div-coverage {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pers-div-coverage {
  justify-content: center;
  display: flex;
}

.pers-div-coverage.mn {
  justify-content: flex-end;
  align-items: center;
}

.div-block-192, .div-block-193 {
  justify-content: center;
  display: flex;
}

.div-block-194, .div-block-195 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-196, .div-block-197, .div-block-198 {
  justify-content: center;
  display: flex;
}

.div-block-200, .div-block-201, .div-block-202, .div-block-203 {
  justify-content: center;
  display: flex;
}

.div-block-204, .div-block-205, .div-block-206 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-207, .div-block-208, .div-block-209, .div-block-210, .div-block-211 {
  justify-content: center;
  display: flex;
}

.section-87 {
  margin-top: 230px;
}

.image-207, .image-208 {
  max-width: 30%;
}

.div-block-212, .div-block-213 {
  justify-content: flex-end;
  display: flex;
}

.grid-579 {
  grid-column-gap: 121px;
  grid-row-gap: 69px;
}

.container-101 {
  margin-top: 100px;
}

.support-button {
  border: 2px solid var(--dose-blue);
  background-color: var(--dose-blue);
  outline-color: var(--dose-blue);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 6px;
  outline-width: 2px;
  outline-style: none;
  justify-content: center;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 70px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .5s;
  display: flex;
}

.support-button:hover {
  border: 2px solid var(--dose-blue);
  color: var(--white);
  background-color: #0082b3;
}

.div-block-214 {
  width: 48%;
}

.grid-580 {
  grid-row-gap: 39px;
  grid-template-columns: 1fr;
}

.text-block-180 {
  color: var(--deep-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-span-79 {
  color: var(--dose-blue);
}

.pricing-subheader-coverage, .text-span-81 {
  font-weight: 400;
}

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

.container-102 {
  max-width: 70%;
}

.grid-582 {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-210 {
  max-width: 50%;
  margin-left: 0;
}

.text-block-181 {
  margin-right: 60px;
  font-size: 18px;
  font-weight: 400;
}

.no-wifi-needed-container {
  max-width: 80%;
}

.text-span-83 {
  font-size: 45px;
}

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

.text-block-182 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.recaptcha {
  margin-bottom: 20px;
}

.container-104 {
  max-width: 80%;
  margin-top: 178px;
}

.html-embed-19 {
  justify-content: center;
  display: flex;
}

.text-block-183 {
  color: var(--dose-blue);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.button-23 {
  border: 2px solid var(--dose-orange);
  background-color: var(--dose-orange);
  border-radius: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s, background-color .5s;
}

.button-23:hover {
  border-color: var(--dose-orange);
  color: var(--white);
  background-color: #c96400;
}

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

.contact-bar {
  z-index: 3;
  object-fit: fill;
  background-color: #0000;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% -.7% auto;
}

.div-block-216 {
  background-color: var(--dose-orange);
  text-align: left;
  cursor: pointer;
  border: 1px #000;
  border-radius: 6px;
  justify-content: center;
  max-width: 5%;
  padding: 10px 0;
  display: none;
}

.div-block-216:hover {
  background-color: #c96400;
}

.text-block-185 {
  font-weight: 400;
  display: none;
}

.text-block-186 {
  color: var(--dose-blue);
  font-size: 30px;
  font-weight: 400;
}

.contact-us-pop-up-form {
  margin-top: 20px;
  margin-bottom: -20px;
}

.contact-us-pop-up-grid {
  grid-template-columns: 1fr;
  display: block;
}

.contact-pop-up-modal-content-copy {
  border: 4px solid var(--dose-blue);
  background-color: var(--white);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  inset: -133px auto auto 0;
}

.image-211 {
  max-width: 35%;
}

.button-24 {
  margin-right: 0;
}

.button-base-style {
  color: #000;
  background-color: #d8d8d8;
  border-radius: 20px;
  padding: 10px 32px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-base-style._6 {
  z-index: 9999;
  background-color: var(--dose-orange);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  max-width: 30%;
  height: 50px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: max-width .4s;
  display: flex;
}

.button-base-style._6:hover {
  background-color: var(--dose-orange);
  max-width: 70%;
}

.button-label {
  z-index: 1;
  position: relative;
}

.button-label._6 {
  color: var(--white);
  margin-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transform: translate(0);
}

.button-label._6:hover {
  opacity: 1;
}

.div-block-218 {
  display: none;
}

.image-212 {
  max-width: 35%;
  margin-top: 15px;
}

.div-block-219 {
  margin-top: 0;
}

.div-block-220 {
  justify-content: center;
  display: flex;
}

.billing-faq-button {
  background-color: var(--84c441);
  text-align: center;
  border-radius: 8px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: block;
  position: fixed;
  inset: auto 7.5% -.8% auto;
}

.billing-faq-button:hover {
  color: var(--white);
}

.text-span-84 {
  position: relative;
  top: 3px;
}

.billing-faq-modal.employee-modal-wrapper {
  display: none;
  overflow: visible;
}

.billing-faq-modal.employee-modal-wrapper.brandon {
  display: block;
}

.billing-faq-modal.contact-us-wraper {
  z-index: 9999;
  background-color: #00000075;
  justify-content: center;
  height: 100%;
  padding-top: 35vh;
  transition: flex-grow .5s, opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.billing-faq-modal.contact-us-wraper.brandon {
  display: block;
}

.accordion-item-billing {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 24px 30px;
  display: block;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-billing.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.accordion-heading-billing {
  color: var(--dose-blue);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.accordion-heading-billing:hover {
  color: var(--dose-blue);
}

.accordion-heading-billing.rar {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 300;
}

.accordion-heading-billing.rar:hover {
  color: var(--dose-blue);
}

.paragraph--billing {
  color: var(--black);
  text-align: left;
  margin-left: 20px;
  line-height: 1.4;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  position: relative;
  top: 100px;
  bottom: auto;
}

.modal-bg {
  background-color: var(--color-2);
  opacity: .5;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.close-btn-w.for-scroll {
  width: 2rem;
  height: 2rem;
  margin-top: 15px;
  margin-left: -5.5rem;
  margin-right: 15px;
  position: sticky;
  top: 3%;
  right: auto;
}

.close-btn-w.for-scroll:hover {
  background-color: #00000029;
}

.modal-w {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  max-height: 100%;
  margin: -36px auto auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-content-w {
  padding: 3rem;
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 6% 0% 0%;
  overflow: auto;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--84c441-442);
  border-radius: 16px;
  height: 3px;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--84c441-442);
  height: 3px;
  transform: rotate(-45deg);
}

.accordion-item-copy.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.accordion-item-billingfaq {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 52px;
  margin-bottom: 0;
  padding: 24px 30px;
  display: block;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-billingfaq.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.accordion-item-billingfaq._2 {
  margin-top: 0;
}

.discontinuing-services-billing {
  color: var(--deep-blue);
  font-size: 38px;
  font-weight: 400;
}

.discontinuing-services-billing:hover {
  color: var(--deep-blue);
}

.modal-scroll-content-w {
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.modal-w-scroll {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  max-height: 100%;
  margin: 57px auto auto;
  padding-top: 7%;
  padding-bottom: 5%;
}

.modal-scroll {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 95%;
  margin-top: 0;
  position: relative;
}

.remove-w-2 {
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.modal-2-popup-3 {
  z-index: 25;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
  inset: 0%;
}

.link-9, .link-10 {
  color: var(--dose-blue);
}

.accordion-heading-3 {
  color: #00aeef;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.accordion-heading-3:hover {
  color: #00aeef;
}

.paragraph-237 {
  color: #535e7d;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-105 {
  background-color: var(--dose-blue);
  max-width: 100%;
  margin-top: 140px;
}

.text-block-187 {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.button-25 {
  background-color: var(--dose-orange);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  display: flex;
  position: static;
}

.button-25:hover {
  color: var(--white);
  background-color: #c96400;
}

.div-block-221 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.text-span-85 {
  text-align: left;
}

.quick-stack {
  grid-column-gap: 26px;
  padding-bottom: 0;
}

.image-213 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.container-106 {
  max-width: 82%;
}

.div-block-222 {
  background-color: #0000001a;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.container-107 {
  margin-top: 168px;
}

.html-embed-21 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.text-block-188 {
  color: var(--dose-blue);
  justify-content: center;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-189 {
  color: var(--white);
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
}

.section-88 {
  margin-top: 237px;
}

.text-block-190 {
  color: var(--dose-blue);
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  display: flex;
}

.section-89 {
  margin-top: 60px;
}

.partner-headers {
  clear: none;
  color: var(--dose-orange);
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.grid-numb {
  color: #2b3849;
  text-align: left;
  border-left: 2px #000;
  justify-content: center;
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.cell-9, .cell-10 {
  align-items: center;
}

.cell-11, .cell-12 {
  justify-content: center;
}

.image-216-copy {
  max-width: 50%;
  margin-left: 60px;
  display: block;
}

.cell-14, .cell-15, .cell-16 {
  align-items: center;
}

.button-26 {
  background-color: var(--84c441-442);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-right: 0;
  padding: 15px 20px;
  font-weight: 400;
  display: flex;
}

.button-26:hover {
  color: var(--white);
  font-weight: 400;
}

.button-27 {
  background-color: var(--dose-blue);
  text-align: center;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.button-27:hover {
  color: var(--white);
}

.button-28 {
  background-color: var(--dose-orange);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  display: flex;
}

.button-28:hover {
  color: var(--white);
  font-weight: 400;
}

.div-block-223 {
  width: 100%;
  max-width: 100%;
  padding-left: 0%;
}

.div-block-224, .div-block-225 {
  width: 100%;
}

.quick-stack-5 {
  grid-column-gap: 85px;
  display: none;
}

.text-span-87, .text-span-88 {
  font-weight: 500;
}

.text-block-151-copy {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

.text-span-89 {
  font-weight: 500;
}

.cell-20, .cell-21 {
  align-items: center;
}

.cell-23, .cell-24 {
  align-items: center;
}

.cell-28, .cell-29, .cell-30 {
  align-items: center;
}

.div-block-232 {
  background-color: var(--white);
  border-radius: 9px;
  width: 30%;
}

.flip-hp-text-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 25px;
  line-height: 1.4;
}

.container-108 {
  background-color: var(--dose-blue);
  border-radius: 19px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-form {
  display: block;
}

.form-block-faq {
  width: 80%;
  max-width: none;
  margin-left: 0;
}

.cell-32 {
  align-items: center;
}

.faq-form-button {
  justify-content: flex-start;
  display: flex;
}

.quick-stack-9 {
  grid-row-gap: 49px;
  border-radius: 0;
}

.text-block-196 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
}

.div-block-233 {
  width: 80%;
}

.cell-33 {
  align-items: center;
}

.text-block-197 {
  font-size: 40px;
  font-weight: 400;
}

.div-block-234 {
  width: 80%;
  margin-top: 20px;
}

.faq-submit-button {
  border: 2px solid var(--dose-orange);
  background-color: var(--dose-orange);
  text-align: left;
  border-radius: 6px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: background-color .5s, opacity .2s;
  position: relative;
  left: 0;
}

.faq-submit-button:hover {
  background-color: #c26c17;
}

.referrals-lik {
  color: var(--white);
  margin-right: 0;
  font-weight: 500;
}

.referrals-lik:hover {
  color: var(--dose-orange);
}

.text-span-91 {
  font-weight: 500;
}

.pricing-header-coverage-copy {
  color: var(--dose-blue);
  font-size: 20px;
  font-weight: 500;
}

.pricing-header-coverage-copy:hover {
  color: var(--dose-blue);
}

.text-span-92, .text-span-93 {
  font-weight: 300;
}

.text-span-94, .text-span-95 {
  font-weight: 500;
}

.closed--modal-hp.employee-modal-wrapper {
  display: none;
  overflow: visible;
}

.closed--modal-hp.employee-modal-wrapper.brandon {
  display: block;
}

.closed--modal-hp.contact-us-wraper {
  z-index: 9999;
  background-color: #00000075;
  justify-content: center;
  height: 100%;
  padding-top: 35vh;
  transition: flex-grow .5s, opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.closed--modal-hp.contact-us-wraper.brandon {
  display: block;
}

.closed-text.textgrayheader {
  color: #3d3d40;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 100;
}

.closed-text.textblueheadline {
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.2;
}

.closed-text.textwhiteheadline {
  color: var(--white);
}

.closed-text.employee-modal-name {
  color: var(--black);
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.closed-modal-exit-copy.modal-exit-steve {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-copy.modal-exit-paul {
  border-radius: 0;
  transition: opacity .2s;
}

.closed-modal-exit-copy.modal-exit-paul:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #000;
}

.closed-modal-exit-copy.modal-exit-alaina {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-copy.modal-exit-cody {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.closed-modal-exit-copy.modal-exit-chris, .closed-modal-exit-copy.modal-exit-kalia {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-copy.modal-exit-brent {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.closed-modal-exit-copy.modal-exit-owen, .closed-modal-exit-copy.modal-exit-clinton, .closed-modal-exit-copy.modal-exit-contact-us, .closed-modal-exit-copy.modal-exit-closed {
  background-image: url('../images/X-4-01.png');
}

.closed--modal-hp-copy.employee-modal-wrapper {
  display: none;
  overflow: visible;
}

.closed--modal-hp-copy.employee-modal-wrapper.brandon {
  display: block;
}

.closed--modal-hp-copy.contact-us-wraper {
  z-index: 9999;
  background-color: #00000075;
  justify-content: center;
  height: 100%;
  padding-top: 35vh;
  transition: flex-grow .5s, opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.closed--modal-hp-copy.contact-us-wraper.brandon {
  display: block;
}

.closed-modal-exit-rp.modal-exit-steve {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-rp.modal-exit-paul {
  border-radius: 0;
  transition: opacity .2s;
}

.closed-modal-exit-rp.modal-exit-paul:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #000;
}

.closed-modal-exit-rp.modal-exit-alaina {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-rp.modal-exit-cody {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.closed-modal-exit-rp.modal-exit-chris, .closed-modal-exit-rp.modal-exit-kalia {
  background-image: url('../images/X-4-01.png');
}

.closed-modal-exit-rp.modal-exit-brent {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.closed-modal-exit-rp.modal-exit-owen, .closed-modal-exit-rp.modal-exit-clinton, .closed-modal-exit-rp.modal-exit-contact-us, .closed-modal-exit-rp.modal-exit-closed {
  background-image: url('../images/X-4-01.png');
}

.grid-588 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  transition: background-color .2s, opacity .5s;
}

.pers-grid-hp {
  background-color: var(--dose-green-3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-199 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  display: flex;
}

.pers-grid-hp-copy {
  background-color: var(--dose-blue);
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.teardrop-grid-hp-copy {
  background-color: var(--purple);
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.belle-w-grid-hp-copy {
  background-color: var(--dark-slate-blue);
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.stride-watch-hp-copy {
  background-color: var(--color);
  border: 1px #000;
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-216 {
  background-color: var(--white);
  border-radius: 20px;
}

.image-217 {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 0;
  padding-right: 0;
}

.image-218 {
  background-color: #fff;
  border-radius: 20px;
}

.image-219 {
  background-color: var(--white);
  border-radius: 20px;
}

.image-220 {
  background-color: #fff;
  border-radius: 20px;
}

.text-block-200 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-201 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
}

.pers-button-hp {
  background-color: var(--dose-blue);
  text-align: center;
  border-radius: 7px;
  margin: 10px 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: background-color .5s;
}

.pers-button-hp:hover {
  background-color: var(--dose-blue-hover);
  color: var(--white);
}

.pers-container-pers-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: block;
}

.grid-588-pers-page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  transition: background-color .2s, opacity .5s;
  display: none;
}

.pers-grid-pp-copy {
  background-color: var(--dose-green-3);
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.pers-grid-pp {
  background-color: var(--dose-blue);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.teardrop-grid-pp {
  background-color: var(--purple);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.belle-w-grid-pp {
  background-color: var(--dark-slate-blue);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.stride-watch-pp {
  background-color: var(--color);
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-199-pp {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 400;
  display: flex;
}

.image-220-pp {
  background-color: #fff;
  border-radius: 20px;
  max-width: 40%;
}

.image-217-pp {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.image-218-pp {
  background-color: #fff;
  border-radius: 20px;
  max-width: 50%;
}

.image-219-pp {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  max-width: 50%;
  display: block;
}

.image-216-pp {
  background-color: var(--white);
  border-radius: 20px;
  max-width: 50%;
}

.text-block-200-pp {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-202 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.pers-headers:hover {
  color: var(--white);
}

.paragraph-238 {
  aspect-ratio: auto;
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  overflow: visible;
}

.paragraph-238.bellew {
  margin-bottom: 190px;
}

.linda-modal-copy.employee-modal-wrapper {
  display: block;
}

.ooo-modal-copy-copy.employee-modal-wrapper {
  display: none;
}

.ooo-modal-exit-copy.modal-exit-steve {
  background-image: url('../images/X-4-01.png');
}

.ooo-modal-exit-copy.modal-exit-paul {
  border-radius: 0;
  transition: opacity .2s;
}

.ooo-modal-exit-copy.modal-exit-paul:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #000;
}

.ooo-modal-exit-copy.modal-exit-alaina {
  background-image: url('../images/X-4-01.png');
}

.ooo-modal-exit-copy.modal-exit-cody {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.ooo-modal-exit-copy.modal-exit-chris, .ooo-modal-exit-copy.modal-exit-kalia {
  background-image: url('../images/X-4-01.png');
}

.ooo-modal-exit-copy.modal-exit-brent {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.ooo-modal-exit-copy.modal-exit-owen, .ooo-modal-exit-copy.modal-exit-clinton, .ooo-modal-exit-copy.modal-exit-contact-us, .ooo-modal-exit-copy.modal-exit-clinton-copy {
  background-image: url('../images/X-4-01.png');
}

.ooo-modal-title-copy {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}

.ooo-modal-content-copy {
  background-color: var(--white);
  border-radius: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.ooo-contact-us--modal-copy.employee-modal-wrapper {
  display: none;
  overflow: visible;
}

.ooo-contact-us--modal-copy.employee-modal-wrapper.brandon {
  display: block;
}

.ooo-contact-us--modal-copy.contact-us-wraper {
  z-index: 9999;
  background-color: #00000075;
  justify-content: center;
  height: 100%;
  padding-top: 35vh;
  transition: flex-grow .5s, opacity .2s;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.ooo-contact-us--modal-copy.contact-us-wraper.brandon {
  display: block;
}

.ooo-employee-modal-image-copy {
  width: 250px;
  height: 250px;
}

.ooo-employee-modal-exit-copy {
  z-index: 1000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.ooo-employee-modal-exit-copy.modal-exit-steve {
  background-image: url('../images/X-4-01.png');
}

.ooo-employee-modal-exit-copy.modal-exit-paul {
  border-radius: 0;
  transition: opacity .2s;
}

.ooo-employee-modal-exit-copy.modal-exit-paul:hover {
  opacity: 1;
  box-shadow: 1px 1px 3px #000;
}

.ooo-employee-modal-exit-copy.modal-exit-alaina {
  background-image: url('../images/X-4-01.png');
}

.ooo-employee-modal-exit-copy.modal-exit-cody {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.ooo-employee-modal-exit-copy.modal-exit-chris, .ooo-employee-modal-exit-copy.modal-exit-kalia {
  background-image: url('../images/X-4-01.png');
}

.ooo-employee-modal-exit-copy.modal-exit-brent {
  background-image: url('../images/X-4-01.png');
  display: block;
}

.ooo-employee-modal-exit-copy.modal-exit-owen, .ooo-employee-modal-exit-copy.modal-exit-clinton, .ooo-employee-modal-exit-copy.modal-exit-contact-us {
  background-image: url('../images/X-4-01.png');
}

.ooo-modal-info-copy {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: -214px;
  margin-bottom: 0;
  margin-left: 257px;
  display: flex;
}

.container-109 {
  border-radius: 0;
}

.div-block-236, .div-block-237, .div-block-238, .div-block-239 {
  border: 4px solid #00aeff;
  border-radius: 20px;
  overflow: hidden;
}

.div-block-240 {
  border: 4px solid #00aeef;
  border-radius: 20px;
  overflow: visible;
}

.video-27 {
  border-radius: 20px;
  overflow: hidden;
}

.dashboard-section {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.dashboard-container {
  margin-bottom: 0;
}

.partner-docs-accordian {
  grid-column-gap: 16px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". Area"
                 ". Area-2"
                 / 3.5fr .25fr;
  justify-content: center;
  max-width: 90%;
  display: none;
}

.accordion-item-partners-copy {
  background-color: #fff;
  border-radius: 10px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 24px 30px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-partners-copy.careers {
  margin-top: 40px;
  margin-bottom: 80px;
  display: none;
}

.grid-590 {
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1.75fr;
  margin-top: 10px;
}

.div-block-241 {
  margin-bottom: 20px;
}

.container-111 {
  margin-top: 35px;
}

.image-223 {
  max-width: 80%;
}

.image-224 {
  max-width: 90%;
}

.image-225 {
  width: 15%;
  max-width: 90%;
}

.image-225.alt {
  width: 30%;
}

.text-block-205 {
  color: var(--dose-blue);
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.image-226 {
  max-width: 90%;
}

.pricing-contianer {
  margin-top: 20px;
  display: none;
}

.text-block-206 {
  color: #2b3849;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.partner-headers-copy {
  clear: none;
  color: var(--dose-blue);
  margin-top: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.table_cell {
  text-align: center;
  border: 1px solid #2b3849;
  font-size: 18px;
  line-height: 40px;
}

.table_header {
  color: #fff;
  background-color: #00aeef;
  border: 1px solid #2b3849;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
}

.table_component {
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  font-family: Roboto, sans-serif;
  overflow: visible;
}

.div-block-242 {
  color: #2b3849;
  border: 3px solid #2b3849;
  border-radius: 20px;
  width: 50%;
  margin-top: 20px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
}

.support-2 {
  color: var(--dose-blue);
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.container-113 {
  margin-top: 40px;
}

.section-93 {
  background-color: #272c34;
  height: 200%;
  margin-top: 100px;
  margin-bottom: 0;
}

.text-block-207 {
  color: #00aeef;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.partner-footer-copy {
  background-color: #272c33;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100vw;
  display: flex;
  position: static;
  overflow: visible;
}

.partner-footer-copy.landscape.cell {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 96px;
}

.text-field-17, .text-field-18 {
  border-radius: 8px;
}

.div-block-243 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-114 {
  margin-bottom: 0;
}

.grid-592 {
  margin-bottom: 20px;
}

.grid-593 {
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.div-block-244 {
  text-align: left;
  background-color: #fff;
  width: 752px;
}

.slide-13 {
  background-color: #fff;
}

.icon-18, .icon-19 {
  color: #00aeff;
  background-color: #fff0;
}

.slide-nav-6 {
  background-color: #522626;
}

.slide-nav-7 {
  background-color: #fff;
  bottom: -30px;
}

.slide-14, .slide-15, .slide-16, .slide-17 {
  background-color: #fff;
}

.div-block-245 {
  text-align: left;
  background-color: #fff;
  width: 752px;
}

.paragraph-239 {
  color: #2b3849;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.rich-text-block-10 {
  color: #b42626;
}

.link-11 {
  color: var(--dose-blue);
  margin-right: 0;
}

.slider-6 {
  margin-top: 40px;
}

.slider-text {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.slider-text.graymatters {
  position: relative;
  top: -6px;
}

.text-block-211 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.success-message-3 {
  background-color: #00aeff;
  border-radius: 7px;
}

.error-message-3 {
  color: #fff;
  background-color: #ff5e5e;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.container-115 {
  max-width: 80%;
  margin-top: 220px;
  display: block;
}

.grid-594 {
  grid-column-gap: 83px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 90%;
  margin-top: 35px;
}

.keyblock {
  max-width: 100%;
}

.grid-595 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

.text-block-212, .text-block-213 {
  width: 100%;
}

.keytext {
  color: #535e7d;
  width: 100%;
  font-family: Roboto, sans-serif;
}

.grid-596 {
  grid-column-gap: 53px;
  grid-row-gap: 85px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr .75fr;
  margin-top: 0;
}

.grid-596.gm {
  margin-top: 60px;
}

.grid-596.gm.ok {
  margin-top: 0;
}

.image-228 {
  max-width: 80%;
  display: block;
}

.link-block-16 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-block-214 {
  color: #535e7d;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.grid-597 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.link-12 {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.link-13 {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-size: 18px;
}

.text-block-215 {
  color: #535e7d;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-block-216 {
  color: #535e7d;
  font-family: Roboto, sans-serif;
}

.section-94 {
  background-color: #272c34;
  border: 1px solid #000;
  border-top: 3px solid #eb8d30;
  margin-top: 400px;
}

.body-9 {
  border: 3px #eb8d30;
  border-top-style: solid;
}

.assured-indipendence-link {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.assured {
  display: block;
}

.assured-website {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.assured-email {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-size: 16px;
}

.assured-phone {
  color: #535e7d;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.both {
  margin-bottom: 140px;
}

.state-name {
  margin-top: 200px;
}

.state-header-copy {
  color: var(--dose-orange);
  text-align: left;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  display: flex;
}

.state-header-copy.oh {
  justify-content: center;
  font-size: 35px;
}

.state-header-copy.oh.partner {
  color: var(--purple);
}

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

.section-95 {
  margin-top: 40px;
  margin-bottom: 140px;
}

.grid-599 {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
}

.image-229 {
  max-width: 150px;
  margin-top: 60px;
  margin-bottom: 10px;
  margin-left: 40px;
}

.div-block-247 {
  margin-top: 60px;
}

.image-230 {
  margin-left: 40px;
}

.image-230.co {
  max-width: 250px;
  margin-left: 0;
}

.container-117 {
  margin-bottom: 60px;
}

.colorado-billing-section {
  margin-top: 40px;
  margin-bottom: 100px;
}

.colorado-billing-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr .5fr;
}

.co-bill-div {
  margin-top: 0;
}

.ohio-service-sectrion {
  margin-top: 40px;
  margin-bottom: 100px;
}

.ohio-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-248 {
  opacity: 1;
}

.partner-hero {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.hero--link {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.link-13-copy {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-size: 18px;
}

.mo-partner-section {
  margin-bottom: 100px;
}

.mp-partner-grid-txt {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.mnpartner {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.rich-text-block-11 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
}

.list-item-95 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.list-item-96 {
  color: #fff;
}

.list-22 {
  font-size: 16px;
  font-weight: 300;
}

.container-118 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 100px 0;
  display: flex;
}

.section-97 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 10%;
  display: flex;
}

.feedback-form {
  margin-left: 0;
}

.grid-600 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-rows: auto;
}

.text-block-217 {
  color: var(--dose-orange);
  font-size: 40px;
  font-weight: 400;
}

.image-231 {
  max-width: 80%;
}

.grid-601 {
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
}

.text-block-218 {
  color: var(--deep-blue);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}

.form-block-form {
  margin-left: 0;
}

.feedbaclk-submit {
  justify-content: flex-start;
  display: flex;
}

.textarea-feedback {
  border-radius: 6px;
  padding-bottom: 20px;
  padding-left: 12px;
}

.textarea-feedback::placeholder {
  color: var(--dark-slate-blue);
}

.text-span-98 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.section-98 {
  margin-top: 171px;
}

.html-embed-22 {
  background-color: #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.notification-header {
  color: #00aeef;
  text-align: center;
  margin: 60px 30px 40px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.notification-header.textheadlineterms {
  font-size: 68px;
}

.text-block-220 {
  text-align: center;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.container-119 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-602 {
  background-color: #eee;
  border-radius: 11px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
  padding: 25px 20px;
}

.button-31 {
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 0;
  transition: all .2s;
}

.button-31:hover {
  background-color: var(--dose-blue-hover);
  color: var(--white);
}

.text-block-221 {
  color: var(--dose-blue);
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.text-block-222 {
  color: var(--deep-blue);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.resi-notifications {
  margin-top: 171px;
}

.resi-notifications-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-resi {
  background-color: #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.notification-resi {
  grid-row-gap: 16px;
  background-color: #eee;
  border-radius: 11px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
  padding: 25px 20px;
}

.resi-notification-button {
  background-color: var(--dose-blue);
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 0;
  transition: all .2s;
}

.resi-notification-button:hover {
  background-color: var(--dose-blue-hover);
  color: var(--white);
}

.rich-text-block-12 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
}

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

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

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

.div-block-250 {
  background-color: #435333;
}

.div-block-250.belle {
  background-color: var(--dose-blue);
}

.div-block-250.teardrop {
  background-color: var(--purple);
}

.div-block-250.bellew {
  background-color: #2b3849;
}

.div-block-250.stride {
  background-color: var(--color);
}

.list-item-97, .list-item-98 {
  margin-bottom: 15px;
}

.rich-text-block-13 {
  margin-left: 10px;
  margin-right: 10px;
}

.rich-text-block-14 {
  margin-left: 10px;
}

.list-item-99 {
  margin-bottom: 10px;
}

.grid-606 {
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.ok-partner-section-copy {
  margin-bottom: 100px;
}

.text-block-223 {
  text-align: center;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.link-12-copy {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.image-228-copy {
  display: block;
}

.link-block-16-copy {
  cursor: pointer;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-block-224 {
  font-size: 16px;
}

.link-14, .link-15, .link-16 {
  color: var(--deep-blue);
  font-size: 18px;
}

.text-block-225 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-block-226 {
  font-size: 18px;
}

.link-17 {
  color: var(--deep-blue);
  font-size: 18px;
}

.link-18, .link-19 {
  color: var(--deep-blue);
}

.slide-16-copy {
  background-color: #fff;
}

.text-span-99 {
  color: var(--dose-orange);
}

.container-120 {
  max-width: 67%;
}

.state-service-item-header-2 {
  color: #eb8d30;
  justify-content: flex-start;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  display: flex;
}

.text-block-227 {
  color: #535e7d;
  margin: 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.pricing-header-coverage-2 {
  font-size: 20px;
  font-weight: 500;
}

.pricing-header-coverage-2:hover {
  color: #535e7d;
}

.state-service-item-header-3 {
  color: #eb8d30;
  justify-content: flex-start;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  display: flex;
}

.text-block-228 {
  color: #535e7d;
  margin: 15px 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: block;
  position: static;
}

.text-span-100 {
  font-weight: 300;
}

.slide-21 {
  background-color: #fff;
}

.link-12-copy-copy {
  color: var(--deep-blue);
  cursor: pointer;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.link-15-copy {
  color: var(--deep-blue);
  font-size: 18px;
}

.select-field {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 6px;
  padding-left: 8px;
}

.text-span-101, .text-span-102 {
  color: var(--dose-blue);
  font-weight: 500;
}

.container-121 {
  max-width: 70%;
  margin-top: 220px;
  margin-bottom: 220px;
}

.heading-907 {
  color: var(--dose-orange);
  text-align: center;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-99 {
  margin-top: 0;
}

.rich-text-block-15 {
  color: var(--deep-blue);
  font-family: Roboto, sans-serif;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-229 {
  color: var(--deep-blue);
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-251 {
  width: auto;
}

.text-block-230 {
  pointer-events: auto;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.link-block-17 {
  color: var(--deep-blue);
  display: block;
}

.link-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-4, .code-embed-5 {
  width: 80%;
  max-width: 868px;
}

.pricing-disclaimer {
  white-space: nowrap;
  font-size: 14px;
  line-height: 100%;
}

.container-122 {
  margin-top: 0;
  margin-bottom: 100px;
}

.pricing-header-coverage-copy-copy {
  color: var(--dose-blue);
  font-size: 20px;
  font-weight: 500;
}

.pricing-header-coverage-copy-copy:hover {
  color: var(--dose-blue);
}

@media screen and (max-width: 991px) {
  strong:hover {
    color: var(--black);
  }

  .slider {
    height: 50%;
  }

  .anecdoteinset {
    max-width: 100%;
  }

  .testimonialcontainer {
    text-align: left;
    justify-content: center;
    width: 70%;
    height: 102.952%;
    display: flex;
  }

  .testimonialblock {
    margin-left: 50px;
    margin-right: 50px;
  }

  .slidecontainer {
    display: none;
  }

  .textheadline.employee-modal-name {
    font-size: 36px;
  }

  .footer {
    margin-top: 0;
  }

  .order-button.alaina.orderbuttonmargin.bold-text {
    max-width: 50%;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 0;
  }

  .footercontainer {
    width: 80%;
    margin-top: -45px;
    left: auto;
  }

  .copyrightcontainer {
    margin-left: -28px;
    display: none;
  }

  .logolinks {
    margin-left: 0;
  }

  .linkscontainer {
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .footerlink.alaina {
    flex: 0 50%;
    padding-left: 0;
  }

  .footerlink.alaina.is-current {
    flex: 1;
  }

  .blue {
    margin-left: 4px;
  }

  .sociallogo {
    margin-top: 0;
  }

  .anecedote-block {
    padding-bottom: 20px;
  }

  .anecdotebody {
    width: 100%;
    max-width: 95%;
    margin-bottom: 20px;
  }

  .gsbutton.pdf {
    margin-right: 20px;
    padding-right: 24px;
  }

  .slideshowtitlecontainer.fliping {
    margin-bottom: -1px;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .mask {
    margin-top: 41px;
    margin-bottom: -147px;
  }

  .bodymain {
    margin-top: 0;
  }

  .learn-more-button.alaina {
    border-radius: 5px;
    margin-left: 228px;
    margin-right: 228px;
    padding-left: 85px;
    padding-right: 85px;
  }

  .div-block-5.services {
    margin-left: -68px;
    margin-right: -68px;
  }

  .paragraph-2.services {
    margin: 15px 15px 15px 0;
    padding-left: 0;
    padding-right: 12px;
  }

  .nav-link-2 {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-2.is-current {
    display: flex;
  }

  .nav-link-2.services-2 {
    object-fit: fill;
    margin-top: -20px;
    display: flex;
    overflow: visible;
  }

  .nav-link-2.residential, .nav-link-2.homenav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3, .nav-link-4 {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-4 {
    color: var(--white);
    padding-bottom: 15px;
  }

  .icon {
    float: left;
    color: var(--dose-blue);
    text-align: left;
    order: 0;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: static;
    left: 96px;
    overflow: visible;
  }

  .nav-menu {
    border: 3px solid var(--dose-orange);
    opacity: 1;
    color: #0000;
    background-color: #ffffffb3;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 98px;
    padding-left: 109px;
    padding-right: 0;
  }

  .menu-button.is-open {
    background-color: var(--white);
  }

  .order-button-1 {
    justify-content: flex-end;
    margin: 20px 40px 20px 0;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .brand {
    margin-left: 23px;
  }

  .brand.is-current {
    margin-left: 20px;
  }

  .testimonialtext {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .right-arrow-2 {
    margin-top: 346px;
  }

  .icon-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .left-arrow-2 {
    margin-top: 346px;
  }

  .employee-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 204px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footersocialchild {
    margin: 40px 0 0;
    padding-left: 0;
  }

  .employee-modal-wrapper {
    padding-top: 35vh;
  }

  .employee-modal-content {
    width: 95vw;
    max-width: none;
  }

  .employee-modal-title {
    text-align: left;
    font-size: 28px;
  }

  .paul-modal.employee-modal-wrapper {
    padding-top: 35vh;
  }

  .contact-us--modal.contact-us-wraper {
    display: none;
  }

  .slide-2 {
    margin-top: 104px;
  }

  .orderbuttons {
    justify-content: center;
    margin-top: 26px;
  }

  .services-block {
    margin-top: 13px;
  }

  .navbar-5 {
    padding-bottom: 0;
  }

  .form {
    margin-top: -256px;
    margin-left: -324px;
    padding-left: 0;
    padding-right: 156px;
  }

  .text-field-5 {
    padding-left: 11px;
    padding-right: 171px;
  }

  .submit-button-2 {
    position: relative;
  }

  .white-social-logos {
    margin-top: 0;
    margin-left: 0;
  }

  .grid {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-6 {
    text-align: right;
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 40px;
    display: flex;
  }

  .nav-link-6.is-current {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    background-color: var(--white);
  }

  .container.is--map {
    height: 74vh;
    margin-bottom: 0;
  }

  .navlinkr.is-current {
    padding-right: 50px;
  }

  .image-33 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-50 {
    margin-left: 0;
  }

  .image-36, .div-block-51 {
    max-width: 70%;
  }

  .div-block-54.flip {
    margin-left: 0;
  }

  .image-38 {
    max-width: 70%;
    display: block;
  }

  .text-block-25.mike {
    margin-left: -30px;
    margin-right: -30px;
  }

  .text-block-26 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .text-block-27.brandon {
    margin-bottom: -70px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .text-block-29 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .text-block-31 {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
  }

  .text-block-31.rachel {
    margin-left: -40px;
    margin-right: -40px;
  }

  .text-block-31.abby {
    margin-left: -30px;
    margin-right: -30px;
  }

  .text-block-32, .text-block-33 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .text-block-34 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .text-span-5 {
    margin-left: 0;
    padding-left: 0;
  }

  .container-4 {
    margin-bottom: 100px;
    position: static;
  }

  .html-embed-2 {
    object-fit: fill;
  }

  .html-embed-2.desktop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-link {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .centered-container {
    max-width: 90%;
  }

  .cards-image-mask.pers {
    margin-bottom: -190px;
  }

  .hero-image-4.services.pers {
    width: 50%;
  }

  .cards-section-2 {
    border-style: none;
    border-radius: 0;
    margin-top: 75px;
  }

  .heading-48 {
    font-size: 30px;
  }

  .paragraph-66 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-48 {
    max-width: 130%;
    margin-left: -41px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .cards-grid-container-5, .cards-grid-container-6 {
    grid-column-gap: 20px;
  }

  .text-block-41 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .div-block-77 {
    max-width: 100%;
    margin-top: -10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 306px;
  }

  .div-block-84 {
    max-width: 100%;
    padding-top: 345px;
  }

  .form-block-footer {
    margin-left: 0;
  }

  .form-block-footer-form {
    margin-top: 74px;
  }

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

  .image-57 {
    max-width: 45%;
  }

  .div-block-87 {
    margin-top: 70px;
  }

  .div-block-88 {
    margin-top: 70px;
    margin-right: 31px;
  }

  .section-22 {
    margin-bottom: 125px;
  }

  .grid-20 {
    grid-row-gap: 69px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-75 {
    font-size: 57px;
  }

  .icon-4.accordion-icon {
    margin-right: 0;
    display: flex;
  }

  .accordion-heading {
    text-align: left;
  }

  .video-4 {
    max-width: 100%;
    height: 100.248%;
    display: block;
  }

  .link-block-2 {
    justify-content: center;
    align-items: flex-end;
    margin-left: 207px;
    display: flex;
  }

  .paragraph-212 {
    margin-top: 48px;
    margin-left: 0;
    display: block;
  }

  .background-video-3 {
    margin-top: 110px;
  }

  .grid-26 {
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
  }

  .guides {
    justify-content: flex-end;
    margin-right: 22px;
    display: flex;
  }

  .container-15 {
    max-width: 90%;
    margin-top: 155px;
    margin-bottom: 60px;
  }

  .button-3 {
    margin-top: 40px;
    display: flex;
  }

  .div-block-104 {
    width: 100%;
    position: relative;
  }

  .mask-2 {
    width: 70%;
    height: 70%;
  }

  .section-34 {
    display: block;
  }

  .anecdoteblock-2 {
    display: none;
  }

  .icon-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .left-arrow-3 {
    margin-top: 346px;
  }

  .testimonialblock-2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .right-arrow-3 {
    margin-top: 346px;
  }

  .down-arrow {
    width: 30px;
  }

  .flip-guide-button.is-current {
    font-size: 18px;
  }

  .text-block-56, .drop {
    display: none;
  }

  .grid-36 {
    grid-template-rows: auto auto;
  }

  .faq-nav {
    display: none;
  }

  .grid-44 {
    grid-column-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-126 {
    display: none;
  }

  .slots, .black-section {
    margin-right: 0;
    display: none;
  }

  .testimonial-section-desktop {
    display: none;
  }

  .div-block-136 {
    width: 100%;
    height: 15%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-23 {
    max-width: 100%;
  }

  .div-block-139 {
    margin-top: 296px;
    display: flex;
  }

  .div-block-140 {
    border-radius: 20px;
    padding-left: 0;
    overflow: hidden;
  }

  .grid-52, .grid-55, .grid-56, .grid-57, .grid-58, .grid-59, .grid-60, .melissa-modal.employee-modal-wrapper {
    display: none;
  }

  .icon-12 {
    color: var(--dose-blue);
  }

  .menu-button-2 {
    margin-right: 10px;
    padding-bottom: 10px;
  }

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

  .grid-62-og-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonil-text-resi {
    border-radius: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .icon-13 {
    color: #00aeef;
  }

  .nav-link-7 {
    text-align: right;
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 40px;
    display: flex;
  }

  .nav-link-7.is-current {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-8 {
    justify-content: flex-end;
    margin: 20px 40px 20px 0;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .nav-link-9 {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link-9.is-current {
    display: flex;
  }

  .nav-link-9.services-2 {
    object-fit: fill;
    display: flex;
    overflow: visible;
  }

  .paragraph-222 {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 25px;
  }

  .paragraph-226 {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .paragraph-227 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .image-148 {
    max-width: 90%;
    margin-top: 0;
    margin-left: 9px;
  }

  .italic-text-6 {
    font-size: 25px;
  }

  .italic-text-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .grid-521 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 1300px;
  }

  .t1-image-wraper:hover {
    border-radius: 40px;
  }

  .testimonial-image {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    inset: 0%;
  }

  .testimonial-image.two._2, .testimonial-image.two._3, .testimonial-image.one._1, .testimonial-image.four._4 {
    max-width: 50%;
    margin-left: 40px;
  }

  .partner-order-button.pdf {
    margin-right: 20px;
    padding-right: 24px;
  }

  .alaina-title, .brandon-title {
    margin-left: 0;
    padding-left: 0;
  }

  .mike-title {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .kalia-title {
    margin: 0;
    padding-left: 0;
  }

  .stacy-title, .abby-title {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard {
    margin-right: 40px;
  }

  .link-block-7 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footerlink-copy.alaina {
    flex: 0 50%;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .footerlink-copy.alaina.is-current {
    flex: 1;
  }

  .order-footer.alaina {
    flex: 0 50%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .order-footer.alaina.is-current {
    flex: 1;
  }

  .grid-524 {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .test-nav {
    padding-bottom: 0;
  }

  .order-nav {
    margin-top: 30px;
    margin-right: 40px;
  }

  .order-link {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .accepting-referrals {
    text-align: center;
    font-size: 13px;
  }

  .grid-526 {
    grid-template-columns: 1.25fr 1.25fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-119 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-120 {
    text-align: center;
    font-size: 12px;
  }

  .right-arrow-5 {
    margin-right: 0;
  }

  .left-arrow-5 {
    margin-left: 0;
  }

  .services-block-copy-test {
    margin-top: 13px;
  }

  .text-block-125 {
    font-size: 40px;
  }

  .grid-529 {
    grid-template-rows: auto auto auto auto;
  }

  .container-62 {
    max-width: 100%;
  }

  .paragraph-229-copy {
    padding-right: 0;
  }

  .button-3-top {
    margin-top: 40px;
  }

  .container-65 {
    align-items: center;
    max-width: 80%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-block-130 {
    font-size: 25px;
  }

  .slide-9 {
    background-color: var(--dark-slate-blue);
  }

  .slide-10 {
    background-color: var(--dose-blue);
  }

  .slide-11 {
    background-color: var(--dark-slate-blue);
  }

  .text-block-132 {
    font-size: 20px;
  }

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

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

  .container-med-time-select {
    max-width: 80%;
  }

  .grid-med-time-selct {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 200px;
  }

  .text-block-135 {
    font-size: 40px;
    line-height: 50px;
  }

  .med-time-modal {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: -43px;
  }

  ._3-med-day-strip-copy {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._2-device-setup-4medtime-2-copy {
    max-width: 65%;
  }

  .close-med-setup, .close-med-setup:hover {
    max-width: 20%;
  }

  .four-med-select-modal {
    display: none;
  }

  ._1-med-times-select-modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  ._2-med-select-modal-og, ._3-med-select-modal {
    display: none;
  }

  .image-162 {
    max-width: 100%;
    margin-left: 0;
  }

  .text-span-65 {
    font-size: 18px;
  }

  ._2-med-select-modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  ._4-med-select-modal-copy {
    display: none;
  }

  .text-block-31-copy {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
  }

  .text-block-31-copy.stacy {
    margin-bottom: -51px;
    margin-left: -90px;
    margin-right: -90px;
  }

  .image-170 {
    display: block;
  }

  .language-button {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
  }

  .pdf-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-145 {
    margin-bottom: 100px;
    line-height: 60px;
  }

  .video-21 {
    max-width: 100%;
    height: 100.248%;
    display: block;
  }

  .paragraph-233 {
    margin-bottom: 40px;
    font-size: 57px;
  }

  .pers-video-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .english-grid-54 {
    max-width: 100%;
  }

  .setup-g {
    justify-content: flex-end;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .trial-request-span-2 {
    text-align: center;
  }

  .button-19.cc-contact-us {
    display: none;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu-icon {
    display: block;
  }

  .navigation {
    padding: 25px 30px;
  }

  .logo-link.is-current {
    flex: 1;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.is-open {
    background-color: #0000;
  }

  .dashboard-button.cc-contact-us {
    display: none;
  }

  .webapp.cc-contact-us, .grid-546 {
    display: none;
  }

  .help-nav {
    padding-left: 20px;
    display: none;
  }

  .pers-learn-more {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pers-learn-more-txt-copy, .flip-learn-more-txt-copy {
    margin-right: 0;
  }

  .lottie-animation-4 {
    max-width: 60%;
    margin-top: 20px;
  }

  .npi-number, .npi-number-copy {
    display: none;
  }

  .nav-menu-no-npi {
    border: 3px solid var(--dose-orange);
    opacity: 1;
    color: #0000;
    background-color: #ffffffe6;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 109px;
    padding-right: 0;
    display: block;
    top: 2%;
  }

  .grid-552 {
    grid-row-gap: 40px;
  }

  .slider-5 {
    height: 530px;
  }

  ._1xday-lottie, .lottie-animation-4-copy-copy {
    max-width: 60%;
    margin-top: 20px;
  }

  .slide-nav-5 {
    margin-top: 51px;
  }

  .left-arrow-7, .right-arrow-7 {
    display: none;
  }

  .hp-flip-grid-txt {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container-84 {
    top: 55px;
  }

  .text-block-153 {
    margin-top: 80px;
    font-size: 25px;
  }

  ._2xday-grid {
    grid-row-gap: 41px;
    grid-template-rows: auto auto;
  }

  ._4xday-lottie-copy {
    max-width: 60%;
    margin-top: 20px;
  }

  .bluee-social-logos {
    margin-top: 0;
    margin-left: 0;
  }

  .blue-sociallogo-copy {
    margin-top: 0;
  }

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

  .npi-mobile-block {
    color: var(--dark-slate-blue);
    margin-right: 28px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .text-block-158 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .lottie-animation-5 {
    max-width: 60%;
  }

  .paragraph-235 {
    text-align: center;
  }

  .dashboard-copy, .med-button {
    margin-right: 40px;
  }

  .med-button._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button._1-2, .med-button._2-2, .med-button._2-3, .med-button._3-2, .med-button._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small {
    margin-right: 40px;
  }

  .med-button-small._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-small._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small._1-2, .med-button-small._2-2, .med-button-small._2-3, .med-button-small._3-2, .med-button-small._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-purple {
    margin-right: 40px;
  }

  .med-button-small-purple._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-purple._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-small-purple._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-purple._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-purple._1-2, .med-button-small-purple._2-2, .med-button-small-purple._2-3, .med-button-small-purple._3-2, .med-button-small-purple._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-orange {
    margin-right: 40px;
  }

  .med-button-small-orange._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-orange._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-orange._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-small-orange._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-small-orange._1-2, .med-button-small-orange._2-2, .med-button-small-orange._2-3, .med-button-small-orange._3-2, .med-button-small-orange._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy {
    margin-right: 40px;
  }

  .med-button-copy._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-copy._1-2, .med-button-copy._2-2, .med-button-copy._2-3, .med-button-copy._3-2, .med-button-copy._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-333copy {
    margin-right: 40px;
  }

  .med-button-333copy._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-333copy._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-333copy._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-333copy._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-333copy._1-2, .med-button-333copy._2-2, .med-button-333copy._2-3, .med-button-333copy._3-2, .med-button-333copy._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy222 {
    margin-right: 40px;
  }

  .med-button-copy222._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy222._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy222._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy222._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-copy222._1-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-copy222._2-2, .med-button-copy222._2-3, .med-button-copy222._3-2, .med-button-copy222._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220 {
    margin-right: 40px;
  }

  .med-button-220._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220._1-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-220._2-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-220._2-3, .med-button-220._3-2, .med-button-220._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b {
    margin-right: 40px;
  }

  .med-button-22b._1-1 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b._2-1 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b._3-1 {
    justify-content: flex-end;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b._4-1 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b._1-2, .med-button-22b._2-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .med-button-22b._2-3 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .med-button-22b._3-2, .med-button-22b._1-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-link-block.is-current {
    display: flex;
  }

  .search-link-block.services-2 {
    object-fit: fill;
    display: flex;
    overflow: visible;
  }

  .search-link-block.residential, .search-link-block.homenav {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-178 {
    display: none;
  }

  .text-block-31-hannah {
    margin-bottom: -69px;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-31-hannah.rachel {
    margin-left: -40px;
    margin-right: -40px;
  }

  .text-block-31-hannah.abby {
    margin-left: -30px;
    margin-right: -30px;
  }

  .text-block-31-abby {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
  }

  .text-block-31-abby.rachel {
    margin-left: -40px;
    margin-right: -40px;
  }

  .text-block-31-abby.abby {
    margin-bottom: -68px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .grid-562 {
    grid-template-columns: .75fr 1fr;
  }

  .text-block-165 {
    font-size: 20px;
  }

  .container-95 {
    max-width: 90%;
  }

  .grid-565 {
    grid-column-gap: 44px;
  }

  .image-196 {
    max-width: 50%;
    margin-bottom: 0;
  }

  .text-block-167 {
    font-size: 16px;
  }

  .pers-header {
    font-size: 30px;
  }

  .coverage-information {
    display: none;
  }

  .nav-link-2-copy.is-current {
    display: flex;
  }

  .nav-link-2-copy.services-2 {
    object-fit: fill;
    margin-top: -20px;
    display: flex;
    overflow: visible;
  }

  .nav-link-2-copy.residential, .nav-link-2-copy.homenav {
    padding-left: 0;
    padding-right: 0;
  }

  .coverage-information-new {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .coverage-information-new.is-current {
    display: flex;
  }

  .coverage-information-new.services-2 {
    object-fit: fill;
    margin-top: -20px;
    display: flex;
    overflow: visible;
  }

  .coverage-information-new.residential, .coverage-information-new.homenav {
    padding-left: 0;
    padding-right: 0;
  }

  .map {
    font-size: 1.5vw;
    top: -56px;
  }

  .coverage-text-header.mn {
    margin-bottom: 60px;
  }

  .state-billing-container {
    max-width: 90%;
    margin-top: 60px;
  }

  .state-billing-header {
    text-align: left;
    font-size: 35px;
    line-height: 40px;
  }

  .state-billing-header.oh {
    text-align: center;
    font-size: 35px;
  }

  .remind-icon-coverage-copy.remind-icon2 {
    left: 0;
  }

  .container-100 {
    max-width: 90%;
  }

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

  .mn-dhs-button {
    padding: 15px;
  }

  .coverage-buttons {
    text-align: center;
    width: 200px;
    max-width: none;
  }

  .grid-578 {
    grid-row-gap: 15px;
  }

  .image-207, .image-208 {
    max-width: 40%;
  }

  .grid-579 {
    grid-column-gap: 50px;
  }

  .container-101 {
    max-width: 90%;
  }

  .support-button {
    text-align: center;
  }

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

  .container-102 {
    max-width: 90%;
  }

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

  .image-210 {
    display: none;
  }

  .contact-bar {
    left: auto;
  }

  .div-block-216 {
    max-width: 30%;
  }

  .contact-us-pop-up-form {
    margin-top: 20px;
  }

  .contact-pop-up-modal-content-copy {
    width: 95vw;
    max-width: none;
  }

  .button-base-style._6 {
    margin-right: 0;
    left: 15px;
  }

  .billing-faq-modal.contact-us-wraper {
    display: none;
  }

  .accordion-heading-billing {
    text-align: left;
  }

  .modal-w-scroll {
    padding-top: 19%;
    padding-bottom: 11%;
  }

  .accordion-heading-3 {
    text-align: left;
  }

  .quick-stack {
    grid-column-gap: 10px;
  }

  .image-216-copy {
    max-width: 60%;
    margin-left: 40px;
  }

  .text-block-151-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .quick-stack-6 {
    position: static;
  }

  .quick-stack-7 {
    position: relative;
  }

  .div-block-232 {
    width: 60%;
  }

  .flip-hp-text-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    position: relative;
  }

  .faq-form {
    margin-top: 0;
  }

  .form-block-faq {
    width: 90%;
    margin-left: 0;
  }

  .div-block-234 {
    width: 90%;
  }

  .faq-submit-button {
    position: relative;
  }

  .closed--modal-hp.contact-us-wraper {
    display: none;
  }

  .closed-text.employee-modal-name {
    font-size: 36px;
  }

  .closed--modal-hp-copy.contact-us-wraper {
    display: none;
  }

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

  .pers-container-pers-page {
    max-width: 90%;
  }

  .grid-588-pers-page {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-202 {
    margin-top: 56px;
    line-height: 50px;
  }

  .paragraph-238.bellew {
    margin-bottom: 10px;
  }

  .employee-modal-title-copy, .ooo-modal-title-copy-copy, .ooo-modal-title-copy {
    text-align: left;
    font-size: 28px;
  }

  .ooo-modal-content-copy {
    width: 95vw;
    max-width: none;
  }

  .ooo-contact-us--modal-copy.contact-us-wraper {
    display: none;
  }

  .ooo-employee-modal-image-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partner-docs-accordian {
    max-width: 100%;
  }

  .container-111, .image-225, .container-113 {
    max-width: 80%;
  }

  .partner-footer-copy {
    margin-top: 0;
  }

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

  .grid-592 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-593 {
    justify-items: center;
  }

  .div-block-244, .div-block-245 {
    width: 100%;
  }

  .slider-text {
    clear: none;
    object-fit: contain;
    width: 100%;
    overflow: hidden;
  }

  .right-arrow-8, .left-arrow-8 {
    display: none;
  }

  .mask-5 {
    overflow: hidden;
  }

  .grid-594 {
    grid-column-gap: 17px;
  }

  .state-name {
    margin-top: 220px;
  }

  .state-header-copy {
    text-align: left;
    font-size: 45px;
    line-height: 40px;
  }

  .state-header-copy.oh {
    text-align: center;
    font-size: 35px;
  }

  .container-116 {
    max-width: 90%;
  }

  .grid-599 {
    grid-column-gap: 10px;
  }

  .colorado-billing-grid {
    grid-column-gap: 40px;
  }

  .ohio-grid {
    grid-column-gap: 10px;
  }

  .feedback-form {
    margin-left: 0;
  }

  .feedback-form-div {
    margin-top: 74px;
  }

  .grid-600 {
    grid-row-gap: 0px;
  }

  .image-231 {
    display: none;
  }

  .form-block-form {
    margin-left: 0;
  }

  .form-block-feedback {
    margin-top: 0;
  }

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

  .code-embed-2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {

  .navbar.alaina {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    position: static;
    overflow: auto;
  }

  .textheadline.employee-modal-name {
    font-size: 30px;
  }

  .footer.landscape {
    margin-top: 0;
  }

  .order-button.alaina.orderbuttonmargin {
    text-align: center;
  }

  .order-button.alaina.orderbuttonmargin.bold-text {
    max-width: 60%;
    margin-top: 31px;
    margin-right: -38px;
  }

  .footerinfo.alaina {
    align-items: stretch;
  }

  .copyrightcontainer {
    margin-top: 34px;
    margin-left: 0;
  }

  .logolinks {
    flex-direction: column;
    align-items: flex-start;
  }

  .linkscontainer {
    align-self: auto;
    width: 100%;
    margin: 63px auto 0 0;
    padding: 0;
    display: none;
  }

  .footerlogo {
    position: static;
  }

  .footerlink.footerlinkhidden {
    display: none;
  }

  .footeremail {
    margin-left: -96px;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .npinumber {
    margin-left: -97px;
  }

  .blue {
    align-self: flex-start;
    margin-top: 1px;
    padding-bottom: 0;
  }

  .sociallogo {
    margin-top: 0;
    display: block;
  }

  .anecdotebody {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .stat-container, .servicecontainer {
    flex-direction: column;
    align-items: center;
  }

  .gstextblock.top {
    display: block;
  }

  .gstitletext {
    font-size: 40px;
  }

  .textblueheadline {
    line-height: 55px;
    overflow: visible;
  }

  .textblueheadline.textheadlineterms {
    font-size: 57px;
    line-height: 60px;
  }

  .termstext {
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar-2 {
    flex-direction: row;
  }

  .learn-more-button, .learn-more-button.dose-flip {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: var(--dose-blue);
  }

  .order-button-1 {
    text-align: center;
  }

  .brand {
    margin-left: 23px;
  }

  .brand.is-current {
    margin-left: 20px;
    padding-left: 0;
  }

  .testimonialtext {
    font-size: 24px;
  }

  .div-block-11 {
    flex: none;
    align-self: flex-start;
  }

  .employee-grid {
    grid-column-gap: 100px;
    grid-row-gap: 98px;
    grid-template-rows: 1fr auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    padding-bottom: 0;
  }

  .employee-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .employee-bubble.brandon, .employee-bubble.residential-t1 {
    display: block;
  }

  .employee-bubble.residential-t3 {
    object-fit: none;
    position: static;
  }

  .footersocialchild {
    object-fit: scale-down;
    flex: 0 50%;
    width: auto;
    margin: 40px -61px 0 -39px;
    padding-left: 142px;
    padding-right: 0;
    display: block;
  }

  .employee-modal-wrapper {
    padding-top: 25vh;
  }

  .employee-modal-content {
    flex-direction: column;
    width: 90vw;
  }

  .employee-modal-image {
    align-self: center;
    margin-bottom: 30px;
  }

  .employee-modal-info {
    align-items: flex-end;
    margin-left: 0;
  }

  .employee-modal-title {
    margin-left: 0;
    font-size: 25px;
  }

  .paul-modal.employee-modal-wrapper {
    padding-top: 25vh;
  }

  .contact-us--modal.employee-modal-wrapper, .contact-us--modal.contact-us-wraper {
    display: none;
  }

  .bottomcontainer {
    padding-top: 40px;
  }

  .services-block {
    opacity: 1;
    white-space: normal;
    padding-bottom: 8px;
    position: static;
  }

  .services-covered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-11 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 70px;
  }

  .about-us-txt {
    margin-top: 19px;
    font-size: 70px;
  }

  .form {
    margin-top: -211px;
    margin-left: -290px;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 1029px;
  }

  .text-field-5 {
    padding-left: 11px;
    padding-right: 210px;
  }

  .white-social-logos {
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    justify-items: start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-6.is-current {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding: 40px 20px;
  }

  .container.is--map {
    padding-top: 8.3em;
  }

  .image-33 {
    margin-left: 0;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .heading-19, .paragraph-7, .paragraph-8 {
    text-align: center;
  }

  .div-block-50 {
    z-index: 2;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

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

  .div-block-54.flip {
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-23 {
    font-size: 50px;
  }

  .grid-15 {
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: -70px;
  }

  .image-38 {
    opacity: .1;
    max-width: 80%;
  }

  .div-block-55 {
    z-index: 0;
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }

  .div-block-59 {
    z-index: 1;
    position: relative;
  }

  .text-block-26 {
    text-decoration: none;
  }

  .text-block-27.brandon {
    margin-left: -70px;
    margin-right: -70px;
  }

  .text-block-31.rachel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-block-61 {
    margin-top: 0;
  }

  .html-embed-2 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .centered-container {
    margin-top: 0;
  }

  .cards-image.remind {
    max-width: 40%;
    height: auto;
  }

  .cards-image.pers {
    padding-top: 91px;
  }

  .cards-image.pers.services.page {
    margin-bottom: 0;
    padding-top: 93px;
    padding-bottom: 0;
  }

  .text-span-17 {
    text-align: center;
  }

  .heading-47 {
    margin-top: 31px;
  }

  .feature-section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 40px 20px;
  }

  .hero-image-4.services.pers {
    width: 70%;
    margin-top: -26px;
    margin-left: 0;
  }

  .cards-section-2 {
    border-radius: 0;
    padding: 40px 10px;
  }

  .paragraph-66 {
    font-size: 12px;
    line-height: 20px;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section-4, .gallery {
    padding: 40px 20px;
  }

  .body-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-56 {
    margin-top: 137px;
  }

  .text-block-41 {
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 0;
  }

  .form-block-footer {
    margin-left: 0;
  }

  .form-block-footer-form {
    margin-top: 77px;
    margin-left: 0;
  }

  .grid-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-55 {
    max-width: 50%;
  }

  .cards-section-6, .feature-section-4 {
    padding: 40px 20px;
  }

  .hero-4 {
    margin-bottom: 0;
    padding: 0 20px;
  }

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

  .paragraph-75 {
    font-size: 48px;
  }

  .grid-21 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .accordion-item.careers {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .icon-4.accordion-icon {
    display: flex;
  }

  .accordion-heading {
    font-size: 18px;
    position: relative;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .container-13 {
    justify-content: center;
    display: flex;
  }

  .link-block-2 {
    margin-left: 72px;
  }

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

  .container-15 {
    margin-bottom: 50px;
  }

  .button-3 {
    width: 75%;
    max-width: 100%;
  }

  .div-block-104, .div-block-106 {
    width: 100%;
  }

  .button-8 {
    margin-right: 235px;
  }

  .testimonialtext-2 {
    font-size: 24px;
  }

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

  .down-arrow {
    width: 25px;
  }

  .grid-36 {
    grid-template-columns: 1fr 1.25fr;
    grid-template-areas: ". Area";
  }

  .div-block-109 {
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-110 {
    border-style: none;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .video-10 {
    border: 4px solid var(--dose-blue);
  }

  .div-block-112, .grid-38, .grid-39, .grid-40, .grid-41 {
    display: none;
  }

  .grid-44 {
    grid-column-gap: 53px;
    grid-template-rows: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-136 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .text-span-32 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-52 {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .faq-vid-grid {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
  }

  .grid-53, .grid-54 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-55, .grid-56, .grid-57, .grid-58, .grid-59 {
    grid-template-columns: 1fr;
    display: block;
  }

  .grid-60 {
    grid-template-columns: 1fr;
    margin-bottom: 90px;
    display: block;
  }

  .melissa-modal.employee-modal-wrapper {
    display: none;
  }

  .text-block-101 {
    font-size: 18px;
  }

  .testimonil-text-resi {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .testimonil-text-resi:hover {
    align-items: center;
  }

  .nav-link-7.is-current {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-8 {
    text-align: center;
  }

  .nav-link-9 {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .abbie-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .abbie-bubble.brandon {
    display: block;
  }

  .stacy-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .stacy-bubble.brandon {
    display: block;
  }

  .rachel-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .rachel-bubble.brandon {
    display: block;
  }

  .text-block-107 {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 25px;
  }

  .paragraph-222 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 1.8;
  }

  .paragraph-226 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    font-weight: 500;
  }

  .paragraph-227 {
    margin-right: 0;
    font-size: 18px;
  }

  .image-148 {
    margin-top: 39px;
    margin-left: -4px;
    display: none;
  }

  .italic-text-6 {
    font-size: 20px;
  }

  .text-span-46 {
    font-size: 25px;
  }

  .testimonial-image.two._2, .testimonial-image.two._3, .testimonial-image.one._1, .testimonial-image.four._4 {
    max-width: 60%;
    margin-left: 20px;
  }

  .michelle-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .michelle-bubble.brandon {
    display: block;
  }

  .sam-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .sam-bubble.brandon {
    display: block;
  }

  .abby-title {
    margin-left: 0;
    margin-right: 0;
  }

  .footerlink-copy.footerlinkhidden {
    display: none;
  }

  .footerlink-copy.alaina {
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .order-footer.footerlinkhidden {
    display: none;
  }

  .order-footer.alaina {
    padding-left: 9px;
    padding-right: 9px;
  }

  .grid-524 {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-4 {
    height: 300px;
  }

  .text-span-48 {
    font-size: 30px;
  }

  .accepting-referrals {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .grid-526 {
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-119 {
    color: var(--white);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .text-block-120 {
    color: var(--white);
    margin-left: 9px;
    margin-right: 10px;
    font-size: 12px;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .services-block-copy-test {
    opacity: 1;
    white-space: normal;
    padding-bottom: 8px;
    position: static;
  }

  .video-header {
    text-align: center;
  }

  .text-block-125 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .button-3-top {
    width: 78%;
  }

  .text-block-130 {
    font-size: 20px;
    line-height: 1.6;
  }

  .left-arrow-6, .right-arrow-6 {
    display: none;
  }

  .text-block-131 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .container-66 {
    max-width: 90%;
  }

  .grid-538 {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-160 {
    max-width: 80%;
  }

  .container-med-time-select {
    max-width: 90%;
  }

  .med-time-modal {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-1-med-time-day {
    margin-left: 0;
  }

  .paragraph-232 {
    text-align: center;
  }

  .container-69 {
    max-width: 90%;
  }

  ._1-med-times-select-modal {
    display: none;
  }

  .text-block-143 {
    margin-right: 0;
    font-size: 25px;
  }

  ._2-med-select-modal {
    display: none;
  }

  .jax-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .jax-bubble.brandon {
    display: block;
  }

  .sam-bubble-copy.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .sam-bubble-copy.brandon {
    display: block;
  }

  .morgan-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .morgan-bubble.brandon {
    display: block;
  }

  .tekla-bubble.alaina-portrait {
    object-fit: none;
    position: static;
  }

  .tekla-bubble.brandon {
    display: block;
  }

  .image-170 {
    display: none;
  }

  .language-button {
    width: 100%;
  }

  .text-block-145 {
    margin-bottom: 100px;
    line-height: 60px;
  }

  .paragraph-233 {
    font-size: 48px;
    line-height: 5;
  }

  .pers-video-grid {
    grid-column-gap: 37px;
    grid-row-gap: 73px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .accordion-item-english-version-copy.careers {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .trial-request-span-2 {
    text-align: center;
  }

  .navigation {
    padding: 20px 30px;
  }

  .grid-547 {
    margin-bottom: 40px;
  }

  .pers-container {
    max-width: 100%;
  }

  .image-173, .image-174 {
    max-width: 40%;
  }

  .lottie-animation-4 {
    max-width: 60%;
  }

  .nav-menu-no-npi {
    padding-bottom: 40px;
  }

  .grid-552 {
    z-index: 1;
    grid-row-gap: 40px;
    position: relative;
  }

  .slider-5 {
    z-index: 2;
    height: 600px;
  }

  ._1xday-lottie, .lottie-animation-4-copy-copy {
    max-width: 60%;
  }

  .slide-12 {
    z-index: 2;
    position: relative;
  }

  .slide-nav-5 {
    position: absolute;
  }

  .left-arrow-7, .right-arrow-7 {
    display: none;
  }

  .text-block-153 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
  }

  ._2xday-grid {
    grid-row-gap: 40px;
  }

  ._4xday-lottie-copy {
    max-width: 60%;
  }

  .image-181 {
    max-width: 50%;
  }

  .container-85 {
    z-index: 1;
    position: relative;
    top: 30px;
  }

  .bluee-social-logos {
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 0;
    display: flex;
  }

  .blue-sociallogo-copy {
    margin-top: 0;
    display: block;
  }

  .image-188 {
    z-index: 2;
    max-width: 50%;
    position: relative;
    left: -100px;
  }

  .image-189 {
    max-width: 50%;
    position: relative;
    left: 100px;
  }

  .container-86 {
    position: relative;
    top: 30px;
  }

  .container-85-copy {
    z-index: 1;
    position: relative;
    top: 30px;
  }

  .lottie-animation-5 {
    max-width: 70%;
  }

  .container-87, .container-89 {
    max-width: 90%;
  }

  ._1-1-orange {
    z-index: 3;
    max-width: 50%;
    position: relative;
    left: -100px;
  }

  .blue-layer {
    max-width: 50%;
    position: relative;
    right: -100px;
  }

  ._1-2-orange-layer {
    z-index: 3;
    max-width: 50%;
    position: relative;
    left: -100px;
  }

  ._2-2-purple {
    z-index: 3;
    object-fit: fill;
    max-width: 50%;
    position: relative;
    left: -100px;
  }

  .green-layer, ._1-3-orange, ._2-3-purple {
    max-width: 50%;
  }

  ._2-1-purple {
    z-index: 3;
    max-width: 50%;
    position: relative;
    left: -100px;
  }

  .purple2-3med-times, .orange-2-3rd-med-time {
    max-width: 50%;
    position: relative;
    right: -100px;
  }

  .med-button._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button._2-1 {
    text-align: center;
    display: none;
  }

  .med-button._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: block;
  }

  .med-button._4-1 {
    text-align: center;
    display: none;
  }

  .med-button._1-2, .med-button._2-2, .med-button._2-3 {
    display: none;
  }

  .med-button-small._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: block;
  }

  .med-button-small._2-1 {
    text-align: center;
  }

  .med-button-small._3-1 {
    text-align: center;
    flex-wrap: nowrap;
  }

  .med-button-small._4-1 {
    text-align: center;
  }

  .med-button-small-purple._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-small-purple._2-1 {
    text-align: center;
    display: block;
  }

  .med-button-small-purple._3-1 {
    text-align: center;
    flex-wrap: nowrap;
  }

  .med-button-small-purple._4-1 {
    text-align: center;
  }

  .med-button-small-orange._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-small-orange._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-small-orange._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: block;
  }

  .med-button-small-orange._4-1 {
    text-align: center;
  }

  .med-button-copy._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-copy._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-copy._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: none;
  }

  .med-button-copy._4-1 {
    text-align: center;
    display: block;
  }

  .med-button-333copy._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-333copy._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-333copy._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: none;
  }

  .med-button-333copy._4-1 {
    text-align: center;
    display: none;
  }

  .med-button-copy222._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-copy222._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-copy222._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: block;
  }

  .med-button-copy222._4-1 {
    text-align: center;
    display: none;
  }

  .med-button-copy222._1-2 {
    display: block;
  }

  .med-button-220._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-220._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-220._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: block;
  }

  .med-button-220._4-1 {
    text-align: center;
    display: none;
  }

  .med-button-220._1-2 {
    display: none;
  }

  .med-button-220._2-2 {
    display: block;
  }

  .med-button-22b._1-1 {
    flex-wrap: nowrap;
    height: 45px;
    display: none;
  }

  .med-button-22b._2-1 {
    text-align: center;
    display: none;
  }

  .med-button-22b._3-1 {
    text-align: center;
    flex-wrap: nowrap;
    display: block;
  }

  .med-button-22b._4-1 {
    text-align: center;
    display: none;
  }

  .med-button-22b._1-2, .med-button-22b._2-2 {
    display: none;
  }

  .med-button-22b._2-3 {
    display: block;
  }

  .grid-560 {
    grid-row-gap: 25px;
  }

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

  .text-block-162 {
    font-size: 50px;
  }

  .text-block-163 {
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-31-hannah.rachel, .text-block-31-abby.rachel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-195 {
    max-width: 90%;
  }

  .text-block-165 {
    font-size: 18px;
  }

  .container-95 {
    max-width: 90%;
  }

  .grid-565 {
    grid-column-gap: 20px;
  }

  .image-204, .image-205, .image-206 {
    opacity: .1;
  }

  .nav-link-2-copy, .coverage-information-new {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-86 {
    margin-bottom: -180px;
  }

  .map {
    top: -163px;
  }

  .coverage-text-header.oh {
    font-size: 18px;
  }

  .state-billing-container {
    max-width: 90%;
    margin-top: 60px;
  }

  .state-billing-header.oh {
    font-size: 30px;
  }

  .state-service-item-header {
    font-size: 25px;
  }

  .remind-icon-coverage-copy.remind-icon2, .pers-icon-coverage-copy {
    max-width: 45%;
  }

  .pers-icon-coverage-copy.co {
    opacity: .2;
  }

  .text-block-179 {
    margin-right: 0;
    font-size: 18px;
  }

  .pricing-header-coverage {
    font-size: 18px;
  }

  .container-100 {
    max-width: 90%;
  }

  .coverage-grid.oh {
    grid-template-rows: auto auto auto auto auto;
  }

  .pers-icon-coverage {
    max-width: 45%;
  }

  .pers-icon-coverage.co {
    opacity: .2;
  }

  .dhs-approval-mn {
    font-size: 25px;
  }

  .mn-dhs-button {
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .image-207, .image-208 {
    max-width: 40%;
  }

  .div-block-212, .div-block-213 {
    justify-content: center;
  }

  .grid-579 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-101 {
    max-width: 90%;
  }

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

  .container-102 {
    max-width: 90%;
  }

  .grid-582 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-span-83 {
    font-size: 30px;
    font-weight: 500;
  }

  .div-block-216 {
    max-width: 40%;
  }

  .text-block-186 {
    margin-bottom: 0;
  }

  .contact-us-pop-up-form {
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-pop-up-modal-content-copy {
    flex-direction: column;
    width: 90vw;
  }

  .button-base-style._6 {
    left: 15px;
  }

  .billing-faq-button {
    right: 11%;
  }

  .billing-faq-modal.employee-modal-wrapper, .billing-faq-modal.contact-us-wraper {
    display: none;
  }

  .accordion-item-billing.careers {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .accordion-heading-billing {
    font-size: 18px;
    position: relative;
  }

  .close-btn-w.for-scroll {
    width: 1.5rem;
    height: 1.5rem;
  }

  .modal-w {
    margin-bottom: 0;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .accordion-item-copy.careers, .accordion-item-billingfaq.careers {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .modal-scroll-content-w {
    padding: 2rem;
  }

  .modal-w-scroll {
    margin-top: -30px;
    margin-bottom: 0;
  }

  .remove-w-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: none;
  }

  .accordion-heading-3 {
    font-size: 18px;
    position: relative;
  }

  .image-213 {
    display: none;
  }

  .text-block-188 {
    text-align: center;
    line-height: 40px;
  }

  .text-block-189 {
    margin-bottom: 0;
  }

  .partner-headers {
    line-height: 25px;
  }

  .text-block-151-bold, .text-block-151-bold-copy, .pers-hp, .text-block-151-copy {
    font-size: 20px;
  }

  .text-block-151-bold-copy, .pers-text-box, .flip-hp-text-copy {
    font-size: 20px;
  }

  .faq-form {
    margin-top: 0;
    margin-left: 0;
  }

  .form-block-faq {
    margin-left: 0;
  }

  .referrals-lik {
    text-align: center;
    margin-right: 0;
  }

  .pricing-header-coverage-copy {
    font-size: 18px;
  }

  .closed--modal-hp.employee-modal-wrapper, .closed--modal-hp.contact-us-wraper {
    display: none;
  }

  .closed-text.employee-modal-name {
    font-size: 30px;
  }

  .closed--modal-hp-copy.employee-modal-wrapper {
    display: block;
  }

  .closed--modal-hp-copy.contact-us-wraper {
    display: none;
  }

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

  .text-block-199 {
    font-size: 20px;
  }

  .text-block-201 {
    font-size: 30px;
  }

  .pers-container-pers-page {
    max-width: 100%;
  }

  .grid-588-pers-page {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-199-pp, .text-block-199-copy {
    font-size: 20px;
  }

  .ooo-modal-title-copy-copy, .ooo-modal-title-copy {
    margin-left: 0;
    font-size: 25px;
  }

  .ooo-modal-content-copy {
    flex-direction: column;
    width: 90vw;
  }

  .ooo-contact-us--modal-copy.employee-modal-wrapper {
    display: block;
  }

  .ooo-contact-us--modal-copy.contact-us-wraper {
    display: none;
  }

  .ooo-employee-modal-image-copy {
    align-self: center;
    margin-bottom: 30px;
  }

  .ooo-modal-info-copy {
    align-items: flex-end;
    margin-top: -257px;
    margin-left: 0;
  }

  .accordion-item-partners-copy.careers {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .container-113 {
    width: 79.9997%;
  }

  .text-block-207 {
    line-height: 35px;
  }

  .partner-footer-copy.landscape {
    margin-top: 0;
  }

  .div-block-244, .div-block-245 {
    width: 100%;
  }

  .slider-text {
    object-fit: fill;
    overflow: visible;
  }

  .right-arrow-8 {
    margin-left: 0;
    padding-right: 0;
    display: none;
  }

  .left-arrow-8 {
    display: none;
  }

  .mask-5 {
    overflow: hidden;
  }

  .grid-594 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .keyblock {
    max-width: 50%;
  }

  .grid-596 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-228, .assured {
    max-width: 70%;
  }

  .state-name {
    margin-top: 200px;
  }

  .state-header-copy {
    font-size: 45px;
  }

  .state-header-copy.oh {
    font-size: 30px;
  }

  .container-116 {
    max-width: 90%;
  }

  .grid-599 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr .75fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-230 {
    max-width: 218px;
  }

  .image-230.co {
    opacity: 1;
  }

  .colorado-billing-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1.5fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .ohio-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr .75fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .mp-partner-grid-txt {
    grid-row-gap: 16px;
  }

  .feedback-form {
    margin-left: 0;
  }

  .feedback-form-div {
    margin-top: 77px;
    margin-left: 0;
  }

  .text-block-217 {
    font-size: 30px;
  }

  .text-block-218 {
    font-size: 18px;
  }

  .form-block-form {
    margin-left: 0;
  }

  .form-block-feedback {
    margin-top: 0;
    margin-left: 0;
  }

  .notification-header {
    line-height: 55px;
    overflow: visible;
  }

  .notification-header.textheadlineterms {
    font-size: 57px;
    line-height: 60px;
  }

  .grid-603 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-606 {
    grid-row-gap: 16px;
  }

  .image-228-copy {
    max-width: 70%;
  }

  .state-service-item-header-2 {
    font-size: 25px;
  }

  .text-block-227 {
    margin-right: 0;
    font-size: 18px;
  }

  .pricing-header-coverage-2 {
    font-size: 18px;
  }

  .state-service-item-header-3 {
    font-size: 25px;
  }

  .text-block-228 {
    margin-right: 0;
    font-size: 18px;
  }

  .pricing-header-coverage-copy-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-bottom: 30px;
  }

  .slider {
    height: 30%;
    display: none;
  }

  .anecdoteinset {
    margin-top: 60px;
  }

  .testimonialcontainer {
    height: 450px;
  }

  .testimonialblock {
    margin-left: 16px;
    margin-right: 16px;
  }

  .textheadline.employee-modal-name {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .footer {
    margin-top: 0;
  }

  .footer.landscape.cell {
    object-fit: contain;
    margin-top: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .gsctatext {
    margin-bottom: 15px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.2;
  }

  .order-button.alaina {
    margin-top: 30px;
    font-size: 16px;
  }

  .order-button.alaina.orderbuttonmargin {
    text-align: center;
  }

  .order-button.alaina.orderbuttonmargin.bold-text {
    max-width: 80%;
    margin-right: 0;
  }

  .footercontainer {
    margin-top: 0;
    padding-top: 0;
  }

  .copyrightcontainer {
    margin-top: 10px;
    margin-left: 0;
  }

  .linkscontainer {
    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;
    place-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: none;
  }

  .footerlink.alaina {
    margin-top: 10px;
    margin-right: -62px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footerlink.alaina.footerlink-deprecated {
    padding-bottom: 0;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 0;
  }

  .termslink {
    margin-top: -382px;
  }

  .footeremail, .npinumber {
    margin-left: 0;
  }

  .npinumber.fax {
    line-height: 25px;
  }

  .sociallogo {
    margin-bottom: 10px;
  }

  .anecdotebody {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .title {
    font-size: 42px;
  }

  .gsstep {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: block;
  }

  .gstextblock {
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .gstextblock.top {
    object-fit: contain;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .gstitletext {
    flex-wrap: nowrap;
    place-content: flex-start center;
    font-size: 30px;
  }

  .gsbodytext {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .textblueheadline {
    font-size: 36px;
  }

  .textblueheadline.textheadlineterms {
    margin: 20px 10px 40px;
    font-size: 42px;
    line-height: 50px;
  }

  .referralsubheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slideshowtitlecontainer.slideshowtitlecontainermobile {
    height: 30%;
    margin-top: 108px;
    padding-top: 63px;
    padding-bottom: 35px;
    display: block;
    position: relative;
    top: auto;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .bodymain {
    margin-bottom: 8px;
  }

  .learn-more-button:hover {
    border-style: none;
  }

  .learn-more-button.dose-flip {
    opacity: 1;
  }

  .text-span {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 70%;
    display: block;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    float: none;
    color: var(--dose-blue);
    left: -2px;
  }

  .nav-menu {
    background-color: #ffffffde;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .order-button-1 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }

  .brand {
    float: none;
    clear: none;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 23px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .brand.is-current {
    margin-left: 10px;
  }

  .testimonialtext {
    font-size: 20px;
  }

  .right-arrow-2 {
    margin-top: 400px;
    position: absolute;
    bottom: 0;
  }

  .icon-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-arrow-2 {
    margin-top: 400px;
    position: absolute;
  }

  .employee-grid {
    grid-column-gap: 100px;
    grid-row-gap: 175px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .icon-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footersocialchild {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .employee-modal-content {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .employee-modal-image {
    width: 100%;
  }

  .employee-modal-info {
    background-color: var(--white);
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 100px;
    margin-bottom: 0;
    display: flex;
  }

  .employee-modal-title {
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .contact-us--modal.employee-modal-wrapper, .contact-us--modal.contact-us-wraper, .kalia-modal.employee-modal-wrapper {
    display: none;
  }

  .image-26 {
    max-width: 80%;
  }

  .bottomcontainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .realpricenew {
    font-size: 28px;
  }

  .orderbuttons {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .hannah-modal.employee-modal-wrapper {
    display: none;
  }

  .services-covered {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .heading-11 {
    float: none;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
    padding-bottom: 0;
    font-size: 60px;
    line-height: 75px;
    text-decoration: none;
    overflow: visible;
  }

  .about-us-txt {
    text-align: center;
    object-fit: scale-down;
    justify-content: center;
    margin-top: 0;
    margin-bottom: -19px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 60px;
    line-height: 70px;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .text-block-13 {
    object-fit: scale-down;
    font-size: 250%;
    position: static;
  }

  .text-field-5 {
    padding-left: 12px;
    padding-right: 137px;
  }

  .submit-button-2 {
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .white-social-logos {
    flex-flow: wrap;
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .div-block-44 {
    margin-left: 112px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: start;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .nav-link-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-6.is-current {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    margin-top: 0;
    margin-bottom: 301px;
  }

  .container.is--map {
    height: 60vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .navlinkr.is-current {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 25px;
    left: 0;
  }

  .heading-19 {
    background-color: #0000;
  }

  .paragraph-7 {
    color: var(--deep-blue);
    background-color: #0000;
    font-weight: 300;
  }

  .paragraph-8 {
    font-weight: 300;
  }

  .div-block-50 {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    position: relative;
  }

  .text-span-2 {
    font-weight: 300;
  }

  .div-block-54 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .div-block-54.flip {
    opacity: 1;
    background-color: #0000;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-3 {
    font-weight: 300;
  }

  .section-11 {
    margin-top: 161px;
    margin-bottom: 60px;
  }

  .text-block-23 {
    margin-top: 30px;
    font-size: 35px;
  }

  .grid-15 {
    grid-row-gap: 68px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .image-38 {
    opacity: 1;
    max-width: 100%;
  }

  .section-12.test {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .div-block-55 {
    opacity: .26;
    filter: blur(2px);
    background-color: #0000;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .div-block-59 {
    opacity: .24;
    filter: blur(2px);
    margin-top: 20px;
    position: relative;
  }

  .text-block-26 {
    margin-bottom: -60px;
    font-size: 20px;
    display: block;
  }

  .text-block-27 {
    margin-bottom: -60px;
    font-size: 20px;
  }

  .text-block-27.brandon {
    margin-bottom: -85px;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
    margin-bottom: -60px;
    font-size: 20px;
  }

  .section-14 {
    margin-bottom: 0;
    padding-bottom: 2px;
  }

  .html-embed-2.desktop {
    margin-left: 0;
    margin-right: 0;
  }

  .image-41 {
    margin-top: -145px;
    margin-bottom: 240px;
  }

  .faq-link {
    margin-right: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .paragraph-65 {
    text-align: center;
    padding-left: 37px;
    padding-right: 37px;
  }

  .heading-46 {
    text-align: center;
  }

  .text-span-15, .text-span-16, .text-span-17 {
    font-size: 29px;
  }

  .heading-47 {
    margin-top: 43px;
    font-size: 68px;
    line-height: 60px;
  }

  .hero-image-4.services.pers {
    width: 80%;
  }

  .cards-section-2 {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-48 {
    text-align: center;
    margin-top: 40px;
  }

  .paragraph-66 {
    text-align: center;
    margin-bottom: 20px;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-39 {
    line-height: 60px;
  }

  .heading-56 {
    margin-top: 156px;
  }

  .text-block-41 {
    margin-bottom: -60px;
    font-size: 20px;
  }

  .div-block-84 {
    max-width: 150%;
  }

  .form-block-footer-form {
    margin-top: 40px;
    margin-left: 0;
  }

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

  .div-block-88 {
    margin-right: 0;
  }

  .image-71, .image-72, .image-73, .image-74, .image-76 {
    margin-bottom: 20px;
  }

  .paragraph-73 {
    font-size: 20px;
  }

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

  .paragraph-75 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-21 {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .icon-4.accordion-icon {
    flex: 0 auto;
    margin-top: 7px;
    display: flex;
  }

  .accordion-item-trigger {
    margin-left: 15px;
    margin-right: 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-heading {
    text-align: left;
    flex: 0 auto;
    font-size: 20px;
  }

  .accordion-item-content {
    position: relative;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .paragraph-210 {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 36px;
  }

  .text-span-21, .text-span-22, .text-span-23, .dose-remind-questions, .discontinuing-services {
    font-size: 25px;
  }

  .container-10 {
    margin-top: 40px;
  }

  .container-12 {
    max-width: 90%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .grid-23, .paragraph-212 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-26 {
    margin-left: 0;
    margin-right: 0;
  }

  .guides {
    justify-content: flex-end;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
  }

  .container-15 {
    max-width: 90%;
    margin-top: 190px;
    margin-bottom: 50px;
  }

  .button-3 {
    width: 90%;
  }

  .div-block-104 {
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .slidecontainer-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .testimonialtext-2 {
    font-size: 20px;
  }

  .left-arrow-3 {
    margin-top: 346px;
  }

  .testimonialblock-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-3 {
    margin-top: 346px;
  }

  .down-arrow {
    width: 30px;
    margin-left: 10px;
  }

  .guide {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-54 {
    text-align: center;
    line-height: 50px;
  }

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

  .text-block-55 {
    font-size: 36px;
  }

  .flip-guide-button, .med-alerts-guide {
    margin-top: -40px;
  }

  .text-block-56 {
    display: none;
  }

  .image-105, .image-106 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-57 {
    font-size: 18px;
  }

  .grid-36 {
    grid-template-columns: 1fr .25fr;
  }

  .div-block-109, .div-block-110 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-44 {
    grid-template-rows: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-136 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-46 {
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
    display: block;
  }

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

  .text-span-32 {
    color: var(--deep-blue);
    text-align: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 35px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-24 {
    background-color: #0000;
  }

  .container-26 {
    max-width: 90%;
  }

  .melissa-modal.employee-modal-wrapper {
    display: none;
  }

  .menu-button-2 {
    padding-bottom: 10px;
  }

  .container-38 {
    max-width: 100%;
  }

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

  .nav-link-7 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-7.is-current {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-8 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }

  .nav-link-9 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .rachel-modal.employee-modal-wrapper, .stacy-modal.employee-modal-wrapper {
    display: none;
  }

  .text-block-107 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }

  .paragraph-222 {
    text-align: left;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 1.48;
  }

  .paragraph-226 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-227 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .image-148 {
    display: none;
  }

  .italic-text-6 {
    font-size: 18px;
  }

  .left-arrow-4, .right-arrow-4 {
    display: none;
  }

  .grid-518 {
    grid-template-rows: auto auto auto auto;
  }

  .text-block-102-copy {
    margin-left: 20px;
  }

  .testimonial-image.two._2, .testimonial-image.two._3, .testimonial-image.one._1, .testimonial-image.four._4 {
    max-width: 80%;
    margin-left: 5px;
  }

  .section-69 {
    margin-top: 40px;
  }

  .text-block-115 {
    line-height: 50px;
  }

  .stacy-title, .abby-title {
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .footerlink-copy.alaina {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }

  .footerlink-copy.alaina.footerlink-deprecated {
    padding-bottom: 0;
  }

  .order-footer.alaina {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
  }

  .order-footer.alaina.footerlink-deprecated {
    padding-bottom: 0;
  }

  .grid-524 {
    margin-left: 0;
    margin-right: 0;
  }

  .order-nav {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .accepting-referrals {
    font-size: 10px;
    line-height: 15px;
  }

  .grid-526 {
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }

  .text-block-119, .text-block-120 {
    color: var(--white);
    font-size: 10px;
    line-height: 15px;
  }

  .right-arrow-5 {
    display: none;
  }

  .video-header {
    margin-left: 0;
    font-size: 40px;
  }

  .video-subheader {
    text-align: center;
    font-size: 30px;
  }

  .text-block-125 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

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

  .container-62 {
    max-width: 95%;
  }

  .button-3-top {
    width: 90%;
  }

  .container-65 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-130 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .slide-9 {
    margin-bottom: 0;
    padding-top: 0;
  }

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

  .grid-537 {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .container-67 {
    max-width: 90%;
  }

  .grid-538 {
    grid-row-gap: 20px;
  }

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

  .container-med-time-select {
    max-width: 80%;
    margin-bottom: 0;
  }

  .grid-med-time-selct {
    margin-top: -50px;
  }

  .text-block-135 {
    font-size: 30px;
    line-height: 30px;
  }

  .med-time-modal {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: -90px;
    margin-left: 10px;
    margin-right: 10px;
  }

  ._3-med-day-strip-copy {
    max-width: 100%;
  }

  .paragraph-232 {
    font-size: 20px;
  }

  ._2-device-setup-4med-times-copy {
    display: none;
  }

  ._2-device-setup-4medtime-2-copy {
    display: none;
    overflow: visible;
  }

  .close-med-setup, .close-med-setup:hover {
    max-width: 60%;
  }

  .four-med-select-modal {
    display: none;
  }

  ._1-med-times-select-modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  ._3-med-select-modal, ._6-med-select-modal, .image-163 {
    display: none;
  }

  .text-block-143 {
    font-size: 20px;
  }

  .text-span-65 {
    font-size: 12px;
  }

  ._2-med-select-modal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .image-168 {
    max-width: 60%;
    display: block;
  }

  .image-169 {
    max-width: 60%;
    display: block;
    position: relative;
  }

  ._4-med-select-modal-copy {
    display: none;
  }

  ._1-med-time-image, ._2-med-time-image {
    max-width: 60%;
    display: block;
  }

  .text-block-31-copy {
    margin-bottom: -60px;
    font-size: 20px;
  }

  .text-block-31-copy.stacy {
    margin-bottom: -62px;
  }

  .image-170 {
    display: block;
  }

  .language-button {
    width: 90%;
  }

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

  .container-71 {
    max-width: 90%;
    margin-bottom: 60px;
  }

  .resources-page, .chinese-assets {
    padding: 100px 15px;
  }

  .language-title {
    text-align: center;
    margin-top: 70px;
    line-height: 50px;
  }

  .text-block-145 {
    font-size: 50px;
  }

  .setup-video-header, .medical-alert-guides {
    text-align: center;
    line-height: 50px;
  }

  .paragraph-233 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .accordion-item-trigger-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .pers-guide-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-english-version-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-english-version-copy.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .english-language-title-copy {
    text-align: center;
    line-height: 50px;
  }

  .setup-g {
    margin-right: 20px;
  }

  .trial-request {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
  }

  .trial-request-title {
    line-height: 40px;
  }

  .text-block-147 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .text-block-148 {
    text-align: left;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button-3, .menu-button-3.is-open {
    flex: none;
  }

  .help-nav, .text-block-56-copy {
    display: none;
  }

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

  .pers-container {
    max-width: 100%;
  }

  .new-pers-hp-section {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .image-173, .image-174 {
    max-width: 60%;
  }

  .video-header-alt, .video-header-alt-pers {
    font-size: 40px;
  }

  .new-flip-hp-section {
    border-width: 4px 4px 2px;
  }

  .flip-learn-more-txt-copy {
    justify-content: center;
    margin-right: 0;
  }

  .lottie-animation-4 {
    max-width: 90%;
    display: block;
  }

  .npi-number {
    display: none;
  }

  .div-block-174 {
    margin-top: -60px;
    margin-bottom: 70px;
  }

  .div-block-175, .div-block-176 {
    border-width: 2px 4px;
  }

  .npi-number-copy {
    display: none;
  }

  .nav-menu-no-npi {
    background-color: #ffffffde;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 40px;
  }

  .grid-552 {
    object-fit: contain;
    overflow: hidden;
  }

  .slider-5 {
    height: 600px;
  }

  ._1xday-lottie, .lottie-animation-4-copy-copy {
    max-width: 90%;
    display: block;
  }

  .text-block-153 {
    margin-left: 15px;
    margin-right: 15px;
  }

  ._4xday-lottie-copy {
    max-width: 90%;
    display: block;
  }

  .image-181 {
    max-width: 70%;
  }

  .tou-text-block-copy {
    margin-top: 0;
  }

  .bluee-social-logos {
    flex-flow: wrap;
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: -4px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .blue-sociallogo-copy {
    margin-bottom: 10px;
  }

  .image-188 {
    max-width: 70%;
    left: -100px;
    overflow: hidden;
  }

  .image-189 {
    max-width: 70%;
    left: 100px;
    right: 0;
  }

  .lottie-animation-5 {
    max-width: 100%;
  }

  .container-87 {
    margin-bottom: 10px;
  }

  .container-88 {
    justify-content: center;
    display: flex;
  }

  .image-72-copy, .image-74-copy {
    margin-bottom: 20px;
  }

  ._1-1-orange, .blue-layer, ._1-2-orange-layer, ._2-2-purple, .green-layer, ._1-3-orange, ._2-3-purple, ._2-1-purple, .purple2-3med-times, .orange-2-3rd-med-time {
    max-width: 70%;
  }

  .dashboard-copy, .med-button {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button._1-2, .med-button._2-2 {
    text-align: center;
  }

  .text-span-76 {
    display: none;
  }

  .med-button-small {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-small._1-2, .med-button-small._2-2 {
    text-align: center;
  }

  .med-button-small-purple {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-small-purple._1-2, .med-button-small-purple._2-2 {
    text-align: center;
  }

  .med-button-small-orange {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-small-orange._1-2, .med-button-small-orange._2-2 {
    text-align: center;
  }

  .med-button-copy {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-copy._1-2, .med-button-copy._2-2 {
    text-align: center;
  }

  .med-button-333copy {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-333copy._1-2, .med-button-333copy._2-2 {
    text-align: center;
  }

  .med-button-copy222 {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-copy222._1-2, .med-button-copy222._2-2 {
    text-align: center;
  }

  .med-button-220 {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-220._1-2, .med-button-220._2-2 {
    text-align: center;
  }

  .med-button-22b {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .med-button-22b._1-2, .med-button-22b._2-2 {
    text-align: center;
  }

  .grid-560 {
    grid-row-gap: 18px;
    margin-top: 153px;
  }

  .container-92 {
    max-width: 90%;
  }

  .text-block-162 {
    font-size: 30px;
  }

  .text-block-163 {
    font-size: 18px;
  }

  .section-83 {
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: 600px 600px;
  }

  .text-block-31-hannah {
    margin-bottom: -88px;
    font-size: 20px;
  }

  .text-block-31-abby {
    margin-bottom: -60px;
    font-size: 20px;
  }

  .text-block-31-abby.abby {
    margin-bottom: -86px;
  }

  .tyra-modal-copy.employee-modal-wrapper {
    display: none;
  }

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

  .text-block-165 {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .grid-566 {
    margin-top: 0;
  }

  .heading-48-copy, .pers-header {
    text-align: center;
  }

  .pers-background {
    margin-top: 0;
  }

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

  .coverage-information {
    display: none;
  }

  .nav-link-2-copy, .coverage-information-new {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-86 {
    margin-bottom: -270px;
  }

  .map_state.mn {
    opacity: 1;
  }

  .map_state.la2 {
    opacity: 0;
  }

  .map_embed {
    display: block;
  }

  .coverage-text-header.mn {
    font-size: 18px;
  }

  .state-billing-container {
    margin-top: 60px;
  }

  .state-billing-header {
    font-size: 25px;
    line-height: 30px;
  }

  .state-service-item-header {
    justify-content: flex-start;
    font-size: 25px;
    line-height: 30px;
  }

  .remind-icon-coverage-copy.remind-icon2 {
    max-width: 70%;
  }

  .pers-icon-coverage-copy {
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: none;
  }

  .pers-icon-coverage-copy.mn {
    max-width: 150px;
    margin-left: 0;
  }

  .text-block-179 {
    font-size: 18px;
    display: block;
  }

  .pricing-header-coverage {
    font-size: 18px;
  }

  .coverage-grid.oh {
    grid-template-rows: auto auto auto auto;
  }

  .pers-icon-coverage {
    max-width: 70%;
  }

  .pers-icon-coverage.mn {
    max-width: 150px;
    margin-left: 0;
  }

  .dhs-grid-mn {
    justify-items: center;
  }

  .coverage-buttons {
    text-align: center;
    width: 150px;
  }

  .grid-578 {
    grid-row-gap: 15px;
  }

  .flip-div-coverage, .pers-div-coverage.mn {
    justify-content: center;
  }

  .image-207, .image-208 {
    max-width: 70%;
  }

  .div-block-212, .div-block-213 {
    justify-content: center;
  }

  .container-101 {
    margin-top: 60px;
  }

  .text-block-180 {
    font-size: 18px;
  }

  .text-block-181 {
    margin-right: 0;
  }

  .text-span-83 {
    font-size: 30px;
  }

  .text-block-182 {
    font-size: 16px;
  }

  .recaptcha {
    margin-left: 0;
  }

  .div-block-216 {
    max-width: 70%;
  }

  .contact-us-pop-up-form {
    margin-top: 20px;
    margin-left: 0;
  }

  .contact-pop-up-modal-content-copy {
    border-width: 3px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-base-style._6 {
    left: 20px;
  }

  .billing-faq-button {
    margin-right: 0;
    right: 38%;
  }

  .billing-faq-modal.employee-modal-wrapper, .billing-faq-modal.contact-us-wraper {
    display: none;
  }

  .accordion-item-billing {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-billing.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-heading-billing {
    text-align: left;
    flex: 0 auto;
    font-size: 25px;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-w {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-3-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-copy.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .accordion-item-billingfaq {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-billingfaq.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .discontinuing-services-billing {
    font-size: 25px;
    font-weight: 500;
  }

  .modal-scroll-content-w {
    padding: 1.5rem 8% 1.5rem 2%;
  }

  .modal-w-scroll {
    margin-top: -74px;
    padding: 31% 0 14.8%;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .remove-w-2 {
    display: none;
  }

  .modal-2-popup-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-heading-3 {
    text-align: left;
    flex: 0 auto;
    font-size: 20px;
  }

  .button-25 {
    text-align: center;
  }

  .div-block-221 {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-106 {
    max-width: 90%;
  }

  .text-block-188 {
    text-align: center;
    line-height: 40px;
  }

  .text-block-189 {
    text-align: center;
    line-height: 45px;
  }

  .text-block-190 {
    font-size: 35px;
  }

  .partner-headers {
    margin-left: 0;
  }

  .grid-numb {
    margin-bottom: 20px;
  }

  .image-216-copy {
    display: none;
  }

  .text-block-151-bold, .text-block-151-bold-copy, .pers-hp, .text-block-151-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-151-bold-copy, .pers-text-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-232 {
    width: 70%;
  }

  .flip-hp-text-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-form {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-196 {
    font-size: 20px;
  }

  .text-block-197 {
    font-size: 30px;
  }

  .faq-submit-button {
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .pricing-header-coverage-copy {
    font-size: 18px;
  }

  .closed--modal-hp.employee-modal-wrapper, .closed--modal-hp.contact-us-wraper {
    display: none;
  }

  .closed-text.employee-modal-name {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .closed--modal-hp-copy.employee-modal-wrapper {
    display: block;
  }

  .closed--modal-hp-copy.contact-us-wraper {
    display: none;
  }

  .grid-588 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
  }

  .pers-container-pers-page {
    max-width: 100%;
  }

  .grid-588-pers-page {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-202 {
    font-size: 30px;
  }

  .ooo-modal-title-copy-copy, .ooo-modal-title-copy {
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .ooo-modal-content-copy {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ooo-contact-us--modal-copy.employee-modal-wrapper {
    display: block;
  }

  .ooo-contact-us--modal-copy.contact-us-wraper {
    display: none;
  }

  .ooo-employee-modal-image-copy {
    width: 100%;
    display: none;
  }

  .ooo-modal-info-copy {
    background-color: var(--white);
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .accordion-item-partners-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-partners-copy.careers {
    margin-left: 15px;
    margin-right: 15px;
  }

  .grid-590 {
    grid-row-gap: 20px;
  }

  .container-113 {
    margin-top: 10px;
  }

  .text-block-207 {
    line-height: 40px;
  }

  .partner-footer-copy {
    margin-top: 0;
  }

  .partner-footer-copy.landscape.cell {
    object-fit: contain;
    margin-top: 0;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .paragraph-239 {
    font-size: 16px;
  }

  .grid-594 {
    margin-bottom: 0;
  }

  .grid-596 {
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .assured {
    align-self: center;
    max-width: 80%;
  }

  .state-name {
    margin-top: 200px;
  }

  .state-header-copy {
    font-size: 45px;
    line-height: 30px;
  }

  .grid-599 {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-columns: .25fr 1.75fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-229 {
    max-width: 110px;
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-247 {
    margin-top: 40px;
  }

  .image-230 {
    max-width: 150px;
    margin-left: 0;
  }

  .image-230.co {
    max-width: 160px;
  }

  .colorado-billing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-columns: .25fr 1.75fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .co-bill-div {
    background-color: #0000;
  }

  .ohio-grid {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-columns: .25fr 1.75fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .feedback-form-div {
    margin-top: 40px;
    margin-left: 0;
  }

  .grid-600 {
    grid-row-gap: 0px;
  }

  .form-block-feedback {
    margin-top: 0;
    margin-left: 0;
  }

  .notification-header {
    font-size: 36px;
  }

  .notification-header.textheadlineterms {
    margin: 20px 10px 40px;
    font-size: 42px;
    line-height: 50px;
  }

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

  .state-service-item-header-2 {
    justify-content: flex-start;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-227 {
    font-size: 18px;
    display: block;
  }

  .pricing-header-coverage-2 {
    font-size: 18px;
  }

  .state-service-item-header-3 {
    justify-content: flex-start;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-228 {
    font-size: 18px;
    display: block;
  }

  .code-embed-4, .code-embed-5 {
    width: 95%;
  }

  .pricing-header-coverage-copy-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {

}

