:root {
  --black: #333;
  --black-2: black;
  --white: white;
  --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 {
  background-image: url('../images/woman-at-home.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  padding: 100px;
  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(--black-2);
  max-width: 50%;
}

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

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

.button-evo-jm._30 {
  width: 30%;
}

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

.paragraph-jm {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-jm.center-white {
  color: var(--white);
  text-align: center;
}

.lens-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-aquamarine), var(--sea-green));
  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;
}

.evo-advantage-section-jm {
  background-image: url('../images/man-outdoors.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  min-height: 75vh;
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0%;
  display: flex;
}

.advantage-wrap-jm {
  color: var(--white);
  background-color: #008966e6;
  max-width: 55%;
  padding: 35px 35px 15px;
}

.img-dover-div {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

.img-dover-div._48 {
  width: 48%;
}

.img-dover-div._100 {
  width: 100%;
  margin-bottom: 15px;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  display: flex;
}

.txt-div.pro {
  background-color: var(--sea-green);
  color: var(--white);
  width: 50%;
  padding: 65px 65px 45px;
}

.wrap {
  justify-content: space-between;
  width: 90%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap._100 {
  width: 100%;
}

.wrap._100.top-marg {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.wrap.stack.center {
  color: var(--white);
  text-align: center;
  align-items: center;
}

.wrap.center-al {
  align-items: center;
}

.tech-div {
  color: var(--white);
  background-color: #00000040;
  width: 32%;
  margin-bottom: 1.5%;
  margin-left: .65%;
  margin-right: .65%;
  padding: 15px;
}

.h3-min {
  min-height: 50px;
  margin-bottom: 10px;
}

.section {
  padding: 5% 0;
}

.section.no-btm {
  padding-bottom: 0%;
}

.slide-nav {
  display: none;
}

.procedure-slider {
  background-color: #ddd0;
  min-height: 75vh;
  margin: 30px 10px 10px;
}

.procedure-slide {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.procedure-wrap {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow {
  margin-right: -10px;
}

.left-arrow {
  margin-left: -10px;
}

@media screen and (max-width: 991px) {
  .evo-hero-section-jm {
    background-image: url('../images/woman-at-home.jpg');
    background-position: 50%;
    background-size: cover;
    height: 800px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h2-hero-evo-jm {
    font-size: 2.5em;
  }

  .button-evo-jm._30 {
    width: auto;
  }

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

  .lens-section {
    padding-left: 0;
    padding-right: 0;
  }

  .evo-parallax-section {
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/palms.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding: 100px 50px;
  }

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

  .evo-advantage-section-jm {
    min-height: 0;
    padding: 0;
  }

  .advantage-wrap-jm {
    background-color: #008966;
    max-width: none;
    padding: 20px;
  }

  .img-dover-div {
    width: 100%;
    min-height: 400px;
  }

  .img-dover-div._48 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 0;
    max-height: 400px;
    display: flex;
  }

  .img-dover-div._100 {
    min-height: 0;
  }

  .img-dover-div._50.hide {
    display: none;
  }

  .img-cover.m {
    margin-top: -50px;
  }

  .txt-div {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .txt-div.pro {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap {
    flex-direction: column;
  }

  .wrap.center-al {
    text-align: center;
  }

  .tech-div {
    width: 48%;
  }

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

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.no-btm {
    padding-bottom: 5%;
  }

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

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

  .evo-hero-section-jm {
    height: 450px;
    margin-top: 50px;
    padding: 20px;
  }

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

  .h2-hero-evo-jm {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

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

  .button-evo-jm.white {
    padding: 10px 20px;
    font-size: .9em;
  }

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

  .lens-section {
    padding: 50px 0 20px;
  }

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

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

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

  .advantage-wrap-jm {
    background-color: #008966;
    padding: 20px;
  }

  .img-dover-div {
    min-height: 300px;
  }

  .img-dover-div._48 {
    max-height: 300px;
  }

  .txt-div.pro {
    justify-content: flex-start;
    padding: 20px;
  }

  .tech-div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section {
    padding: 50px 20px;
  }

  .slide-nav {
    padding-left: 20px;
    display: flex;
  }

  .right-arrow, .left-arrow {
    display: none;
  }
}

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

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

  .evo-hero-section-jm {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #000000bd, #0000), url('../images/woman-at-home.jpg');
    background-position: 0 0, 0 0, 80% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 130%;
    align-items: flex-end;
    height: 550px;
    padding: 10px;
  }

  .evo-hero-wrap-jm {
    color: var(--white);
    max-width: none;
  }

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

  .evo-what-is-section-jm {
    padding-top: 50px;
  }

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

  .advantage-wrap-jm {
    padding: 15px;
  }

  .img-dover-div {
    min-height: 200px;
  }

  .img-dover-div._48 {
    max-height: 200px;
  }

  .img-cover.m {
    margin-top: -20px;
  }

  .txt-div.pro {
    padding: 15px;
  }

  .section.no-btm {
    padding-left: 0;
    padding-right: 0;
  }

  .procedure-slider {
    min-height: 800px;
  }
}


