<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 124px;
  padding-left: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(72deg, rgba(0, 0, 0, 0.91), transparent 80%), url('../images/Cataracthero_photo.jpg');
  background-position: 0px 0px, 100% 10%;
  background-size: auto, cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #0c2046;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.74);
}

.nav-link {
  border-bottom: 2px solid #0c2046;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #00e1cc;
}

.nav-link.w--current {
  color: #00e1cc;
}

.nav-link.phone {
  color: #00e1cc;
}

.brand {
  width: 9%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  padding-top: 1%;
}

.hero-wrapper-div {
  max-width: 50%;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}

.button-blue {
  margin-right: 10px;
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #0c2046;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-blue:hover {
  background-color: #183263;
}

.button-blue.main {
  margin-top: 20px;
  margin-right: 0px;
}

.button-green {
  margin-right: 10px;
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #009587;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-green:hover {
  background-color: #12b8a8;
}

.button-green.main {
  margin-top: 20px;
  margin-right: 0px;
}

.self-test-section {
  padding: 100px;
  background-color: #f9f9f9;
}

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-main {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #0c2046;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h2-main.white {
  margin-bottom: 0px;
  color: #fff;
  line-height: 55px;
}

.h2-main.left {
  text-align: left;
}

.little-green {
  width: 150px;
  height: 5px;
  margin-bottom: 30px;
  background-color: #009587;
}

.par-center {
  margin-bottom: 20px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.canadas-best-div {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009587), to(#009587));
  background-image: linear-gradient(180deg, #009587, #009587);
}

.north-americas-best-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-div-50._2 {
  background-image: url('../images/cataract2_photo.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-div-50 {
  width: 50%;
  background-image: url('../images/cataract_photo.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-div-50._3 {
  width: 50%;
  background-image: url('../images/lal-hero-sm.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-div-50._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.par-left {
  margin-bottom: 20px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.text-span {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.high-def-section {
  padding: 100px;
  background-color: #0c2046;
}

.high-def-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image {
  width: auto;
  margin-bottom: 0px;
}

.text-span-2 {
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.call-out-text {
  margin-bottom: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.compare-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/cataractcompare.jpg');
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 65%), url('../images/cataractcompare.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.compare-wrapper-div {
  max-width: 45%;
}

.compare-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 50px;
  margin-right: 10px;
}

.compare-list {
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

._123-section {
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.05);
}

._123-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 100px;
  background-image: url('../images/relax-icon-1.png');
  background-position: 25% 50%;
  background-size: 115px;
  background-repeat: no-repeat;
}

.icon._2 {
  background-image: url('../images/relax-icon-2.png');
}

.icon._3 {
  background-image: url('../images/relax-icon-3.png');
}

.h4-green {
  margin-top: 0px;
  font-family: Gotham, sans-serif;
  color: #009587;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.vision-over-40-section {
  display: none;
  height: auto;
  padding: 100px;
}

.tabs-menu {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tablink {
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.31);
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.tablink:hover {
  background-color: #000;
  color: #fff;
}

.tablink.w--current {
  background-color: #fff;
  color: #009587;
}

.ajax_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ajax_content._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(rgba(0, 0, 0, 0.73))), url('../images/refractive-img.jpg');
  background-image: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.73)), url('../images/refractive-img.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.74))), url('../images/visian-img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74)), url('../images/visian-img.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.ajax_content._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.79))), url('../images/cataract-ajax-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 1%, rgba(0, 0, 0, 0.79)), url('../images/cataract-ajax-img.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, transparent), to(rgba(0, 0, 0, 0.88))), url('../images/visian-img2.jpg');
  background-image: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.88)), url('../images/visian-img2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._1 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.83))), url('../images/smile-img2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 23%, rgba(0, 0, 0, 0.83)), url('../images/smile-img2.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ajax_content._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.68))), url('../images/lasik-img.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.68)), url('../images/lasik-img.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.ajax_text_wrapper {
  width: 90%;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  padding-right: 29px;
  padding-left: 29px;
}

.ajax_text-jm {
  margin-bottom: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.over-40-wrapper-div {
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.locations-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 100px 100px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009587), to(#009587));
  background-image: linear-gradient(180deg, #009587, #009587);
}

.locations-wrapper-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Screen-Shot-2021-09-24-at-11.35.45-AM.png');
  background-position: 50% 0%;
  background-size: cover;
}

.location.left {
  margin-right: 25px;
  background-image: url('../images/Herzig-Toronto.jpg');
}

.location.right {
  margin-left: 25px;
  background-image: url('../images/HEI-Ottawa-Reception.jpg');
}

.address-info {
  position: absolute;
  bottom: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding: 20px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.26);
}

.image-3 {
  width: 50px;
  margin-bottom: 20px;
}

.address-text {
  margin-bottom: 0px;
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.location-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #009587;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.contact-section {
  padding: 100px 100px 30px;
  background-color: #161c4b;
}

.contact-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 55%;
  margin-bottom: 100px;
}

