:root {
  --wp-admin-bar-height: 0px;
  --navi-bar-height: 166px;
}

section.footer_cta_gallery {
  margin: 2rem auto;
  background-image: url(../../images/ludic_footer.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
section.footer_cta_gallery div.call_out_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
  min-height: 300px;
  padding: 1rem 2rem;
  max-width: 800px;
  margin: auto;
}
section.footer_cta_gallery div.call_out_text h2 {
  margin: 0;
}
section.footer_cta_gallery img.footer_cta_images {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 490px;
}
section.footer_cta_gallery div.inner_container {
  max-width: 1280px;
  padding: 0 1rem;
  margin: auto;
}
section.footer_cta_gallery div.inner_container > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 960px) {
  section.footer_cta_gallery div.inner_container > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 760px) {
  section.footer_cta_gallery div.inner_container > ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
section.footer_cta_gallery div.inner_container > ul li {
  position: relative;
  height: 430px;
}
section.footer_cta_gallery div.inner_container > ul li:nth-child(1) {
  margin-top: 8.5rem;
  position: relative;
  height: 300px;
}
@media only screen and (max-width: 960px) {
  section.footer_cta_gallery div.inner_container > ul li:nth-child(1) {
    margin-top: 0;
  }
}
section.footer_cta_gallery div.inner_container > ul li:nth-child(2) {
  margin-top: -1rem;
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 960px) {
  section.footer_cta_gallery div.inner_container > ul li:nth-child(2) {
    margin-top: 0;
    grid-row: span 2;
    height: 100%;
  }
}
@media only screen and (max-width: 760px) {
  section.footer_cta_gallery div.inner_container > ul li:nth-child(2) {
    grid-row: auto;
    height: 300px;
  }
}
section.footer_cta_gallery div.inner_container > ul li:nth-child(3) {
  margin-top: -1.1rem;
  position: relative;
  height: 300px;
}
@media only screen and (max-width: 960px) {
  section.footer_cta_gallery div.inner_container > ul li:nth-child(3) {
    margin-top: 0;
  }
}
section.footer_cta_gallery div.inner_container > ul li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=pre_footer.css.map */