:root {
  --white: white;
  --black: #333;
  --black-2: black;
  --sea-green: #008966;
  --medium-aquamarine: #67b299;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.evo-hero-section-jm {
  color: var(--white);
  background-color: #000;
  background-image: radial-gradient(circle, #0000002b, #000), url('../images/premium-iol.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding: 100px 5%;
  display: flex;
}

.body {
  color: var(--black);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.evo-hero-wrap-jm {
  color: var(--white);
  text-align: center;
  max-width: 80%;
}

.h2-hero-evo-jm {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

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

.button-evo-jm {
  background-color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1.2em;
}

.button-evo-jm:hover {
  background-color: var(--medium-aquamarine);
}

.button-evo-jm.white {
  background-color: var(--white);
  color: var(--sea-green);
}

.button-evo-jm.white:hover {
  background-color: var(--sea-green);
  color: var(--white);
}

.evo-what-is-section-jm {
  padding: 5% 0;
}

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

.evo-parallax-wrapper-div-jm {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.chart-wrap-jm {
  border: 1px solid #0003;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light-left-txt {
  color: var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.light-left-txt.center {
  border-right: 1px #000;
  align-items: center;
  height: 100px;
  font-size: .9em;
}

.light-left-txt.result {
  background-color: var(--sea-green);
  color: var(--white);
  height: 75px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.light-left-txt.result.center {
  height: 75px;
  padding-right: 10px;
  line-height: 1.1em;
}

.light-left-txt.result.no {
  border-right: 1px #000;
}

.chart-row {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  display: flex;
}

.chart-row.no-line {
  border-bottom-style: none;
}

.chart-title-top {
  color: #003e52;
  border-right: 1px solid #0003;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 16.66%;
  min-height: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.chart-title-top.cent {
  color: var(--black-2);
  border-right: 1px solid #0003;
  padding-left: 10px;
  font-size: 1.1em;
}

.chart-title-top.center {
  text-align: center;
  background-color: #8aa8d733;
  align-items: center;
}

.chart-title-top.center.top-l {
  border-top-left-radius: 20px;
  width: 26%;
}

.chart-title-top.center.top-l.diff {
  color: var(--black-2);
  background-color: #67b2991a;
  border-right: 1px solid #0003;
  border-top-left-radius: 0;
  width: 16.66%;
  padding: 14px;
  font-size: 1.1em;
}

.chart-title-top.center.top-l.diff.end {
  border-right: 1px #0003;
}

.maine-lens-column {
  color: #003e52;
  text-align: center;
  background-color: #67b2991a;
  border-right: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 16.66%;
  min-height: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.maine-lens-column.end {
  border-right-style: none;
}

.lens {
  height: auto;
  margin-bottom: 5px;
}

.chart-title-top-mobile {
  color: #003e52;
  border-right: 1px solid #0003;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 16.66%;
  min-height: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: none;
}

@media screen and (max-width: 991px) {
  .evo-hero-section-jm {
    background-position: 0 0, 50%;
    align-items: center;
    height: 500px;
    padding: 5% 50px 5% 5%;
  }

  .evo-hero-wrap-jm {
    max-width: 100%;
  }

  .evo-what-is-section-jm {
    padding: 0%;
  }

  .evo-parallax-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/palms.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block {
    font-size: 1.5em;
  }

  .chart-wrap-jm {
    width: 100%;
  }

  .light-left-txt {
    font-size: .6em;
  }

  .light-left-txt.center {
    font-size: .7em;
  }

  .light-left-txt.result {
    font-size: .8em;
  }

  .light-left-txt.result.center {
    font-size: .7em;
  }

  .chart-title-top {
    justify-content: flex-start;
    width: 16.66%;
    padding: 0;
    font-size: 1em;
  }

  .chart-title-top.cent {
    justify-content: center;
    width: 16.66%;
    font-size: .8em;
  }

  .chart-title-top.center.top-l {
    width: 27%;
  }

  .chart-title-top.center.top-l.diff {
    justify-content: flex-start;
    padding: 10px;
    font-size: .8em;
  }

  .maine-lens-column {
    width: 16.66%;
    padding: 0;
    font-size: .9em;
  }

  .chart-title-top-mobile {
    justify-content: flex-start;
    width: 16.66%;
    padding: 0;
    font-size: 1em;
  }
}

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

  .evo-hero-section-jm {
    color: var(--white);
    background-image: linear-gradient(#0000009e, #0000009e), url('../images/premium-iol.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: 450px;
    margin-top: 50px;
    padding: 0 5%;
  }

  .evo-hero-wrap-jm {
    color: var(--white);
    max-width: none;
    padding: 10px;
    line-height: 1.5em;
  }

  .h2-hero-evo-jm {
    color: var(--white);
    font-size: 2em;
  }

  .button-evo-jm {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
  }

  .evo-what-is-section-jm {
    padding: 0% 0;
  }

  .evo-parallax-section {
    padding: 50px 20px;
  }

  .evo-parallax-wrapper-div-jm {
    font-size: 1em;
    line-height: 1em;
  }

  .chart-wrap-jm {
    width: 100%;
  }

  .light-left-txt {
    height: 100px;
    font-size: .7em;
  }

  .light-left-txt.result.no {
    font-size: .7em;
  }

  .chart-title-top {
    overflow-wrap: anywhere;
    font-size: .9em;
  }

  .chart-title-top.cent {
    padding-left: 10px;
    font-size: .7em;
  }

  .chart-title-top.center.top-l {
    border-top-left-radius: 0;
  }

  .chart-title-top.center.top-l.diff {
    padding: 5px;
    font-size: .7em;
  }

  .maine-lens-column {
    font-size: .8em;
  }

  .chart-title-top-mobile {
    overflow-wrap: anywhere;
    font-size: .9em;
  }
}

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

  ul {
    padding-left: 20px;
    line-height: 1.3em;
  }

  li {
    margin-bottom: 5px;
  }

  .evo-hero-section-jm {
    background-image: linear-gradient(#000000b5, #000000b5), url('../images/premium-iol.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    align-items: center;
    height: 550px;
  }

  .evo-hero-wrap-jm {
    max-width: none;
    line-height: 1.5em;
  }

  .h2-hero-evo-jm {
    margin-bottom: 10px;
  }

  .button-evo-jm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .evo-what-is-section-jm {
    padding-top: 0%;
  }

  .evo-parallax-wrapper-div-jm {
    margin-bottom: 20px;
    font-size: .75em;
  }

  .light-left-txt {
    align-items: center;
    height: auto;
    margin-top: 10px;
    font-size: .8em;
  }

  .light-left-txt.center {
    height: auto;
    padding: 10px;
    font-size: 1em;
  }

  .light-left-txt.result {
    height: auto;
  }

  .light-left-txt.result.center {
    font-size: 1em;
  }

  .chart-row {
    flex-flow: column;
  }

  .chart-title-top {
    text-align: center;
    align-items: stretch;
    width: 100%;
    font-size: 1.2em;
  }

  .chart-title-top.cent {
    width: 100%;
    padding: 20px;
    font-size: 1.1em;
  }

  .chart-title-top.center.top-l.diff {
    background-color: #95c2cb33;
    width: 100%;
    padding: 20px;
    font-size: 1.1em;
  }

  .chart-title-top.hide {
    display: none;
  }

  .maine-lens-column {
    width: 100%;
  }

  .maine-lens-column.white {
    background-color: var(--white);
  }

  .chart-title-top-mobile {
    text-align: center;
    align-items: stretch;
    width: 100%;
    font-size: 1.2em;
    display: flex;
  }
}


