.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  width: 240px;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
}

.telefonnummer.black {
  color: #333;
  margin-top: 10px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #b80f0a;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #f4f4f4;
}

.highlights {
  color: #fff;
  background-color: #b80f0a;
}

.adresse {
  margin-bottom: 5px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Victoire, sans-serif;
  font-weight: 600;
}

.heading-2 {
  font-family: Source Serif Pro;
  font-weight: 400;
}

.heading-3 {
  font-family: Source Code Pro, sans-serif;
  font-weight: 600;
}

.flie-text {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: #b80f0a;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #383838;
}

.divblock1 {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impdat1 {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.nav-menu-1.hauptfarbe {
  background-color: #fff;
}

.navbar-1 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-1.hauptfarbe {
  background-color: #fff;
  position: relative;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text {
  color: #b80f0a;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.flie-text:hover {
  font-size: 20px;
  font-weight: 700;
}

.nav-men-farbe {
  display: flex;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-size: 90px;
  line-height: 95px;
}

.hauptheading.heading-2 {
  text-align: left;
}

.background-video {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.titelvideo-start-1 {
  height: 740px;
  position: relative;
}

.videodiv {
  z-index: 1;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subheading1 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.subheading1.heading-3 {
  text-align: center;
}

.subheading1.heading-3.slogan {
  font-size: 24px;
  line-height: 30px;
}

.subheading1.heading-3.farbe-der-headings {
  text-align: left;
}

.subheading1.heading-3.farbe-der-headings.new {
  color: #fff;
}

.img-mask {
  position: relative;
}

._2er-grid1 {
  min-height: 60vh;
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
}

._2er-grid1.auto {
  min-height: auto;
}

._2er-grid1.neu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.text-links {
  font-size: 16px;
  line-height: 25px;
}

.bild-oben-verschoben1 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 3px 2px 11px 3px rgba(0, 0, 0, .38);
}

.section-gro-e-abst-nde {
  padding: 19vh 15vw 7vh;
}

.heading-links1 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

.heading-links1.heading-2 {
  margin-top: 0;
  font-family: Victoire, sans-serif;
}

.inhalt-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.inhalt-untereinander-1.flie-text {
  justify-content: flex-start;
}

.rahmen-bild1 {
  width: 100%;
  height: 100%;
  border: 1px solid #616161;
  padding: 10px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18vh 15vw 5vh;
  display: flex;
}

.section-2.zweitfarbe {
  padding-top: 18vh;
  padding-bottom: 5vh;
}

.smallheading {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.inhalt-mittig1 {
  width: auto;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

._4er-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.square-img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}

.square-img.top {
  object-position: 50% 35%;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.highlights, .mehr-erfahren2.highlights.flie-text:hover {
  color: #fff;
}

.mehr-erfahren2.highlights.flie-text.left {
  margin-left: 25px;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-size: 45px;
  line-height: 50px;
}

.heading.heading-1 {
  margin-bottom: 20px;
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.bild-cover-1 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/AdobeStock_217523119_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20vh 20vw;
  display: flex;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.div-block-footer1 {
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-footer1.hauptfarbe.flie-text {
  padding-left: 0;
  padding-right: 0;
}

.footer-visu-1 {
  padding: 60px 10%;
}

.footer-visu-1.hauptfarbe {
  background-color: #b80f0a;
  padding-top: 40px;
  padding-bottom: 20px;
}

.grid-galerie3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px 0;
}

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

.bild-galeire1.top {
  object-position: 50% 35%;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-41 {
  width: 784px;
  height: 400px;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

.maos-footer {
  width: 250px;
  height: 120px;
  min-width: 0;
  justify-content: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.embed-maps {
  width: 100%;
  height: 400px;
}

.embed-maps._100 {
  height: 100%;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-wei-2 {
  filter: invert();
}

.logo-img-3 {
  width: 250px;
}

.slider {
  z-index: 0;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

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

.navbar-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.lightbox-link, .div-block {
  width: 100%;
  height: 50vh;
}

.card-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-button1, .men-button1.w--open {
    background-color: #a91b0d;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.flie-text.new {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-men-farbe {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hauptheading.heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .titelvideo-start-1 {
    height: 500px;
  }

  .subheading1.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .img-mask {
    height: 100%;
  }

  ._2er-grid1 {
    height: auto;
    min-height: 100vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .bild-oben-verschoben1 {
    min-height: auto;
    position: static;
    top: -50%;
  }

  .section-gro-e-abst-nde {
    height: 100%;
    padding: 60px;
  }

  .inhalt-untereinander-1 {
    text-align: center;
    align-items: center;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  ._4er-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .square-img {
    height: 30vw;
  }

  .mehr-erfahren2.highlights.flie-text.left {
    margin-left: 0;
  }

  .inhalt-mittig-untereinander1 {
    padding: 20px 40px;
  }

  .bild-cover-1 {
    padding: 15vh 15vw;
  }

  .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-footer1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-footer1.hauptfarbe.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .footer-visu-1.hauptfarbe {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-galerie3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .bild-galeire1 {
    width: 100%;
    height: 250px;
  }

  .impdat {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .success {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-41 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .lightbox-link {
    height: auto;
  }

  .fliebtext {
    width: 100%;
  }

  .div-block-42 {
    margin-left: 80px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .hauptheading.heading-2 {
    font-size: 37px;
    line-height: 41px;
  }

  .titelvideo-start-1 {
    height: 400px;
  }

  .videodiv {
    padding-left: 10%;
    padding-right: 10%;
  }

  .subheading1.heading-3.slogan {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  ._2er-grid1 {
    min-height: 100vh;
  }

  ._2er-grid1.neu {
    grid-template-columns: 1fr;
  }

  .bild-oben-verschoben1 {
    position: static;
    top: -20%;
  }

  .section-gro-e-abst-nde {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-untereinander-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-2.zweitfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inhalt-mittig1 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  ._4er-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .square-img, .square-img.top {
    height: 300px;
  }

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

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover-1 {
    padding: 10vh 10vw;
  }

  .heading-footer.heading-3 {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

  .div-block-footer1.hauptfarbe.flie-text {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .grid-galerie3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bild-galeire1 {
    height: 250px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success, .div-block-41 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .embed-maps {
    height: 300px;
  }

  .div-block-42 {
    margin-left: 0;
  }

  .div-block-43 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._3er-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    width: 212px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .navbar-1 {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .nav-link.flie-text.new {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .hauptheading.heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo-start-1 {
    height: 300px;
  }

  .videodiv {
    align-items: center;
  }

  .subheading1.heading-3.slogan {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .subheading1.heading-3.farbe-der-headings {
    text-align: center;
  }

  .subheading1.heading-3.farbe-der-headings.new {
    font-size: 16px;
    line-height: 21px;
  }

  .img-mask {
    position: static;
  }

  ._2er-grid1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .bild-oben-verschoben1 {
    position: static;
  }

  .section-gro-e-abst-nde {
    padding: 40px 20px;
  }

  .inhalt-untereinander-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding: 40px 20px;
  }

  .section-2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .smallheading.heading-2 {
    font-size: 17px;
  }

  .square-img, .square-img.top {
    height: 250px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .heading.heading-1 {
    font-size: 22px;
    line-height: 28px;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 14px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-visu-1.hauptfarbe {
    padding: 20px 5%;
  }

  .grid-galerie3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-41.highlights {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .heading-mittig1 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-mittig1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .maps-gro, .embed-maps {
    height: 200px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  ._3er-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-f41c0d73-39c6-bbf0-2434-09a3f408481e-41168763, #w-node-_970ad0ff-eea6-688b-78a5-2c2647bb6727-41168763, #w-node-_6359cba7-ff46-710b-18ab-780d1865034d-41168763, #w-node-f0c2fb27-7353-9782-937f-5e76d5888b54-41168763, #w-node-_00b2c012-dba9-a35a-58b1-cffc05eaca87-41168763 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d42b7c20-bff1-2b20-7d89-df70505656f7-41168763 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8795c5ff-7586-24fc-7211-78110550043f-05500434 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8795c5ff-7586-24fc-7211-78110550043b-05500434 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Victoire';
  src: url('../fonts/Victoire.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}