.footer-text {
  margin-bottom: 20px;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.list-item {
  font-family: 'Gotham book', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.advanced-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanvced-left-text {
  width: 60%;
  padding-right: 50px;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.special-table {
   border-collapse: separate;
   font-family: 'Gotham book', sans-serif;
}

.special-table td {
  width: 33%;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
  border-right: 80px #0c2046 solid;
  font-size: 1.2em;
}

.special-table tr:first-child th {
  color: #000;
  padding: 40px 30px;
  text-transform: uppercase;
  background: linear-gradient(90deg, transparent -20%, rgba(255,255,255, 0.6) 50%, transparent 120% ), #009587;
  font-weight: 600;
  border-right: 80px #f2f2f2 solid;
  letter-spacing: 1px;
  font-size: 1.2em;
}

.special-table tr:first-child th:nth-child(2) {
  background: #333333;
  color:#fff;
}

.special-table tr:last-child td {
  border-bottom: 40px #0c2046 solid ;
}

.special-table tr:first-child th:first-child{
  background: unset;
  border-right: unset;
  font-size: 1.5em;
}

.special-table tr td:first-child {
  text-transform: uppercase;
  font-weight: 600;
  border-right: unset;
  font-size: 1.5em;
  letter-spacing: 1px;
}

.special-table tr {
  background-color: #0c2046;
}

.special-table tr td {
  background-color: #009587;
}

.special-table tr td:nth-child(2) {
  background-color: #333;
}

.special-table tr td:first-child{
  background-color: unset;
}

.special-table tr:first-child{
  background-color: unset;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, transparent), to(#000)), url('../images/Cataracthero_photo.jpg');
    background-image: linear-gradient(180deg, transparent 39%, #000), url('../images/Cataracthero_photo.jpg');
    background-position: 0px 0px, 80% 0%;
    background-size: auto, cover;
  }

  .brand {
    width: 20%;
  }

  .nav-menu.w--open {
    background-color: #0c2046;
  }

  .hero-wrapper-div {
    max-width: none;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .button-green {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .self-test-section {
    padding: 50px;
  }

  .h2-main.white {
    line-height: 50px;
  }

  .canadas-best-div {
    padding: 50px;
  }

  .north-americas-best-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-div-50 {
    width: 100%;
    min-height: 0px;
    padding: 50px;
  }

  .left-div-50._2 {
    display: none;
    min-height: 400px;
  }

  .right-div-50 {
    width: 100%;
    min-height: 400px;
  }

  .right-div-50._2 {
    width: 100%;
    padding: 50px;
  }

  .high-def-section {
    padding: 50px;
  }

  .high-def-wrapper-div {
    padding: 50px;
  }

  .image {
    width: 100%;
    margin-top: 20px;
  }

  .compare-section {
    min-height: 0px;
    padding: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0))), url('../images/cataractcompare.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 65%), url('../images/cataractcompare.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .compare-wrapper-div {
    max-width: none;
  }

  ._123-section {
    padding: 50px;
  }

  .icon-holder-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-div {
    width: 60%;
  }

  .vision-over-40-section {
    padding: 50px;
  }

  .ajax_content._5 {
    height: 975px;
  }

  .ajax_content._3 {
    height: 975px;
  }

  .ajax_content._6 {
    height: 975px;
  }

  .ajax_content._4 {
    height: 975px;
    background-position: 0px 0px, 60% 50%;
  }

  .ajax_content._1 {
    height: 975px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.83))), url('../images/smile-img2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 23%, rgba(0, 0, 0, 0.83)), url('../images/smile-img2.jpg');
    background-position: 0px 0px, 65% 30%;
  }

  .ajax_content._2 {
    height: 975px;
    background-position: 0px 0px, 70% 30%;
  }

  .locations-section {
    padding: 130px 50px 50px;
  }

  .locations-wrapper-dv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location.left {
    width: 75%;
    margin-right: 0px;
    margin-bottom: 130px;
  }

  .location.right {
    width: 75%;
    margin-left: 0px;
  }

  .address-info {
    width: 70%;
  }

  .contact-section {
    padding: 50px 50px 20px;
  }

  .image-4 {
    width: 90%;
    margin-bottom: 50px;
  }

  .icon-2 {
    color: #009587;
  }

  .menu-button {
    background-color: #0c2046;
  }

  .menu-button.w--open {
    background-color: #0c2046;
  }

  .advanced-50-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advanvced-left-text {
    width: 100%;
    padding-right: 0px;
  }

  .special-table td {
    border-right: 30px #0c2046 solid;
  }

  .special-table tr:first-child th {
    border-right: 30px #f2f2f2 solid;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .button-blue.main {
    margin-top: 10px;
  }

  .button-green {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button-green.main {
    margin-top: 10px;
  }

  .self-test-section {
    padding: 30px 20px;
  }

  .h2-main {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-main.white {
    line-height: 40px;
  }

  .little-green {
    margin-bottom: 20px;
  }

  .canadas-best-div {
    padding: 20px;
  }

  .left-div-50 {
    padding: 30px 20px;
  }

  .right-div-50 {
    min-height: 350px;
  }

  .right-div-50._2 {
    padding: 30px 20px;
  }

  .high-def-section {
    padding: 20px;
  }

  .high-def-wrapper-div {
    padding: 20px;
  }

  .compare-section {
    padding: 30px;
  }

  ._123-section {
    padding: 30px;
  }

  .icon-div {
    width: 90%;
  }

  .vision-over-40-section {
    padding: 30px;
  }

  .tablink {
    padding: 10px;
  }

  .ajax_content._5 {
    background-position: 0px 0px, 65% 40%;
  }

  .ajax_content._6 {
    background-position: 0px 0px, 70% 30%;
  }

  .ajax_content._4 {
    background-position: 0px 0px, 45% 50%;
  }

  .locations-section {
    padding: 115px 30px 30px;
  }

  .location.left {
    width: 100%;
  }

  .location.right {
    width: 100%;
  }

  .contact-section {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }
  .special-table td, .special-table tr:first-child th {
    border-right: unset;
  }
  .special-table tr:last-child td {
    border-bottom: unset;
  }
  .special-table td, .special-table tr:first-child th {
    padding: 3%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 600px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-position: 0px 0px, 90% 0%;
  }

  .brand {
    width: 35%;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .button-blue.main {
    text-align: center;
  }

  .button-green.main {
    text-align: center;
  }

  .self-test-section {
    padding: 20px 10px;
  }

  .h2-main {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-main.white {
    line-height: 35px;
  }

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

  .canadas-best-div {
    padding: 10px;
  }

  .left-div-50 {
    padding: 20px 10px;
  }

  .right-div-50._2 {
    padding: 20px 10px;
  }

  .text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .par-left {
    text-align: center;
  }

  .high-def-wrapper-div {
    padding: 10px;
  }

  .image {
    width: 100%;
    margin-bottom: 10px;
  }

  .compare-section {
    padding: 20px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0) 65%);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .compare-wrapper-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: 30px;
  }

  ._123-section {
    padding: 10px;
  }

  .icon-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    margin-bottom: 20px;
  }

  .vision-over-40-section {
    padding: 10px;
  }

  .tabs-menu {
    width: 50%;
  }

  .ajax_content._5 {
    height: 1200px;
  }

  .ajax_content._3 {
    height: 1200px;
    background-position: 0px 0px, 60% 45%;
  }

  .ajax_content._6 {
    height: 1200px;
  }

  .ajax_content._4 {
    height: 1200px;
    background-position: 0px 0px, 55% 50%;
  }

  .ajax_content._1 {
    height: 1200px;
  }

  .ajax_content._2 {
    height: 1200px;
  }

  .ajax_text_wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .over-40-wrapper-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .locations-section {
    padding: 75px 11px 11px;
  }

  .location.left {
    margin-bottom: 90px;
  }

  .address-info {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-section {
    padding: 10px;
  }
  .special-table tr td, .special-table tr td:first-child, .special-table tr:first-child th {
    font-size: 1em;
  }
  .special-table td, .special-table tr:first-child th {
    padding: 2%;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}</pre></body></html>