:root {
  --dark-blue: #2b2f3c;
  --blue: #2054fc;
  --white: white;
  --color: #f5f6f7;
  --black: #000;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark-blue);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

p {
  color: var(--dark-blue);
  text-overflow: clip;
  margin-bottom: 30px;
  line-height: 1.6rem;
}

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

a:hover {
  color: #5c6992;
}

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

li {
  margin-bottom: 10px;
}

.top-nav-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.navbar {
  z-index: 1000;
  border-bottom: 1px none var(--dark-blue);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 6px #0000001c;
}

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

.navlink {
  color: var(--dark-blue);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .95rem;
  font-weight: 500;
}

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

.top_navbar_div {
  background-color: var(--dark-blue);
  justify-content: flex-end;
  align-items: center;
  padding: 5px 5%;
  display: flex;
  position: relative;
  z-index: 99999;
}

.bottom_navbar_div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 5%;
  display: flex;
}

.hero_section {
  background-image: linear-gradient(#0000 64%, #000000b0);
  height: 100svh;
  padding-top: 146px;
}

.phone-list.w--open {
  background-color: var(--dark-blue);
  position: fixed;
  right: 0;
}

.top-items {
  align-items: center;
  display: flex;
}

.phone-link {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  color: var(--white);
  background-color: #03030396;
}

.image-2 {
  width: 25px;
}

.call-bold-line {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.phone-dd-toggle {
  padding: 10px;
}

.phone-list-div {
  justify-content: center;
  align-items: center;
  padding: 0 5% 30px;
  display: flex;
}

.phone-icon {
  width: 25px;
  margin-right: 10px;
}

.phone-list-top-div {
  color: #fff;
  text-align: center;
  padding: 30px 5% 0;
}

.top_static_btn {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  padding: 10px 11px;
  font-size: .95rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.top_static_btn:hover {
  color: #c1cfff;
}

.bg_movie {
  height: 100%;
}

.main_taglines_wrapper {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 18%;
}

.main_tagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.main_tagline2 {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 3rem;
}

.welcome_section {
  object-position: 100% 50%;
  padding: 5% 10%;
}

.hp_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display: grid;
}

.button {
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 21px 29px;
  font-weight: 400;
}

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

.button.white {
  border: 1px solid var(--white);
}

.img_cell {
  align-items: stretch;
}

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

.section_header_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.line_div {
  background-color: var(--blue);
  width: 100px;
  height: 1px;
  margin-right: 10px;
}

.line_div.white {
  background-color: var(--white);
  width: 50px;
}

.line_div.footer {
  width: 50px;
}

.line_div.inner_header {
  background-color: #819fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}

.header_text {
  color: var(--blue);
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

.services_section {
  padding: 5% 10%;
}

.services_wrapper {
  background-color: #eceef500;
  padding: 0% 0% 5%;
}

.single_service_wrapper {
  color: var(--blue);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 300;
  display: flex;
}

.number_txt {
  color: var(--dark-blue);
  font-size: 1.2rem;
  font-weight: 300;
}

.services_btn {
  color: var(--blue);
  width: 100%;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.services_img_div {
  border-radius: 5px;
  width: 15%;
  overflow: hidden;
  box-shadow: 0 0 20px 6px #00000021;
}

.services_description_div {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.services_description_text {
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 400;
}

.line_wrapper_div {
  background-color: #00000026;
  height: 1px;
  overflow: hidden;
}

.grey_line_div {
  color: #333;
  background-color: #00000026;
  height: 1px;
}

.line_hover_div {
  background-color: var(--blue);
  width: 100%;
  height: 2px;
}

.arrow_div {
  background-color: var(--blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.arrow_icon {
  width: 26px;
}

.services_label_div {
  width: 30%;
}

.services_name {
  color: var(--dark-blue);
}

.why_us_section {
  background-color: var(--color);
  padding: 5% 10%;
}

.callouts_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
  display: grid;
}

.p_last {
  margin-bottom: 0;
}

.callout_headline {
  height: 70px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.lens_section {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 5% 10%;
}

.lenses_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display: grid;
}

.lenses_headline {
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.white_text {
  color: var(--white);
  font-weight: 300;
}

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

.lenses_img_cell {
  align-items: stretch;
}

.lenses_img_div {
  border-radius: 5px;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 9px 20px 7px #00000040;
}

.lenses_img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.blog_section {
  background-image: url('../images/grey_bg.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 45%;
  padding: 5% 10%;
}

.blog_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display: grid;
}

.blog_cell {
  align-items: stretch;
}

.blog_img_div {
  border-radius: 5px;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 11px 20px #0000002b;
}

.blog_img {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.blog_text_wrapper {
  background-color: var(--white);
  border: 1px solid #2b2f3c24;
  border-radius: 5px;
  padding: 31px;
}

.footer_section {
  background-color: var(--color);
  padding: 5% 10%;
}

.blog_headline {
  color: var(--blue);
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
  display: grid;
}

.footer_cell {
  padding-right: 20%;
}

.footer_logo {
  mix-blend-mode: multiply;
  width: 200px;
  margin-bottom: 40px;
}

.footer_text {
  margin-top: auto;
  font-size: .9rem;
}

.locations_grid {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
}

.location_headline {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1rem;
}

.footer_phone_btn {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.footer_phone_icon {
  width: 20px;
  margin-right: 2px;
}

.affiliation_text {
  margin-bottom: 30px;
  font-weight: 600;
}

.quick_link {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
}

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

.top_btn_icon {
  width: 30px;
  margin-right: 5px;
}

.services_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: grid;
}

.service_image {
  object-fit: cover;
  object-position: 80% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service_image._2 {
  object-position: 35% 0%;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.service_image._3 {
  object-position: 80% 50%;
}

.service_image._4 {
  object-position: 35% 50%;
}

.inner_header_section {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding: 15% 10% 5%;
  display: flex;
}

.inner_page_section {
  padding: 5% 10%;
}

.inner_header_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  width: 100%;
  padding: 0;
  display: grid;
}

.header_content_cell {
  justify-content: space-between;
  padding-right: 5%;
}

.innerpage_title {
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 200;
}

.breadgrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.divider_text {
  color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.breadcrumbs_link {
  color: var(--white);
  font-size: .9rem;
  font-weight: 300;
}

.breadcrumbs_link:hover {
  color: #7996f5;
}

.innerpage_title_text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.6rem;
}

.innerheader_imgs_grid {
  width: 100%;
  padding: 0;
}

.inner_hero_img_div {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

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

.inner_hero_img._1 {
  object-position: 60% 50%;
}

.hero_imgs_cell {
  justify-content: flex-end;
  align-items: flex-start;
}

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

.two_columns_grid.bottom_margin {
  margin-bottom: 5%;
}

.youtube_wrapper {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.p_last_inner {
  margin-bottom: 5%;
}

.iols_wrapper {
  background-color: #00000005;
  border: 1px solid #0000006b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3%;
  padding: 35px;
  display: flex;
}

.iols_wrapper.last {
  background-color: #00000005;
  margin-bottom: 5%;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

.faqs_arrow_icon {
  width: 20px;
  transform: rotate(180deg);
}

.faqs_headline {
  color: var(--dark-blue);
  font-weight: 500;
}

.faq2_question {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 18px 30px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq2_accordion {
  color: var(--black);
  background-color: #1b0f0300;
  border: 1px solid #00000052;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

.faqs_cell {
  justify-content: flex-start;
  align-items: stretch;
}

.iols_content_wrapper {
  width: 85%;
}

.lens_img_div {
  mix-blend-mode: multiply;
  width: 12%;
  height: 150px;
}

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

.innerpage_img_div {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

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

@media screen and (max-width: 991px) {
  .phone-link {
    padding: 10px;
  }

  .phone-list-div {
    padding-top: 0;
  }

  .phone-icon {
    width: 20px;
  }

  .single_service_wrapper {
    font-size: 1rem;
  }

  .services_description_text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .arrow_div {
    width: 40px;
    height: 40px;
  }

  .arrow_icon {
    width: 20px;
  }

  .services_name {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .why_us_section, .lens_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lenses_img_div {
    height: 350px;
  }

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

  .blog_img_div {
    height: 300px;
  }

  .location_cell {
    padding-top: 26px;
  }

  .quick_links_cell {
    padding-top: 34px;
  }

  .menu_btn {
    border: 1px solid var(--dark-blue);
  }

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

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

  .navmenu {
    background-color: #fff;
    border-top: 1px solid #00000075;
  }

  .inner_header_section {
    padding-top: 27%;
  }

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

  .header_content_cell {
    padding-bottom: 5%;
    padding-right: 0%;
  }

  .inner_hero_img_div {
    height: 250px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .navbar {
    font-family: Roboto, sans-serif;
    position: static;
  }

  .logo {
    width: 260px;
    padding-left: 0;
  }

  .hero_section {
    height: 450px;
    padding-top: 0;
  }

  .phone-link {
    width: 49%;
    margin-bottom: 10px;
  }

  .call-bold-line {
    font-size: 2em;
  }

  .phone-list-div {
    flex-flow: wrap;
  }

  .top_static_btn {
    margin-right: 10px;
    padding: 5px;
    font-size: .9rem;
  }

  .main_taglines_wrapper {
    top: 463px;
    bottom: auto;
  }

  .main_tagline {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .main_tagline2 {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .single_service_wrapper {
    flex-flow: wrap;
  }

  .services_img_div {
    width: 25%;
  }

  .services_description_div {
    width: 85%;
    margin-top: 22px;
  }

  .arrow_div {
    margin-top: 22px;
  }

  .services_label_div {
    width: 60%;
  }

  .top_btn_icon {
    width: 25px;
  }

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

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

  .breadgrumbs_wrapper, .p_last_inner {
    margin-bottom: 10%;
  }

  .iols_wrapper {
    padding: 25px;
  }

  .iols_wrapper.last {
    margin-bottom: 10%;
  }

  .faq2_question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .iols_content_wrapper {
    width: 75%;
  }

  .lens_img_div {
    width: 20%;
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  .logo {
    width: 200px;
  }

  .top_navbar_div {
    justify-content: center;
    align-items: center;
  }

  .phone-link {
    width: 100%;
    font-size: 1rem;
  }

  .call-bold-line {
    font-size: 1.3em;
    font-weight: 500;
  }

  .phone-dd-toggle {
    padding: 0;
  }

  .phone-list-div {
    padding-bottom: 10px;
  }

  .top_static_btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top_static_btn:hover {
    opacity: .62;
  }

  .main_taglines_wrapper {
    text-align: center;
    top: 433px;
  }

  .main_tagline {
    font-size: 2rem;
    line-height: 2rem;
  }

  .main_tagline2 {
    letter-spacing: 3px;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .welcome_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line_div {
    width: 30px;
  }

  .line_div.inner_header {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .services_img_div {
    width: 100%;
  }

  .services_label_div {
    width: 100%;
    margin-bottom: 19px;
  }

  .why_us_section, .lens_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lenses_headline {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .blog_section, .footer_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .office_cell {
    padding: 16px 0;
  }

  .services_image-wrapper {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0%;
    display: grid;
  }

  .top_btn_text {
    display: none;
  }

  .header_content_cell {
    padding-bottom: 17%;
  }

  .innerpage_title {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .innerpage_title_text {
    font-size: 1rem;
  }

  .inner_hero_img_div {
    height: 150px;
  }

  .two_columns_grid.bottom_margin, .p_last_inner {
    margin-bottom: 15%;
  }

  .iols_wrapper {
    flex-flow: column;
  }

  .max-width-large {
    padding: 0 20px 20px;
  }

  .faqs_arrow_icon {
    width: 20px;
  }

  .faqs_headline {
    width: 80%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .faq2_question {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .iols_content_wrapper {
    width: 100%;
  }

  .lens_img_div {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}

#w-node-_0f647dd5-db04-a76e-93d3-ecac7b3e5673-86c1e34c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_996456c6-4e42-621f-7c9b-014ba98cf92f-86c1e34c {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_996456c6-4e42-621f-7c9b-014ba98cf930-86c1e34c {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_996456c6-4e42-621f-7c9b-014ba98cf931-86c1e34c {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_996456c6-4e42-621f-7c9b-014ba98cf932-86c1e34c {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_996456c6-4e42-621f-7c9b-014ba98cf933-86c1e34c {
  grid-area: 1 / 4 / 4 / 7;
}

#w-node-cdfc6cb9-0fe9-1f2f-7b68-6a4e761691d7-86c1e34c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f4b9d60c-8e0d-97a9-51a1-5976e847d7eb-86c1e34c, #w-node-_607f7c85-5352-d40b-9176-1016bf2919b0-86c1e34c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7ea18331-10ce-9c5d-2aec-614383b185fe-83b185fd {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
}

#w-node-_7ea18331-10ce-9c5d-2aec-614383b1860d-83b185fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8e10e513-8f86-d3bf-06ac-d57a9bf25c41-abc5113a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7f45faf5-dea3-5132-7927-75b470e2f2b7-abc5113a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-af5719a9-3a45-b22f-5654-c51f8aed7157-abc5113a, #w-node-f6111b39-6ec9-4184-61b2-f5f5581e6d81-abc5113a, #w-node-_11c334e9-c33c-c2da-0647-3a1a1aa3c859-abc5113a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0f647dd5-db04-a76e-93d3-ecac7b3e5673-86c1e34c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cdfc6cb9-0fe9-1f2f-7b68-6a4e761691d7-86c1e34c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f4b9d60c-8e0d-97a9-51a1-5976e847d7eb-86c1e34c, #w-node-_607f7c85-5352-d40b-9176-1016bf2919b0-86c1e34c, #w-node-_7ea18331-10ce-9c5d-2aec-614383b185fe-83b185fd, #w-node-_8e10e513-8f86-d3bf-06ac-d57a9bf25c41-abc5113a, #w-node-af5719a9-3a45-b22f-5654-c51f8aed7157-abc5113a, #w-node-f6111b39-6ec9-4184-61b2-f5f5581e6d81-abc5113a, #w-node-_11c334e9-c33c-c2da-0647-3a1a1aa3c859-abc5113a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf933-86c1e34c {
    grid-area: 1 / 4 / 4 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf92f-86c1e34c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf930-86c1e34c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf931-86c1e34c {
    grid-area: 4 / 1 / 6 / 6;
  }

  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf932-86c1e34c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_996456c6-4e42-621f-7c9b-014ba98cf933-86c1e34c {
    grid-area: 1 / 3 / 4 / 6;
  }

  #w-node-cdfc6cb9-0fe9-1f2f-7b68-6a4e761691d7-86c1e34c, #w-node-_7ea18331-10ce-9c5d-2aec-614383b1860d-83b185fd, #w-node-_7f45faf5-dea3-5132-7927-75b470e2f2b7-abc5113a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


