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

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

ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 40px;
  line-height: 1.5em;
}

li {
  margin-bottom: 10px;
}

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

.hero-content-block {
  z-index: 10;
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 75%;
  display: flex;
  position: relative;
}

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

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

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

.button:hover {
  background-color: var(--color-3);
  color: #000000 !important;
}

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

.button.white:hover {
  background-color: var(--color-2);
  color: #000000 !important;
}

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

.self-test-section {
  padding-top: 5%;
  padding-bottom: 10%;
  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;
}

.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);
  object-fit: cover;
  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;
}

.what-are-text-holder {
  z-index: 50;
  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: 5% 5% 5% 0%;
}

.symptoms-section {
  background-color: #000000;
  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: #000000;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #cdae75c2, #4b402be8 35%, #000000 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, .p-white {
  color: var(--color-2);
}

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

.surgeon-header.max {
  width: 75%;
}

.surgeon-header.center-white {
  color: var(--color-2);
}

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

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

.why-should-section {
  background-image: url('../images/mueller-portrait.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.black-strip-right {
  background-color: #000000;
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

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

.center-buttons.stack {
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.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), #000000);
  padding-top: 5%;
  padding-bottom: 5%;
  display: none;
}

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

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

._5050-section._1 {
  padding-top: 8%;
}

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

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

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

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

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
}

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

.stats-section {
  background-color: #000000;
  padding-top: 3%;
  padding-bottom: 5%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.stat-div {
  color: var(--color-2);
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lg-number {
  color: var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  font-family: Cormorant SC, sans-serif;
  font-size: 5em;
  line-height: 1.2em;
}

.stat-sub {
  margin-top: 10px;
  font-size: 1.2em !important;
  line-height: 1.2em;
}

.price-comparison {
  background-color: #0000000d;
  padding-top: 5%;
  padding-bottom: 5%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-1-pricing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.pricing-info-div {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block {
  border: 1px solid var(--color-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: .9em;
  line-height: 1em;
}

.div-block.white {
  color: var(--color-2);
  margin-bottom: 20px;
}

.price-txt {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-2 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.small {
  font-size: .9em;
  line-height: 1.1em;
}

.bold-gold {
  color: var(--color-5);
  font-size: 1.2em;
  font-weight: 900;
}

.h4-dark {
  color: var(--color-4);
  margin-top: -10px;
}

.h4-more {
  margin-bottom: 25px;
}

.lg-btm {
  font-size: 3em;
  color: var(--color-2) !important;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 725px;
  }

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

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

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

  .button.min {
    margin-bottom: 10px;
  }

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

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

  .why-should-section {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

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

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

  .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._2 {
    padding-bottom: 15%;
  }

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

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

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

  .photo-48.hide-mob {
    display: none;
  }

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

  .tl-dots.r {
    bottom: 5%;
  }

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

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

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

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

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

  .hero {
    height: 500px;
  }

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

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

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

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

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

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

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

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

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

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

  .p-large { 
    font-size: 1.2em !important;
  }

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

  .div-1-pricing {
    padding-bottom: 0;
  }
}

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

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

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

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

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

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

  .dots-left {
    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;
  }

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

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


