:root {
  --color-3: #132b46;
  --color-7: #206ada;
  --color-6: #e89b22;
  --color-4: #558bce;
  --color-8: #213463;
  --color: white;
  --color-5: #507ec4;
  --color-2: #333;
}

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

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

li {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/hero-girl.png'), url('../images/hero-bg-blue.png');
  background-position: 100% 100%, 100% 150%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 92%, auto 90%;
  align-items: center;
  height: 95vh;
  min-height: 700px;
  margin-top: 5vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
}

.hero-text-div {
  max-width: 36%;
}

.hero-top-line {
  color: var(--color-7);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 500;
}

.hero-lg-line {
  color: var(--color-3);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-p {
  max-width: 98%;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.button {
  background-color: var(--color-7);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 1.2em;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-3);
}

.button.hover-yel:hover {
  background-color: var(--color-6);
}

.button.dark {
  background-color: var(--color-3);
}

.button.dark:hover {
  background-color: var(--color-4);
}

.navbar {
  background-color: var(--color-8);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 80px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding-right: 20px;
  display: flex;
}

.special-wrap {
  background-image: url('../images/welcome-bg-pattern2.png');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 25px;
  padding: 75px;
}

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.eye {
  min-height: 65vh;
  padding-left: 12%;
}

.section.with-l-r {
  padding-left: 5%;
  padding-right: 5%;
}

.couple-glasses-div {
  z-index: 5;
  object-fit: cover;
  border-radius: 50% 0 0% 50%;
  width: 50%;
  height: 115%;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

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

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

.glasses-text-div {
  z-index: 20;
  color: var(--color);
  width: 40%;
  position: relative;
}

.bg-blue-pattern-glasses {
  background-image: url('../images/longer-blue-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 115%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 2%;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  border-radius: 20px;
  max-width: 46%;
  height: 100%;
  margin-right: 4%;
}

.testimonial-card {
  color: var(--color);
  background-color: #fff0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 375px;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 1.2em;
}

.tagline {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 16px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.slider-arrow-embed.rev {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: auto -50px 0% auto;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.p-lg {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.stars-and-rating {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-2 {
  height: 20px;
  margin-right: 10px;
}

.contact-form-section {
  background-image: url('../images/blue-gradient.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 55vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0%;
  display: flex;
}

.form-block {
  background-image: url('../images/testimonial-bg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  margin-bottom: 0;
  padding: 25px;
}

.text-field {
  background-color: #fff0;
  border-radius: 50px;
  min-height: 50px;
  padding-left: 25px;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color);
}

.text-field.tall {
  border-radius: 20px;
  min-height: 125px;
  margin-bottom: 20px;
  padding: 25px;
}

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

.footer {
  background-color: var(--color-8);
  padding-top: 5%;
  padding-bottom: 5%;
}

.logo-holder {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 5;
  background-color: var(--color-8);
  height: 80px;
  padding-left: 50px;
  padding-right: 35px;
  position: relative;
}

.line {
  background-color: var(--color-6);
  height: 1px;
  position: absolute;
  inset: 40px 0% auto;
}

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

.wrap.top-marg {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wrap.top-marg.white {
  color: var(--color);
}

.wrap.flex {
  justify-content: space-between;
  max-width: 1360px;
  min-height: 65vh;
  display: flex;
  position: relative;
}

.wrap.flex.special {
  background-image: linear-gradient(294deg, var(--color-8), #2b4377 38%, #385893 71%, var(--color-5));
  border-radius: 25px;
  margin-top: 5%;
  padding: 25px;
}

.wrap.flex.max {
  max-width: 1360px;
  min-height: 65vh;
}

.wrap.flex.gold {
  border: 2px solid #af941a;
  border-radius: 25px;
  min-height: 0;
  padding: 25px;
}

.sm-text {
  text-align: left;
  width: 32%;
  font-size: .8em;
  line-height: 1.5em;
}

.link-white {
  color: var(--color);
}

.link-white:hover {
  color: var(--color-6);
}

._32 {
  width: 32%;
}

._32.right {
  justify-content: flex-end;
  display: flex;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.img-div-spec {
  z-index: 1;
  background-image: url('../images/kid.png');
  background-position: -150% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  padding: 18px;
  display: flex;
  position: relative;
}

.img-div-spec.senior {
  background-image: url('../images/senior.png');
  background-position: 100% 0;
}

.img-div-spec.contact-girl {
  background-image: url('../images/contacts-girl.png');
  background-position: 100% 100%;
  background-size: auto 90%;
}

.img-div-spec.little-girl {
  background-image: url('../images/little-girl.png');
}

.kid-img-bg {
  background-image: url('../images/doc-room-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 45%;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.txt-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.txt-50.white {
  color: var(--color);
}

.sp-header {
  background-color: var(--color-4);
  color: var(--color);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px 30px;
}

.h2-no-marg {
  margin-bottom: 0;
}

.h2-no-marg.white {
  color: var(--color);
}

.senior-bg-div {
  background-image: url('../images/senior-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25px;
  width: 45%;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.girl-bg-div {
  background-image: url('../images/contacts-bg.jpg');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25px;
  width: 43%;
  margin-top: 100px;
  position: absolute;
  inset: 0% 25px 25px auto;
}

.txt-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.txt-48.right {
  text-align: right;
}

.txt-48.center {
  align-items: flex-start;
  padding-left: 50px;
}

.h2-special {
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/eye-icon.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70px;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
}

._100-centrer {
  color: var(--color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._100-centrer.btm-marg {
  margin-bottom: 5%;
}

.little-girl-bg {
  background-image: url('../images/footer-bg-pic.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25px;
  width: 45%;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.location-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.location {
  line-height: 1.5em;
}

.link {
  color: var(--color-4);
  text-decoration: none;
}

.link:hover {
  color: var(--color);
}

.h2-with-icon-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 98% 100%, 100% 105%;
    background-size: auto 50%, 60%;
    align-items: flex-start;
    height: 725px;
    margin-top: 75px;
    padding-top: 8%;
  }

  .hero-text-div {
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    display: flex;
  }

  .hero-top-line {
    font-size: 1.2em;
  }

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

  .hero-p {
    font-size: 1.2em;
  }

  .special-wrap {
    padding: 25px;
  }

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

  .section.eye {
    background-color: var(--color-3);
    flex-flow: row;
    justify-content: flex-start;
    min-height: 0;
    padding-left: 5%;
  }

  .couple-glasses-div {
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .img-cover.move {
    margin-top: 0;
  }

  .bg-blue-pattern-glasses {
    display: none;
  }

  .testimonial-slide-wrapper {
    max-width: 46%;
    margin-left: 2%;
  }

  .testimonial-card {
    min-height: 400px;
  }

  .testimonial-slider-left {
    left: -30px;
  }

  .testimonial-slider-right {
    right: -30px;
  }

  .p-lg {
    font-size: 1.2em;
  }

  .stars-and-rating {
    margin-bottom: 10px;
  }

  .form-block {
    width: 100%;
    margin-top: 30px;
  }

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

  .wrap.flex.special {
    padding-bottom: 0;
  }

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

  .sm-text, ._32.right {
    width: 49%;
  }

  .img-div-spec {
    background-position: 0 100%;
    width: 100%;
    height: 300px;
  }

  .kid-img-bg {
    width: 100%;
    height: 250px;
    margin-top: 50px;
    inset: 0% 0% auto;
  }

  .txt-50 {
    width: 100%;
    margin-top: 30px;
  }

  .senior-bg-div {
    width: 100%;
    height: 250px;
    margin-top: 50px;
    inset: 0% 0% auto;
  }

  .girl-bg-div {
    width: 100%;
    height: 250px;
    inset: auto 0% 0%;
  }

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

  .txt-48.center {
    width: 100%;
    padding-left: 0;
  }

  .h2-special {
    width: 100%;
  }

  .little-girl-bg {
    background-position: 0%;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-top: 50px;
    inset: 0% 0% auto;
  }

  .h2-with-icon-mobile {
    width: 100%;
    display: flex;
  }

  .h2-with-icon-desktop {
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-size: auto 45%, 45%;
    height: 450px;
    min-height: 0;
    margin-top: 50px;
    padding-top: 8%;
  }

  .hero-text-div {
    width: 90%;
  }

  .hero-top-line {
    margin-bottom: 5px;
  }

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

  .hero-p {
    max-width: none;
    font-size: 1em;
  }

  .button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .button.hover-yel.sm {
    padding: 12px 20px;
    font-size: .9em;
  }

  .button.dark {
    text-align: center;
    font-size: .9em;
  }

  .image, .nav-menu {
    height: 60px;
  }

  .special-wrap {
    width: 100%;
  }

  .section.eye {
    flex-flow: column;
    align-items: center;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .couple-glasses-div {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .glasses-text-div {
    width: 90%;
  }

  .testimonial-slide-wrapper {
    max-width: 96%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonial-card {
    min-height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .testimonial-slider-left {
    left: -30px;
  }

  .testimonial-slider-right {
    right: -30px;
  }

  .contact-form-section {
    background-position: 25% 0;
  }

  .form-block {
    padding: 15px;
  }

  .wrap.top-marg.white {
    text-align: center;
    flex-flow: column;
  }

  .wrap.flex.special {
    padding-top: 0;
  }

  .sm-text {
    width: auto;
    margin-bottom: 20px;
  }

  ._32.right {
    width: auto;
  }

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

  .img-div-spec.contact-girl {
    margin-bottom: 5%;
  }

  .sp-header {
    padding: 15px;
  }

  .h2-no-marg.white {
    font-size: 2em;
  }

  .girl-bg-div {
    width: 90%;
    bottom: 3.3%;
    left: 5%;
    right: 5%;
  }

  ._100-centrer {
    width: 100%;
  }

  .location-wrap {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-size: auto 35%, 65%;
    height: 550px;
  }

  .hero-text-div {
    width: 90%;
  }

  .hero-top-line {
    font-size: 1em;
  }

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

  .hero-p {
    margin-bottom: 15px;
  }

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

  .button.hover-yel.sm {
    padding: 10px 15px;
    font-size: .8em;
  }

  .image {
    height: 40px;
  }

  .nav-menu {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .special-wrap {
    padding: 20px;
  }

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

  .section {
    padding-top: 8%;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    min-height: 400px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonial-card {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-info {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .testimonial-slider-left {
    left: -15px;
  }

  .testimonial-slider-right {
    right: -15px;
  }

  .p-lg {
    font-size: 1.1em;
  }

  .contact-form-section {
    background-position: 100% 100%;
    background-size: cover;
    padding-top: 0%;
    padding-bottom: 200px;
    padding-right: 0%;
  }

  .form-block {
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    height: 50px;
  }

  .line {
    top: 25px;
  }

  .wrap.top-marg.white {
    margin-top: 20px;
  }

  .wrap.flex.special {
    padding: 0;
  }

  .wrap.flex.gold {
    padding: 15px;
  }

  .brand {
    margin-top: 5px;
    padding-left: 0;
  }

  .mask {
    width: 100%;
    margin-left: 0%;
  }

  .img-div-spec.contact-girl {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .txt-50.white {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-no-marg.white {
    font-size: 1.8em;
  }

  .girl-bg-div {
    bottom: 20px;
  }

  .h2-special {
    background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/eye-icon.png');
    background-size: auto, 40px;
    padding-right: 50px;
    font-size: 1.8em;
  }

  ._100-centrer.btm-marg {
    width: 90%;
  }

  .location-wrap {
    flex-flow: column;
    width: 100%;
  }
}


