:root {
  --blue: #243c75;
  --light-blue: #4292cf;
  --dark-blue: #021b41;
  --black: #000;
  --yellow: #f37021;
  --grey: #dce3f0;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
  display: grid;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.7rem;
}

h2 {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Cinzel, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

p {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9rem;
}

a {
  color: var(--yellow);
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.8rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 320px;
  margin-right: auto;
}

.top_phone_btn {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.top_phone_btn:hover {
  color: var(--light-blue);
}

.hero_section {
  height: 700px;
  margin-left: 5%;
  margin-right: 5%;
}

.bg_video {
  background-color: #0000004a;
  background-image: linear-gradient(#0000, #0000);
  height: 100%;
}

.main_tagline_wrapper {
  text-align: center;
  border-top: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  padding: 5% 0%;
  display: flex;
  position: static;
  inset: auto 0% 11%;
}

.main_tagline {
  color: var(--blue);
  text-align: center;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.yellow_text {
  color: var(--yellow);
  font-weight: 400;
}

.header_section {
  padding-top: 88px;
  padding-left: 5%;
  padding-right: 5%;
}

.welcome_section {
  padding: 7% 10%;
}

.hero_decor_wrapper {
  z-index: 100;
  width: 50%;
  height: 20px;
  margin-bottom: 5%;
  margin-left: 0%;
  display: flex;
  position: static;
  top: 0;
  bottom: auto;
  left: 0%;
}

.decor_div {
  width: 20%;
}

.decor_div.dark_blue {
  background-color: var(--dark-blue);
}

.decor_div.blue {
  background-color: var(--blue);
}

.decor_div.grey {
  background-color: var(--grey);
}

.decor_div.yellow {
  background-color: var(--yellow);
}

.decor_div.light_blue {
  background-color: var(--light-blue);
}

.two_columns_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  padding: 0;
  display: grid;
}

.p_last {
  margin-bottom: 0;
}

.welcoome_headline {
  color: var(--light-blue);
  letter-spacing: -1px;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.headline_cell {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5%;
}

.welcome_content_cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0%;
}

.participation_section {
  background-image: radial-gradient(circle farthest-side at 100% 25%, #e1a04a75, #e1a04a00 40%), radial-gradient(circle farthest-side at 25% 100%, #4292cf, #4292cf00 57%), linear-gradient(124deg, var(--dark-blue), var(--blue));
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
}

.center_wrapper {
  text-align: center;
}

.center_wrapper.narrow {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hp_subheadline {
  color: var(--white);
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.hp_subheadline.small {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.hp_headline {
  color: var(--light-blue);
}

.hp_headline.white {
  color: var(--white);
  text-transform: none;
  font-family: Cinzel, sans-serif;
  font-weight: 400;
}

.hp_headline.no_margin {
  margin-bottom: 10px;
}

.hp_headline.contact {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2rem;
}

.callout_grid {
  margin-top: 5%;
  padding: 0;
}

.callout_cell {
  border: 1px dashed var(--yellow);
  mix-blend-mode: normal;
  background-color: #0000001a;
  align-items: stretch;
  padding: 10%;
}

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

.callout_img_div {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.callout_headline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.callout_headline.level {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.white_text {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.white_text.no_margin {
  mix-blend-mode: normal;
  margin-bottom: 0;
}

.about_section {
  padding: 7% 10%;
}

.button {
  background-color: var(--blue);
  text-transform: uppercase;
  padding: 15px 29px;
  transition: transform .2s;
}

.button:hover {
  background-color: var(--yellow);
  color: var(--white);
  transform: scale(.95);
}

.button.margin {
  margin-bottom: 10px;
}

.btns_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5%;
  display: flex;
}

.hp_img_wrapper {
  width: 100%;
  height: 650px;
  position: relative;
}

.hp_img_wrapper.patients {
  height: 700px;
}

.content_cell {
  justify-content: center;
  align-items: flex-start;
}

.yellow_full_decor {
  background-color: var(--yellow);
  width: 70%;
  height: 325px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.yellow_full_decor.patients {
  height: 350px;
}

.yellow_full_decor.right {
  inset: auto 0% 0% auto;
}

.yellow_line_decor {
  z-index: 5;
  border: 1px dashed var(--yellow);
  width: 90%;
  height: 575px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow_line_decor.patients {
  height: 620px;
}

.yellow_line_decor.left {
  inset: 0% auto auto 0%;
}

.hp_img_div {
  z-index: 10;
  position: absolute;
  inset: 5%;
  overflow: hidden;
}

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

.hp_img._3 {
  object-position: 65% 50%;
}

.optometrist_section {
  background-color: #dce3f000;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5% 10%;
}

.section_label {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

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

.optometrist_wrapper {
  height: 650px;
  position: relative;
}

.optometrist_content_wrapper {
  z-index: 20;
  background-color: var(--blue);
  width: 100%;
  padding: 9%;
  position: static;
  inset: 10% auto auto 0%;
}

.optometrist_callout_wrapper {
  z-index: 10;
  background-color: var(--grey);
  background-image: linear-gradient(#dce3f082, #dce3f082), url('../images/bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 5% 5% 5% 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.optometrist_callout_grid {
  padding: 0;
}

.callout_btn {
  border: 1px dashed var(--blue);
  color: var(--dark-blue);
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 11% 7% 10%;
  font-size: 1.3rem;
  text-decoration: none;
  display: flex;
}

.callout_btn:hover {
  color: var(--dark-blue);
  background-color: #ffe4d4;
}

.callout_description {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 300;
}

.callout_btn_cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.callout_btn_label {
  height: auto;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.optometrist_content_place_wrapper {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.services_section {
  padding: 5% 10%;
}

.services_grid {
  margin-top: 5%;
  padding: 0;
}

.services_btn_line {
  background-color: var(--yellow);
  width: 120px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
}

.services_links_wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0%;
  padding: 0;
}

.services_overlay_div {
  z-index: 20;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#0000, #000000a3);
  border: 0 #ffffffb3;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 15% 24px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services_btn {
  color: #fff;
  cursor: pointer;
  background-color: #e6e7e8;
  border: 1px solid #ffffff57;
  border-radius: 0;
  width: 100%;
  padding-top: 138%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.services_btn:hover {
  color: #fff;
}

.services_img_div {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.services_img._1 {
  object-position: 100% 0%;
}

.services_img._4 {
  object-position: 80% 0%;
}

.services_label {
  margin-bottom: 0;
}

.patients_section {
  padding: 5% 10%;
}

.patient_content_cell {
  justify-content: space-between;
  padding-top: 10%;
  padding-bottom: 10%;
}

.patient_btns_wrapper {
  width: 100%;
}

.patient_btn {
  border-bottom: 1px solid var(--grey);
  color: #243c75c2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.patient_btn.first {
  border-top: 1px solid var(--grey);
  color: #243c75c2;
}

.btn_number_div {
  background-color: var(--grey);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: flex;
}

.number_text {
  color: var(--black);
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
}

.referral_section {
  padding: 5% 10%;
}

.h3_headline {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.footer_section {
  padding: 5% 10%;
}

.footer_main_wrapper {
  background-color: #021b41;
  padding: 5% 0%;
  position: relative;
}

.contact_form_main_wrapper {
  z-index: 10;
  background-color: var(--grey);
  width: 40%;
  padding: 3%;
  position: absolute;
  inset: -10% auto auto -5%;
}

.footer_wrapper {
  width: 50%;
  margin-left: 43%;
  position: static;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black black var(--dark-blue);
  color: var(--black);
  background-color: #fff3;
}

.text_field::placeholder {
  color: var(--black);
}

.text_field.half {
  width: 48%;
}

.text_area {
  color: var(--black);
  background-color: #fff3;
  border: 1px #000;
  border-bottom-style: solid;
  min-height: 150px;
}

.text_area::placeholder {
  color: var(--black);
}

.submit_btn {
  background-color: var(--dark-blue);
  text-transform: uppercase;
  padding: 12px 23px;
}

.submit_btn:hover {
  background-color: var(--blue);
}

.footer_logo {
  width: 280px;
  margin-bottom: 30px;
}

.footer_headline {
  color: #f37021;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer_contact_btn {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4rem;
  text-decoration: none;
  display: flex;
}

.footer_contact_btn:hover {
  color: var(--yellow);
}

.footer_link {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--yellow);
}

.address_text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4rem;
}

.copyright_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.copyright__text {
  font-size: .9rem;
}

.callout_icon {
  width: 40px;
  margin-bottom: 20px;
}

.navlink_dropdown {
  text-transform: uppercase;
}

.dropdown_toggle {
  color: var(--blue);
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--yellow);
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_list.w--open {
  background-color: var(--blue);
}

.dropdown_navlink {
  color: var(--white);
  font-size: .9rem;
}

.dropdown_navlink:hover {
  background-color: var(--dark-blue);
  color: var(--yellow);
}

.phone_icon {
  width: 24px;
  margin-right: 5px;
}

.footer_icon {
  width: 20px;
  margin-right: 5px;
}

.captcha {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .top_phone_btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .hero_section {
    height: 550px;
  }

  .main_tagline {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .welcoome_headline {
    margin-top: 30px;
    font-size: 3rem;
  }

  .participation_section {
    margin-left: 10%;
    margin-right: 10%;
  }

  .center_wrapper.narrow {
    width: 100%;
  }

  .callout_cell {
    padding: 6%;
  }

  .hp_img_wrapper, .hp_img_wrapper.patients {
    height: 550px;
  }

  .content_cell {
    padding-top: 5%;
  }

  .yellow_full_decor, .yellow_full_decor.patients {
    height: 300px;
  }

  .yellow_line_decor, .yellow_line_decor.patients {
    height: 475px;
  }

  .optometrist_wrapper {
    height: 1000px;
  }

  .optometrist_callout_wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    height: 650px;
    padding-top: 10%;
    padding-left: 5%;
    top: 37%;
  }

  .optometrist_content_place_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .services_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .services_overlay_div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services_btn {
    padding-top: 160%;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .referral_section {
    padding-bottom: 10%;
  }

  .footer_section {
    padding-top: 10%;
  }

  .contact_form_main_wrapper {
    width: 90%;
    left: 5%;
  }

  .footer_wrapper {
    width: 80%;
    margin-top: 414px;
    margin-left: 10%;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .menu_btn {
    background-color: var(--blue);
    color: var(--white);
  }

  .menu_btn:hover {
    background-color: var(--light-blue);
  }

  .menu_btn.w--open {
    background-color: var(--dark-blue);
  }

  .navmenu {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 280px;
  }

  .top_phone_btn:hover {
    opacity: .6;
  }

  .hero_section {
    height: 350px;
  }

  .main_tagline {
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  .welcoome_headline, .hp_headline, .hp_headline.white {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .callout_img_div {
    height: 250px;
  }

  .hp_img_wrapper, .hp_img_wrapper.patients {
    height: 450px;
  }

  .yellow_full_decor, .yellow_full_decor.patients {
    height: 250px;
  }

  .yellow_line_decor, .yellow_line_decor.patients {
    height: 375px;
  }

  .optometrist_wrapper {
    height: auto;
    top: auto;
  }

  .optometrist_content_wrapper {
    height: auto;
    position: static;
  }

  .optometrist_callout_wrapper {
    width: 100%;
    height: auto;
    padding: 10%;
    position: static;
    top: 5%;
  }

  .callout_btn {
    height: 200px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .optometrist_content_place_wrapper {
    width: 100%;
    height: auto;
    position: static;
    inset: 0% auto auto 0%;
  }

  .services_links_wrapper {
    margin-bottom: 10%;
  }

  .services_overlay_div {
    padding-left: 14px;
    padding-right: 14px;
    inset: 0%;
  }

  .services_btn {
    padding-top: 150%;
  }

  .h3_headline {
    font-size: 1.3rem;
  }

  .footer_section {
    padding-top: 19%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer_wrapper {
    margin-top: 415px;
  }

  .footer_contact_btn {
    font-size: 1.1rem;
  }

  .copyright_div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .copyright__text {
    text-align: center;
  }

  .phone_icon {
    width: 30px;
    margin-right: 0;
  }

  .phone_text {
    display: none;
  }

  .heading {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .img_cell {
    padding-top: 10%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 200px;
    margin-right: 10px;
    padding-left: 0;
  }

  .top_phone_btn {
    margin-right: 10px;
  }

  .main_tagline_wrapper, .welcome_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .welcome_content_cell {
    padding-top: 10%;
  }

  .participation_section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .hp_headline, .hp_headline.white {
    font-size: 2rem;
  }

  .hp_img_wrapper, .hp_img_wrapper.patients {
    height: 350px;
  }

  .yellow_line_decor, .yellow_line_decor.patients {
    height: 275px;
  }

  .callout_btn {
    justify-content: center;
    align-items: center;
    height: 230px;
  }

  .services_links_wrapper {
    margin-top: 87%;
  }

  .services_btn {
    padding-top: 116%;
  }

  .referral_section {
    padding-bottom: 35%;
  }

  .contact_form_main_wrapper {
    padding: 5%;
  }

  .footer_wrapper {
    margin-top: 510px;
  }

  .text_field.half {
    width: 100%;
  }

  .heading {
    font-size: 2rem;
  }

  .links_cell {
    padding-top: 10%;
  }

  .captcha {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

#w-node-_56c8c716-fdfe-eca5-7fd2-7b92a545eb67-962f911c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5769f861-1227-0103-b5cd-53ac301198d1-962f911c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e21dd9ce-ad70-4c7f-0234-b910bfec39d1-962f911c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e7663c5-998b-362d-ccd9-5b99d0e3aa1e-962f911c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_53e66327-a4df-c73a-e731-79cd34b81271-962f911c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8bc01313-4d5c-14db-ab8c-57cf5c644ca5-962f911c, #w-node-_28e447c8-406b-fd13-e5c9-9af5e803017b-962f911c, #w-node-_9abfecaf-8e77-d617-3c23-9e58efd0238f-962f911c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_56c8c716-fdfe-eca5-7fd2-7b92a545eb67-962f911c, #w-node-_5769f861-1227-0103-b5cd-53ac301198d1-962f911c, #w-node-e21dd9ce-ad70-4c7f-0234-b910bfec39d1-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53e66327-a4df-c73a-e731-79cd34b81271-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_8bc01313-4d5c-14db-ab8c-57cf5c644ca5-962f911c, #w-node-_28e447c8-406b-fd13-e5c9-9af5e803017b-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e7663c5-998b-362d-ccd9-5b99d0e3aa1e-962f911c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53e66327-a4df-c73a-e731-79cd34b81271-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9abfecaf-8e77-d617-3c23-9e58efd0238f-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53e66327-a4df-c73a-e731-79cd34b81271-962f911c, #w-node-_9abfecaf-8e77-d617-3c23-9e58efd0238f-962f911c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


