@font-face {
  font-family: Zeissfrutigernextui Reg;
  src: url('../fonts/ZEISSFrutigerNextUI-Reg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui Hvcn;
  src: url('../fonts/ZEISSFrutigerNextUI-HvCn.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui;
  src: url('../fonts/ZEISSFrutigerNextUI-Bold.ttf') format("truetype"), url('../fonts/ZEISSFrutigerNextUI-BoldCn.ttf') format("truetype"), url('../fonts/ZEISSFrutigerNextUI-BoldIt.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui;
  src: url('../fonts/ZEISSFrutigerNextUI-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui Rgcn;
  src: url('../fonts/ZEISSFrutigerNextUI-RgCn.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

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

@font-face {
  font-family: Zeissfrutigernextui Mdcn;
  src: url('../fonts/ZEISSFrutigerNextUI-MdCn.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui Ltit;
  src: url('../fonts/ZEISSFrutigerNextUI-LtIt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui Medit;
  src: url('../fonts/ZEISSFrutigerNextUI-MedIt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui;
  src: url('../fonts/ZEISSFrutigerNextUI-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Zeissfrutigernextui Hvit;
  src: url('../fonts/ZEISSFrutigerNextUI-HvIt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

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

@font-face {
  font-family: Zeissfrutigernextui Ltcn;
  src: url('../fonts/ZEISSFrutigerNextUI-LtCn.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

:root {
  --663399: #0372ef;
  --dark-slate-blue: #0f2db3;
  --orange: #f09605;
  --white: white;
  --indigo: #0f2db380;
  --black: black;
  --thistle: #ecf0f4;
  --medium-purple: #f5f8fa;
  --purple: #202227;
}

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

body {
  color: #333;
  font-family: Zeissfrutigernextui Reg, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  overflow: visible;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--663399);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-family: Zeissfrutigernextui Ltcn, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Zeissfrutigernextui Ltcn, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
  line-height: 1.2em;
}

.hero-section {
  background-image: url('../images/active-young-woman2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.clear-section {
  background-color: var(--dark-slate-blue);
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.text-div {
  width: 50%;
  height: auto;
  position: relative;
  top: 35%;
  left: 215px;
  right: 200px;
}

.div-block {
  top: 180px;
}

.hero-button {
  border: 1px solid var(--orange);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000002e;
  border-radius: 3px;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Zeissfrutigernextui Mdcn, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-button:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.hero-button.light {
  color: var(--white);
}

.clear-text-div {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 50px;
  display: flex;
}

.top-line {
  border-bottom: 1px solid var(--white);
  align-items: center;
  height: auto;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  display: flex;
}

.next-gen-section {
  background-image: linear-gradient(95deg, var(--white), #fff0 69%), url('../images/VISUMAX-800-Image.jpg');
  background-position: 0 0, 100% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 130%;
  padding: 5% 100px;
}

.next-gen-div {
  width: 50%;
  height: auto;
}

.text-regular {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.button-regular {
  border: 1px solid var(--white);
  background-color: var(--orange);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Zeissfrutigernextui Ltcn, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.button-regular:hover {
  background-color: var(--dark-slate-blue);
}

.divider {
  background-color: var(--orange);
  text-align: center;
  width: 70px;
  height: 5px;
  margin: 20px auto 30px 0;
}

.divider.centered {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.ajax-section {
  background-color: #5e3f7066;
  background-image: linear-gradient(#0f2db3cf, #0f2db3cf), url('../images/background.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 5% 0;
}

.ajax-section.border {
  margin: 20px;
}

.ajax-wrapper {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  height: 600px;
  padding: 30px;
  display: flex;
}

.div-block-7.peds {
  align-items: stretch;
  height: auto;
  min-height: 500px;
  padding: 40px;
}

.text-div-2 {
  float: none;
  clear: none;
  width: 60%;
  margin-left: 0;
  margin-right: 25px;
}

.text-div-2._55 {
  color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-right: 0;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.tabs-content {
  background-color: var(--white);
  box-shadow: 0 1px 2px 1px #00000021;
}

.tablink {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 24.5%;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.tablink:hover {
  background-color: var(--orange);
}

.tablink.w--current {
  background-color: var(--663399);
  color: #fff;
  font-size: 20px;
}

.text-block-5 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Zeissfrutigernextui Reg, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.ajax-div {
  max-width: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.results-head-div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-secondary {
  color: var(--663399);
  letter-spacing: -.5px;
  margin-bottom: 30px;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

.benefits-section {
  padding: 80px 50px 100px;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/camping.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding: 100px;
  display: flex;
}

.image-3 {
  width: 60%;
  margin-bottom: 0;
}

.cta-wrapper {
  width: 90%;
  height: auto;
}

.cta-1 {
  border: 1px none var(--white);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: auto;
  padding: 0;
  display: flex;
}

.benefit-wrapper {
  display: flex;
}

.benefit-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: auto;
  padding: 20px;
  display: flex;
}

.circle-block {
  background-color: var(--orange);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  padding: 36px;
}

.benefit-h3 {
  color: var(--663399);
  text-transform: uppercase;
  font-family: Zeissfrutigernextui Mdcn, Arial, sans-serif;
  font-weight: 400;
}

.block-text {
  text-align: center;
  font-family: Zeissfrutigernextui Ltcn, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.section {
  background-color: var(--thistle);
  padding: 3% 5% 4%;
}

.section.sm {
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: .7em;
}

.footer-section {
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  padding: 40px;
  display: flex;
  position: static;
}

.column-block {
  width: 100%;
  display: flex;
}

.bottom-line {
  border-bottom: 1px solid var(--white);
}

.inner-page-content-wrapper {
  margin-bottom: 35px;
}

.inner-page-content-wrapper.center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.divider-2 {
  text-align: center;
  background-color: #f09605;
  width: 70px;
  height: 5px;
  margin: 20px 0 30px;
}

.divider-2.less-top {
  margin-top: -15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.dropdown-2 {
  float: none;
  margin-right: 20px;
  position: static;
}

.dropdown-2.no {
  margin-left: 0;
  margin-right: 0;
}

.link {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

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

.link.rev {
  color: var(--orange);
}

.link.rev:hover {
  color: var(--medium-purple);
}

.hiding-nav {
  background-color: #ffffffde;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Zeissfrutigernextui Reg, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.nav-link:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.image-11 {
  width: 125px;
}

.brand {
  z-index: 3500;
  border-radius: 50%;
  padding-top: 0;
  position: fixed;
  top: 10px;
  left: 40px;
  box-shadow: 1px 1px 3px #000000a3;
}

.drop-down-navs {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.dropdown-toggle {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-toggle:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.dropdown-toggle.nlck {
  text-align: center;
  display: block;
}

.dropdown-list-4 {
  background-color: var(--dark-slate-blue);
}

.dropdown-list-4.w--open {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

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

.dropdownlinks:hover {
  background-color: var(--orange);
}

.side-links {
  z-index: 3400;
  width: 200px;
  height: 100%;
  padding-top: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-wrapper {
  border-right: 1px solid var(--black);
  flex-direction: column;
  align-items: stretch;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.link-buttons {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Zeissfrutigernextui Reg, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.link-buttons:hover {
  background-color: var(--indigo);
  color: var(--white);
}

.pillar-page-header {
  background-image: url('../images/young-man-active-lifestyle.jpg');
  background-position: 50% 40%;
  background-repeat: repeat;
  background-size: cover;
  flex-flow: column;
  align-items: flex-start;
  height: auto;
  min-height: 60vh;
  margin-top: 50px;
  padding-top: 15%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.pillar-page-header.faq {
  color: var(--white);
  background-image: url('../images/young-woman-using-laptop.jpg');
  background-position: 0 35%;
}

.pillar-content-section {
  padding: 5% 5% 4%;
}

.div-block-10 {
  position: absolute;
  inset: 0%;
}

.project-name {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #fff3;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 9px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s;
  display: inline-block;
}

.project-name:hover {
  color: #fff;
  background-color: #fff3;
}

.navbar {
  background-color: var(--white);
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #0003;
}

.icon-2 {
  margin-right: 10px;
}

.dropdown-list-5 {
  background-color: #ddd;
}

.dropdown-list-5.w--open {
  background-color: var(--dark-slate-blue);
}

.dropdown-link-3 {
  color: var(--white);
  line-height: 1em;
}

.dropdown-link-3:hover {
  background-color: var(--orange);
}

.nav-menu-2 {
  align-items: center;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero-headline {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 2.2em;
  line-height: 1.2em;
}

.blue-bold {
  color: var(--663399);
  font-weight: 700;
}

.img-cover-div {
  object-fit: cover;
  overflow: hidden;
}

.img-cover-div._50 {
  width: 50%;
}

.img-cover-div._50.border {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}

.img-cover-div._40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.video-wrap {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.video-div {
  width: 55%;
  margin-top: 30px;
}

.h3-white, .cr-link {
  color: var(--white);
}

.cr-txt-div {
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.search-div {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.search-2 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.search-input-2 {
  height: 40px;
  margin-bottom: 0;
}

.search-button-2 {
  background-color: var(--orange);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.special {
  align-items: center;
  margin-bottom: 30px;
  font-family: Zeissfrutigernextui Reg, Arial, sans-serif;
  display: flex;
}

.lg-number {
  z-index: 1;
  background-color: var(--663399);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 0;
  padding: 15px;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: relative;
}

.sp-txt {
  border: 2px solid var(--663399);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -30px;
  padding: 10px 10px 10px 40px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.h2-white {
  color: var(--white);
}

.lg-hero-line {
  text-transform: uppercase;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1em;
}

.med-hero-line {
  text-transform: none;
  margin-top: -5px;
  margin-bottom: 15px;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1em;
}

.h3-top {
  margin-top: -15px;
}

.img-cont {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.txt-sm {
  margin-bottom: 10px;
  font-size: .7em;
  line-height: 1.5em;
}

.ip-header-div {
  flex-flow: column;
  align-items: flex-start;
  max-width: 35%;
}

.ip-header-div.faq {
  max-width: 50%;
}

.ip-header {
  text-transform: none;
  margin-top: -5px;
  margin-bottom: 15px;
  font-family: Zeissfrutigernextui Hvcn, Arial, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.surgery-steps-wrap {
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.surgery-div {
  text-align: left;
  background-color: #0000004f;
  width: 32%;
  padding: 15px;
}

.list-no {
  margin-bottom: 0;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 0;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

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

.faq2_question {
  background-color: var(--dark-slate-blue);
  color: #fff;
  cursor: pointer;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  filter: invert();
  color: #00222e;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.footnote {
  margin-top: 15px;
  font-size: .8em;
}

.super {
  font-size: .6em;
  line-height: 1.2em;
}

html.w-mod-js [data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js [data-ix="project-name-animation"] {
  opacity: .65;
  transform: translate(-100px);
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-position: 100% 0;
    align-items: flex-end;
    height: 800px;
    padding-bottom: 20px;
    display: flex;
  }

  .clear-section {
    flex-flow: column;
    padding-top: 5%;
    padding-bottom: 3%;
  }

  .text-div {
    width: 70%;
    left: 21px;
  }

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

  .clear-text-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .next-gen-section {
    background-image: radial-gradient(circle farthest-corner at 90% 90%, #fff0, var(--white)), linear-gradient(95deg, var(--white), #fff0 69%), url('../images/VISUMAX-800-Image.jpg');
    background-position: 0 0, 0 0, 100% 125%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 110%;
    padding: 40px 40px 300px;
  }

  .next-gen-div {
    width: 100%;
  }

  .button-regular {
    margin-top: 12px;
  }

  .divider {
    width: 60px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .ajax-section {
    padding: 40px;
  }

  .ajax-section.border {
    padding: 15px 15px 5%;
  }

  .div-block-7.peds {
    background-image: none;
    flex-direction: column;
    padding: 20px;
  }

  .text-div-2 {
    width: 55%;
  }

  .text-div-2._55 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tablink {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .h2-secondary {
    margin-bottom: 20px;
  }

  .benefits-section, .cta-section {
    padding: 40px;
  }

  .image-3 {
    width: 100%;
  }

  .cta-wrapper {
    height: auto;
  }

  .cta-1 {
    background-color: #0000006b;
    height: 170px;
    margin-bottom: 13px;
    padding: 20px;
  }

  .benefit-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .benefit-block {
    width: 45%;
  }

  .section {
    padding: 40px;
  }

  .bottom-line {
    padding-top: 10px;
  }

  .divider-2 {
    width: 60px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .dropdown-2 {
    display: block;
  }

  .hiding-nav {
    background-color: #0000;
  }

  .image-11 {
    width: 100px;
  }

  .dropdown-toggle {
    width: 100%;
    display: block;
  }

  .side-links {
    display: none;
  }

  .menu-button {
    background-color: var(--indigo);
    border-radius: 4px;
    margin-top: 10px;
  }

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

  .nav-menu {
    z-index: 5000;
    background-color: var(--thistle);
    width: 40%;
    inset: 83px 0% auto auto;
  }

  .pillar-page-header {
    background-image: url('../images/young-man-active-lifestyle.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .pillar-page-header.faq {
    background-image: url('../images/young-woman-using-laptop.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    height: auto;
  }

  .pillar-content-section {
    padding: 40px;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: var(--white);
    padding-top: 50px;
  }

  .hero-headline {
    color: var(--white);
  }

  .img-cover-div._50.border {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img-cover-div._40 {
    width: 100%;
  }

  .search-div {
    justify-content: flex-start;
  }

  .lg-hero-line {
    color: var(--white);
    font-size: 5em;
  }

  .med-hero-line {
    color: var(--white);
    font-size: 3.4em;
  }

  .surgery-steps-wrap {
    flex-flow: column;
    width: 100%;
  }

  .surgery-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .surgery-div.btm {
    margin-bottom: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mb.w--open {
    background-color: var(--dark-slate-blue);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero-section {
    height: 475px;
    margin-top: 25px;
  }

  .clear-section {
    flex-direction: column;
    height: auto;
    padding-bottom: 5%;
  }

  .text-div {
    z-index: 2000;
    top: 162px;
  }

  .div-block {
    width: 90%;
    top: 0;
  }

  .hero-button {
    margin-bottom: 9px;
  }

  .clear-text-div {
    width: 90%;
    padding: 0;
  }

  .next-gen-section {
    height: auto;
    padding: 25px 25px 175px;
  }

  .next-gen-div {
    width: 100%;
  }

  .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .ajax-section {
    padding: 25px;
  }

  .ajax-section.border {
    margin: 10px;
    padding: 5% 0;
  }

  .div-block-7.peds {
    background-position: 50% 0;
    background-size: contain;
    padding: 0;
  }

  .text-div-2 {
    background-color: #fff;
    width: 100%;
    margin-top: 300px;
    margin-right: 0;
    padding: 30px;
  }

  .text-div-2._55 {
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding: 15px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tablink {
    background-color: var(--orange);
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tablink.w--current {
    align-items: center;
    display: block;
  }

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

  .benefits-section {
    padding: 25px;
  }

  .cta-section {
    min-height: 0;
    padding: 5% 25px;
  }

  .cta-1 {
    background-color: #0000;
    width: auto;
    height: auto;
    padding: 0;
  }

  .benefit-wrapper {
    justify-content: center;
  }

  .benefit-block {
    width: 48%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
  }

  .circle-block {
    width: 100px;
    height: 100px;
    padding: 20px;
  }

  .section {
    padding: 25px;
  }

  .footer-section {
    flex-flow: column;
    align-items: flex-start;
    padding: 20px;
  }

  .divider-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .dropdown-2 {
    margin-right: 8px;
  }

  .image-11 {
    width: 85px;
  }

  .brand {
    padding-left: 0;
    left: 15px;
  }

  .pillar-page-header {
    background-image: url('../images/young-man-active-lifestyle.jpg');
    background-position: 90% 30%;
    background-repeat: no-repeat;
    background-size: 800px;
    height: auto;
    min-height: 400px;
    margin-top: 25px;
  }

  .pillar-page-header.faq {
    padding-top: 20%;
  }

  .pillar-content-section {
    padding: 5% 0 3%;
  }

  .img-cover-div._50.border {
    margin-bottom: 20px;
  }

  .cr-txt-div {
    width: 100%;
  }

  .search-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .lg-hero-line {
    font-size: 4em;
  }

  .med-hero-line {
    margin-bottom: 5px;
    font-size: 2.7em;
  }

  .ip-header-div {
    max-width: 45%;
  }

  .ip-header {
    font-size: 2.5em;
  }

  .surgery-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_faq2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq2_icon {
    width: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 80% 0;
    height: 575px;
    padding: 10px;
  }

  .clear-section {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .text-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0% 6%;
  }

  .div-block {
    align-items: flex-start;
    position: static;
  }

  .hero-button {
    text-align: center;
    margin-left: 0;
  }

  .clear-text-div {
    width: 90%;
    padding: 0;
  }

  .top-line {
    border-bottom-style: none;
    margin-top: 10px;
    display: block;
  }

  .next-gen-section {
    background-image: none;
    background-position: 100% 110%;
    background-repeat: no-repeat;
    background-size: 200%;
    height: auto;
    padding: 25px 25px;
  }

  .next-gen-div {
    width: 100%;
  }

  .text-regular {
    font-size: 15px;
    line-height: 23px;
  }

  .button-regular {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .ajax-section {
    padding: 26px;
  }

  .div-block-7.peds {
    padding: 0;
  }

  .text-div-2 {
    margin-top: 190px;
    padding: 20px;
  }

  .text-div-2._55 {
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding: 10px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tablink {
    width: 100%;
  }

  .tablink.w--current {
    justify-content: center;
    width: 100%;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .h2-secondary {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .benefits-section {
    padding: 25px;
  }

  .cta-section {
    background-image: linear-gradient(#0000, #000000cf), url('../images/camping.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding: 25px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .cta-1 {
    height: auto;
    padding: 0;
  }

  .benefit-block {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .circle-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding: 10px;
    display: flex;
  }

  .block-text {
    font-size: 15px;
    line-height: 23px;
  }

  .section {
    padding: 25px;
  }

  .column-block {
    margin-bottom: 5px;
    display: block;
  }

  .image-11 {
    width: 65px;
  }

  .brand {
    top: 5px;
    left: 18px;
  }

  .nav-menu {
    width: 100%;
  }

  .pillar-page-header {
    background-image: url('../images/young-man-active-lifestyle.jpg');
    background-position: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end;
    min-height: 500px;
    padding-right: 5%;
  }

  .pillar-page-header.faq {
    background-image: url('../images/young-woman-using-laptop.jpg'), linear-gradient(to bottom, null, null);
    background-position: 80% 100%, 0 0;
    min-height: 575px;
  }

  .pillar-content-section {
    padding: 20px 0;
  }

  .hero-headline {
    font-size: 1.5em;
  }

  .video-div {
    width: 90%;
    margin-top: 0;
  }

  .lg-hero-line {
    margin-bottom: 5px;
    font-size: 3em;
  }

  .med-hero-line {
    font-size: 2em;
  }

  .h3-top {
    font-size: 1.5em;
  }

  .txt-sm {
    overflow-wrap: anywhere;
  }

  .ip-header-div, .ip-header-div.faq {
    max-width: none;
  }

  .ip-header {
    color: var(--white);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large, .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12 {
    max-width: 80%;
  }
}


@font-face {
  font-family: 'Zeissfrutigernextui Reg';
  src: url('../fonts/ZEISSFrutigerNextUI-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Hvcn';
  src: url('../fonts/ZEISSFrutigerNextUI-HvCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui';
  src: url('../fonts/ZEISSFrutigerNextUI-Bold.ttf') format('truetype'), url('../fonts/ZEISSFrutigerNextUI-BoldCn.ttf') format('truetype'), url('../fonts/ZEISSFrutigerNextUI-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui';
  src: url('../fonts/ZEISSFrutigerNextUI-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Rgcn';
  src: url('../fonts/ZEISSFrutigerNextUI-RgCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui';
  src: url('../fonts/ZEISSFrutigerNextUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Mdcn';
  src: url('../fonts/ZEISSFrutigerNextUI-MdCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Ltit';
  src: url('../fonts/ZEISSFrutigerNextUI-LtIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Medit';
  src: url('../fonts/ZEISSFrutigerNextUI-MedIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui';
  src: url('../fonts/ZEISSFrutigerNextUI-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Hvit';
  src: url('../fonts/ZEISSFrutigerNextUI-HvIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui';
  src: url('../fonts/ZEISSFrutigerNextUI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Zeissfrutigernextui Ltcn';
  src: url('../fonts/ZEISSFrutigerNextUI-LtCn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}