a:hover, button:hover {
  cursor: pointer;
}

.home.main {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.home .header {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  height: 161px;
  min-height: 161px;
  overflow: hidden;
}
.home .flexRowDiv {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 16px auto 0;
  width: 1250px;
  border-bottom: 2px solid rgb(51, 51, 51);
}
@media (min-width: 1920px) and (max-width: 2999px) {
  .home .flexRowDiv {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
@media (max-width: 1199px) {
  .home .flexRowDiv {
    width: 1000px;
  }
}
@media (max-width: 991px) {
  .home .flexRowDiv {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .home .flexRowDiv {
    width: 550px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .home .flexRowDiv {
    width: 100%;
    justify-content: center;
  }
}
.home .logo {
  flex: 0 0 auto;
  width: 283px;
  min-width: 0;
}
@media (max-width: 1399px) {
  .home .logo {
    display: flex;
  }
}
.home .treeHouseEyesLinkDiv {
  display: flex;
  gap: 0 4px;
  flex: 0 1 183;
  margin: 32px 0 11px;
  width: 183px;
  min-width: 0;
}
@media (min-width: 1920px) and (max-width: 2999px) {
  .home .treeHouseEyesLinkDiv {
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
}
@media (max-width: 767px) {
  .home .treeHouseEyesLinkDiv {
    display: none;
  }
}
@media (max-width: 575px) {
  .home .treeHouseEyesLinkDiv {
    display: none;
  }
}
.home .websiteNameP {
  margin: 0 5px 0 0;
  font: 400 17px/22px Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
.home .secondaryBranding {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
}
.home .secondaryBranding:hover {
  color: rgb(80, 80, 80);
  fill: rgb(80, 80, 80);
}
.home .secondaryBrandingImageFig {
  margin: 0 0 1px;
  width: 20px;
  min-width: 0;
  height: 20px;
}
.home .myopiaManagementSection {
  display: flex;
  flex-direction: column;
}
.home .flex_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 44px auto 48px;
  width: 1250px;
  max-width: 100%;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .home .flex_col {
    padding: 0 8%;
  }
}
.home .hero_title {
  width: 100%;
  font: 700 40px/1.14 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .home .hero_title {
    align-items: flex-start;
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .home .hero_title {
    font-size: 32px;
  }
}
.home .flex_row {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  margin: 41px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home .flex_row {
    flex-direction: column;
    align-items: center;
    gap: 30px 10px;
  }
}
.home .flex_col1 {
  display: flex;
  flex-direction: column;
  width: 700px;
  min-width: 0;
}
@media (max-width: 767px) {
  .home .flex_col1 {
    width: 100%;
    min-width: unset;
  }
}
.home .image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .title {
  margin: 39px 0 0;
  font: 700 30px/1.13 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .home .title {
    align-items: flex-start;
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .home .title {
    font-size: 24px;
  }
}
.home .subtitle {
  margin: 27px 14px 0 0;
  font: 400 20px/1.14 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .home .subtitle {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .home .subtitle {
    margin: 27px 8px 0 0;
  }
}
.home .btn {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
  width: 420px;
  min-width: 0;
  max-width: 100%;
  font: 700 20px/1 Helvetica, Helvetica, Arial, serif;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(121, 185, 2);
  border-radius: 25px;
  padding: 15px 8px;
  box-shadow: 2px 4px 10px 0 rgba(173, 173, 173, 0.4);
}
.home .btn:hover {
  background-color: rgb(104, 159, 3);
}
@media (max-width: 991px) {
  .home .btn {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home .btn {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home .btn {
    margin: 40px auto 20px;
  }
}
.home .flex_col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 74px;
  width: 480px;
  min-width: 0;
}
@media (max-width: 767px) {
  .home .flex_col2 {
    margin: 0;
    width: 100%;
    min-width: unset;
  }
}
.home .image1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .title1 {
  margin: 42px 0 0;
  width: 100%;
  font: 700 30px/1.13 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .home .title1 {
    align-items: flex-start;
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .home .title1 {
    font-size: 24px;
  }
}
.home .subtitle1 {
  margin: 27px 0 0;
  width: 100%;
  font: 400 20px/1.14 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
}
@media (max-width: 991px) {
  .home .subtitle1 {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home .subtitle1 {
    font-size: 16px;
  }
}
.home .subtitle2 {
  margin: 20px 0 0;
  width: 100%;
  font: 400 22px/1.13 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .home .subtitle2 {
    align-items: flex-start;
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home .subtitle2 {
    text-align: center;
  }
}
.home .subtitle2 a {
  color: rgb(51, 51, 51);
}
.home .subtitle2 a:hover {
  color: rgb(80, 80, 80);
}
.home .wrapper {
  margin: 76px 0 0;
  width: 100%;
  font: 400 12px/1.16 Helvetica, Helvetica, Arial, serif;
  color: rgb(51, 51, 51);
  padding: 0;
}
.home .footer {
  display: flex;
  flex-direction: column;
  min-height: 146px;
}
.home .wrapper1 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 4000px;
  background-color: rgb(80, 80, 80);
}
.home .flex_col3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px 0;
  margin: 32px auto 33px;
  width: 1250px;
  max-width: 85%;
}
.home .flex_row1 {
  display: flex;
  gap: 0 20px;
  width: 637.984375px;
  max-width: 85%;
}
@media (max-width: 991px) {
  .home .flex_row1 {
    flex-direction: column;
    align-items: center;
    gap: 30px 20px;
  }
}
.home .highlight {
  display: flex;
  justify-content: center;
  font: 400 16px/1.25 Helvetica, Helvetica, Arial, serif;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 991px) {
  .home .highlight {
    width: 100%;
  }
}
.home .highlight a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home .highlight a:hover {
  color: rgb(220, 220, 220);
}
.home .flex_row2 {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  width: 100%;
}
@media (max-width: 575px) {
  .home .flex_row2 {
    flex-direction: column;
    align-items: center;
    gap: 30px 10px;
  }
}
.home .highlight1 {
  display: flex;
  justify-content: center;
  margin: 7px 0 0;
  font: 400 16px/1.25 Helvetica, Helvetica, Arial, serif;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 575px) {
  .home .highlight1 {
    margin: 0;
    width: 100%;
  }
}
.home .social-links {
  list-style: none;
}
.home .social-links li {
  display: inline-block;
  margin: 0 7px;
}
.home .social-links li a:hover {
  fill: rgb(220, 220, 220);
}
.home .social-links li:last-child {
  margin-right: 0;
}
.home .image2 {
  margin: 0 0 2px;
  width: 174px;
  min-width: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .home .image2 {
    margin: 0;
    width: 100%;
    min-width: unset;
    max-width: 174px;
  }
}