@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neu;
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --primary-black: #162120;
  --black: black;
  --primary-green-2: #0db;
  --primary-grey: #000000a8;
  --notblack: #00072ecc;
  --primarycool1: #00c0f9;
  --primarycool2: #1f42ff;
  --azure: #ecfbff;
  --primarydominantcolor: #00072e;
  --error-red: #d34434;
  --secondary-grey: #00000080;
  --footer-links: #d8d8d8;
  --primary-mint: #f2fdfb;
  --border-color: #e6e6e6;
  --shadow: #0000000d;
  --primary-green: #222;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  background-color: var(--white);
  color: var(--primary-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

h4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--primary-green-2);
  color: var(--primary-grey);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.body {
  padding-top: 60px;
  font-family: Mulish, sans-serif;
  line-height: 1.3;
}

.hero-section {
  float: none;
  background-image: none;
  background-position: 0 0;
  align-items: center;
  height: 600px;
  display: flex;
}

.hero-msg-blk {
  max-width: 497px;
  height: auto;
  margin-right: 40px;
  display: inline-block;
}

.h1-title {
  color: var(--notblack);
  font-family: Helvetica neu, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.h1-title.am-hero-title {
  text-align: center;
  margin-bottom: 20px;
}

.h1-title.contactpageh1big {
  margin-top: 10px;
  font-size: 45px;
}

.h1-title.contactpageh1big.dc {
  letter-spacing: 0;
}

.h1-title.contactpageh1big.dc.dq {
  padding-left: 100px;
  padding-right: 100px;
}

.h1-title.contactpageh1big.ee {
  letter-spacing: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.contact-btn {
  background-image: linear-gradient(to right, var(--primarycool1), var(--primarycool2));
  color: #fff;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-btn:hover {
  background-image: linear-gradient(160deg, var(--primarycool1), var(--primarycool2));
}

.pnohe-numb {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Helvetica neu, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  display: flex;
}

.phone-icon {
  background-color: var(--primary-black);
  width: 60px;
  padding-left: 11px;
  padding-right: 11px;
  display: block;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.primary-mint {
  background-color: var(--azure);
}

.section.primary-black {
  background-color: var(--black);
}

.section.ourprocess {
  background-color: var(--azure);
  padding-bottom: 80px;
}

.section.bookingsection {
  background-color: var(--azure);
  margin-bottom: 40px;
  padding-top: 95px;
  padding-bottom: 95px;
}

.section.vrsection {
  padding-bottom: 160px;
  display: none;
  overflow: hidden;
}

.section.cta-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.allconditionssection {
  background-color: var(--primarydominantcolor);
  padding-top: 160px;
  padding-bottom: 100px;
}

.section.supercutsection {
  background-color: var(--white);
  padding-bottom: 80px;
}

.section.allconditionshero {
  background-color: var(--azure);
  padding-top: 149px;
  padding-bottom: 95px;
}

.section.aboutherosection {
  background-color: var(--azure);
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 113px;
}

.section.founderswordsection {
  position: relative;
}

.section.contactpagehero {
  padding-top: 155px;
  padding-bottom: 60px;
}

.section.contactpagehero.squeeze {
  color: var(--notblack);
  padding-top: 90px;
}

.section.allvideossectioninpr {
  background-color: var(--white);
  padding-bottom: 80px;
}

.section.sectionwithlesspadding-copy {
  padding-bottom: 60px;
}

.overhead-label {
  color: var(--primarycool1);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.overhead-label.align-left {
  text-align: left;
}

.overhead-label.allt {
  background-image: linear-gradient(to right, var(--primarycool1), var(--primarycool2));
  color: var(--azure);
  padding: 4px 8px 5px;
  font-family: Helveticaneue, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.overhead-label.allt.actuallyconditionofvideo {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.overhead-label.allt.warning {
  background-color: red;
  background-image: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.header-description {
  color: var(--primary-grey);
  text-align: center;
  letter-spacing: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.header-description.align-left {
  text-align: left;
}

.header-description.align-left.spacing-lg {
  margin-bottom: 40px;
}

.header-description.align-left.nopadding.contactmailheader {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  display: flex;
}

.header-description.align-left.withmoreheight {
  line-height: 2;
}

.header-description.leftalignedhd {
  text-align: left;
}

.header-description.header-desalt {
  color: #ffffffbf;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.header-description.aboutherohd {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.header-description.dc {
  margin-bottom: 0;
  line-height: 32px;
}

.header-description.dc-header {
  color: var(--primarycool2);
  margin-top: 0;
}

.header-description.dc-header.warning {
  color: var(--error-red);
  font-size: 24px;
}

.header-description.dc-header.top {
  margin-top: 20px;
  font-size: 22px;
}

.h2-title {
  color: var(--notblack);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica neu, sans-serif;
  font-weight: 700;
}

.h2-title.schedule {
  text-align: left;
  margin-bottom: 40px;
}

.h2-title.cta-h2 {
  z-index: 1;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
  position: relative;
}

.h2-title.ouretosh2 {
  text-align: left;
  font-size: 27px;
}

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

.h2-title.left-align.contactpageh2 {
  margin-top: 10px;
}

.h2-title.allconditionstemplatepageh2 {
  text-align: left;
  margin-top: 0;
  display: block;
}

.header-block {
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.header-block.qnaheader {
  margin-bottom: 40px;
}

.header-block.testimonial-headerblock {
  margin-bottom: 55px;
}

.header-block.appointment-header {
  margin-bottom: 0;
}

.header-block.cta-header {
  text-align: left;
  margin-bottom: 0;
}

.header-block.leftalignedhb {
  text-align: left;
}

.header-block.lesswidthhb {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.header-block.allconditionspageheader {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header-block.contactpagehb {
  margin-bottom: 100px;
}

.staff-img {
  background-color: var(--primarycool1);
  color: var(--primarycool2);
  background-image: linear-gradient(to right, #00c0f9, #1f42ff);
  border-radius: 0;
  flex: 1 0 auto;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

.about-staff-block {
  text-align: left;
  align-self: center;
  max-width: 380px;
  margin-left: 60px;
  margin-right: 0;
}

.about-staff {
  background-color: var(--azure);
  align-self: stretch;
  padding: 100px 0;
  display: flex;
}

.columns {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.service-block {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 370px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 20px 15px #0000000a;
}

.service-block.alternative {
  background-color: var(--white);
  justify-content: flex-start;
  height: auto;
  margin-bottom: 40px;
  padding: 30px 15px 55px;
  box-shadow: 0 0 20px 5px #0000000a;
}

.service-block.alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 20px #0000000d;
}

.service-block.alt-copy, .service-block.alt-copy-copy {
  text-align: center;
  justify-content: center;
  height: 340px;
  padding: 15px;
  box-shadow: 0 2px 20px #0000000d;
}

.service-art {
  background-image: linear-gradient(117deg, var(--primarycool1), var(--primarycool1) 39%, var(--primarycool2));
  width: 50px;
  height: 50px;
  box-shadow: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.service-art.alt {
  border: 1.5px solid var(--primarycool1);
  background-color: #0000;
  background-image: url('../images/Lupus-v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 170px;
  height: 170px;
}

.learn-more {
  color: var(--primarycool1);
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.learn-more:hover {
  color: var(--primarycool2);
}

.learn-more.ourmethodologylm {
  border: 1px solid var(--primarycool2);
  color: var(--primarycool2);
  padding: 8px 16px;
  font-size: 15px;
}

.learn-more.ourmethodologylm:hover {
  background-image: linear-gradient(135deg, var(--primarycool1), var(--primarycool2));
  color: #fff;
  border-color: #0000;
}

.testimonial-block {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 10px;
  display: flex;
}

.testimonial-quote {
  flex: 1;
  margin-left: 15px;
}

.testimonial-img {
  border-radius: 60px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 50px;
}

.testimonial-img.img-one {
  background-image: url('../images/348sA.jpeg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-img.img-two {
  background-image: url("../images/akimie-gregory-review.svg");
  background-position: 50%;
}

.testimonial-img.img-three {
  background-image: url('../images/348s.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.client-name {
  color: #000;
  margin-bottom: 2px;
  font-family: Helveticaneue, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.quote-icon {
  height: 33px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-family: Sawarabi Mincho, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.top-story-date {
  color: var(--secondary-grey);
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.footer-link {
  color: var(--footer-links);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: var(--primarycool1);
}

.footer-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Helveticaneue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.quote-text {
  color: var(--primary-grey);
  text-align: center;
  letter-spacing: 0;
  flex: none;
  margin-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}

.quote-text.align-left {
  text-align: left;
  padding-left: 0;
}

.logo-block {
  flex-wrap: nowrap;
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: -1px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-address {
  color: var(--footer-links);
  letter-spacing: 0;
  margin-bottom: 25px;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.shs-footer-phone {
  color: var(--primary-mint);
  margin-bottom: 2px;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.alphamed-footer-email {
  color: var(--primary-green-2);
  font-family: Mulish, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.logo-footer {
  height: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
}

.logo-full {
  color: #fff;
  letter-spacing: 0;
  flex: 0 auto;
  order: 0;
  height: 65px;
  padding-left: 75px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}

.copyright-block {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--footer-links) black black;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.footer-copyright {
  color: var(--footer-links);
  text-align: right;
  letter-spacing: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.alphamed-about-hero-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.globalh1 {
  color: var(--notblack);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helvetica neu, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.globalh1.heroh1 {
  letter-spacing: 0;
  font-size: 42px;
  line-height: 55px;
}

.globalh1.allconditionsh1 {
  color: var(--white);
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.schedule-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary-grey) var(--primary-grey) var(--border-color);
  background-color: var(--primary-mint);
  color: var(--primary-black);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
}

.schedule-field:focus {
  border-style: none none solid;
  border-color: var(--primary-green-2);
}

.secondary-hero-section {
  padding-top: 135px;
  padding-bottom: 135px;
}

.secondary-hero-section.azure {
  background-color: var(--azure);
  padding-top: 130px;
  padding-bottom: 130px;
}

.hero-desc {
  max-width: 90%;
  color: var(--primary-grey);
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: Helveticaneue, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.logo {
  max-width: 15em;
  height: 33px;
  margin-top: -2px;
}

.news-section {
  padding-top: 70px;
  padding-bottom: 140px;
}

.more-news-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
}

.more-news-excerpt {
  color: var(--primary-grey);
  font-size: 16px;
  line-height: 25px;
}

.top-story-title {
  color: var(--primary-black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 46px;
  text-decoration: none;
}

.top-story-excerpt {
  color: var(--primary-grey);
  margin-bottom: 0;
  line-height: 26px;
}

.break-desc {
  display: block;
}

.service-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

.service-grid.alt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 50px;
  display: grid;
}

.service-grid.our-process-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.navbar-wrapper {
  z-index: 1010;
  height: 60px;
  box-shadow: 1px 1px 4px 0 var(--shadow);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar-logo.w--current {
  padding-right: 11px;
}

.navbar-menu-items {
  background-color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
}

.m-menu-btn {
  padding: 20px 18px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-menu-link {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-menu-link.no-border {
  color: var(--notblack);
  margin-left: 1vw;
  margin-right: 1vw;
  font-family: Helveticaneue, sans-serif;
  transition: all .2s;
  position: relative;
}

.nav-menu-link.no-border:hover {
  color: var(--primarycool1);
}

.nav-menu-link.no-border.dropdownlink {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-link.no-border.dropdownlink.hiddenindesktop {
  display: none;
}

.nav-menu-link.actually-dropdown-link {
  color: var(--notblack);
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helveticaneue, sans-serif;
}

.nav-menu-link.actually-dropdown-link:hover {
  color: var(--primarycool1);
}

.mobile-overlay-nav, .m-nav-nest {
  display: none;
}

.schedule-grid {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.call-us-btn {
  z-index: 9999;
  background-color: var(--primary-green-2);
  background-image: url('../images/phone-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 28px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  inset: auto 15px 15px auto;
  box-shadow: 0 3px 25px #16212033;
}

.footer-wrapper {
  margin-bottom: 60px;
  display: flex;
}

.footer-link-col {
  flex-direction: column;
  flex: 0 100%;
  display: flex;
}

.footer-link-col._1 {
  margin-right: 60px;
}

.section-article {
  padding-top: 80px;
  padding-bottom: 140px;
}

.article-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.article-wrapper {
  margin-top: 80px;
  display: flex;
}

.article-meta {
  padding-top: 22px;
  padding-bottom: 22px;
}

.article-header {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 46px;
}

.meta-content {
  color: var(--primary-green);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.meta-content.meta-first {
  color: var(--secondary-grey);
  margin-right: 10px;
}

.article-content {
  color: var(--secondary-grey);
  padding-top: 40px;
}

.article-inner {
  width: 75%;
  padding-right: 30px;
}

.more-news-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.more-news-item {
  flex: 0 48.9%;
  margin-bottom: 50px;
}

.top-story-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 60%;
  width: 100%;
  height: 100%;
}

.top-story-item {
  justify-content: space-between;
  height: 440px;
  display: flex;
}

.top-story-wrapper {
  flex-direction: column;
  flex: 0 37%;
  justify-content: center;
  display: flex;
}

.news-event-wrapper {
  margin-bottom: 80px;
}

.top-story-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  font-size: 32px;
  text-decoration: none;
}

.more-updates-txt {
  border-bottom: 1px solid var(--border-color);
  color: var(--primary-green-2);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.article-text-block {
  color: var(--primary-black);
  font-size: 16px;
}

.article-text-block h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 26px;
}

.article-text-block p {
  color: var(--primary-black);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.article-text-block ol {
  color: var(--primary-black);
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.article-text-block li {
  color: var(--primary-black);
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}

.article-text-block strong {
  color: var(--primary-black);
  font-weight: 600;
}

.article-text-block blockquote {
  border-left-color: var(--primary-green-2);
  color: var(--primary-grey);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.article-text-block a {
  color: var(--primary-green-2);
  text-decoration: none;
}

.article-text-block ul {
  color: var(--primary-black);
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.article-text-block h2 {
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
}

.webflow-link {
  color: var(--primary-green-2);
  text-decoration: none;
}

.more-news-link {
  color: var(--primary-black);
  margin-bottom: 12px;
  text-decoration: none;
  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;
}

.alphamed-license-body {
  border-bottom: 1px solid var(--shadow);
  padding-top: 30px;
  padding-bottom: 30px;
}

.license-table-header {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  font-size: 18px;
  font-weight: 500;
  display: grid;
}

.license-table-asset {
  height: 180px;
}

.license-table-asset.asset-one {
  background-image: url('../images/freepik.png');
  background-position: 50%;
  background-size: cover;
}

.license-table-asset.asset-two {
  background-image: url('../images/pixabay.png');
  background-position: 50%;
  background-size: cover;
}

.license-table-asset.asset-three {
  background-image: url('../images/unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.license-table-asset.asset-four {
  background-image: url('../images/faces.png');
  background-position: 50%;
  background-size: cover;
  height: 210px;
}

.license-table-asset.asset-five {
  background-image: url('../images/icons.png');
  background-position: 50%;
  background-size: cover;
  height: 210px;
}

.license-table-license {
  color: var(--primary-green-2);
  text-decoration: none;
}

.license-table-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text {
  display: none;
}

.alphamed-license-header {
  border-bottom: 1px solid var(--shadow);
  padding-top: 25px;
  padding-bottom: 25px;
}

.styleguide-divider {
  border-bottom: 1px solid var(--shadow);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.styleguide-label {
  color: var(--primary-grey);
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.main-cta-container {
  background-image: linear-gradient(141deg, var(--primarycool2), var(--primarycool1));
  flex-direction: row;
  justify-content: space-between;
  padding: 45px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.main-cta-container.useswholesection {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 160px 0;
}

.container.main-cta-container.withnobg {
  background-image: none;
  padding-top: 130px;
  padding-bottom: 130px;
}

.container.lesswidthcontainer {
  max-width: 1100px;
}

.container.lesswidthcontainer.top-space {
  margin-top: 40px;
}

.container.flexcontainer {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-wrapper {
  justify-content: center;
  display: flex;
}

.button-wrapper.qnabuttonwrapper {
  margin-top: 80px;
  display: none;
}

.navbar {
  box-shadow: 0 1px 4px 0 var(--shadow);
}

.menu-caret {
  display: none;
}

.menu-item {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.btn-primary {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--primarycool1), var(--primarycool2));
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 18px 26px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
}

.btn-primary:hover {
  background-image: linear-gradient(160deg, var(--primarycool1), var(--primarycool2));
}

.btn-primary.paginate {
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-primary.booking-btn {
  margin-top: 30px;
}

.btn-primary.cta-button {
  z-index: 1;
  background-color: var(--azure);
  background-image: linear-gradient(to right, var(--azure), var(--white));
  color: var(--notblack);
  padding: 20px 51px;
  position: relative;
  box-shadow: 1px 1px 20px #ffffff0d;
}

.btn-primary.cta-button:hover {
  background-color: #e5f3f7;
  background-image: none;
}

.btn-primary.vr2button {
  margin-top: 20px;
  padding: 14px 20px;
  font-size: 13px;
}

.btn-primary.vr2button.hiddenindesktop {
  display: none;
}

.btn-primary.btn-primary-withmargin {
  margin-top: 90px;
}

.btn-primary.btn-primary-withmargin.big {
  padding-left: 60px;
  padding-right: 60px;
  font-size: 32px;
}

.btn-primary.all-conditions-btn, .btn-primary.get-treatment-button {
  display: none;
}

.h3-title {
  color: var(--notblack);
  font-family: Helvetica neu, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.h3-title.m-btm-md {
  margin-bottom: 10px;
}

.h3-title.m-btm-md.alt {
  color: var(--notblack);
  font-size: 19px;
  line-height: 24px;
}

.more-news-title {
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 24px;
}

.more-news-title:hover {
  color: var(--primary-green-2);
}

.am-hero-desc {
  text-align: center;
  font-size: 18px;
  display: block;
}

.success-message {
  background-color: var(--primary-green-2);
}

.text-block {
  color: var(--white);
  font-weight: 500;
}

.error-message {
  background-color: var(--error-red);
  color: var(--white);
  padding: 20px;
  font-weight: 500;
}

.nav-dropdown {
  height: 100%;
  color: var(--notblack);
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  color: var(--notblack);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primarycool1);
}

.dropdown-list {
  z-index: -1;
  inset: auto 0% 0%;
}

.dropdown-list.w--open {
  background-color: var(--white);
  width: 243px;
  padding: 12px 2px;
  inset: 59px auto auto 0;
  box-shadow: 0 20px 15px #0000001a;
}

.underline {
  background-color: var(--primarycool1);
  width: 0%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.flexbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexbox.qnaflex {
  flex-direction: column;
}

.flexbox.allconditionspageflex {
  justify-content: space-between;
  margin-bottom: 90px;
}

.flexbox.allconditionspageflex.reverseflex {
  flex-direction: row-reverse;
}

.flexbox.aboutshsflex {
  flex-direction: column;
  margin-bottom: 85px;
}

.flexbox.aboutshsflex.center {
  flex-direction: row;
  justify-content: space-around;
}

.flexbox.centeralign {
  flex-direction: column;
}

.rb {
  width: 50%;
}

.rb.herorb, .rb.vr2rb {
  position: relative;
}

.rb.allconditonsrb {
  width: auto;
  max-width: 650px;
  margin-left: 60px;
  position: relative;
}

.rb.allconditonsrb.inreverseflex {
  margin-left: 0;
  margin-right: 60px;
}

.herovideo {
  width: 100%;
  box-shadow: 1px 1px 20px 4px #0003;
}

.video {
  margin-top: 50px;
  box-shadow: 1px 1px 20px 4px #0003;
}

.video.allconditionsvideo {
  z-index: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  display: block;
}

.centeralignedvideowrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.qnawrapper {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--notblack);
  margin-right: 10px;
  font-family: Helveticaneue, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.plus-icon {
  max-width: 80%;
}

.faq-content {
  margin-top: 15px;
  overflow: hidden;
}

.faq-paragraph {
  max-width: 80%;
  color: var(--primary-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helvetica neu, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  display: none;
}

.div-block {
  width: 100%;
  height: 1px;
}

.qnavideo {
  min-width: 80%;
  margin-right: 20px;
}

.image {
  object-fit: contain;
  height: 45px;
}

.slide {
  width: 500px;
  margin-right: 30px;
}

.avatarcompany {
  color: #697694a8;
  margin-top: -3px;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.cards {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 45px 39px 35px;
  box-shadow: 0 15px 35px #0000001a;
}

.right-arrow {
  color: #000;
  width: 40px;
  inset: auto 0% -80px auto;
}

.right-arrow.actuallyleft {
  right: 50px;
}

.slide-nav {
  display: none;
}

.avatarname {
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  overflow: visible;
}

.image-3 {
  float: left;
  margin-right: 20px;
  position: static;
}

.image-2 {
  padding-bottom: 25px;
}

.avatarinfo {
  flex-direction: row;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.stepnumber {
  color: #fff;
  font-family: Helvetica neu, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.calendarlywrapper {
  margin-top: 40px;
  display: none;
}

.div-block-2 {
  z-index: 0;
  background-color: #00c0f94a;
  border-radius: 9999px;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: -46% auto auto -2%;
}

.div-block-3 {
  z-index: 0;
  background-color: #1f42ff21;
  border-radius: 9999px;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto -6% -62% auto;
}

.separator {
  background-color: #00c0f91a;
  border-radius: 10px;
  max-width: 650px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-5 {
  z-index: -1;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: -23px -20px auto auto;
}

.image-5.alt {
  inset: auto auto 18px -22px;
}

.image-6 {
  z-index: -1;
  width: 110px;
  height: 110px;
  position: absolute;
  inset: 30px -26px auto auto;
}

.image-6.alt {
  inset: auto auto -23px -25px;
}

.image-6.alt.dotswhite, .image-6.dotswhite {
  z-index: 0;
}

.lb.vr2lb {
  max-width: 40%;
  margin-right: 30px;
}

.yt {
  margin-top: 3px;
}

.sociallink {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  padding: 5px;
  transition: all .2s;
  display: flex;
}

.sociallink:hover {
  background-image: linear-gradient(#00c0f933, #00c0f933);
}

.sociallink.ytlink {
  width: 33px;
  height: 34px;
}

.socialiconswrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-span {
  color: #39e3fd;
  text-align: center;
}

.text-span-2, .text-span-3 {
  text-decoration: underline;
}

.div-block-4 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  z-index: -1;
  width: 130px;
  position: absolute;
  inset: -39px auto auto -30px;
}

.supercutwrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.singlesupercut {
  background-color: #e0f8ff;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px;
}

.listwrapper {
  justify-content: space-between;
  margin: 40px -10px;
  line-height: 1.8em;
  display: flex;
}

.singlecolumn {
  margin-left: 10px;
  margin-right: 10px;
}

.singleadditionalcondition {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.listcircle {
  background-color: var(--primary-grey);
  border-radius: 300px;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 11px;
  margin-right: 15px;
}

.image-8 {
  width: 40px;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  max-width: 40%;
  margin-right: 0;
  display: flex;
}

.div-block-5.inreverseflex {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 45px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.stickylb {
  flex-direction: column;
  align-items: flex-start;
  height: 400px;
  margin-top: 20px;
  display: flex;
  position: sticky;
  top: 100px;
}

.image-9 {
  width: 250px;
  margin-bottom: 25px;
}

.mb {
  background-color: #00072e26;
  width: 1.5px;
  height: auto;
  margin-left: 60px;
  margin-right: 60px;
}

.text-span-4 {
  color: var(--notblack);
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.principles-subtext {
  color: var(--primary-grey);
  letter-spacing: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.mail {
  color: var(--primarycool1);
  text-align: center;
  letter-spacing: 0;
  font-size: 20px;
  text-decoration: none;
  transition: all .2s;
}

.mail:hover {
  color: var(--primarycool2);
}

.singlevideoinpr {
  background-color: #e0f8ff;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 5px;
}

.allvideoswrapperinpr {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.allprvideos.onleftside {
  padding-left: 7px;
  padding-right: 7px;
}

.text-block-2 {
  letter-spacing: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.image-12 {
  max-width: 4em;
}

.html-embed.top-space {
  margin-top: 10px;
}

.video-2 {
  margin-top: -60px;
}

.container-2 {
  margin-top: 60px;
  padding-bottom: 0;
}

.list {
  text-align: justify;
  white-space: normal;
  object-fit: fill;
  padding: 0;
  font-family: Helvetica neu, sans-serif;
  line-height: 1.6em;
  list-style-type: none;
  display: block;
  position: static;
}

.heading {
  white-space: normal;
  font-weight: 700;
  line-height: 45px;
}

.bold-text-2 {
  line-height: 0;
}

.list-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-left: 55px;
  list-style-type: none;
}

.list-item-2 {
  padding-left: 20px;
}

.list-item-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-template: "Area Area-2"
                 "Area-3 ."
                 ". ."
                 ". ."
                 / .25fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  padding-left: 0;
  font-size: 24px;
  font-weight: 600;
}

.image-13 {
  padding-right: 20px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-left: 90px;
  padding-right: 90px;
  display: block;
}

.image-14, .image-15, .image-16 {
  padding-right: 20px;
}

.bold-text-3, .heading-3, .bold-text-4 {
  font-size: 24px;
  font-weight: 600;
}

.container-4 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-4 {
  text-align: center;
  text-decoration: underline;
}

.formcontainer.gettreatment {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 140px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-9 {
  background-color: var(--secondary-grey);
  height: 1px;
  margin-bottom: 10px;
}

.heading-6 {
  margin-bottom: 10px;
}

.paragraph-2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.paragraph-2.gettreatmentform._2nd {
  text-decoration: none;
}

.text-span-5 {
  color: var(--error-red);
  text-decoration: underline;
}

.rte {
  padding-bottom: 0;
  display: block;
}

.rte ul {
  font-weight: 400;
}

.html-embed-2 {
  margin-top: -40px;
  margin-left: 0;
}

.image-17 {
  object-fit: cover;
}

.column {
  background-image: linear-gradient(#1e44ff, #01bdf8);
}

.bold-text-6 {
  text-decoration: underline;
}

.text-block-3 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-size: 2px;
  line-height: 100%;
}

.flex-block, .flex-block-2 {
  flex-flow: column;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.image-18 {
  border-radius: 20px;
  box-shadow: 0 30px 40px -15px #00000040;
}

@media screen and (min-width: 1920px) {
  .staff-img {
    background-color: var(--azure);
    border-radius: 0;
    flex: none;
    justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .about-staff {
    justify-content: space-between;
  }

  .columns {
    background-color: #ecfbff00;
    background-image: none;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .nav-menu-link.no-border {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-17 {
    text-align: left;
    display: inline-block;
    position: static;
  }

  .column {
    background-image: linear-gradient(to right, #00c0f9, #1f42ff);
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 0;
  }

  .hero-section {
    height: 480px;
    margin-top: 60px;
  }

  .hero-msg-blk {
    max-width: 319px;
  }

  .h1-title {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-btn {
    display: none;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.sectionwithlesspadding-copy {
    padding-bottom: 0;
  }

  .overhead-label {
    font-size: 13px;
  }

  .header-description {
    font-size: 16px;
    line-height: 27px;
  }

  .header-description.align-left.spacing-lg, .header-description.align-left.nopadding {
    font-size: 16px;
    line-height: 25px;
  }

  .header-description.align-left.nopadding.contactmailheader {
    text-align: center;
  }

  .h2-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .h2-title.cta-h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .h2-title.left-align.contactpageh2 {
    text-align: center;
  }

  .staff-img {
    background-image: none;
    border-radius: 0;
    align-self: stretch;
  }

  .about-staff-block {
    max-width: 320px;
    margin-left: 40px;
  }

  .columns {
    flex-direction: row;
    justify-content: center;
  }

  .service-block.alternative {
    margin-bottom: 20px;
  }

  .testimonial-block.hide-block {
    display: none;
  }

  .client-name {
    font-size: 18px;
  }

  .top-story-date {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
  }

  .footer-link {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-title {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .quote-text {
    font-size: 15px;
  }

  .logo-block {
    margin-bottom: 25px;
  }

  .logo-block.w--current {
    margin-top: -14px;
    margin-bottom: 15px;
  }

  .footer-address {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 22px;
  }

  .shs-footer-phone {
    font-size: 13px;
    line-height: 22px;
  }

  .alphamed-footer-email {
    font-size: 13px;
  }

  .logo-full {
    margin-bottom: 31px;
  }

  .globalh1 {
    margin-bottom: 16px;
    font-size: 31px;
    line-height: 39px;
  }

  .globalh1.heroh1 {
    font-size: 31px;
    line-height: 44px;
  }

  .secondary-hero-section.azure {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-desc {
    text-align: left;
    max-width: 300px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
  }

  .logo {
    height: 32px;
  }

  .news-section {
    margin-top: 60px;
    padding-bottom: 100px;
  }

  .more-news-thumb {
    height: 150px;
  }

  .top-story-title {
    font-size: 32px;
    line-height: 38px;
  }

  .top-story-excerpt {
    font-size: 15px;
  }

  .break-desc {
    display: block;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .service-grid.alt {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-grid.our-process-grid, .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-bar {
    background-color: var(--primary-black);
    border-radius: 50px;
    width: 100%;
    height: 3px;
    transition: transform .3s;
  }

  .top-bar.bar-spacing {
    margin-bottom: 6px;
  }

  .mid-bar {
    background-color: var(--primary-black);
    border-radius: 50px;
    width: 100%;
    height: 3px;
    transition: opacity .2s;
  }

  .mid-bar.bar-spacing {
    margin-bottom: 6px;
  }

  .btm-bar {
    background-color: var(--primary-black);
    border-radius: 50px;
    width: 100%;
    height: 3px;
    transition: transform .3s;
  }

  .navbar-wrapper {
    box-shadow: none;
    justify-content: space-between;
    position: fixed;
  }

  .navbar-logo, .navbar-logo.w--current {
    margin-left: 9px;
  }

  .navbar-menu-items {
    z-index: 999;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 20px;
    transition: transform .3s;
    position: absolute;
    inset: 60px 0% auto;
    transform: translate(0, -150%);
    box-shadow: 0 4px 20px #00000008;
  }

  .m-menu-btn {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .nav-menu-link {
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e680;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-menu-link.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
    width: auto;
    display: inline-block;
  }

  .nav-menu-link.no-border.dropdownlink {
    letter-spacing: 0;
    font-family: Helveticaneue, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }

  .nav-menu-link.no-border.dropdownlink.hiddenindesktop {
    display: block;
  }

  .nav-menu-link.no-border.dropdownlink.hiddenintab {
    display: none;
  }

  .m-menu-icon {
    width: 24px;
    height: 20px;
  }

  .mobile-overlay-nav {
    z-index: 97;
    opacity: 0;
    background-color: #ffffffeb;
    transition: opacity .35s;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .m-nav-nest {
    z-index: 99;
    background-color: #fff;
    width: auto;
    transition: top .25s;
    display: block;
    position: fixed;
    inset: -200% 0% auto;
  }

  .call-us-btn {
    display: block;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .footer-link-col {
    text-align: left;
  }

  .article-image {
    height: 400px;
  }

  .article-wrapper {
    margin-top: 40px;
  }

  .article-meta {
    padding-top: 15px;
  }

  .meta-content.meta-first {
    letter-spacing: 0;
    font-size: 14px;
  }

  .article-inner {
    width: auto;
  }

  .more-news-wrapper {
    margin-bottom: 0;
  }

  .more-news-item {
    margin-bottom: 50px;
  }

  .top-story-thumb {
    flex-basis: 53%;
  }

  .top-story-item {
    height: 290px;
  }

  .top-story-wrapper {
    flex-basis: 42%;
  }

  .news-event-wrapper {
    margin-bottom: 60px;
  }

  .more-updates-txt {
    margin-top: 0;
  }

  .license-table-asset {
    height: 150px;
  }

  .container {
    flex: 0 auto;
  }

  .container.hero {
    flex: 1;
  }

  .container.main-cta-container.useswholesection {
    padding-top: 134px;
    padding-bottom: 134px;
  }

  .container.main-cta-container.withnobg {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .navbar {
    z-index: 1000;
    background-color: var(--white);
    position: absolute;
    inset: 0%;
  }

  .menu-caret {
    height: 12px;
  }

  .btn-primary {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .btn-primary.cta-button {
    flex: none;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .btn-primary.all-conditions-btn {
    margin-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    display: inline-block;
  }

  .btn-primary.get-treatment-button {
    margin-top: 11px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    display: inline-block;
  }

  .am-hero-desc {
    line-height: 27px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-left: 1vw;
    margin-right: 1vw;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .dropdown-toggle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
  }

  .flexbox.aboutshsflex.center {
    flex-direction: column;
  }

  .rb.allconditonsrb, .rb.allconditonsrb.inreverseflex {
    margin-left: 30px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 1.7;
  }

  .image {
    max-width: 120%;
    height: 45px;
  }

  .cta-span {
    font-size: 27px;
  }

  .supercutwrapper {
    column-count: 1;
  }

  .singlesupercut {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }

  .singleadditionalcondition {
    align-items: flex-start;
  }

  .singlevideoinpr {
    margin-bottom: 40.5px;
  }

  .allvideoswrapperinpr {
    column-count: 1;
    flex-direction: column;
  }

  .allprvideos.onleftside {
    width: 100%;
  }

  .empty-state {
    background-color: var(--primarycool1);
    color: var(--azure);
    margin-left: 10px;
  }

  .div-block-8 {
    z-index: 9999;
    background-color: var(--white);
    width: 100%;
    height: 1px;
    margin-top: -6px;
    margin-bottom: 2px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    flex-direction: row;
    height: auto;
    display: flex;
  }

  .hero-msg-blk {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: 20px;
    margin-right: auto;
    display: flex;
  }

  .h1-title {
    font-size: 38px;
    line-height: 46px;
  }

  .h1-title.am-hero-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
  }

  .contact-btn {
    height: 52px;
  }

  .pnohe-numb {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.allconditionssection {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.sectionwithlesspadding-copy {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .overhead-label {
    font-size: 12px;
  }

  .header-description {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
    line-height: 24px;
  }

  .header-description.align-left.spacing-lg {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .header-description.align-left.nopadding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .header-description.align-left.withmoreheight {
    padding-left: 0;
    padding-right: 0;
  }

  .header-description.leftalignedhd.vr2hd, .header-description.leftalignedhd.altlahd {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header-description.header-desalt {
    width: auto;
  }

  .h2-title {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .h2-title.schedule {
    letter-spacing: 0;
  }

  .h2-title.cta-h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .h2-title.ouretosh2 {
    font-size: 24px;
  }

  .h2-title.allconditionstemplatepageh2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .header-block {
    margin-bottom: 60px;
  }

  .header-block.leftalignedhb.vr2hb {
    text-align: center;
    margin-top: 30px;
  }

  .staff-img {
    background-image: linear-gradient(to bottom, null, null);
    height: 300px;
    display: flex;
  }

  .about-staff-block {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .about-staff {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns {
    flex-direction: column;
  }

  .service-art {
    width: 50px;
    height: 50px;
  }

  .learn-more {
    font-size: 16px;
  }

  .testimonial-quote {
    padding-right: 0;
  }

  .testimonial-img {
    width: 45px;
    height: 45px;
    top: 50px;
  }

  .client-name {
    font-size: 16px;
  }

  .top-story-date {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .footer-link {
    margin-bottom: 15px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .quote-text {
    font-size: 14px;
    line-height: 1.5em;
  }

  .logo-block {
    margin-bottom: 10px;
  }

  .footer-address {
    margin-bottom: 15px;
  }

  .alphamed-footer-email {
    margin-bottom: 20px;
  }

  .copyright-block {
    flex-direction: column;
    align-items: center;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .globalh1 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .globalh1.allconditionsh1 {
    font-size: 32px;
    line-height: 39px;
  }

  .hero-desc {
    text-align: center;
    max-width: none;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }

  .news-section {
    margin-top: 60px;
    padding-top: 30px;
  }

  .more-news-thumb {
    height: 190px;
  }

  .more-news-excerpt {
    font-size: 15px;
    line-height: 23px;
  }

  .top-story-title {
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
  }

  .break-desc {
    display: inline;
  }

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

  .service-grid.alt {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-wrapper {
    display: block;
  }

  .navbar-menu-items {
    display: flex;
  }

  .mobile-overlay-nav {
    display: none;
  }

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

  .footer-wrapper {
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .footer-link-col {
    flex: 0 0 50%;
    padding-bottom: 30px;
  }

  .article-image {
    height: 280px;
  }

  .article-wrapper {
    margin-top: 30px;
  }

  .article-meta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .article-header {
    font-size: 32px;
    line-height: 42px;
  }

  .meta-content, .meta-content.meta-first {
    font-size: 14px;
  }

  .article-content {
    padding-top: 20px;
  }

  .article-inner {
    padding-right: 0;
  }

  .more-news-item {
    flex-basis: 48.5%;
    margin-bottom: 50px;
  }

  .top-story-thumb {
    flex-basis: 52%;
  }

  .top-story-item {
    height: 230px;
  }

  .top-story-wrapper {
    flex-basis: 44%;
  }

  .top-story-link {
    margin-bottom: 10px;
  }

  .article-text-block {
    margin-top: 6px;
  }

  .article-text-block h3 {
    font-size: 20px;
  }

  .article-text-block p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .article-text-block ol {
    margin-bottom: 28px;
    padding-left: 35px;
  }

  .article-text-block li {
    margin-bottom: 0;
    font-size: 16px;
  }

  .article-text-block blockquote {
    border-left-width: 4px;
    padding: 5px 15px;
    font-size: 17px;
    line-height: 28px;
  }

  .article-text-block h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .more-news-link {
    margin-bottom: 9px;
  }

  .license-table-asset {
    height: 120px;
  }

  .container {
    justify-content: center;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.hero {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .container.main-cta-container {
    padding: 35px 25px;
  }

  .container.main-cta-container.useswholesection {
    padding-top: 104px;
    padding-bottom: 104px;
  }

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

  .btn-primary {
    font-size: 15px;
  }

  .btn-primary.cta-button {
    padding: 14px 43px;
    font-size: 14px;
  }

  .btn-primary.vr2button.hiddeninmob {
    display: none;
  }

  .btn-primary.vr2button.hiddenindesktop {
    margin-top: 50px;
    display: block;
  }

  .h3-title {
    font-size: 18px;
    line-height: 22px;
  }

  .more-news-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .am-hero-desc {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 15px;
  }

  .flexbox {
    flex-direction: column-reverse;
  }

  .flexbox.qnaflex, .flexbox.reverseflex {
    flex-direction: column;
  }

  .flexbox.allconditionspageflex {
    flex-direction: column;
    margin-bottom: 45px;
  }

  .flexbox.allconditionspageflex.reverseflex {
    flex-direction: column;
  }

  .flexbox.aboutshsflex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .flexbox.aboutshsflex.center {
    flex-direction: column;
    align-items: center;
  }

  .rb {
    width: 80%;
    margin-bottom: 10px;
    margin-right: auto;
  }

  .rb.herorb, .rb.vr2rb {
    margin-right: 0;
  }

  .rb.allconditonsrb {
    text-align: center;
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .rb.allconditonsrb.inreverseflex {
    margin-left: 0;
    margin-right: 0;
  }

  .rb.fullwidthrb {
    width: auto;
  }

  .centeralignedvideowrapper {
    width: 85%;
  }

  .qnawrapper {
    width: auto;
  }

  .question-title {
    font-size: 22px;
  }

  .faq-paragraph {
    max-width: none;
    margin-top: 5px;
    margin-left: 0;
  }

  .qnavideo {
    width: 65%;
    min-width: auto;
    margin-right: auto;
  }

  .image {
    max-width: 100%;
  }

  .div-block-2 {
    top: -74%;
    left: -26%;
  }

  .image-5 {
    width: 70px;
    height: 70px;
    top: -17px;
    right: -18px;
  }

  .image-5.alt {
    left: -17px;
  }

  .image-6 {
    width: 80px;
    height: 80px;
    right: -19px;
  }

  .image-6.alt {
    bottom: -16px;
    left: -19px;
  }

  .lb.vr2lb {
    max-width: none;
    margin-right: 0;
  }

  .cta-span {
    font-size: 20px;
  }

  .image-7.hiddeninmob {
    margin-bottom: -18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .supercutwrapper {
    width: 85%;
    margin-top: -20px;
  }

  .listwrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .singlecolumn {
    width: 45%;
  }

  .image-8 {
    width: 30px;
  }

  .div-block-5 {
    max-width: none;
    margin-top: 30px;
    margin-right: 0;
  }

  .div-block-5.inreverseflex {
    margin-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 45px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .stickylb {
    height: auto;
    margin-bottom: 51px;
    position: static;
  }

  .mb {
    display: none;
  }

  .singlevideoinpr {
    margin-bottom: 30px;
  }

  .allvideoswrapperinpr {
    width: 85%;
    margin-top: -20px;
  }

  .text-block-2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-section {
    flex-direction: column;
    height: auto;
  }

  .hero-msg-blk {
    text-align: center;
    align-items: center;
    max-width: 290px;
  }

  .h1-title {
    font-size: 36px;
    line-height: 42px;
  }

  .h1-title.am-hero-title {
    font-size: 27px;
    line-height: 36px;
  }

  .h1-title.contactpageh1big {
    letter-spacing: 0;
    font-size: 32px;
  }

  .h1-title.contactpageh1big.dc {
    font-size: 28px;
  }

  .h1-title.contactpageh1big.dc.dq {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-title.contactpageh1big.ee {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .contact-btn {
    display: none;
  }

  .section.primary-mint {
    padding-left: 0;
    padding-right: 0;
  }

  .section.allconditionssection {
    padding-top: 120px;
    padding-bottom: 51px;
  }

  .section.contactpagehero.squeeze {
    padding-bottom: 0;
  }

  .section.allvideossectioninpr {
    padding-bottom: 30px;
  }

  .section.sectionwithlesspadding-copy {
    padding-top: 61px;
    padding-bottom: 40px;
  }

  .overhead-label {
    font-size: 12px;
  }

  .header-description {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .header-description.align-left.spacing-lg.centered-in-mobpot {
    text-align: center;
  }

  .header-description.align-left.nopadding.contactmailheader {
    font-size: 14px;
  }

  .header-description.aboutherohd {
    font-size: 18px;
  }

  .header-description.dc {
    line-height: 24px;
  }

  .header-description.dc-header {
    margin-top: 20px;
    font-size: 1em;
  }

  .h2-title {
    letter-spacing: 0;
    font-size: 27px;
    line-height: 34px;
  }

  .h2-title.cta-h2 {
    text-align: center;
    line-height: 33px;
  }

  .h2-title.allconditionsh2 {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-title.ouretosh2 {
    margin-top: 4px;
    font-size: 22px;
  }

  .h2-title.left-align {
    text-align: center;
  }

  .staff-img {
    background-position: 100%;
  }

  .about-staff-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-staff-block.custom-asb {
    text-align: center;
  }

  .service-block.alternative {
    margin-bottom: 0;
  }

  .service-block.alt, .service-block.alt-copy, .service-block.alt-copy-copy {
    width: 100%;
  }

  .service-art {
    width: 45px;
    height: 45px;
  }

  .learn-more.ourmethodologylm {
    font-size: 13px;
  }

  .testimonial-block.hide-block {
    display: flex;
  }

  .top-story-date {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .footer-link {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-title {
    font-size: 17px;
  }

  .logo-block {
    margin-bottom: 0;
  }

  .logo-block.w--current {
    margin-bottom: 20px;
  }

  .footer-address {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .shs-footer-phone {
    font-size: 14px;
  }

  .alphamed-footer-email {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .footer-copyright {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .globalh1 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 31px;
    line-height: 37px;
  }

  .globalh1.heroh1 {
    font-size: 28px;
    line-height: 37px;
  }

  .globalh1.allconditionsh1 {
    font-size: 25px;
    line-height: 33px;
  }

  .secondary-hero-section.azure {
    align-items: center;
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
  }

  .hero-desc {
    text-align: center;
    margin-bottom: 18px;
  }

  .logo {
    object-fit: contain;
    height: 26px;
  }

  .more-news-thumb {
    height: 200px;
  }

  .more-news-excerpt {
    line-height: 24px;
  }

  .top-story-title {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .top-story-excerpt {
    line-height: 24px;
  }

  .service-grid, .service-grid.alt, .service-grid.our-process-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .top-bar.bar-spacing {
    background-color: var(--primarydominantcolor);
    border: 1px #000;
    border-radius: 0;
  }

  .mid-bar.bar-spacing {
    background-color: var(--primarydominantcolor);
    border-radius: 0;
  }

  .btm-bar {
    background-color: var(--primarydominantcolor);
    color: var(--primarydominantcolor);
    border-radius: 0;
  }

  .navbar-wrapper {
    display: block;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .navbar-menu-items {
    display: flex;
  }

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

  .footer-link-col {
    flex: 0 0 100%;
  }

  .article-image {
    height: 200px;
  }

  .article-wrapper {
    margin-top: 20px;
  }

  .more-news-item {
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  .top-story-thumb {
    flex: 0 100%;
    height: 200px;
    margin-bottom: 20px;
  }

  .top-story-item {
    flex-wrap: wrap;
    height: auto;
  }

  .top-story-wrapper {
    flex-basis: auto;
  }

  .news-event-wrapper {
    margin-bottom: 40px;
  }

  .top-story-link {
    margin-bottom: 10px;
  }

  .article-text-block h3 {
    font-size: 18px;
  }

  .article-text-block h2 {
    font-size: 26px;
  }

  .more-news-link {
    margin-bottom: 10px;
  }

  .license-table-header {
    grid-template-columns: 1fr;
  }

  .license-table-header-assets {
    letter-spacing: 0;
    font-size: 24px;
  }

  .license-table-asset {
    height: 180px;
    margin-bottom: 15px;
  }

  .license-table-header-source, .license-table-header-license {
    display: none;
  }

  .license-table-body {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text {
    display: inline;
  }

  .alphamed-license-header.no-padding {
    padding-top: 0;
  }

  .styleguide-divider {
    font-size: 14px;
  }

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

  .container.main-cta-container {
    flex-direction: column;
  }

  .btn-primary {
    font-size: 13px;
  }

  .btn-primary.cta-button {
    margin-top: 21px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 13px;
  }

  .btn-primary.btn-primary-withmargin.big {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25em;
  }

  .btn-primary.get-treatment-button {
    margin-left: -11px;
  }

  .am-hero-desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .flexbox.aboutshsflex.center {
    flex-direction: column;
    align-items: center;
  }

  .rb, .video.allconditionsvideo, .centeralignedvideowrapper {
    width: 100%;
  }

  .question-title {
    flex: 1;
    font-size: 18px;
  }

  .qnavideo {
    width: 100%;
  }

  .image {
    max-width: 80%;
    height: 40px;
    margin-top: 0;
  }

  .slide {
    width: 90%;
    margin-right: 20px;
  }

  .avatarcompany {
    margin-right: 7px;
    font-size: 13px;
  }

  .cards {
    width: 100%;
    padding: 22px;
  }

  .avatarname {
    font-size: 13px;
  }

  .mask {
    width: 90%;
  }

  .image-3 {
    width: 45px;
  }

  .stepnumber {
    font-size: 24px;
  }

  .div-block-3 {
    bottom: -74%;
    right: -37%;
  }

  .image-5 {
    width: 60px;
    height: 60px;
    top: -15px;
    right: -13px;
  }

  .image-5.alt {
    left: -14px;
  }

  .image-6.alt.dotswhite {
    bottom: -16px;
    left: -13px;
  }

  .image-6.dotswhite {
    width: 60px;
    right: -12px;
  }

  .sociallink {
    width: 25px;
    height: 25px;
  }

  .cta-span {
    font-size: 21px;
  }

  .image-7.hiddeninmob {
    width: 120px;
  }

  .supercutwrapper {
    width: 100%;
  }

  .singlesupercut {
    margin-top: 6.5px;
    margin-bottom: 6.5px;
  }

  .listwrapper {
    column-count: 2;
    display: block;
  }

  .singlecolumn {
    width: 40%;
  }

  .div-block-5 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-span-4 {
    letter-spacing: 0;
    font-size: 32px;
    line-height: 1.4;
  }

  .singlevideoinpr {
    margin-bottom: 25px;
  }

  .allvideoswrapperinpr {
    width: 100%;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 11px;
    font-weight: 500;
  }

  .image-12 {
    max-width: 3em;
  }

  .div-block-8 {
    width: 100%;
  }

  .html-embed {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .html-embed.top-space {
    margin-top: 20px;
  }

  .video-2 {
    left: auto;
    right: auto;
  }

  .heading-2, .bold-text-3, .heading-3, .bold-text-4 {
    font-size: 16px;
  }

  .heading-4 {
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 16px;
    font-weight: 600;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .formcontainer.gettreatment {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-a14de3df-1cd7-344b-0471-a584dde604c5-4af64d48, #w-node-_153aeffa-deb3-ef1d-6fcb-2720b25812af-4af64d48, #w-node-_1e87478c-0e1b-ed8d-06e3-ecec08e49620-4af64d48, #w-node-c67d9001-7e80-ea2a-6f69-c18d17fae746-4af64d48, #w-node-_10452b65-0d18-b632-5280-d80039dab5d1-4af64d48, #w-node-_77ac255d-092e-ce68-767a-1f6617cc4c18-4af64d48, #w-node-_73900884-c442-4755-d027-dff85e84a027-4af64d48, #w-node-_0cf9110a-60eb-6db2-4a1e-154c0feabf41-99f64d49, #w-node-de6db489-d328-398a-22d2-75df0eca13eb-27f64d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4154d675-65e7-1a66-7aca-c3f827971e3b-27f64d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e6a94ac3-0183-1d60-6300-92a5d4ee85d0-27f64d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6c72e9f-aff2-7a4f-ebbb-3ee1a1155ebf-27f64d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_383a2d09-0307-5827-bd97-60c91082f664-27f64d4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5633d1d8-2d63-cbd0-3a49-9fb382a4dd68-27f64d4a {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_7ded33b5-d702-824f-57a7-04cb301a29f2-27f64d4a {
  grid-area: Area-3;
  place-self: center end;
}

#w-node-b560266b-332d-9ad0-f95f-153250d0a1b1-27f64d4a {
  grid-area: Area;
  justify-self: end;
}

#w-node-f1c690bf-9bcb-b3a2-152c-746c2d4b8b4b-0ff64d53, #w-node-ccc283fa-df7d-9a5f-a452-cf7d5e1fad80-0ff64d53, #w-node-_5f78f68b-2918-207a-890f-7e891bb42807-0ff64d53, #w-node-_5f78f68b-2918-207a-890f-7e891bb4280b-0ff64d53, #w-node-f72bf249-73a8-e6c5-fa55-a03f451053e1-0ff64d53, #w-node-f72bf249-73a8-e6c5-fa55-a03f451053e5-0ff64d53, #w-node-_32d3faa9-79d7-c644-3333-f0804a51e17a-0ff64d53, #w-node-_32d3faa9-79d7-c644-3333-f0804a51e17e-0ff64d53, #w-node-_89cdf1b4-fe22-2c47-7aa8-661d594d745e-0ff64d53, #w-node-_89cdf1b4-fe22-2c47-7aa8-661d594d7462-0ff64d53 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3e3c3e28-fca5-2318-a343-c9c7eec72e94-3ef64d44, #w-node-_3e3c3e28-fca5-2318-a343-c9c7eec72e9c-3ef64d44, #w-node-_3e3c3e28-fca5-2318-a343-c9c7eec72ea4-3ef64d44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1c690bf-9bcb-b3a2-152c-746c2d4b8b4b-0ff64d53 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ccc283fa-df7d-9a5f-a452-cf7d5e1fad80-0ff64d53 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5f78f68b-2918-207a-890f-7e891bb42807-0ff64d53 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_5f78f68b-2918-207a-890f-7e891bb4280b-0ff64d53 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f72bf249-73a8-e6c5-fa55-a03f451053e1-0ff64d53 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-f72bf249-73a8-e6c5-fa55-a03f451053e5-0ff64d53 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32d3faa9-79d7-c644-3333-f0804a51e17a-0ff64d53 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_32d3faa9-79d7-c644-3333-f0804a51e17e-0ff64d53 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_89cdf1b4-fe22-2c47-7aa8-661d594d745e-0ff64d53 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_89cdf1b4-fe22-2c47-7aa8-661d594d7462-0ff64d53 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
