:root {
  --color: white;
  --color-3: #fff3b9;
  --color-3-copy: #d9b77a;
  --color-2: #1a1a1a;
  --color-4: #8c5f35;
  --color-5: #4e4e4e;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/golden-hour.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 95vh;
  margin-top: 5vh;
  padding: 5% 25px 5% 5%;
  display: flex;
}

.hero-txt-div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000b0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  padding: 20px;
  display: flex;
}

.hero-title-div {
  color: var(--color);
  width: auto;
}

.hero-lg-line {
  color: var(--color);
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-sub {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2em;
  line-height: 1.2em;
}

.hero-list-div {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.button {
  border: 1px none var(--color-3);
  background-color: var(--color-3-copy);
  color: var(--color-2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1em;
}

.button:hover {
  border-color: var(--color-4);
  background-color: var(--color-3-copy);
  color: var(--color-2);
}

.navbar {
  background-color: var(--color-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-left: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

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

.brand._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.nav-link {
  color: var(--color-3);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

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

.section {
  margin: 10px 10px 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section.st {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.intro {
  padding: 5% 5% 3%;
  position: relative;
}

.section.flex {
  justify-content: space-between;
  padding: 0%;
  display: flex;
}

.section.price {
  margin-bottom: 10px;
  padding-top: 3%;
  padding-bottom: 0%;
  position: relative;
}

.section.candidate {
  background-image: url('../images/man-field.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75vh;
  padding-left: 5%;
  display: flex;
}

.section.pricing {
  color: var(--color);
  text-align: center;
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 40vh;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.st-text-div {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-holder {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.btn-holder.h {
  flex-flow: row;
  justify-content: flex-start;
}

.btn-holder.h.wrap-down {
  flex-flow: wrap;
}

.top-txt {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 8% 5% auto;
}

.service-block {
  width: 32.5%;
  min-height: 400px;
  position: relative;
}

.serv-pic {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.im-cover.zoom {
  width: 120%;
  height: 120%;
}

.im-cover.zoom._2 {
  width: 120%;
  max-width: none;
  height: 120%;
}

.serv-text {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color);
  background-color: #00000078;
  min-height: 120px;
  padding: 10px 15px;
  line-height: 1.2em;
  position: absolute;
  inset: auto 0% 0%;
}

.h3-min {
  min-height: 40px;
  font-family: PT Serif, serif;
  font-size: 1.8em;
  line-height: 1.1em;
}

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

.intro-wrap.right {
  z-index: 5;
  position: relative;
}

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

.text-div-55._5 {
  text-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5%;
}

.bg-square {
  background-color: #fff3b940;
  width: auto;
  height: auto;
  padding-bottom: 5%;
  position: absolute;
  inset: 0%;
}

.white-section {
  padding-top: 5%;
  padding-bottom: 0%;
  display: block;
}

.testimonials {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.flex.top-marg {
  margin-top: 50px;
}

.flex._90 {
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.flex._90.no {
  margin-bottom: 0%;
}

.test-div-49 {
  background-color: var(--color-2);
  color: var(--color);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: flex;
  position: relative;
}

.quote-icon {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.evo-icl-section {
  background-image: url('../images/evo-lens.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 0;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 45% 20px 30px;
  display: flex;
  position: relative;
}

.evo-icl-section.grow.min {
  color: var(--color);
  background-image: url('../images/637cc6be927f48dab587c863_girl-listening-to-music.jpg');
  background-position: 0 30%;
  min-height: 65vh;
  padding-right: 40%;
}

.title-div {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.smile-2 {
  background-image: url('../images/zeiss-smile.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 52%;
  display: flex;
  position: relative;
}

.smile-2.grow {
  background-position: 100%;
  justify-content: flex-start;
  min-height: 50vh;
  padding-top: 0;
  padding-left: 52%;
}

.rle {
  background-image: url('../images/rle.jpg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 65vh;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 20px 55%;
  display: flex;
  position: relative;
}

.rle.grow {
  background-image: url('../images/woman-jogging.jpg');
  background-position: 100% 20%;
  padding-left: 30px;
  padding-right: 50%;
}

.h2-lg {
  font-size: 3em;
}

.line {
  background-color: var(--color-5);
  height: 1px;
  margin-bottom: 50px;
}

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

.wrap.flex {
  justify-content: space-between;
  display: flex;
}

.form-holder {
  color: var(--color);
  width: 60%;
}

.text-field {
  background-color: #ffffffad;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: #0a0a0a;
}

.footer {
  background-color: var(--color-2);
  background-image: linear-gradient(#0009, #0009);
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.field-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

._10 {
  height: 10px;
}

.locations {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-marg {
  margin-right: 0;
}

.vid-parallax {
  min-height: 0;
  margin: 10px;
  position: relative;
}

.h2-slide {
  font-family: PT Serif, serif;
}

.button-no-ani {
  border: 1px none var(--color-3);
  background-color: var(--color-3-copy);
  color: var(--color-2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 20px;
  font-weight: 600;
  line-height: 1em;
}

.button-no-ani:hover {
  border-color: var(--color-4);
  background-color: var(--color-3-copy);
  color: var(--color-2);
  background-image: none;
}

.button-no-ani.phon {
  margin-bottom: 0;
}

.mobile-btn-div {
  display: none;
}

.background-video {
  filter: brightness(200%) grayscale();
}

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

.image-3 {
  filter: hue-rotate(216deg);
  max-width: 300px;
  position: absolute;
  inset: 20px auto auto 20px;
}

.evo-content-div {
  z-index: 100;
  position: relative;
}

.bg-gradient {
  z-index: 1;
  background-image: linear-gradient(211deg, #0000 4% 57%, #000000a1 76%, #000);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.image-4 {
  max-width: 150px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.button-gradient {
  border: 1px solid var(--color-3);
  background-color: var(--color-3);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-3-copy) 20%, #eed99e 32%, var(--color-3) 50%, #f0dca1 64%, var(--color-3-copy) 83%, var(--color-4));
  color: var(--color-2);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button-gradient:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color);
  background-image: none;
}

.candidate-text {
  color: var(--color);
  background-color: #0000008a;
  width: 50%;
  padding: 30px;
}

.doc {
  padding-top: 5%;
  padding-bottom: 5%;
}

.button-2 {
  color: #1a1a1a;
  text-align: center;
  background-color: #02aeee;
  border: 1px solid #02aeee;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button-2:hover {
  color: #fff;
  background-color: #2272b1;
  border-color: #2272b1;
}

.smile-txt {
  background-color: #fff3b933;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  padding: 30px 30px 10px;
  display: flex;
  position: relative;
}

.smile-txt.more {
  padding-bottom: 30px;
}

.photo-49 {
  object-fit: cover;
  border-radius: 10px;
  width: 49%;
  overflow: hidden;
}

.image-5 {
  filter: invert();
}

.radio-holder {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 0;
  margin-left: 15px;
  display: flex;
}

.radio-button {
  margin-right: 10px;
}

.recaptcha {
  margin-bottom: 20px;
}

.left {
  text-align: left;
  width: 48%;
}

.form-holder-pricing {
  color: var(--color);
  text-align: left;
  width: 48%;
}

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

  .hero {
    background-position: 50% 0;
    height: 725px;
    margin-top: 75px;
    padding: 0;
  }

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

  .hero-lg-line {
    font-size: 3.4em;
  }

  .hero-list-div {
    justify-content: flex-start;
  }

  .button {
    font-size: .9em;
  }

  .navbar {
    background-color: var(--color-2);
  }

  .nav-menu {
    background-color: var(--color-2);
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section.flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .section.candidate {
    min-height: 0;
    padding: 0%;
  }

  .section.pricing {
    flex-flow: column;
    padding-left: 5%;
    padding-right: 5%;
  }

  .btn-holder.h {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-block {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

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

  .intro-wrap.right {
    align-items: flex-end;
  }

  .text-div-55 {
    width: 100%;
  }

  .evo-icl-section.grow.min {
    background-position: 75% 100%;
  }

  .smile-2.grow {
    background-image: linear-gradient(283deg, var(--color), #fff0), url('../images/zeiss-smile.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .rle.grow {
    background-position: 65% 0;
    justify-content: flex-start;
    padding-right: 40%;
  }

  .h2-lg {
    font-size: 2.5em;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .button-no-ani {
    font-size: .9em;
  }

  .mb {
    color: var(--color);
  }

  .mb.w--open {
    background-color: var(--color-3-copy);
    color: var(--color-2);
  }

  .background-video {
    height: 45vh;
  }

  .bg-gradient {
    background-image: linear-gradient(211deg, #0000 4% 12%, #000000a1 53%, #000);
  }

  .image-4 {
    max-width: 100px;
  }

  .candidate-text {
    background-color: #000;
    width: 100%;
  }

  .left, .form-holder-pricing {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    justify-content: flex-end;
    height: 450px;
    margin-top: 50px;
  }

  .hero-txt-div {
    width: 80%;
  }

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

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

  .hero-list-div {
    display: none;
  }

  .image {
    height: 50px;
  }

  .brand._2 {
    padding-left: 0;
  }

  .flex.top-marg, .flex._90 {
    flex-flow: column;
  }

  .test-div-49 {
    width: 100%;
    margin-bottom: 20px;
  }

  .evo-icl-section.grow.min {
    background-color: #000;
    background-size: contain;
    padding-bottom: 300px;
    padding-right: 30px;
  }

  .smile-2.grow {
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    padding: 0 20px 325px;
  }

  .rle.grow {
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    padding: 20px 20px 350px;
  }

  .h2-lg {
    font-size: 2em;
  }

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

  .form-holder {
    width: 100%;
  }

  .footer {
    padding-bottom: 100px;
  }

  .info-35 {
    width: 100%;
  }

  .locations {
    flex-flow: column;
  }

  .mobile-btn-div {
    z-index: 1000;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .link-block {
    background-color: var(--color-4);
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 1em;
    text-decoration: none;
  }

  .link-block:hover, .link-block.blue {
    background-color: var(--color-2);
  }

  .link-block.blue:hover {
    background-color: var(--color-4);
  }

  .bg-gradient {
    background-image: linear-gradient(318deg, #0000 4% 12%, #000000a1 53%, #000);
  }

  .smile-txt, .photo-49 {
    width: 100%;
  }

  .photo-49.hide {
    display: none;
  }
}

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

  .hero {
    background-position: 80% 100%;
    background-size: auto 120%;
    height: 450px;
  }

  .hero-txt-div {
    text-align: center;
    width: 100%;
    padding: 15px;
  }

  .hero-lg-line {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .button {
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .section.st {
    margin: 0;
  }

  .service-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex.top-marg {
    margin-top: 0;
  }

  .evo-icl-section.grow.min {
    background-position: 87% 100%;
    padding: 20px 20px 175px;
  }

  .smile-2.grow {
    padding: 0 0 175px;
  }

  .rle.grow {
    padding: 0 0 200px;
  }

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

  .form-holder {
    width: 100%;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 125px;
  }

  .info-35 {
    width: 100%;
  }

  .h2-slide {
    font-size: 1.8em;
  }

  .link-block.blue {
    line-height: 1.2em;
  }

  .background-video {
    height: 30vh;
  }

  .heading {
    font-size: 1.8em;
  }

  .image-2 {
    max-width: 150px;
  }

  .image-3 {
    max-width: 250px;
  }

  .image-4 {
    margin-left: -5px;
  }

  .candidate-text {
    padding: 20px;
  }

  .smile-txt {
    padding: 15px;
  }

  .form-holder-pricing {
    width: 100%;
  }
}


