@font-face {
  font-family: Icons Doctor Template;
  src: url('../fonts/icons-doctor-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #00253a;
  --neutral-800: #042622;
  --steel-blue: #0087d5;
  --secondary-1: #eea676;
  --primary-1: #036c5f;
  --neutral-200: #fbf7f3;
  --dark-slate-blue: #003b5d;
  --neutral-100: white;
  --neutral-300: #e1e9e8;
  --neutral-500: #90a19f;
  --transparent: #fff0;
  --silver: #b9b9b9;
  --dizzydoctor-blue: #37a4b0;
  --neutral-600: #5d7471;
  --neutral-400: #b6bfbe;
  --sky-blue: #45d7ff;
  --secondary-4: #deeeec;
  --secondary-2: #f9ede6;
  --ultra-dark-blue: #001520;
  --transparent-dark-slate-blue: #003b5d99;
  --transparent-black: #000c;
  --translucent: #fff9;
  --primary-2: #f66688;
  --secondary-3: #144741;
  --neutral-700: #304f4b;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--midnight-blue);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.667em;
}

h1 {
  color: var(--midnight-blue);
  letter-spacing: .01em;
  margin-top: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.059em;
}

h2 {
  color: var(--midnight-blue);
  letter-spacing: .01em;
  margin-top: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.158em;
}

h3 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.154em;
}

h4 {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375em;
}

p {
  margin-bottom: 1rem;
  line-height: 2.3rem;
}

a {
  color: var(--steel-blue);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

a:hover {
  color: var(--secondary-1);
}

ul, ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .75rem;
}

label {
  color: var(--primary-1);
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125em;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-bottom: .3125rem solid var(--primary-1);
  color: var(--primary-1);
  background-color: #deeeec4d;
  border-left: 0 solid #000;
  margin-bottom: .625rem;
  padding: 6rem 2.625rem 6.1875rem;
  font-size: 1.125rem;
  line-height: 1.667em;
}

figure {
  margin-bottom: .625rem;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
}

