:root {
  --color-3: #e7bb6b;
  --color-2: white;
  --color-5: #e6d18e;
  --color: black;
  --color-4: #b99462;
  --color-6: #333;
  --color-7: #816644;
}

.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;
}

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

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 3em;
  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-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

.hero-content-block {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: relative;
}

.hero-bold-line {
  color: var(--color-2);
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-line-2 {
  max-width: 85%;
  color: var(--color-2);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0%;
  font-family: DM Sans, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3em;
}

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

.button {
  border: 2px none var(--color-3);
  background-color: var(--color-5);
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--color-3);
  color: var(--color);
  box-shadow: 0 0 10px 3px #e6d18ec2;
}

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

.self-test-section {
  background-color: #0000000d;
  padding-top: 5%;
  padding-bottom: 7%;
  position: relative;
}

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

.st-wrapper-div.btm {
  margin-bottom: 6%;
}

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

.st-holder {
  background-color: var(--color-3);
  background-image: linear-gradient(149deg, var(--color-5), var(--color-4) 52%);
  border-radius: 20px;
  justify-content: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

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

.self-test-img.gradient-bg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-6), var(--color));
}

.what-are-section {
  background-color: var(--color);
  justify-content: flex-end;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.what-are-text-holder {
  z-index: 50;
  max-width: 45%;
  color: var(--color-2);
  background-color: #fff0;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  padding: 0;
  position: relative;
}

.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);
  text-align: center;
  background-image: none;
  border-radius: 20px;
  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, .p-white {
  z-index: 10;
  color: var(--color-2);
  position: relative;
}

.surgeon-header {
  text-align: center;
  width: 90%;
  margin: 0% auto 30px;
}

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

.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;
}

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

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

.h3-white.min {
  z-index: 10;
  text-transform: none;
  min-height: 75px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5em;
  position: relative;
}

.center-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  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;
}

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

.image-10 {
  z-index: 10;
  max-width: 45%;
  transform-style: preserve-3d;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.gradient-layer {
  z-index: 20;
  background-image: linear-gradient(225deg, #0000 5% 34%, #0000 68%, #000000b5);
  position: absolute;
  inset: 0%;
}

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

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

.wrap.center {
  color: var(--color-2);
  text-align: center;
}

.wrap.center.max {
  width: 75%;
}

.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: 50px;
}

.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 {
  border-top: 1px #0000;
  border-bottom: 2px solid var(--color-7);
  background-color: var(--color-5);
  color: var(--color);
  cursor: pointer;
  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 {
  width: 2rem;
  color: var(--color);
  align-self: flex-start;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.cta-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-6), var(--color));
  padding-top: 5%;
  padding-bottom: 5%;
}

.p-large {
  font-size: 1.5em;
  line-height: 1.5em;
}

.lt-gold {
  color: var(--color-5);
}

.small {
  font-size: .8em;
}

.image-11 {
  max-width: 75px;
}

.inner-line {
  z-index: 5;
  border: 1px solid var(--color-5);
  border-radius: 15px;
  position: absolute;
  inset: 10px;
}

.grid {
  background-color: #0000;
  border-radius: 20px;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.why-holder {
  border: 1px solid var(--color-5);
  background-color: var(--color-2);
  border-radius: 10px;
  min-height: 175px;
  padding: 15px;
}

.image-12 {
  max-width: 200px;
  margin-bottom: 15px;
}

.div-block {
  background-color: var(--color);
  border-radius: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}

.img-div {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 450px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.img-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000, #0000 51%, var(--color));
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 0 0, 100% 100%;
    background-size: auto, auto 140%;
    height: 725px;
  }

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

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

  .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: 0;
  }

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

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

  .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%;
  }

  .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;
  }

  .image-10 {
    inset: auto 0% 0% auto;
    transform: none;
  }

  .gradient-layer {
    background-image: linear-gradient(137deg, #0000 5% 34%, #0000 68%, #000000b5);
  }

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

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

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

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

  .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;
  }

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

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

  .what-are-section {
    padding-right: 0%;
  }

  .what-are-text-holder {
    width: 100%;
    max-width: none;
    margin: 5%;
    padding: 15px;
  }

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

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

  .center-buttons {
    display: none;
  }

  .image-10 {
    display: block;
  }

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

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

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

  .faq2_icon {
    width: 1.75rem;
  }
}

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

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    background-position: 0 0, 90% 100%;
    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%;
  }

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

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

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

  .image-10 {
    max-width: 95%;
  }

  .wrap.center.max {
    width: 90%;
  }

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

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

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

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


