:root {
  --color-3: #e7bb6b;
  --color-5: #cdae75;
  --color-2: white;
  --color: black;
  --color-4: #8a683b;
  --color-6: #333;
  --color-7: #3f3c38;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.navbar {
  background-color: var(--color-2);
  height: 75px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image {
  height: 65px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 75px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

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

.nav-link.w--current {
  color: var(--color-3);
}

.nav-link.phone {
  background-color: var(--color);
  color: var(--color-2);
  background-image: url('../images/phone-icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link.phone:hover {
  color: var(--color-5);
}

.hero {
  background-image: linear-gradient(#0000, #0000 31%, #000000d4), url('../images/happy-couple.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.hero-content-block {
  flex-flow: column;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.hero-bold-line {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant SC, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-line-2 {
  color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Cormorant SC, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3em;
}

.hero-button-holder {
  align-items: center;
  display: flex;
}

.button {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.white {
  border-color: var(--color-2);
  color: var(--color-2);
}

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

.button.white.marg {
  margin-left: 10px;
}

.button.min {
  min-width: 350px;
  margin-left: 5px;
  margin-right: 5px;
}

.self-test-section {
  padding-top: 5%;
  padding-bottom: 6%;
  position: relative;
}

.st-wrapper-div {
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.self-test-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.lg-st-text {
  color: var(--color-4);
  font-size: 1.5em;
  line-height: 1.5em;
}

.st-holder {
  background-color: var(--color-3);
  justify-content: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.self-test-img {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px -25px -25px 25px;
  padding: 20px;
  display: flex;
  box-shadow: 7px 7px 8px #0000001f;
}

.image-2 {
  width: 100%;
}

.what-are-section {
  background-image: url('../images/woman-struggling-to-read.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.what-are-text-holder {
  z-index: 1;
  background-color: var(--color-2);
  max-width: 50%;
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: 5%;
  padding: 30px;
  position: relative;
}

.what-are-text-holder._2 {
  margin-left: 0%;
  margin-right: 5%;
}

.black-strip-left {
  background-color: var(--color);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.symptoms-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.symptom-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-right-black {
  z-index: 5;
  background-color: var(--color);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #cdae75c2, #4b402be8 35%, var(--color) 71%, black 92%);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

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

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

.p-white {
  color: var(--color-2);
}

.surgeons-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.surgeon-header {
  text-align: center;
  width: 90%;
  margin: 2% auto 5%;
}

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

.doc-info-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

.doc-bio-holder {
  background-color: var(--color-6);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 5% 15% 5% 8%;
  display: flex;
}

.doc-photo-holder {
  z-index: 1;
  object-fit: cover;
  width: auto;
  min-width: 108%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0%;
  position: relative;
  overflow: hidden;
}

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

.why-should-section {
  background-image: url('../images/man-at-home.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.black-strip-right {
  background-color: var(--color);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonials {
  background-color: var(--color);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #e7bb6b96, var(--color) 80%, black);
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.testimonial-holder {
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.testimonial-block {
  border-bottom: 5px solid var(--color-3);
  background-color: var(--color-2);
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  padding: 0 30px 30px;
  display: flex;
}

.image-5 {
  width: 50px;
  margin-top: -25px;
  margin-bottom: 15px;
}

.contact-section {
  padding-top: 5%;
  padding-bottom: 6%;
  position: relative;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: var(--color-3);
  color: var(--color);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color);
  color: var(--color-2);
}

.brand-2 {
  max-width: 275px;
  margin-bottom: 20px;
}

.phone-link {
  background-color: var(--color);
  color: var(--color-2);
  text-transform: uppercase;
  background-image: url('../images/phone-icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

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

.field-label {
  line-height: 1em;
}

.dots-left {
  max-width: 225px;
  position: absolute;
  inset: auto auto 3% 5%;
}

.dots-right {
  z-index: 10;
  max-width: 250px;
  position: absolute;
  inset: auto 5% -2% auto;
}

.dots-left-footer {
  z-index: 10;
  max-width: 250px;
  position: absolute;
  inset: auto auto 5% 2%;
}

.mobile-buttons {
  align-items: center;
  display: none;
}

.button-mobile-top {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button-mobile-top:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button-mobile-button-2 {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button-mobile-button-2:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.video-placeholder {
  max-width: 75%;
}

.video-placeholder.marg {
  width: 50%;
  max-width: none;
  margin-bottom: 20px;
}

.dov-info-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.dot-div {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.image-8 {
  width: 100px;
}

.h3-white {
  color: var(--color-2);
}

.h3-white.min {
  min-height: 75px;
}

.center-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.header {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mv-video-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color));
  padding-top: 5%;
  padding-bottom: 5%;
  display: none;
}

._5050-section {
  padding-top: 5%;
  padding-bottom: 8%;
  position: relative;
}

._5050-section._2 {
  padding-top: 0%;
}

.wrap-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  min-height: 500px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.photo-48 {
  z-index: 5;
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

.tl-dots {
  transform-style: preserve-3d;
  max-width: 250px;
  position: absolute;
  inset: auto auto 0% 5%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tl-dots.r {
  inset: auto 5% 0% auto;
  transform: none;
}

.txt-holder {
  background-color: #cdae751a;
  padding: 25px 50px 25px 25px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    padding-right: 20px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.phone {
    display: flex;
  }

  .hero {
    height: 725px;
  }

  .hero-content-block {
    max-width: 90%;
  }

  .hero-bold-line {
    font-size: 3.2em;
  }

  .hero-line-2 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.3em;
  }

  .hero-button-holder {
    display: none;
  }

  .self-test-section {
    padding-bottom: 12%;
  }

  .st-wrapper-div {
    flex-flow: column;
    width: 90%;
  }

  .self-test-text-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .st-holder {
    width: 100%;
  }

  .self-test-img {
    margin: 10px -10px -10px 10px;
    padding: 10px;
  }

  .what-are-section {
    background-color: var(--color);
    background-image: none;
    background-size: auto;
  }

  .what-are-text-holder {
    max-width: 100%;
    margin: 4%;
    padding: 25px;
  }

  .what-are-text-holder._2 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .symptoms-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .symptom-wrapper {
    flex-flow: column;
  }

  .text-right-black {
    width: 100%;
    margin-bottom: 20px;
  }

  .surgeon-header {
    margin-bottom: 8%;
  }

  .doc-bio-holder {
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 10%;
  }

  .black-strip-right {
    width: 100%;
  }

  .testimonial-block {
    padding: 0 15px 15px;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .contact-section {
    padding-bottom: 150px;
  }

  .dots-left {
    max-width: 150px;
    left: 2%;
  }

  .dots-right {
    max-width: 150px;
    right: 2%;
  }

  .dots-left-footer {
    max-width: 150px;
    inset: 5% 5% auto auto;
  }

  .mobile-buttons {
    z-index: 200;
    flex-flow: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-mobile-top {
    color: var(--color);
    background-color: #e7bb6b;
  }

  .button-mobile-top:hover {
    border-color: var(--color);
    background-color: var(--color);
    color: var(--color-3);
  }

  .button-mobile-button-2 {
    border-color: var(--color);
    background-color: var(--color);
  }

  .button-mobile-button-2:hover {
    border-color: var(--color-3);
  }

  .video-placeholder {
    max-width: 100%;
  }

  .video-placeholder.marg {
    width: 100%;
  }

  .h3-white.min {
    min-height: 0;
  }

  .center-buttons {
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  ._5050-section {
    padding-bottom: 10%;
  }

  ._5050-section._1 {
    padding-bottom: 0%;
  }

  .wrap-flex {
    flex-flow: column;
    max-height: none;
  }

  .text-48, .photo-48 {
    width: 100%;
  }

  .tl-dots {
    max-width: 175px;
  }

  .tl-dots._1 {
    display: none;
  }

  .txt-holder.less {
    padding-bottom: 0;
  }
}

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

  .navbar {
    height: 60px;
  }

  .image {
    height: 50px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .nav-menu {
    height: 60px;
    padding-right: 10px;
  }

  .hero {
    height: 500px;
  }

  .hero-bold-line {
    font-size: 2.5em;
  }

  .hero-line-2 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .hero-button-holder {
    display: none;
  }

  .button.white.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .self-test-section {
    padding-bottom: 15%;
  }

  .what-are-text-holder {
    max-width: 98%;
    margin: 2%;
    padding: 15px;
  }

  .what-are-text-holder._2 {
    max-width: 100%;
  }

  .text-right-black {
    padding: 15px;
  }

  .surgeons-section {
    padding-bottom: 0%;
  }

  .doc-info-wrapper {
    flex-flow: column;
    margin-bottom: 0%;
  }

  .doc-bio-holder {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .doc-photo-holder {
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 30px;
  }

  .testimonial-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-section {
    padding-bottom: 150px;
  }

  .dots-left {
    max-width: 100px;
  }

  .dots-right {
    bottom: 5%;
  }

  .dov-info-right {
    width: 100%;
  }

  .dot-div {
    top: -35px;
  }

  .image-8 {
    width: 75px;
  }

  .center-buttons {
    display: none;
  }

  .wrap-flex {
    flex-flow: column;
  }

  .text-48, .photo-48 {
    width: 100%;
  }

  .tl-dots {
    max-width: 125px;
  }
}

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

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .navbar {
    height: 45px;
  }

  .image {
    height: 35px;
  }

  .brand {
    margin-left: 5px;
    padding-left: 0;
  }

  .nav-menu {
    height: 45px;
    padding-right: 5px;
  }

  .nav-link.phone {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8em;
  }

  .hero {
    height: 600px;
  }

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

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .button.min {
    min-width: 0;
  }

  .self-test-section {
    padding-bottom: 12%;
  }

  .lg-st-text {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .self-test-img {
    margin: 0;
  }

  .what-are-text-holder {
    margin: 4%;
  }

  .surgeon-header {
    margin-bottom: 15%;
  }

  .doc-bio-holder {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-section {
    padding-bottom: 125px;
  }

  .dots-left {
    display: none;
  }

  .dots-right {
    max-width: 100px;
    bottom: 2%;
  }

  .dots-left-footer {
    display: none;
  }

  ._5050-section {
    padding-bottom: 15%;
  }

  .tl-dots {
    max-width: 100px;
  }

  .txt-holder {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