.color-primary-1 {
  color: var(--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.container-default {
  max-width: 79.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-default.plan {
  margin-bottom: 7.1875rem;
}

.container-default.header {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 80rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
  position: static;
}

.button-primary {
  background-color: var(--dark-slate-blue);
  color: var(--neutral-100);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  border-radius: 62.5rem;
  padding: 1.375rem 2.5rem;
  font-size: 1rem;
  line-height: 1.125em;
  transition: color .35s, background-color .35s;
}

.button-primary:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.checkout {
  margin-top: .9375rem;
  margin-bottom: 0;
}

.button-primary.bg-secondary-1 {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  transition: color .35s, background-color .35s;
}

.button-primary.bg-secondary-1:hover {
  background-color: var(--secondary-1);
  color: #fff;
}

.button-primary.bg-secondary-1.cta {
  margin-bottom: 1.25rem;
  margin-right: 1.625rem;
}

.button-primary.bg-secondary-1.blog-newsletter {
  position: absolute;
  right: .25rem;
}

.button-primary.bg-secondary-1._404 {
  margin-right: 1.625rem;
}

.button-primary.plan-book {
  margin-top: .625rem;
}

.button-primary.add-to-cart {
  display: block;
}

.button-secondary {
  border: .0625rem solid var(--neutral-300);
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  border-radius: 62.5rem;
  padding: 1.375rem 2.5rem;
  font-size: 1rem;
  line-height: 1.125em;
  transition: border-color .35s, color .35s;
}

.button-secondary:hover {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.button-secondary.discounts {
  border-width: .0625rem;
  border-color: var(--neutral-500);
  flex: 0 auto;
  height: auto;
  margin-left: 0;
  padding-bottom: .9375rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-secondary.light {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
  background-color: #0000;
  transition: color .35s, border-color .35s;
}

.button-secondary.light:hover {
  border-color: var(--secondary-1);
  color: var(--secondary-1);
}

.button-secondary.buy-now {
  background-color: var(--neutral-100);
  margin-top: 1.0625rem;
  display: block;
}

.header {
  z-index: 10;
  background-color: var(--midnight-blue);
  position: sticky;
  inset: 0% 0% 0;
}

.header-logo {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
  margin-right: .25rem;
}

.header-navigation {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-navigation.footer {
  flex: 1;
  order: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 75%;
  padding-top: 0;
  padding-bottom: 0;
}

.header-navigation.footer.lower {
  flex-direction: row;
  justify-content: space-around;
  display: none;
}

.nav-item-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-item-wrapper.right {
  margin-right: 0;
}

.nav-link {
  border-bottom: .2rem solid var(--transparent);
  color: var(--neutral-100);
  text-align: left;
  text-transform: uppercase;
  white-space: pre;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--secondary-1);
}

.nav-link.w--open {
  border-bottom: .2rem solid var(--secondary-1);
}

.nav-link.dropdown {
  justify-content: center;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 2em;
}

.nav-link.dropdown {
  color: var(--dark-slate-blue);
  text-transform: none;
  white-space: normal;
}

.nav-link.dropdown:hover {
  color: var(--secondary-1);
}

.nav-link.large-style {
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
}

.nav-link.dd {
  color: var(--transparent);
  background-image: url('../images/dizzy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link.block {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.footer {
  background-color: var(--midnight-blue);
}

.footer-grid {
  grid-template: ". Area"
  / auto .25fr .75fr;
  justify-content: space-between;
}

.pg {
  background-color: var(--dark-slate-blue);
  display: block;
}

.return-nav {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-slate-blue);
  justify-content: space-around;
  align-items: center;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.return-nav.checkout-hero {
  background-color: var(--primary-1);
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
  overflow: hidden;
}

.return-nav.bg-neutral-200 {
  background-color: var(--dark-slate-blue);
}

.return-nav.cta {
  background-color: var(--midnight-blue);
  position: relative;
  overflow: hidden;
}

.return-nav.blog-newsletter {
  background-color: var(--primary-1);
  background-image: url('../images/bg-newsletter-doctor-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8.375rem;
  padding-bottom: 8.5rem;
}

.return-nav.plan {
  padding-top: 6.25rem;
  position: relative;
}

.return-nav.plans-category {
  padding-top: 6.25rem;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  background-color: var(--neutral-200);
  justify-content: center;
  align-items: center;
  min-height: 40rem;
  padding: 3.75rem 1.5rem;
  display: flex;
}

.utility-page-wrap._404 {
  min-height: 50rem;
  position: relative;
}

.utility-page-content-password {
  border: .0625rem solid var(--neutral-300);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 36.25rem;
  padding: 4.5rem 3.125rem;
  display: flex;
}

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

.input {
  border: .0625rem solid var(--neutral-300);
  height: 3.75rem;
  color: var(--primary-1);
  letter-spacing: .07em;
  text-transform: uppercase;
  border-radius: 6.25rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  line-height: 1.125em;
  transition: border-width .35s, border-color .35s, color .35s;
  box-shadow: 0 1px .375rem #0426220a;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus, .input.-wfp-focus {
  border-width: .125rem;
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.input::placeholder {
  color: var(--neutral-600);
  font-size: 1rem;
}

.input.password {
  margin-bottom: 1.25rem;
}

.input.checkout {
  background-color: var(--neutral-100);
  height: 3.125rem;
  margin-bottom: 1rem;
}

.input.discounts {
  background-color: var(--neutral-100);
  border-width: .0625rem;
  flex: 0 auto;
  height: 2.875rem;
  margin-bottom: 1rem;
}

.input.blog-newsletter {
  height: 4.375rem;
  padding-right: 12.1875rem;
}

.utility-page-content-404 {
  z-index: 1;
  text-align: center;
  position: relative;
}

._404-title {
  color: var(--neutral-100);
  margin-bottom: -.625rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 11.25rem;
  font-weight: 700;
  line-height: 10rem;
}

.divider {
  background-color: var(--neutral-300);
  opacity: .3;
  width: 100%;
  height: .0625rem;
}

.divider.footer-divider-1 {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  border: .125rem solid #fff;
  border-radius: 0;
  width: 100%;
  margin: 0 auto 1.5625rem;
  font-size: 1.375rem;
  line-height: 2em;
}

.divider.footer-divider-1.dark {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
}

.divider.footer-divider-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.divider.card-plan {
  background-color: var(--neutral-400);
  opacity: 1;
  margin-top: 1.9375rem;
  margin-bottom: 2.625rem;
}

.divider.get-plan {
  background-color: var(--neutral-400);
  opacity: 1;
  margin-top: 2.5rem;
  margin-bottom: 2.8125rem;
}

.paragraph.password {
  margin-bottom: 2.5rem;
}

.paragraph._404 {
  max-width: 24.75rem;
  color: var(--neutral-100);
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.paragraph.home-about {
  color: var(--dark-slate-blue);
  text-align: justify;
  margin-bottom: 2.5rem;
}

.paragraph.card-testimonial {
  margin-bottom: 1.75rem;
}

.paragraph.plan-description {
  color: var(--neutral-100);
  margin-bottom: 1.9375rem;
}

.paragraph.checkout-hero {
  max-width: 29.75rem;
}

.paragraph-small {
  font-size: .9375rem;
  line-height: 1.6em;
}

.paragraph-small.footer-top-content {
  max-width: 30.4375rem;
  color: var(--neutral-200);
  order: -1;
}

.paragraph-small.footer-address {
  max-width: 13.625rem;
  color: var(--secondary-1);
  margin-bottom: 1.5625rem;
  font-weight: 700;
}

.card {
  background-color: var(--neutral-100);
  position: relative;
  overflow: visible;
}

.card.checkout {
  background-color: var(--neutral-200);
  margin-bottom: 2.5rem;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.testimonial {
  border-bottom: .3125rem solid var(--primary-1);
  padding: 4.0625rem 2.0625rem 3.75rem 1.8125rem;
}

.card.service {
  border: .0625rem solid var(--neutral-300);
  height: 100%;
  color: var(--neutral-600);
  text-align: center;
  border-radius: .625rem;
  margin-bottom: -.625rem;
  padding: 3rem 1.875rem 3.5rem;
  text-decoration: none;
}

.card.service:hover {
  color: var(--neutral-600);
}

.card.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.card.bg-neutral-200.value {
  background-color: #00253a00;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 .625rem .625rem;
}

.card.bg-neutral-200.plan {
  transform-style: preserve-3d;
  transition: transform .35s;
}

.card.bg-neutral-200.plan:hover {
  transform: translate3d(0, -.5rem, .000625rem);
}

.card.bg-neutral-200.get-plan {
  min-height: 35.625rem;
}

.card.bg-neutral-200.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  margin-bottom: 1.25rem;
  padding: 2.5rem 2rem 2.625rem;
  transition: transform .35s;
}

.card.bg-neutral-200.faq:hover {
  transform: scale3d(.96, .96, 1.01);
}

.card.bg-neutral-200.default {
  border-width: 0;
}

.card.value {
  background-color: var(--neutral-200);
  align-items: flex-start;
  padding: 3rem 2.5rem;
  display: flex;
}

.card.about-service {
  border: .0625rem solid var(--neutral-300);
  color: var(--neutral-600);
  text-align: center;
  margin-bottom: -.625rem;
  padding: 3rem 1.875rem 3.5rem;
  text-decoration: none;
}

.card.about-service:hover {
  color: var(--neutral-600);
}

.card.plan {
  background-color: var(--neutral-200);
  padding: 3.25rem 1.75rem 3.0625rem;
}

.card.get-plan {
  z-index: 1;
  background-color: var(--neutral-200);
  padding: 4.125rem 3rem;
  position: relative;
}

.card.default {
  border: .0625rem solid var(--neutral-300);
  padding: 3.75rem 2.5rem;
}

.checkout-form {
  background-color: var(--neutral-100);
  padding: 5rem 0 11.25rem;
}

.checkout-block-header {
  background-color: #0000;
  border-width: 0;
  flex-wrap: wrap;
  padding: 1.875rem 2.5rem 1.25rem;
}

.checkout-block-content {
  background-color: #0000;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: .625rem 2.5rem 2.5rem;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item {
  color: var(--primary-1);
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item:hover {
  color: var(--secondary-1);
}

.title.checkout-hero {
  color: var(--neutral-100);
}

.title.cta {
  max-width: 32.5rem;
  color: var(--neutral-100);
  margin-bottom: .875rem;
}

.title.testimonials {
  margin-bottom: 0;
}

.title.card-testimonial {
  color: var(--primary-1);
  margin-bottom: 1.3125rem;
}

.title.card-testimonial-about-name {
  margin-bottom: 0;
}

.title.footer-title {
  color: var(--neutral-200);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  text-decoration: underline;
}

.title.card-value {
  color: var(--neutral-100);
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1.125rem;
}

.title.card-value.doc {
  color: var(--neutral-100);
  font-size: 1.875rem;
}

.title.blog-newsletter {
  max-width: 40%;
  color: var(--neutral-100);
  margin-bottom: 0;
  margin-right: 2.5rem;
}

.title.card-plan {
  letter-spacing: .02em;
  margin-bottom: .5rem;
  font-size: 1.625rem;
  line-height: 1.154em;
}

.title.get-plan {
  letter-spacing: .02em;
  margin-bottom: 0;
  margin-right: .375rem;
  font-size: 1.625rem;
  line-height: 1.154em;
}

.title.plan {
  color: var(--neutral-100);
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 4.25rem;
  line-height: 1.059em;
}

.title.plan-about {
  margin-bottom: 0;
  margin-right: .5rem;
}

.title._404 {
  color: var(--secondary-1);
}

.title.category {
  color: var(--neutral-100);
  margin-bottom: 0;
  margin-right: .9375rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 4.25rem;
  line-height: 1.059em;
}

.brand-wrapper {
  padding: .5rem;
}

.brand-wrapper.checkout-left, .brand-wrapper.checkout-right {
  flex-grow: 1;
}

.brand-wrapper.header-right, .brand-wrapper.header-left {
  align-items: center;
}

.brand-wrapper.split-content_image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.brand-wrapper.split-content_image.l {
  max-width: 48%;
}

.brand-wrapper.split-content_image.bottom {
  display: none;
}

.brand-wrapper.split-content_text {
  max-width: 50%;
}

.brand-wrapper.cta-left {
  z-index: 1;
  max-width: 48%;
  position: relative;
}

.brand-wrapper.testimonials-left {
  max-width: 37.375rem;
  margin-right: 2.5rem;
}

.brand-wrapper.testimonials-right {
  max-width: 38%;
}

.brand-wrapper.plan-left {
  z-index: 1;
  max-width: 36.0625rem;
  margin-right: 2.5rem;
  position: relative;
}

.brand-wrapper.plan-right {
  max-width: 32.5rem;
  display: flex;
  position: relative;
}

.brand-wrapper.flex-center {
  justify-content: center;
  align-items: center;
}

.checkout-field-label {
  margin-top: .9375rem;
  margin-bottom: .625rem;
}

.checkout-required-text {
  color: var(--primary-1);
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: .625rem;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -2.5rem;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.home-about {
  z-index: 1;
  position: relative;
}

.image-wrapper.cta {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.image-wrapper._404 {
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.image.cta {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.card-testimonial-about {
  border-radius: 62.5rem;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  margin-right: 1.1875rem;
}

.image.card-value-icon {
  border-radius: 62.5rem;
  width: 18.75rem;
  margin-right: 0;
}

.image.card-value-icon.doc {
  width: 25rem;
}

.image.card-plan-feature-icon {
  margin-right: .5625rem;
}

.image.bg-plans {
  width: 37%;
  position: absolute;
  bottom: 0;
  left: -4.125rem;
}

.image.plan-feature-icon {
  margin-right: .5625rem;
}

.image.bg-plan {
  position: absolute;
  left: -8.5rem;
}

.image._404 {
  object-fit: cover;
  width: 100%;
}

.order-item-wrapper {
  flex-wrap: wrap;
  margin-right: 1rem;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 500;
}

.apple-pay {
  border-radius: 62.5rem;
  height: 3.5rem;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-800);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 1.25rem;
}

.discounts {
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: .9375rem;
}

.checkout-hero-wrapper {
  z-index: 1;
  max-width: 42.5rem;
  color: var(--neutral-100);
  position: relative;
}

.header-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  padding-right: 1rem;
  display: flex;
}

.brand {
  color: var(--neutral-100);
  flex-flow: row;
  flex: none;
  order: -1;
  justify-content: center;
  align-items: stretch;
}

.brand:hover {
  color: var(--neutral-100);
}

.brand.w--current {
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
}

.bg {
  position: absolute;
}

.bg.home-about-left-1 {
  background-color: var(--secondary-1);
  width: 82%;
  height: 86%;
  top: -1.875rem;
  left: -1.875rem;
}

.bg.home-about-left-2 {
  max-width: 35.4375rem;
  inset: 0% 0% 0% -19%;
}

.bg.cta {
  object-fit: cover;
  max-width: 50%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg.plans {
  background-color: var(--primary-1);
  height: 35.9375rem;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg.plan {
  background-color: var(--primary-1);
  height: 39.375rem;
  top: 0;
  left: 0;
  right: 0;
}

.bg.checkout {
  top: 2.125rem;
  right: 0;
}

.alt-subtitle {
  color: var(--dark-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 1.125em;
}

.alt-subtitle.color-primary-1 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 1.5625rem;
}

.alt-subtitle.plan {
  margin-bottom: 0;
  margin-right: .375rem;
}

.alt-subtitle.color-primary-2 {
  text-align: center;
  margin-bottom: 2rem;
}

.alt-subtitle.alt {
  color: var(--steel-blue);
}

.alt-subtitle.text-color-secondary {
  color: var(--sky-blue);
}

.alt-subtitle.text-style-sub {
  color: var(--sky-blue);
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-style: italic;
}

.flex-h-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.top-content.testimonials {
  margin-bottom: 2.5rem;
}

.top-content.footer-top-content {
  justify-content: space-between;
  align-items: center;
}

.top-content.service {
  flex-direction: column;
  align-self: center;
  margin-bottom: 2.5rem;
  display: block;
}

._2-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter {
  opacity: .57;
  background-color: #071312;
  position: absolute;
  inset: 0%;
}

.testimonials-grid {
  grid-column-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
}

.card-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  margin-top: 1.5625rem;
  display: flex;
}

.blog-article-item-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.footer-nav-content {
  display: flex;
}

.footer-nav-links {
  margin-bottom: 0;
  margin-right: 2.5rem;
  padding-left: 0;
}

.footer-nav-links.last {
  margin-right: 0;
}

.footer-nav-link-item {
  color: var(--neutral-100);
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

.footer-nav-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-box {
  margin-right: 2.8125rem;
}

.footer-nav-box.last {
  margin-right: 0;
}

.footer-nav-link {
  color: var(--neutral-100);
  white-space: nowrap;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.footer-nav-link.w--current {
  color: var(--steel-blue);
}

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

.blog-newsletter-form-block {
  flex: 1;
  max-width: 37.375rem;
  margin-bottom: 0;
}

.blog-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.rich-text {
  color: var(--midnight-blue);
  white-space: normal;
  margin-top: -1rem;
  margin-bottom: 1.5625rem;
  padding-top: 0;
  line-height: 1.5em;
}

.rich-text h2 {
  margin-bottom: 1.375rem;
}

.rich-text p {
  margin-bottom: 1.875rem;
}

.rich-text ul {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.rich-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.375rem;
}

.rich-text figure {
  margin-top: 3.125rem;
  margin-bottom: 2.0625rem;
}

.rich-text h4, .rich-text h5 {
  margin-top: 2.5rem;
}

.rich-text ol {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.rich-text blockquote {
  margin-top: 4rem;
  margin-bottom: 3.875rem;
}

.container-medium-942px {
  max-width: 58.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-medium-942px.plans-category {
  z-index: 1;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}

.card-plan-price-wrapper {
  align-items: flex-end;
  margin-bottom: .8125rem;
  display: flex;
}

.card-plan-price {
  color: var(--neutral-800);
  letter-spacing: .01em;
  margin-right: .375rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 2.375rem;
  line-height: 1.158em;
}

.card-plan-features-grid {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.1875rem;
}

.card-plan-feature-wrapper {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.plan-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.container-medium-835px {
  max-width: 52.1875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.plan-title-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.3125rem;
}

.plan-features-grid {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.plan-feature-wrapper {
  color: var(--neutral-100);
  align-items: center;
  font-weight: 500;
  line-height: 1.111em;
  display: flex;
}

.plan-subtitle-wrapper {
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.get-plan-field-label {
  color: var(--neutral-800);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: .75rem;
}

.plan-about-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 1.125rem;
  display: flex;
}

.get-plan-price-wrapper {
  align-items: flex-end;
  margin-top: 1.75rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.get-plan-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.select-wrapper {
  border: .0625rem solid var(--neutral-300);
  background-color: var(--neutral-100);
  border-radius: 6.25rem;
  height: 3.75rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition: border-width .35s, border-color .35s;
  box-shadow: 0 1px .375rem #0426220a;
}

.select-wrapper:hover {
  border-color: var(--primary-1);
}

.select-wrapper:focus {
  border-width: .125rem;
  border-color: var(--primary-1);
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
  font-size: 1rem;
}

.select-wrapper.checkout {
  height: 3.125rem;
  margin-bottom: 1rem;
}

.select {
  height: 3.75rem;
  color: var(--neutral-600);
  letter-spacing: .07em;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.125em;
  transition: color .35s;
}

.select:focus {
  color: var(--primary-1);
}

.select::placeholder {
  color: var(--neutral-600);
  font-size: 1rem;
}

.select.checkout {
  height: 3.125rem;
  margin-bottom: 1rem;
}

.get-plan-price {
  color: var(--primary-1);
  margin-right: 1rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 2.375rem;
  line-height: 1.053em;
}

.get-plan-compare-price {
  margin-bottom: .3125rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.625rem;
  line-height: 1.077em;
  text-decoration: line-through;
}

.get-plan-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: .6875rem;
  display: flex;
}

.plans-category-grid {
  z-index: 1;
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.plans-category {
  justify-content: center;
}

.order-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.checkout-line-item-text {
  margin-right: .625rem;
}

.empty-state {
  z-index: 1;
  border: .0625rem solid var(--neutral-300);
  background-color: var(--neutral-100);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 3.75rem 1.25rem;
  font-weight: 500;
  position: relative;
}

.empty-state.small {
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}

.success-message {
  background-color: var(--secondary-4);
  color: var(--primary-1);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  align-self: stretch;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.error-message {
  color: #ff3363;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ffe5e5;
  align-self: stretch;
  margin-top: 1.25rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}

.loader-wrapper {
  z-index: 2147483647;
  background-color: var(--dark-slate-blue);
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader {
  background-color: var(--steel-blue);
  height: .25rem;
  position: absolute;
  left: 0;
  right: 0;
}

.image-solid-cover {
  background-color: var(--secondary-1);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.mainlogo {
  font-weight: 700;
  display: block;
}

.sublogo {
  font-weight: 300;
  display: block;
}

.logotext {
  color: var(--neutral-100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  line-height: 1.4375rem;
  display: flex;
}

.div-block {
  margin-top: 0;
}

.provdesc {
  color: var(--neutral-100);
  text-align: center;
  object-fit: fill;
  display: none;
  overflow: visible;
}

.heading-91 {
  color: var(--steel-blue);
}

.pa-image {
  float: right;
  width: 25rem;
  height: 25rem;
  position: relative;
}

.section-heading {
  color: var(--neutral-100);
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.section-heading.dark {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-size: 2.5rem;
}

.pa-paragraph {
  float: none;
  clear: none;
  white-space: pre-wrap;
  min-height: 30rem;
}

.body-2 {
  background-color: var(--midnight-blue);
}

.field-label, .heading-95 {
  color: var(--neutral-100);
}

.checkbox-label, .link-block-2, .link-block-3 {
  color: var(--neutral-400);
}

.link-block-4 {
  color: var(--steel-blue);
}

.box {
  background-color: var(--neutral-200);
  border: .3125rem solid #00253a1c;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  width: 43.75rem;
  height: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5625rem;
  display: flex;
  position: relative;
}

.div-block-5 {
  background-image: url('../images/silver-close-button-png-15.webp');
  background-position: 0 0;
  background-size: cover;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  inset: 1.5625rem 1.5625rem auto auto;
}

.heading-97 {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 3.5rem;
}

.paragraph-7 {
  width: auto;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.6em;
}

.paragraph-7.b {
  margin-left: .625rem;
  font-family: Lato, sans-serif;
}

.link-block-5 {
  filter: hue-rotate(323deg);
  cursor: pointer;
  background-image: url('../images/1462453_1.webp');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
  inset: auto;
}

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

.div-block-7 {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: center;
  display: flex;
}

.phone-block-footer {
  background-color: var(--secondary-1);
  width: 8.125rem;
  height: 2.5rem;
  color: var(--neutral-100);
  border-radius: .6875rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.phone-block-footer:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
  transform: translate(0, -.3125rem);
}

.text-block-23 {
  color: var(--neutral-100);
}

.profile-image {
  border: .0625rem #000;
  max-width: 80%;
}

.pa-heading {
  color: var(--dark-slate-blue);
  font-size: 2.25rem;
}

.pa-heading.underline {
  border-bottom: .2rem solid var(--secondary-1);
  padding-bottom: .5rem;
}

.footer-text {
  color: var(--neutral-100);
  text-transform: uppercase;
  margin-right: .625rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.footer-text.color-alt {
  color: var(--secondary-1);
}

.image-float-r {
  float: right;
  clear: left;
  width: 30%;
  max-width: 40%;
  margin: 25px;
  display: block;
  position: relative;
}

.button-3 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: .25rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding: .5625rem 1.5625rem;
  line-height: 1.375rem;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-3.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-3.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px .3125rem #0000001a;
}

.button-3.default-button.card-cta {
  z-index: 2;
  opacity: 0;
  color: var(--neutral-100);
  background-color: #003b5d00;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-3.default-button.card-cta:hover {
  box-shadow: none;
}

.card-headline {
  margin-top: .625rem;
}

.card-headline.dark-card-headline {
  color: #333;
}

.card-headline.dark-card-headline._6col-card {
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  position: relative;
}

.card-text {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.card-text.sub {
  z-index: 2;
  color: #3336;
  font-size: 1rem;
  font-weight: 400;
}

.testing-card {
  background-color: var(--neutral-100);
  border-radius: 1rem;
  height: 15rem;
  padding: .5rem 1rem;
  transition: box-shadow .4s;
  position: relative;
}

.testing-card.card3-content {
  float: none;
  clear: none;
  background-color: var(--neutral-100);
  background-image: none;
  border: .125rem solid #0000000f;
  border-radius: 1rem;
  width: auto;
  height: 15.625rem;
  padding-top: .625rem;
  padding-left: .9375rem;
  overflow: hidden;
}

.testing-image {
  opacity: 1;
  height: 80%;
  position: absolute;
  inset: auto 3% 3% auto;
  overflow: hidden;
}

.collection-list-wrapper {
  display: none;
}

.text-block-25 {
  color: #fff;
  order: -1;
  margin-left: 0;
  font-size: .9375rem;
}

.bottom-footer-nav {
  justify-content: center;
  align-items: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.lowfooternav {
  color: #fff;
  margin-left: 1.875rem;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
}

.fs-globe-container {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  position: static;
  inset: 0 0% 0%;
}

.fs-globe-container:hover, .fs-globe-container:active, .fs-globe-container:focus {
  border: 0 solid #000;
}

.fs-globe-container.full-page-globe-container {
  flex: none;
  width: 80%;
  max-width: 100%;
  max-height: 100%;
  position: static;
}

.wg-switcher {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.wg-switcher:hover {
  background-color: #0000;
}

.wg-element-wrapper {
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.wg-element-wrapper.sw5 {
  z-index: 999;
  position: relative;
  top: 17%;
  transform: none;
}

.wg-dropdown {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: 3.375rem;
  font-weight: 700;
}

._w-dropdown-toggle {
  z-index: 1;
  color: #3d28d6;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  padding: .625rem .9375rem;
}

._w-dropdown-toggle:hover {
  color: #fff;
  background-color: #a174c9;
}

.wg-dd-1-list {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 -13px 3.125rem .1875rem #11179c12;
}

.wg-dropdown-1-link {
  color: #3d28d6;
  background-color: #fff;
  padding: .625rem .9375rem;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #a174c9;
}

.wg-code {
  display: none;
}

.fs-globe-pin {
  filter: brightness(160%) saturate(78%) hue-rotate(-48deg);
  background-color: #0000;
  border: .0625rem solid #eb7500;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 1.5625rem;
  display: flex;
}

.fs-globe-pin.pin-variation-1 {
  opacity: .8;
  filter: none;
  border-style: none;
  border-color: #ffffffe3;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 7.8125rem;
  height: auto;
  margin-top: 6.25rem;
  transition: all .2s;
  display: flex;
}

.fs-globe-pin.pin-variation-1:hover {
  opacity: 1;
}

.hidden-content {
  display: none;
}

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

.container-9 {
  max-width: 71.25rem;
}

.bodyheading {
  width: auto;
  color: var(--neutral-100);
  text-align: left;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  margin-left: .9375rem;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.destinationparagraph {
  color: var(--silver);
  text-align: left;
  margin-bottom: 1.875rem;
  font-size: 1.1em;
  display: block;
}

.textwrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.destinations {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heroheader {
  color: var(--neutral-100);
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.globecolumn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.infocolumn {
  padding: 1.5625rem;
}

.destination-wrapper {
  border-style: none none solid;
  border-width: .0625rem;
  border-color: black black var(--sky-blue);
  padding-top: 15vh;
}

.lottie-animation {
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.collection_item_resource {
  background-color: var(--secondary-2);
  border-radius: .625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.resource-button {
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: .625rem;
  justify-content: center;
  font-size: .75rem;
  display: block;
}

.collection_list_resource {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hflex {
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.5625rem;
  display: flex;
}

.flag-icon {
  width: 3.125rem;
  display: block;
}

.fs-globe-tooltip {
  text-align: left;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 10.625rem;
  height: auto;
  margin-top: .625rem;
  padding: .625rem;
  font-size: 1rem;
  display: none;
  position: relative;
}

.tooltip-arrow-top {
  background-color: #fff;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -.375rem 0% auto;
  transform: rotate(45deg);
}

.tooltip-title {
  color: #5334df;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 700;
  display: none;
}

.tooltip-description {
  color: #6044db;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  display: none;
}

.globe-flag {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

.globe-pin-container {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-7 {
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  overflow: hidden;
}

.main-wrapper.background-color-dark {
  background-color: var(--ultra-dark-blue);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_information {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.accent_line {
  background-color: var(--silver);
  height: .1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section_home-header {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.main-button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.main-button:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
}

.main-button.small-style {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .2rem 1rem;
}

.main-button.alt-style {
  background-color: var(--sky-blue);
  color: var(--dark-slate-blue);
}

.main-button.alt-style:hover {
  background-color: var(--secondary-1);
  color: var(--neutral-100);
}

.main-button.alt {
  background-color: var(--midnight-blue);
  border: .15rem solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.section_dizzydoctor-innovations {
  background-color: var(--midnight-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero_heading {
  color: var(--neutral-100);
  font-size: 2.7rem;
}

.hero_heading.text-color_dark-blue {
  color: var(--midnight-blue);
  margin-bottom: .75rem;
}

.hero_heading.text-size-larger {
  font-size: 5rem;
}

.hero_paragraph {
  color: var(--neutral-100);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.hero_paragraph.text-color_dark-blue {
  color: var(--midnight-blue);
}

.hero_subheading {
  color: var(--neutral-100);
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.hero_subheading.text-style-allcaps {
  font-weight: 700;
}

.hero_subheading.text-style-allcaps.text-color_light-blue {
  color: var(--sky-blue);
  margin-bottom: .9375rem;
  font-family: DM Sans, sans-serif;
}

.spacer-medium {
  height: 5rem;
}

.image-67 {
  margin-bottom: .9375rem;
}

.content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xsmall {
  height: 1rem;
}

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

.section_content {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
}

.content_paragraph {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  position: relative;
}

.content_paragraph.text-color-darkblue {
  color: var(--midnight-blue);
}

.content_paragraph.text-size-larger {
  font-size: 2rem;
}

.content-subheading {
  color: var(--neutral-100);
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.content-subheading.text-style-darkblue {
  color: var(--midnight-blue);
  font-family: DM Serif Display, sans-serif;
  font-size: 1.7rem;
}

.quick-stack {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding: 1rem;
}

.quick-stack-2 {
  padding: 0;
}

.grid_dizzydoctor-inthemedia {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contentsubheading {
  color: var(--steel-blue);
  margin-bottom: .25rem;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.gridblock {
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.gridblock.display-none {
  display: none;
}

.image-square {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: cover;
  flex: 1;
  transition: all .575s;
}

.image-square.round-border {
  border-radius: .625rem;
  display: none;
}

.lightbox {
  text-decoration: none;
}

.field-input {
  border-radius: .625rem;
}

.section_login {
  background-color: var(--midnight-blue);
  height: 100vh;
}

.img30 {
  float: right;
  width: 25%;
  margin-left: 2rem;
}

.section_specialties {
  background-color: var(--dark-slate-blue);
}

.lightbox_gallery {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.lightbox-wrapper {
  background-color: var(--neutral-100);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  padding: .5rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.resource-name {
  font-size: 1rem;
  font-weight: 700;
}

.dizzydoctor-nav {
  width: auto;
  height: 1.125rem;
  transition: all .2s;
  display: block;
  transform: translate(0, .15rem);
}

.dizzydoctor-nav:hover {
  filter: hue-rotate(180deg);
}

.text-block_click-to-enlarge {
  text-align: center;
}

.hero-header-overlay {
  background-color: var(--transparent-dark-slate-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 43%;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
}

.hero-header-text {
  color: var(--neutral-100);
  text-align: left;
  text-shadow: 0 1px 4px #0009;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 4rem;
}

.hero-header-text.text-style-allcaps {
  color: var(--neutral-100);
  text-shadow: 0 1px 3px #000000d1;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 5rem;
}

.section_top-doctor, .section_testing-services {
  background-color: var(--neutral-300);
}

.section_dizzydoctor-banner {
  background-color: #0d0d0d;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_mri-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.mri-lottie-hero {
  z-index: 0;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.cell-flex-xy-center {
  justify-content: center;
  align-items: flex-start;
}

.light-box-text {
  text-decoration: none;
}

.section_providers {
  background-color: var(--ultra-dark-blue);
  color: var(--neutral-100);
}

.section_office-staff {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.section_doctors {
  background-color: var(--neutral-100);
}

.profile-name {
  color: var(--neutral-100);
  margin-top: .5rem;
}

.image-absolute-right-bottom {
  width: 40%;
  position: absolute;
  inset: auto -35% -5% auto;
}

.image-absolute-right-bottom.image-style_shadow {
  border-radius: 2px;
  box-shadow: 0 2px 9px 3px #0003;
}

.magazine-page-wrapper {
  max-width: 70%;
  position: relative;
}

.image-style_drop-shadow {
  border-radius: 2px;
  box-shadow: 0 2px 7px 3px #0003;
}

.spacer-small {
  height: 3rem;
}

.spacer-large {
  height: 8rem;
}

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

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

.section_content-alt {
  background-color: var(--neutral-200);
}

.magazine-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.magazine-card {
  padding: 3rem;
  transition: all .45s;
}

.magazine-card:hover {
  border: 1px #000;
  transform: scale(1.1);
}

.magazine-image {
  aspect-ratio: 2 / 2.75;
  object-fit: fill;
  border-radius: 2px;
  box-shadow: 0 2px 5px 1px #0003;
}

.magazine-card-text {
  text-align: center;
  margin-top: .25rem;
  font-style: italic;
}

.section_doctor-page {
  background-color: var(--neutral-200);
}

.link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-divider {
  background-color: var(--midnight-blue);
  width: .1rem;
  height: 2rem;
  transform: rotate(25deg);
}

.link_white-block {
  color: var(--neutral-100);
  text-align: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
}

.doctor-top-wrapper {
  justify-content: space-between;
  align-items: center;
}

.doctor-image {
  width: 30rem;
}

.doctor-image.shape-circle {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 250rem;
  width: 30rem;
  padding: 2rem;
}

.specialty {
  color: var(--steel-blue);
  margin-bottom: 0;
}

.vflex-center {
  justify-content: center;
  align-items: center;
}

.vflex-center.doctor {
  width: 50%;
  padding: 1rem;
}

.button-small {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.button-small:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
}

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

.button-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button-wrapper.inline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.specialties-wrapper {
  justify-content: center;
  align-items: flex-end;
}

.text-specialties {
  text-align: right;
}

.divider-dark {
  border: .125rem solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: #fff;
  border-radius: 0;
  width: 100%;
  height: .0625rem;
  margin: 1.5rem auto;
  font-size: 1.375rem;
  line-height: 2em;
}

.divider-light {
  border: .125rem solid var(--neutral-100);
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: #fff;
  border-radius: 0;
  width: 100%;
  height: .0625rem;
  margin: 2rem auto;
  font-size: 1.375rem;
  line-height: 2em;
}

.pub-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral-300);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pub-button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem 2.5rem;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.pub-button:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
}

.pub-paragraph {
  margin-bottom: 0;
}

.pub-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.doctor-wrapper {
  justify-content: center;
  align-items: center;
}

.loader_wrapper {
  z-index: 999;
  background-color: var(--transparent-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.dizzydoctor_loader {
  background-image: url('../images/dizzydoctor-logo-square.webp');
  background-position: 0 0;
  background-size: cover;
  width: 10rem;
  height: 10rem;
}

.item-specialty {
  font-size: 1.5rem;
}

.collection-specialties {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.footer-paragraph {
  width: 50%;
  color: var(--neutral-200);
  order: -1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.footer-info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text-color-alternate {
  color: #fff;
}

.text-color-primary {
  color: #000;
}

.text-color-primary.underline {
  border-bottom: .15rem solid var(--secondary-1);
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: .25rem;
  font-family: DM Serif Display, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-style-italic {
  font-style: italic;
}

.text-color-secondary {
  color: var(--neutral-100);
}

.text-color-secondary.underline-tan {
  border-bottom: .15rem solid var(--secondary-1);
  padding-bottom: .25rem;
}

.text-color-secondary.text-shadow_light {
  text-shadow: 0 0 3px #000000b5;
}

.spacer-xsmalll {
  width: 100%;
  padding-top: 1rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.image-float-right {
  float: right;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.image-float-right._20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 20%;
  display: flex;
}

.section_top-gun {
  background-color: var(--midnight-blue);
}

.topgun-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider {
  height: auto;
}

.icon-shadow {
  text-shadow: 0 4px 1px #0000002e;
}

.slide-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.topgun-gallery-cell {
  justify-content: center;
  align-items: center;
}

.image-69 {
  aspect-ratio: 1;
  object-fit: cover;
}

.topgun-flag-image {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
}

.image-float-left {
  float: left;
  width: 30%;
  margin-right: 2rem;
}

.quickstack_resources {
  grid-column-gap: 5rem;
}

.custom-cell.h-stretch {
  align-items: stretch;
}

._4c-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.collection_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary-2);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.guide-name {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.section_nystagmus {
  background-color: var(--midnight-blue);
}

.nystagmus-card {
  background-color: var(--translucent);
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .4s;
  display: flex;
}

.grid-nystagmus-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.nystagmus-card_header {
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.25rem;
}

.nystagmus-card_video {
  z-index: 1;
  border-radius: 1rem;
  width: 15rem;
  height: 15rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.nystagmus-card_paragraph {
  display: none;
}

.read-more-nystagmus_wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.section_nystagmus-banner {
  background-image: url('../images/eyemovement_1.webp');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.image-overlay {
  background-color: var(--transparent-dark-slate-blue);
  position: absolute;
  inset: 0%;
}

.divider-light-blue {
  border: .125rem solid var(--sky-blue);
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: .0625rem;
  margin: 2rem auto;
  font-size: 1.375rem;
  line-height: 2em;
}

.dropdown-arrow-icon:hover {
  color: var(--secondary-1);
}

.section_guides {
  background-color: var(--secondary-4);
}

._2c-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-navigation {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: .5rem;
  display: flex;
}

.container-navigation.style2 {
  display: none;
}

.navigation-bar {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-menu-container {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-wrapper {
  background-color: var(--dark-slate-blue);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  position: fixed;
  inset: auto 0%;
}

.dropdown-wrapper.w--open {
  background-color: var(--neutral-200);
  width: 32.5rem;
  padding: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-wrapper.background-dark {
  display: none;
}

.dropdown-wrapper.background-dark.w--open {
  border-bottom: .5rem solid var(--secondary-1);
  background-color: #001622;
  padding: 2rem;
  display: block;
}

.brand-text-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.brand-header {
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}

.brand-header.subheading {
  font-weight: 400;
}

.link-overlay {
  display: none;
  position: absolute;
  inset: 0%;
}

.navigation-menu {
  background-color: #c8c8c800;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-item_wrapper {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-item_wrapper.dd {
  display: block;
  position: static;
}

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

.nav-column {
  flex-flow: column;
  flex: 1;
  padding: 20px;
  font-size: 1.5rem;
  display: flex;
}

.nav-column.last-mobile {
  order: -1;
}

.nav-column-wrapper {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.nav-alt-heading {
  color: var(--silver);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
}

.navlink-wrapper {
  padding: .5rem;
  display: flex;
}

.icon-block {
  margin-right: 1rem;
  font-size: 2rem;
  display: none;
}

.text-image-over {
  color: var(--transparent);
  background-image: url('../images/dizzy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-image-over:hover {
  filter: hue-rotate(180deg);
}

.div-block-8 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-72 {
  width: 20rem;
}

.phone-button {
  background-color: var(--secondary-1);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.phone-button:hover {
  background-color: var(--steel-blue);
  color: var(--neutral-100);
}

.phone-button.round-corners {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
}

.navigation-menu-style2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.body-dark {
  background-color: var(--ultra-dark-blue);
}

.list-link {
  display: inline-block;
}

.float-right-wrapper {
  float: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin: 1rem;
  display: flex;
}

.cell-center {
  justify-content: center;
  align-items: center;
}

.img-25margin {
  aspect-ratio: 1;
  object-fit: contain;
  margin-left: 25px;
  margin-right: 25px;
}

.scroll-wrap {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vestib-rehab-lightbox-stack {
  grid-column-gap: 2rem;
}

.lightbox-text {
  color: var(--midnight-blue);
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.lightbox-desc {
  color: var(--midnight-blue);
  text-align: center;
  text-decoration: none;
}

.image-extra {
  z-index: 2;
  width: 9rem;
  position: absolute;
  inset: -6% 0% auto auto;
}

.section_services_banner {
  position: relative;
}

.text-over-image_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_testimonials {
  background-color: var(--neutral-300);
}

.destination-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.flex-grow {
  flex: 1;
}

.cms-empty-state {
  background-color: var(--secondary-1);
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.testing-item-link-overlay {
  display: block;
  position: absolute;
  inset: 0%;
}

.picture-subtitle {
  margin-bottom: 0;
  padding: 10px;
  font-style: italic;
  line-height: 1.8rem;
}

.rt-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.rt-flex {
  display: flex;
}

.additional-info {
  display: none;
}

.hero-section-img {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.hero-divider {
  background-color: var(--secondary-1);
  width: 100%;
  height: .5rem;
}

.code-embed {
  color: var(--neutral-100);
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.section_videos {
  background-color: var(--neutral-200);
}

.video-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--secondary-2);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.video {
  flex: 0 auto;
}

.treatment-video {
  z-index: 1;
  border-radius: .5rem;
  width: 60%;
  height: 25rem;
  box-shadow: 0 2px 5px #0003;
}

.treatment-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.treatment-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.provider-name {
  color: var(--neutral-100);
}

@media screen and (min-width: 1920px) {
  .fs-globe-pin.pin-variation-1:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 1.25rem;
    font-size: 3.5625rem;
  }

  h2 {
    font-size: 2rem;
  }

  blockquote {
    padding: 5rem 2.5rem 5.1875rem;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .container-default.plan {
    margin-bottom: 5.75rem;
  }

  .header {
    position: fixed;
    inset: 0% 0% auto;
  }

  .header-navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .header-navigation.footer {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
  }

  .header-navigation.footer.lower {
    flex-direction: row;
    justify-content: space-around;
  }

  .nav-item-wrapper {
    text-align: left;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .nav-item-wrapper.footer1 {
    margin-left: 0;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link.w--open {
    background-color: var(--secondary-1);
    color: var(--midnight-blue);
    border-bottom-style: none;
  }

  .nav-link.w--open:hover {
    color: var(--dark-slate-blue);
  }

  .nav-link.dropdown {
    justify-content: center;
    align-items: flex-start;
    padding: 0 0;
    font-size: 1.2rem;
  }

  .nav-link.large-style {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .nav-link.dd.w--open {
    filter: hue-rotate(180deg);
    color: var(--dizzydoctor-blue);
    background-color: #da8074;
  }

  .nav-link.block {
    padding: 2rem;
  }

  .nav-link.phone {
    justify-content: center;
    align-items: stretch;
  }

  .menu-button {
    z-index: 10;
    width: 4rem;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .nav-menu {
    z-index: 99;
    background-color: var(--dark-slate-blue);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 0 4px .625rem #4a3aff2e;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .return-nav {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .return-nav.cta {
    background-position: 0 0;
    padding-bottom: 0;
  }

  .return-nav.blog-newsletter {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .return-nav.plan, .return-nav.plans-category {
    padding-top: 4rem;
  }

  .divider.footer-divider-1 {
    margin-top: 0;
    margin-bottom: 1.5625rem;
  }

  .divider.footer-divider-1.dark {
    width: 90%;
    margin-bottom: 0;
  }

  .divider.footer-divider-2 {
    margin-top: 4rem;
    margin-bottom: 1.875rem;
  }

  .divider.card-plan {
    align-self: stretch;
    width: .0625rem;
    height: auto;
    margin: 0 2.5rem 0 1.875rem;
  }

  .divider.get-plan {
    align-self: stretch;
    width: .0625rem;
    height: auto;
    margin: 0 1.875rem;
  }

  .paragraph-small.footer-top-content {
    max-width: 52%;
  }

  .card.testimonial {
    padding: 3.5rem 1.875rem 3.125rem;
  }

  .card.bg-neutral-200.value {
    padding-left: 0;
    padding-right: 0;
  }

  .card.bg-neutral-200.get-plan {
    min-height: 28.1875rem;
  }

  .card.value {
    flex-direction: column;
  }

  .card.about-service {
    padding-bottom: 3rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    display: flex;
  }

  .card.plan {
    align-items: center;
    display: flex;
  }

  .card.get-plan {
    align-items: center;
    padding: 3.75rem 2.5rem;
    display: flex;
  }

  .checkout-form {
    padding-bottom: 5rem;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .checkout-block-content.paypal {
    padding-top: 0;
  }

  .checkout-block-content.paypal-top {
    padding-bottom: 1.125rem;
  }

  .title.footer-title {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
  }

  .title.blog-newsletter {
    max-width: 34.6875rem;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }

  .title.plan, .title.category {
    font-size: 3.5625rem;
  }

  .brand-wrapper.checkout-left {
    margin-bottom: 2.5rem;
    margin-right: 0;
  }

  .brand-wrapper.checkout-right {
    flex: 1;
  }

  .brand-wrapper.split-content_image {
    max-width: 21.875rem;
    margin-bottom: 1.5625rem;
  }

  .brand-wrapper.split-content_image.l {
    max-width: 100%;
    margin-top: 0;
  }

  .brand-wrapper.split-content_text {
    text-align: center;
    max-width: 35.75rem;
    margin-bottom: 3.75rem;
  }

  .brand-wrapper.cta-left {
    max-width: 32.5rem;
  }

  .brand-wrapper.testimonials-left {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .brand-wrapper.testimonials-right {
    max-width: 29.375rem;
  }

  .brand-wrapper.plan-left {
    max-width: 47.125rem;
    margin-bottom: 3.75rem;
    margin-right: 0;
  }

  .brand-wrapper.plan-right {
    flex-direction: column;
    max-width: 100%;
  }

  .image-wrapper.cta {
    z-index: 1;
    width: 100%;
    max-height: 42.0625rem;
    margin-top: 2.5rem;
    position: relative;
  }

  .image.card-value-icon {
    margin-bottom: 1.25rem;
  }

  .image.bg-plans {
    width: 45%;
  }

  .image.bg-plan {
    display: none;
  }

  .bg.home-about-left-2 {
    top: -22%;
    left: -62%;
  }

  .bg.cta {
    width: 100%;
    max-width: 100%;
    height: 30.25rem;
    top: 3.5625rem;
    bottom: auto;
  }

  .bg.plans {
    height: 32.5rem;
  }

  .bg.plan {
    height: 51.875rem;
  }

  .bg.checkout {
    top: -.0625rem;
    right: -9.0625rem;
  }

  .alt-subtitle.color-primary-1 {
    color: var(--midnight-blue);
  }

  .flex-h-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .top-content.testimonials {
    text-align: center;
    flex-direction: column;
  }

  .testimonials-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    max-width: 41.25rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-vc {
    margin-top: .625rem;
  }

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

  .footer-nav-links {
    margin-right: 1.25rem;
  }

  .footer-nav-box {
    margin-right: 1.875rem;
  }

  .blog-newsletter-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .blog-newsletter-form-block {
    width: 100%;
  }

  .rich-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rich-text h2 {
    margin-bottom: 1.25rem;
  }

  .rich-text h3 {
    margin-top: 2.1875rem;
    margin-bottom: 1.25rem;
  }

  .rich-text h4, .rich-text h5 {
    margin-top: 2.1875rem;
  }

  .rich-text blockquote {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .container-medium-942px.plans-category {
    margin-bottom: 3.125rem;
  }

  .card-plan-top-content {
    max-width: 50%;
  }

  .card-plan-bottom-content {
    flex: 1;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .get-plan-title-wrapper {
    margin-right: 1.25rem;
  }

  .get-plan-top-content {
    max-width: 20rem;
  }

  .get-plan-add-to-cart {
    flex: 1;
  }

  .plans-category-grid {
    grid-template-columns: 1fr;
  }

  .menu-button-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-button-icon {
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 1.5625rem;
    height: 1.25rem;
    display: flex;
  }

  .menu-line-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: .125rem;
    max-height: .125rem;
    padding: 0;
  }

  .menu-line-middle {
    background-color: #fff;
    min-height: .125rem;
    max-height: .125rem;
    padding: 0;
  }

  .menu-line-bottom {
    background-color: #fff;
    border: .0625rem #fff;
    min-height: .125rem;
    max-height: .125rem;
    padding: 0;
  }

  .heading-91 {
    font-size: 1.625rem;
  }

  .pa-image {
    width: 20rem;
    height: 20rem;
  }

  .pa-heading {
    text-align: left;
    font-size: 1.5625rem;
  }

  .image-float-r {
    float: none;
    width: 75%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    inset: 0%;
  }

  .testing-image {
    height: 75%;
    inset: auto 0% 0% auto;
  }

  .fs-globe-container {
    width: 100%;
  }

  .fs-globe-container.full-page-globe-container {
    align-self: stretch;
    width: 100vw;
    height: 45vh;
  }

  .wg-switcher {
    width: auto;
    left: auto;
    right: 0;
  }

  ._w-dropdown-toggle:hover {
    background-color: var(--steel-blue);
  }

  .fs-globe-pin.pin-variation-1 {
    justify-content: flex-end;
    height: 6.25rem;
    margin-top: 6.25rem;
    position: relative;
  }

  .bodyheading {
    font-size: 2.7em;
  }

  .destinationparagraph {
    text-align: left;
  }

  .textwrap {
    justify-content: center;
  }

  .destinations {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .globecolumn {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    display: block;
    position: static;
  }

  .dizzycolumns {
    flex-direction: column;
    display: block;
  }

  .destination-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .lottie-animation {
    position: absolute;
    inset: 0%;
  }

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

  .page-wrapper {
    overflow: hidden;
  }

  .main-wrapper {
    padding-top: 10vh;
  }

  .main-wrapper.background-color-dark {
    background-color: var(--midnight-blue);
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_home-header {
    background-image: none;
  }

  .main-button {
    float: none;
  }

  .section_dizzydoctor-innovations {
    padding-top: 3rem;
  }

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

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

  .section_content {
    grid-template-columns: 1.25fr;
  }

  .dizzydoctor-nav {
    height: 1.5rem;
  }

  .hero-header-overlay {
    height: 47%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    left: 0;
    right: 0;
  }

  .hero-header-text {
    text-align: center;
    font-size: 1.5rem;
    line-height: 3.5rem;
  }

  .hero-header-text.text-style-allcaps {
    text-align: center;
  }

  .collection_list_providers {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .collection_list_staff, .magazine-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .doctor-top-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .vflex-center.doctor {
    text-align: center;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .button-wrapper.inline {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .specialties-wrapper {
    justify-content: center;
    align-items: flex-end;
  }

  .text-specialties {
    text-align: right;
  }

  .divider-light {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .pub-card {
    flex-flow: column;
    align-items: stretch;
  }

  .doctor-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-paragraph {
    text-align: center;
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-float-right, .image-float-left {
    width: 40%;
  }

  .quickstack_resources {
    grid-row-gap: 5rem;
  }

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

  .grid-nystagmus-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .divider-light-blue {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .dropdown-arrow-icon {
    margin-right: 2rem;
  }

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

  .container-navigation {
    justify-content: space-between;
    padding-left: .25rem;
    padding-right: 1.5rem;
  }

  .navigation-bar {
    justify-content: center;
    align-items: stretch;
    height: 10vh;
    display: flex;
    position: fixed;
    top: 0;
  }

  .dropdown-menu-container {
    justify-content: space-around;
    max-width: 100%;
    display: block;
  }

  .dropdown-wrapper.w--open {
    width: auto;
    padding: 0 1rem;
    display: block;
    position: relative;
    top: 0;
  }

  .dropdown-wrapper.background-dark.w--open {
    width: 100%;
    position: relative;
  }

  .link-overlay {
    display: none;
  }

  .navigation-menu {
    background-color: var(--midnight-blue);
    flex-flow: column;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 90vh;
    margin-top: 10vh;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-item_wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .nav-item_wrapper.mobile {
    width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-item_wrapper.desktop {
    display: none;
  }

  .nav-column.last-mobile {
    order: 1;
  }

  .nav-column-wrapper.globe {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .collection-list {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
  }

  .navlink-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-block {
    font-size: 1.5rem;
  }

  .text-block-27 {
    color: var(--midnight-blue);
  }

  .text-image-over {
    background-position: 0%;
    background-size: contain;
  }

  .image-72 {
    display: none;
  }

  .menu-button {
    width: 3rem;
    position: absolute;
    inset: auto 1rem auto auto;
  }

  .hamburger {
    filter: invert();
    height: 100%;
    margin-bottom: -.4rem;
  }

  .phone-button.round-corners {
    margin-left: 0;
    font-size: 1.25rem;
    display: block;
  }

  .navigation-menu-style2 {
    background-color: var(--dark-slate-blue);
    flex-flow: column;
    align-items: center;
    height: 90vh;
    padding-bottom: 10vh;
    display: none;
    overflow: scroll;
  }

  .scroll-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 90vh;
    overflow: scroll;
  }

  .image-extra {
    width: 7rem;
    top: -2%;
  }

  .section_services_banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .testing-item-link-overlay {
    display: none;
  }

  .hero-section-img {
    aspect-ratio: 1;
    object-position: 90% 50%;
  }

  .video-wrapper {
    padding: 1.5rem;
  }

  .treatment-video {
    order: 1;
    width: 100%;
    height: 20rem;
  }

  .treatment-wrapper {
    flex-flow: column;
  }

  .image-76 {
    max-width: 30%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 1.125rem;
    font-size: 2.9375rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  ul, ol {
    padding-left: 1.25rem;
  }

  li {
    margin-bottom: .625rem;
  }

  blockquote {
    padding: 4.1875rem 1.875rem 4.3125rem;
  }

  .container-default {
    padding-left: 1.25rem;
  }

  .container-default.plan {
    margin-bottom: 4.625rem;
  }

  .container-default.header {
    padding-left: .625rem;
  }

  .button-primary.bg-secondary-1.cta {
    margin-right: 1.25rem;
  }

  .button-primary.bg-secondary-1.blog-newsletter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-primary.bg-secondary-1._404 {
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .header-navigation.footer {
    margin-left: 0;
    margin-right: 0;
  }

  .header-navigation.footer.lower {
    flex-direction: row;
    justify-content: space-around;
  }

  .nav-item-wrapper, .nav-item-wrapper.right {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-item-wrapper.right.footer1 {
    align-self: auto;
    margin-left: 0;
  }

  .nav-link {
    padding: 1rem;
    font-size: 1.25rem;
  }

  .nav-link.block {
    padding: 1rem;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-row-gap: .625rem;
  }

  .return-nav.checkout-hero {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .return-nav.cta {
    background-position: 0 -30%;
  }

  .return-nav.blog-newsletter {
    padding-top: 5.4375rem;
    padding-bottom: 5.4375rem;
  }

  .return-nav.plan, .return-nav.plans-category {
    padding-top: 3.1875rem;
  }

  .utility-page-content-password {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .input.blog-newsletter {
    padding-right: 9.375rem;
  }

  .divider.footer-divider-1 {
    margin-top: 2.5rem;
    margin-bottom: 3.1875rem;
  }

  .divider.footer-divider-2 {
    margin-top: 3.375rem;
  }

  .divider.card-plan {
    align-self: auto;
    width: 100%;
    height: .0625rem;
    margin: 1.25rem 0 1.875rem;
  }

  .divider.get-plan {
    width: 100%;
    height: .0625rem;
    margin: 1.875rem 0;
  }

  .paragraph.card-testimonial {
    margin-bottom: 1.25rem;
  }

  .paragraph.plan-description {
    margin-bottom: 1.875rem;
  }

  .paragraph-small.footer-top-content {
    max-width: 30.4375rem;
    color: var(--steel-blue);
    text-align: center;
    margin-right: 2.5rem;
  }

  .card.testimonial {
    padding-top: 2.875rem;
    padding-bottom: 2.5rem;
  }

  .card.service {
    padding: 1.75rem 2.5rem 2.875rem;
  }

  .card.bg-neutral-200.get-plan {
    min-height: 33.375rem;
  }

  .card.about-service {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.plan {
    flex-direction: column;
    align-items: stretch;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  .card.get-plan {
    flex-direction: column;
    align-items: stretch;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .card.default {
    padding: 3.125rem 1.875rem;
  }

  .checkout-form {
    padding-top: 3.75rem;
    padding-bottom: 7.1875rem;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .title.card-testimonial {
    margin-bottom: 1rem;
  }

  .title.footer-title {
    font-size: 1.375rem;
  }

  .title.blog-newsletter {
    max-width: 28.4375rem;
    margin-bottom: 1.875rem;
  }

  .title.card-plan {
    font-size: 1.5rem;
  }

  .title.plan {
    font-size: 2.9375rem;
  }

  .title.password, .title._404 {
    font-size: 2rem;
  }

  .title.category {
    margin-right: .625rem;
    font-size: 2.9375rem;
  }

  .brand-wrapper.split-content_image {
    width: auto;
    max-width: 75%;
  }

  .brand-wrapper.split-content_image.l {
    max-width: 100%;
    margin-top: 0;
  }

  .brand-wrapper.split-content_text {
    text-align: left;
    max-width: none;
  }

  .brand-wrapper.testimonials-left, .brand-wrapper.testimonials-right {
    max-width: none;
  }

  .brand-wrapper.plan-left {
    margin-bottom: 2.5rem;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.cta {
    margin-top: 1.25rem;
  }

  .image.card-testimonial-about {
    margin-right: .625rem;
  }

  .image.bg-plans {
    width: 60%;
  }

  .bg.cta {
    top: 1.375rem;
  }

  .bg.checkout {
    width: 61%;
    top: 2.3125rem;
    right: -11.1875rem;
  }

  .top-content.testimonials {
    text-align: left;
    align-items: stretch;
    max-width: 34.375rem;
  }

  .top-content.footer-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .top-content.service {
    align-items: stretch;
    margin-bottom: 1.875rem;
  }

  ._2-buttons._404 {
    flex-direction: column;
    display: flex;
  }

  .testimonials-grid {
    margin-left: 0;
  }

  .flex-vc {
    justify-content: center;
    align-items: center;
  }

  .footer-nav-content {
    flex-flow: column;
  }

  .footer-nav-wrapper {
    flex-wrap: wrap;
  }

  .footer-nav-box {
    margin-bottom: 2.5rem;
    margin-right: 1rem;
  }

  .rich-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rich-text h2 {
    margin-bottom: 1rem;
  }

  .rich-text p {
    margin-bottom: 1.5625rem;
  }

  .rich-text ul {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .rich-text h3 {
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }

  .rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }

  .rich-text h4, .rich-text h5 {
    margin-top: 1.875rem;
  }

  .rich-text ol {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .rich-text blockquote {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .container-medium-942px.plans-category {
    text-align: left;
    margin-bottom: 2.5rem;
  }

  .card-plan-price-wrapper {
    margin-bottom: .625rem;
  }

  .card-plan-price {
    font-size: 2rem;
  }

  .card-plan-features-grid {
    margin-bottom: 1.875rem;
  }

  .card-plan-top-content {
    max-width: none;
  }

  .plan-title-wrapper, .plan-about-title-wrapper {
    margin-bottom: 1rem;
  }

  .get-plan-price-wrapper {
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
  }

  .get-plan-price {
    margin-bottom: .3125rem;
    margin-right: .625rem;
    font-size: 2rem;
  }

  .get-plan-compare-price {
    margin-bottom: .5rem;
    font-size: 1.375rem;
  }

  .get-plan-top-content {
    max-width: 31.9375rem;
  }

  .category-title-wrapper.plans-category {
    justify-content: flex-start;
  }

  .empty-state {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .pa-image {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .box {
    width: 90%;
  }

  .heading-97 {
    font-size: 2.4375rem;
  }

  .paragraph-7 {
    font-size: 1.875rem;
  }

  .paragraph-7.b {
    font-size: 1.625rem;
  }

  .pa-heading {
    text-align: center;
  }

  .button-3.default-button.card-cta {
    inset: 0%;
  }

  .card-headline.dark-card-headline._6col-card {
    width: auto;
  }

  .testing-card.card3-content {
    border-style: solid;
  }

  .testing-image {
    display: block;
    inset: auto 0% 0% auto;
  }

  .collection-list-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .text-block-25 {
    font-size: .625rem;
  }

  .lowfooternav {
    font-size: .6875rem;
  }

  .fs-globe-container.full-page-globe-container {
    width: 100vw;
    height: 45vh;
  }

  .wg-switcher {
    width: auto;
    margin-left: 0;
  }

  .bodyheading {
    font-size: 1.9em;
  }

  .destinationparagraph {
    font-size: 1em;
  }

  .textwrap {
    flex-direction: column;
  }

  .heroheader {
    text-align: center;
    font-size: 2.1875rem;
  }

  .globecolumn {
    flex-direction: row;
    display: flex;
  }

  .dizzycolumns {
    display: block;
  }

  .lottie-animation {
    display: none;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_home-header {
    background-size: cover;
    background-attachment: scroll;
  }

  .hero_heading.text-color_dark-blue {
    text-align: center;
  }

  .collection_list_testing, .grid_dizzydoctor-inthemedia {
    grid-template-columns: 1fr;
  }

  .hero-header-overlay {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-header-text.text-style-allcaps {
    font-size: 2.5rem;
  }

  .collection_list_providers {
    grid-template-columns: 1fr;
    place-items: center;
    padding: 3rem;
  }

  .collection_list_staff, .magazine-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .doctor-top-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .vflex-center.doctor {
    width: 100%;
  }

  .specialties-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-specialties {
    text-align: center;
  }

  .divider-light {
    margin-top: 2.5rem;
    margin-bottom: 3.1875rem;
  }

  .doctor-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-paragraph {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 30.4375rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .doctor-bio-paragraph {
    text-align: center;
  }

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

  .grid-nystagmus-wrapper {
    grid-template-columns: 1fr;
  }

  .divider-light-blue {
    margin-top: 2.5rem;
    margin-bottom: 3.1875rem;
  }

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

  .dropdown-wrapper.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-wrapper.background-dark.w--open {
    padding-bottom: 5rem;
  }

  .image-extra {
    width: 5rem;
    top: -2%;
  }

  .destination-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: 90% 50%;
    height: 90vh;
  }

  .treatment-video {
    height: 15rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 2.4375rem;
  }

  h2 {
    font-size: 1.375rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  blockquote {
    padding: 3.5rem 1.25rem 3.5625rem;
  }

  .container-default {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: .625rem;
    padding-right: .9375rem;
    display: block;
  }

  .container-default.plan {
    margin-bottom: 3.6875rem;
  }

  .container-default.header {
    padding: 0;
  }

  .button-primary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9375rem;
    display: block;
  }

  .button-primary.bg-secondary-1.cta {
    margin-right: 0;
  }

  .button-primary.bg-secondary-1.blog-newsletter {
    margin-top: .9375rem;
    position: static;
  }

  .button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9375rem;
    display: block;
  }

  .button-secondary.buy-now {
    margin-top: .8125rem;
  }

  .header-logo {
    margin-left: 0;
    margin-right: 0;
  }

  .header-navigation {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .header-navigation.footer {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .header-navigation.footer.lower {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
  }

  .nav-item-wrapper {
    text-align: center;
  }

  .nav-item-wrapper.right {
    justify-content: center;
    display: flex;
  }

  .nav-item-wrapper.footer1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    font-size: 1rem;
  }

  .nav-link.dropdown {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .nav-link.large-style {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .menu-button {
    width: 2.1875rem;
    min-width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.625rem;
  }

  .nav-menu {
    flex-direction: column;
    display: block;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-areas: ". Area"
                         "Area-2 Area-2";
    place-content: stretch center;
    place-items: center;
    display: flex;
  }

  .return-nav {
    z-index: 2;
    padding: 0;
  }

  .return-nav.checkout-hero {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }

  .return-nav.cta {
    background-position: 0 0;
  }

  .return-nav.blog-newsletter {
    background-position: 50%;
    background-size: cover;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .return-nav.plan, .return-nav.plans-category {
    padding-top: 2.5625rem;
  }

  .utility-page-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-page-content-password {
    padding: 3.5rem 1.25rem;
  }

  .input {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .input.blog-newsletter {
    padding-right: 1.75rem;
    font-size: .875rem;
  }

  .input.blog-newsletter::placeholder {
    font-size: .875rem;
  }

  .divider.footer-divider-1 {
    width: 90%;
    margin-top: 1.875rem;
    margin-bottom: 2.5625rem;
  }

  .divider.footer-divider-2 {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .divider.card-plan {
    margin-top: .9375rem;
    margin-bottom: 1.25rem;
  }

  .divider.get-plan {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .paragraph.home-about {
    text-align: left;
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }

  .paragraph.plan-description {
    margin-bottom: 1.25rem;
  }

  .paragraph-small.footer-top-content {
    margin-right: 0;
  }

  .card.testimonial {
    padding: 2.25rem 1.25rem 1.875rem;
  }

  .card.service {
    padding-bottom: 2.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card.bg-neutral-200.faq {
    padding: 1.875rem 1.25rem 2rem;
  }

  .card.value, .card.about-service {
    padding: 2.5rem 1.25rem;
  }

  .card.plan {
    padding: 2.5rem 1.25rem 1.875rem;
  }

  .card.get-plan, .card.default {
    padding: 2.5rem 1.25rem;
  }

  .checkout-form {
    padding-top: 3.125rem;
    padding-bottom: 5.75rem;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .title.footer-title {
    margin-bottom: 1rem;
  }

  .title.blog-newsletter {
    max-width: 22.375rem;
  }

  .title.card-plan {
    font-size: 1.375rem;
  }

  .title.plan {
    font-size: 2.4375rem;
  }

  .title.password {
    font-size: 1.875rem;
  }

  .title.category {
    font-size: 2.4375rem;
  }

  .brand-wrapper.header-left {
    display: block;
  }

  .brand-wrapper.split-content_image {
    margin-bottom: .9375rem;
  }

  .brand-wrapper.plan-left {
    margin-bottom: 1.875rem;
  }

  .checkout-required-text {
    font-size: 1.125rem;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.cta {
    margin-top: 2.5rem;
  }

  .image.card-value-icon {
    margin-bottom: .9375rem;
  }

  .image.card-plan-feature-icon {
    margin-right: .375rem;
  }

  .image.bg-plans {
    width: 80%;
  }

  .image.plan-feature-icon {
    margin-right: .375rem;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .discounts {
    width: 100%;
  }

  .header-wrapper {
    justify-content: space-between;
  }

  .brand.w--current {
    margin-right: 0;
    padding-left: 0;
  }

  .bg.home-about-left-1 {
    top: -1.25rem;
    left: -1.25rem;
  }

  .bg.home-about-left-2 {
    max-width: 100%;
    bottom: -3.1875rem;
  }

  .bg.cta {
    top: 6.9375rem;
  }

  .bg.plan {
    height: 56.25rem;
  }

  .bg.checkout {
    width: 80%;
    top: 8.4375rem;
    right: -5.6875rem;
  }

  .alt-subtitle.color-primary-1, .alt-subtitle.color-primary-2 {
    font-size: 1.25rem;
  }

  .top-content.testimonials {
    margin-bottom: 1.875rem;
  }

  .testimonials-grid {
    grid-row-gap: 1.875rem;
  }

  .flex-vc {
    align-items: stretch;
  }

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

  .footer-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-nav-box {
    margin-bottom: 1.875rem;
  }

  .footer-nav-box.last {
    margin-bottom: 0;
  }

  .blog-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .rich-text {
    margin-top: 0;
  }

  .rich-text p {
    margin-bottom: 1.25rem;
  }

  .rich-text ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .rich-text h3 {
    margin-top: 1.5625rem;
  }

  .rich-text figure {
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
  }

  .rich-text h4, .rich-text h5 {
    margin-top: 1.5625rem;
  }

  .rich-text ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .rich-text blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .container-medium-942px {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium-942px.plans-category {
    margin-bottom: 1.875rem;
  }

  .card-plan-price-wrapper {
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .card-plan-price {
    font-size: 1.625rem;
  }

  .card-plan-features-grid {
    grid-row-gap: .875rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }

  .container-medium-835px {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plan-title-wrapper {
    margin-bottom: .625rem;
  }

  .plan-features-grid {
    grid-row-gap: .875rem;
    font-size: 1rem;
  }

  .get-plan-field-label {
    margin-bottom: .625rem;
  }

  .get-plan-price-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .select-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .get-plan-price {
    font-size: 1.625rem;
  }

  .get-plan-compare-price {
    font-size: 1.25rem;
  }

  .empty-state {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .menu-button-icon-wrapper {
    padding: .9375rem .625rem;
  }

  .mainlogo {
    font-size: .875rem;
    line-height: .3125rem;
  }

  .sublogo {
    font-size: .8125rem;
    line-height: .8125rem;
  }

  .logotext {
    font-size: 3vw;
    line-height: 1.1875rem;
  }

  .heading-91 {
    font-size: 1.25rem;
  }

  .pa-image {
    width: auto;
    height: auto;
  }

  .section-heading, .section-heading.dark {
    font-size: 2.1875rem;
  }

  .box {
    height: auto;
  }

  .heading-97 {
    font-size: 1.625rem;
  }

  .paragraph-7 {
    font-size: 1.3125rem;
  }

  .paragraph-7.b {
    font-size: 1rem;
  }

  .link-block-5 {
    width: 4.6875rem;
    height: 4.6875rem;
  }

  .pa-heading {
    font-size: 1.375rem;
  }

  .pa-heading.underline {
    white-space: pre;
  }

  .button-3.default-button.card-cta {
    transition: all .2s, color .2s, background-color .2s, box-shadow .2s;
    inset: 0%;
  }

  .card-headline.dark-card-headline._6col-card {
    font-size: 1.2rem;
  }

  .card-text.sub {
    font-size: .625rem;
    display: block;
  }

  .testing-card.card3-content {
    height: 9.0625rem;
  }

  .testing-image {
    z-index: 0;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: visible;
  }

  .text-block-25 {
    font-size: .8125rem;
  }

  .bottom-footer-nav {
    flex-direction: column;
  }

  .lowfooternav {
    margin-left: 0;
    font-size: .875rem;
  }

  .fs-globe-container.full-page-globe-container {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .wg-switcher {
    height: auto;
    margin-left: 0;
  }

  ._w-dropdown-toggle {
    z-index: 5;
  }

  .fs-globe-pin.pin-variation-1 {
    border-style: none;
    width: 3.125rem;
    height: 3.125rem;
    margin-top: 3.125rem;
  }

  .bodyheading {
    text-align: center;
    font-size: 1.375rem;
  }

  .destinationparagraph {
    font-size: .9em;
    line-height: 1.6em;
  }

  .textwrap {
    flex-direction: column;
  }

  .heroheader {
    text-align: center;
    font-size: 1.3125rem;
    line-height: 1.6em;
  }

  .globecolumn {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
    height: 45vh;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .infocolumn {
    padding: .625rem;
  }

  .dizzycolumns {
    flex-direction: row;
    align-items: stretch;
    display: block;
  }

  .destination-wrapper {
    border-top: .0625rem solid var(--sky-blue);
  }

  .collection_item_resource {
    flex-flow: column;
    align-items: stretch;
  }

  .resource-button {
    padding: 2px;
  }

  .collection_list_resource {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_home-header {
    background-position: 50%;
    background-size: cover;
  }

  .main-button.alt {
    white-space: normal;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .resource-name {
    text-align: center;
  }

  .hero-header-overlay {
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }

  .hero-header-text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  .hero-header-text.text-style-allcaps {
    font-size: 1.75rem;
    line-height: 3rem;
  }

  .image-absolute-right-bottom.image-style_shadow {
    bottom: -15%;
    right: -20%;
  }

  .magazine-page-wrapper {
    max-width: 80%;
  }

  .paragraph-10 {
    text-align: center;
  }

  .collection_list_providers {
    padding: 0;
  }

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

  .magazine-card-wrapper {
    grid-template-columns: 1fr;
  }

  .link-wrapper {
    font-size: .8rem;
  }

  .doctor-top-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .specialties-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-specialties {
    text-align: center;
  }

  .divider-light {
    width: 90%;
    margin-top: 1.875rem;
    margin-bottom: 2.5625rem;
  }

  .footer-paragraph {
    margin-right: 0;
  }

  .image-float-right, .image-float-left {
    float: none;
    width: 100%;
  }

  .link {
    font-size: .8rem;
  }

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

  .nystagmus-card {
    padding: 0 0 1.5rem;
  }

  .divider-light-blue {
    width: 90%;
    margin-top: 1.875rem;
    margin-bottom: 2.5625rem;
  }

  .h2-page-heading {
    text-align: center;
  }

  .container-navigation {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: space-between;
  }

  .dropdown-wrapper {
    display: none;
    inset: auto 0%;
  }

  .brand-header {
    white-space: pre;
  }

  .nav-column {
    padding: 20px;
  }

  .nav-column-wrapper {
    flex-flow: column;
  }

  .navlink-wrapper {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .text-block-28 {
    display: none;
  }

  .image-extra {
    top: -1%;
  }

  .hero-section-img {
    object-position: 85% 50%;
  }

  .video-wrapper {
    padding: 1rem;
  }

  .treatment-video {
    height: 10rem;
  }
}

#w-node-ccd0650a-77cb-f35b-33bf-34de47500dbf-40a3f92a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2b39845a-3b55-3f30-0f44-fb78ccb47287-ae2f46c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_72ed358c-f9f0-d49a-dcfb-4b9a7036b122-ae2f46c5 {
  grid-area: Area;
}

#w-node-a34e799a-2767-de12-1161-e9a2ad08c86c-40a3f9c4 {
  order: -9999;
}

#w-node-_199c3c3c-3352-0bdb-0f80-d63ada214df8-40a3f9c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d6388113-1a22-96c0-c241-e06067e5664e-40a3f9c4 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-_5bff5e62-bd75-c8c4-5850-39e14d62ae00-40a3f9c4, #w-node-_093aaa58-6a9f-cfd6-0601-14f02db9195a-40a3f9c4, #w-node-_06a7a20b-8694-b915-9c4f-dd133ce0f9dd-40a3f9c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5cfcd5d-acc2-c5b9-7106-13e636d47331-40a3f9c4 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-ab81788a-0ee2-c7cc-2a06-78bf910ba0db-40a3f9c4 {
  grid-column: span 2 / span 2;
}

#w-node-_7640bfa2-dfa3-fb74-6b15-18d9ea17898c-40a3f9c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb7a9a2c-0bb1-7c88-2465-f1d166704618-40a3f9c4, #w-node-f16097f3-bc5d-2f8f-6f27-3ec417850563-40a3f9c4 {
  order: -9999;
}

#w-node-_7640bfa2-dfa3-fb74-6b15-18d9ea178991-40a3f9c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_7640bfa2-dfa3-fb74-6b15-18d9ea178992-40a3f9c4 {
  grid-column: span 2 / span 2;
}

#w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b55888-40a3f9c4, #w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b5588a-40a3f9c4 {
  order: -9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_500a2df0-1ed8-c112-f429-fad4eb33dcc9-40a3f9c4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b55894-40a3f9c4 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2cee6e9-0177-dea4-b624-eacaa6defc46-40a3f9c4 {
  order: -9999;
}

#w-node-_919a2f1c-673a-d836-d3de-a40d3d6afab5-40a3f9c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_066bbe86-55aa-40c2-4e26-823911422fb1-40a3f9c4 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_066bbe86-55aa-40c2-4e26-823911422fb3-40a3f9c4 {
  grid-row: span 2 / span 2;
}

#w-node-_21536d0f-465c-11d5-7702-43dc18ede5ba-40a3f9c4 {
  order: -9999;
}

#w-node-f8487a3d-75f5-4acf-400e-e124ebc79ed1-40a3f9c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f8487a3d-75f5-4acf-400e-e124ebc79ed5-40a3f9c4 {
  order: -9999;
}

#w-node-f115b74d-a554-72a3-98a7-b23f3081c3e0-40a3f9c4 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_6fe791b0-9964-d051-9fe8-b0bdf4dcfaae-40a3f9c4 {
  order: -9999;
}

#w-node-cf958d41-247a-a8b8-8410-4ac1e1d5f4f9-40a3f9c4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b558a2-40a3f9c4, #w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b558a4-40a3f9c4, #w-node-_4d4db98f-1951-c947-ef21-1d20ed492531-40a3f9c4 {
  order: -9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b558a7-40a3f9c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d949fa5-703f-1987-285a-9311a1f3c033-40a3f9c4, #w-node-_0d949fa5-703f-1987-285a-9311a1f3c034-40a3f9c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d949fa5-703f-1987-285a-9311a1f3c037-40a3f9c4 {
  grid-area: 3 / 1 / 4 / 3;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_944be5e9-703c-1c76-b312-2d9b386a2902-40a3f9c4, #w-node-_2dee8243-a637-87ba-52be-cb8c6370695c-40a3f9c4, #w-node-_876ab386-3890-3ec4-939a-6e68deeefa06-40a3f9c4 {
  order: -9999;
}

#w-node-ff61a9c8-0da8-f262-5c00-02f6e402259b-40a3f9c4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_11261da2-2457-4fbe-6573-79183cc19a89-40a3f9c4, #w-node-_6761a9e9-bf61-6498-9105-b5fe86e09b78-40a3f9c4, #w-node-_470d09d2-62d9-7811-1ca1-51b0c552acfb-40a3f9c4, #w-node-_9cf071fa-9a59-55b5-9470-f76bdb578af4-40a3f9c4, #w-node-_73ed7546-be12-bf33-a7a4-8a6a2effd167-40a3f9c4 {
  order: -9999;
}

#w-node-_63912d1b-4437-30df-d88c-19fe957e2b1b-40a3f9c4, #w-node-aaa3046a-9a26-d65a-f5e0-c2232f14b5b7-40a3f9c4, #w-node-_45f02bbb-91bf-e9da-f7e2-44a3bcdd1331-40a3f9c4, #w-node-a39ceee4-27f5-0941-6e76-8ca594114a1a-40a3f9c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26a2eb57-fcc6-cb57-4b43-fa3bf6f024c0-40a3f9f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee9d15f3-10a4-feec-2b74-252a5dd14ad4-40a3f9f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d900a640-08a3-2a74-23d2-1fc8daeea5c6-11919dac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d95399f0-2878-4ad8-4afb-6f9880a23b2d-925fdacb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e85788f4-0963-a7a7-2617-ba354402a371-f2321ed5 {
  grid-template-rows: auto;
  grid-template-columns: .33fr .33fr .33fr;
}

#w-node-_336deac9-2f12-a4b3-145a-6d5619ec1473-9f3bfcec {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-a34e799a-2767-de12-1161-e9a2ad08c86c-40a3f9c4 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cfd74914-7ac9-c6b7-0fa8-badc8bf57d0b-40a3f9c4, #w-node-d5cfcd5d-acc2-c5b9-7106-13e636d47331-40a3f9c4, #w-node-_7640bfa2-dfa3-fb74-6b15-18d9ea17898c-40a3f9c4, #w-node-_7640bfa2-dfa3-fb74-6b15-18d9ea178991-40a3f9c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b55894-40a3f9c4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_066bbe86-55aa-40c2-4e26-823911422fb1-40a3f9c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_066bbe86-55aa-40c2-4e26-823911422fb3-40a3f9c4 {
    grid-row: span 2 / span 2;
  }

  #w-node-f8487a3d-75f5-4acf-400e-e124ebc79ed1-40a3f9c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8487a3d-75f5-4acf-400e-e124ebc79ed4-40a3f9c4 {
    grid-row: span 2 / span 2;
  }

  #w-node-ee9d15f3-10a4-feec-2b74-252a5dd14ad4-40a3f9f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee9d15f3-10a4-feec-2b74-252a5dd14ad6-40a3f9f6 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b558a7-40a3f9c4, #w-node-_0d949fa5-703f-1987-285a-9311a1f3c037-40a3f9c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b39845a-3b55-3f30-0f44-fb78ccb47287-ae2f46c5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b6c19bf0-69f2-a8e0-ceca-cf4703b558a7-40a3f9c4, #w-node-_0d949fa5-703f-1987-285a-9311a1f3c037-40a3f9c4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Icons Doctor Template';
  src: url('../fonts/icons-doctor-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}