@charset "UTF-8";
/*
Theme Name: ARTIST STUDY
Version: 1.0.1.3
*/ :root {
  --Main-Blue: #2D69B5;
  --white: #fff;
  --mainBG: #fff;
  --textColor1: #16273B;
  --textColor2: #00285B;
  --lightText: #fff;
  --darkText: #000;
  --linkColor: #1578C5;
  --btnBg: #4169E1;
  --btnColor: #fff;
  --linkHover: #00285B;
  --btnHover: linear-gradient(116deg, #0e1c8d 0%, #00c3ff 100%);
  --btnColorHover: #fff;
  --smallintroColor: #1578C5;
  --ffBody: runda, sans-serif;
  --bodyText: 1.4rem;
  --fwBody: 500;
  --fwHeadings: 400;
  --standardPadding: 30px;
  --basicMax: 1520px;
  --basicPadding: 16px;
  --pgMargin: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --bodyText: 1.6rem;
    --largerText: clamp(1.6rem, 1.1vw, 2rem);
  }
}
/*-----------------------------------*\
  RESET/BASIC
\*-----------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
/* global box-sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--ffBody);
  font-size: var(--bodyText);
  line-height: 1.375;
  color: var(--textColor2);
  font-weight: var(--fwBody);
  background: var(--mainBG);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  letter-spacing: 0;
}
body.page-id-43, body.page-id-45 {
  background: var(--Main-Gradient, linear-gradient(180deg, #E4EBF8 0%, #C4DCF1 100%));
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
.dBreak, .dBreakLg {
  display: none;
}
.dirArrows {
  display: none;
}
strong {
  font-weight: 700;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--linkColor);
  transition: all 0.25s linear;
  text-decoration: none;
}
a:hover {
  color: var(--linkHover);
}
h1, h2, h3, h4, h5 {
  line-height: 1.187;
  font-weight: var(--fwHeadings);
  letter-spacing: normal;
}
h1 {
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
h1.xlarge {
  font-size: 4.8rem;
}
h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.143;
  text-align: center;
  margin-bottom: 1rem;
}
h2.alt {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1rem 0 0.6rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--smallintroColor);
}
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.75em;
}
/* Dashboard */
/*input {
  margin: 1rem 0;
}
table {
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
table, th, td {
  border-collapse: collapse;
}
table td {
  padding: 5px;
  border-bottom: 1px solid #eee
}
table tr:nth-child(odd) {
  background: #fff;
}
table tr:nth-child(even) {
  background: #eee;
}
.leadHeader {
  display: flex;
  justify-content: space-between;
}
.leads {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 16px;
  margin: 20px 0;
}
.leads table {
  margin-top: 40px;
}
.logOut {
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/
/* End Dashboard */
/* AR form */
.containerFormInner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.formLogo {
  display: block;
  width: 9.8rem;
  margin: 2.4rem auto 3.2rem;
}
.formLogo svg {
  width: 9.8rem;
  height: 4rem;
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 0.6rem;
  margin-bottom: 1.5rem;
}
.slick-dots li button {
  background: rgba(0, 61, 138, 0.20);
  font-size: 0;
  border-radius: 360px;
  border: 0;
  width: 8.1rem;
  height: 1rem;
}
/*.slick-dots li button:hover{
	cursor: pointer;
}*/
.slick-dots li button.active, .slick-dots li:first-of-type button {
  background: #00285B;
}
.progressBar p {
  font-size: 1.8rem;
  line-height: 150%;
}
.step > p:first-of-type {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.2rem;
}
.step .note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  margin: 2.4rem 0 0.8rem;
}
.step .noteLabel {
  color: #000;
}
.step ul li {
  list-style: inside square;
}
.choice {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
.name {
  display: flex;
  justify-content: space-between;
  gap: 0 1rem;
}
.name > div {
  width: 50%;
}
.step4 input {
  display: block;
  margin: 0.6rem 0;
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-radius: 360px;
  border: 1px solid #DFDFDF;
  background: #F4F4F4;
  font-size: 1.6rem;
}
.step4 input::placeholder {
  color: rgba(0, 40, 91, 0.5);
  font-weight: 400;
  font-size: 1.6rem;
}
.step4 label {
  display: block;
  margin-top: 1.6rem;
}
/* The container */
.rContainer {
  display: block;
  position: relative;
  padding-top: 6px;
  padding-left: 40px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.rContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #00285B;
}
/* On mouse-over, add a grey background color */
.rContainer:hover input ~ .checkmark {
  background-color: #fff;
}
/* When the radio button is checked, add a blue background */
.rContainer input:checked ~ .checkmark {
  background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.rContainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.rContainer .checkmark:after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00285B;
}
#arForm {
  border-radius: 20px;
  background: var(--White, #FFF);
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
  padding: 2.4rem 1.6rem;
  margin-top: 2.9rem;
}
#submitAR {
  display: none;
}
.formNav {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem 0;
  margin-top: 4rem;
}
.formNav button {
  border-radius: 100px;
  border: 1.333px solid var(--Main-Blue, #2D69B5);
  background: var(--Main-Blue, #2D69B5);
  padding: 1rem 5rem;
  /*width: 100%;*/
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}
.formNav button#cancel, button#prev {
  background: none;
  border: 0;
  color: #000;
}
#prev {
  display: none;
}
/* End AR form */
.topPiece {
  text-align: center;
}
.topPiece h2.alt {
  text-align: center;
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.lottieDim {
  width: 343px;
  height: 340px;
  margin: 0 auto;
}
.lottieDimHero {
  width: 375px;
  height: 281px;
}
.ctaBtn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.52;
  border-radius: 100px;
  border: 1.333px solid var(--Main-Blue, #2D69B5);
  background: var(--Main-Blue, #2D69B5);
  padding: 1rem 2.1rem;
  color: var(--btnColor);
  display: inline-block;
  text-align: center;
  transition: all .25s linear;
}
.ctaBtn:hover {
  background: #fff;
  color: #000;
}
.headerWrapper::before {
  background: linear-gradient(180deg, #D7E5F4 51.88%, #D5E4F5 66.72%, #D5E4F5 71.15%);
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 680px;
}
.headerWrapper .container {
  padding-left: 0;
  padding-right: 0;
}
header {
  margin-bottom: 8rem;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header svg {
  width: 108px;
}
.hero {
  text-align: center;
}
.hero p {
  padding: 1rem 5.7rem 3rem;
  font-size: 1.6rem;
}
.hero .ctaBtn {
  margin-bottom: 6rem;
}
.top {
  margin-top: 3rem;
}
.top p {
  font-size: 1.8rem;
}
.symptoms > div {
  margin-top: 1rem;
}
.doctor > h2 {
  padding: 8rem 3rem;
  font-size: 2.8rem;
}
.doctorInner {
  border-radius: 20px;
  background: linear-gradient(180deg, #E3EBF7 0%, #CDDEF0 62.68%, #E2EAF6 100%);
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
}
.doctorInner {
  display: flex;
  flex-direction: column-reverse;
  padding: 2.1rem 0 3.4rem;
}
.doctorInner > div:first-of-type {
  padding: 1.6rem 1.6rem 0;
}
.doctorInner h2 {
  text-align: left;
  margin-bottom: 1.1rem;
}
.doctorInner p, .survey p {
  font-size: 1.6rem;
}
.doctorInner .ctaBtn {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.treatment h2 {
  margin: 8rem 0;
  line-height: 1.166;
}
.treatment h3 {
  padding-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.388;
}
.treatmentInner > div:last-of-type {
  margin-top: 4rem;
}
.survey {
  border-radius: 20px;
  background: linear-gradient(180deg, #E3EBF7 0%, #CDDEF0 62.68%, #E2EAF6 100%);
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
  margin-top: 8rem;
  padding: 2.1rem 1.6rem 2.4rem;
}
.survey h2 {
  text-align: left;
  margin: 1.6rem 0 1.1rem;
}
.survey .ctaBtn {
  margin-top: 2rem;
  display: block;
}
.trial h2 {
  margin: 8rem 0 5rem;
}
.trial h3 {
  margin: 2rem 0 1.6rem;
}
.trial p {
  font-size: 1.6rem;
}
.trial a {
  display: block;
  margin-top: 3rem;
}
.trialInner > div {
  margin-top: 3rem;
}
.trialInner > div:first-of-type {
  margin-top: 0
}
.arTreatment {
  border-radius: 20px;
  background: linear-gradient(180deg, #2D69B5 0%, #003D8A 100%);
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
  padding: 4.8rem 3.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: -40%;
}
.arTreatment p {
  font-size: 1.6rem;
  margin: 1.6rem 0 2rem;
}
.ctaBtnWhite {
  background: #fff;
  display: block;
  color: #00285B;
}
.ctaBtnWhite:hover {
  background: #2D69B5;
  color: #fff;
}
.refs {
  margin-top: 2rem;
}
.refs p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #00285B;
  font-weight: 400;
}
.footerBg {
  background: var(--Main-Gradient, linear-gradient(180deg, #E4EBF8 0%, #C4DCF1 100%));
  margin-top: 8rem;
}
footer {
  padding-bottom: 1.7rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.2rem;
  font-weight: 400;
}
.footerNav {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  color: #000;
}
ul {
  list-style: none;
}
.footerNav ul {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  margin-bottom: 1.6rem;
}
.footerNav a {
  text-decoration: underline;
  color: #000;
}
.copyTxt {
  margin-top: 3.2rem;
  text-align: center;
  color: #000;
}
.tyText {
  margin: 1.8rem 0 2.4rem;
}
.step .note.sympTxt {
  margin-bottom: 0;
}
.step ul.note {
  margin-top: 0;
}
.disclaimer {
  max-width: 780px;
  width: 100%;
  margin: 4rem auto 0;
  font-size: 1.2rem;
  display: none;
}
.disclaimer ol {
  margin-left: 1rem;
}
.disclaimer ul {
  list-style: outside disc;
  margin-left: 1rem;
}
.disclaimer ol li, .disclaimer ul li {
  margin-top: 0.6rem;
}
.disclaimer h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
.exitJourney {
  background: var(--Main-Gradient, linear-gradient(180deg, #E4EBF8 0%, #C4DCF1 100%));
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8.4vw 0;
  padding: 2.4rem 1.6rem;
}
.exitJourney .msgWrapper {
  border-radius: 2rem;
  background: var(--white, #FFF);
  box-shadow: 0 40px 80px 0 rgba(2, 5, 47, 0.09), 0 0 60px 0 rgba(2, 5, 47, 0.10);
  max-width: 78rem;
  width: 100%;
  padding: 3.33vw;
  margin: 0 2rem;
}
.exitJourney .msgWrapper h2 {
  text-align: left;
  font-weight: 700;
  line-height: 130%;
}
.exitJourney .msgWrapper p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.exitJourney .msgWrapper a {
  text-align: center;
  padding: 1rem 5rem;
  font-size: 1.6rem;
  display: block;
}
.exitJourney #close {
  border-radius: 10rem;
  border: 1.333px solid var(--Main-Blue, #2D69B5);
  background: var(--Main-Blue, #2D69B5);
  margin: 3rem auto 1.6rem;
  color: var(--white);
}
.exitJourney #retake {
  color: var(--darkText);
}
.dynamicSites{
	max-width:768px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 1.6rem;
}
.dynamicSites h2{
	text-align: left;
}
@media only screen and (min-width: 768px) {
  .formNav {
    flex-direction: row;
    gap: 0 2.1rem;
  }
  .slick-dots li button {
    width: 18rem;
  }
  #arForm {
    padding: 6.4rem;
  }
  .dBreak {
    display: block;
  }
  .top .dBreak, .survey p .dBreak {
    display: none;
  }
  .headerWrapper::before {
    height: 640px;
  }
  .top {
    display: flex;
    gap: 0 3.2rem;
  }
  .top > div {
    width: 47%;
  }
  .top > div:last-of-type p:first-of-type {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .symptoms {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 3.2rem;
  }
  .symptoms > div {
    width: 47%;
  }
  .doctorInner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .doctorInner > div {
    width: 47%;
  }
  .doctorInner .ctaBtn {
    display: inline-block;
  }
  .treatment h2 {
    margin-bottom: 1rem;
  }
  .dirArrows {
    display: flex;
    justify-content: center;
  }
  .dirArrows svg {
    width: 27%;
    height: auto;
  }
  .dirArrows svg:first-of-type {
    margin-right: -0.7600%;
  }
  .treatmentInner {
    display: flex;
    justify-content: space-between;
    gap: 0 3.2rem;
    margin-top: 1rem;
  }
  .treatmentInner > div {
    width: 50%;
  }
  .treatmentInner > div:last-of-type {
    margin-top: 0;
  }
  .survey {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .survey > div {
    width: 47%;
  }
  .survey h2 {
    margin: 0 0 1.1rem;
  }
  .survey .ctaBtn {
    display: inline-block;
  }
  .trial {
    text-align: center;
  }
  .trial .ctaBtn {
    display: inline-block;
  }
  .trialInner {
    display: flex;
    justify-content: space-between;
    gap: 0 3.2rem;
    text-align: left;
  }
  .trialInner > div {
    width: 33%;
    margin-top: 0;
  }
  .arTreatment {
    margin-top: -13.25%;
  }
  .arTreatment .ctaBtn {
    display: inline-block;
  }
  .footerNav {
    flex-direction: row;
    justify-content: space-between;
  }
  .exitJourney .msgWrapper {
    margin: 0;
  }
  .exitJourney .msgWrapper a {
    font-size: 2.1rem;
    padding: 1.6rem 5rem;
  }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 4.8rem;
    }
    h2 {
      font-size: 3rem;
      line-height: 1.09;
    }
    h3 {
      font-size: 2.4rem;
      line-height: 1.375;
    }
    h4 {
      font-size: 2.2rem;
      line-height: 1.28;
    }
    .containerFormInner {
      padding: 0;
    }
    .formLogo {
      width: 15.75rem;
      margin: 5rem auto 8rem;
    }
    .formLogo svg {
      width: 15.75rem;
      height: 6.4rem;
    }
    #arForm {
      padding: 6.4rem;
    }
    .slick-dots li button {
      width: 18.6rem;
    }
    .step > p:first-of-type {
      font-size: 4rem;
      margin-bottom: 2.1rem;
    }
    .step .note {
      font-size: 2rem;
      margin: 2.1rem 0 4rem;
    }
    .step .noteLabel {
      font-size: 1.8rem;
      margin: 0 0 1rem;
    }
    .name {
      gap: 0 2rem;
    }
    .step4 label {
      display: block;
      margin-top: 1.6rem;
      font-size: 1.8rem;
    }
    .step4 input {
      padding: 1.6rem;
    }
    .step4 input::placeholder {
      font-size: 1.8rem;
    }
    .rContainer {
      font-size: 1.8rem;
      margin-bottom: 18px;
      padding-top: 8px;
      padding-left: 54px;
    }
    .rContainer .checkmark::after {
      top: 8px;
      left: 8px;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      background: #00285B;
    }
    .checkmark {
      height: 42px;
      width: 42px;
    }
    .formNav {
      flex-direction: row;
      gap: 0 2.1rem;
      margin-top: 3.2rem;
    }
    .formNav button {
      padding: 1.6rem 5rem;
      font-size: 2.1rem;
    }
    .headerWrapper::before {
      height: 740px;
    }
    .lottieDim {
      width: 336px;
      height: 300px;
      margin-left: 0;
    }
    .lottieDimHero {
      width: 72%;
      height: 72%;
      margin: 0 auto;
    }
    .doctorInner {
      gap: 0 10.4rem;
      padding: 0 9.47vw;
    }
    .survey {
      gap: 0 8.7rem;
      padding: 0 9.47vw;
    }
    .trial .ctaBtn {
      margin-top: 6rem;
    }
    .refs {
      margin-top: 3.2rem;
    }
    .copyTxt {
      font-size: 1.6rem;
      margin-top: 13rem;
    }
    .tyText {
      margin: 4rem 0;
    }
  }
  @media only screen and (min-width: 1280px) {
    .top .dBreak, .survey p .dBreak {
      display: block;
    }
    .dBreakLg {
      display: block;
    }
    .headerWrapper::before {
      height: 810px;
    }
    .symptoms .dBreak {
      display: none;
    }
    .symptoms {
      flex-wrap: nowrap;
      justify-content: space-evenly;
      gap: 1rem 0;
    }
    .symptoms > div {
      width: 23%;
    }
    .exitJourney {
      gap: 2rem 0;
    }
    .exitJourney #close {
      margin: 4rem auto 3.2rem;
    }
  }
  @media only screen and (min-width: 1440px) {
    body {
      font-size: 1.6rem;
      line-height: 1.5;
    }
    h1 {
      font-size: 7.2rem;
      line-height: 1.09;
    }
    h2 {
      font-size: 4.4rem;
    }
    h2.alt {
      font-size: 4.4rem;
    }
    h4 {
      font-size: 2.5rem;
    }
    header svg {
      width: 157px;
    }
    .headerWrapper::before {
      height: 110vh;
    }
    header {
      margin-bottom: 10rem;
    }
    .hero p {
      padding: 1.9rem 0 4rem;
      font-size: 2rem;
    }
    .ctaBtn {
      font-size: 2.1rem;
      padding: 1.6rem 3.2rem;
    }
    .lottieDimHero {
      width: 100%;
      height: 100%;
    }
    .top {
      margin-top: 15rem;
    }
    .top > div {
      width: 48%;
    }
    .top > div:last-of-type p:first-of-type {
      font-size: 2.6rem;
    }
    .symptoms {
      display: flex;
      flex-wrap: nowrap;
      gap: 0 2.5rem;
    }
    .symptoms > div {
      width: auto;
    }
    .doctor > h2 {
      padding: 15rem 0;
      font-size: 6rem;
      line-height: 1.15;
    }
    .doctorInner p, .survey p {
      font-size: 1.8rem;
    }
    .doctor .lottieDim {
      width: 520px;
      height: 520px;
    }
    .treatment h2 {
      margin: 15rem 0 1rem;
    }
    .treatmentInner p {
      font-size: 1.8rem;
      line-height: 1.5;
    }
    .trial h2 {
      margin: 15rem 0 6rem;
    }
    .trialInner {
      gap: 0 7.6rem;
    }
    .survey .lottieDim {
      width: 520px;
      height: 520px;
    }
    .survey {
      padding: 0 17.5rem;
    }
    .doctorInner {
      padding: 0 17.5rem;
    }
    .arTreatment {
      width: 1408px;
      padding: 9.2rem 29.9rem 11.6rem;
    }
    .arTreatment p {
      font-size: 1.8rem;
      margin: 2rem 0 3rem;
    }
    .refs {
      margin-top: 6rem;
    }
    footer {
      padding-bottom: 4rem;
      font-size: 1.6rem;
    }
    .footerNav {
      margin-top: 4.4rem;
    }
    .exitJourney .msgWrapper h2 {
      font-size: 4rem;
    }
    .exitJourney .msgWrapper p {
      font-size: 2rem;
    }
  }
  @media only screen and (min-width: 1540px) {
    .container {
      padding: 0;
    }
    .headerWrapper::before {
      height: 114rem;
    }
    header {
      margin-bottom: 10rem;
      padding: 5rem 0 0;
    }
    .symptoms {
      gap: 0 3.2rem;
    }
    .arTreatment {
      width: 1440px;
    }
    .arTreatment {
      margin-top: -17.25%;
    }
  }