@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --red: #91271e;
  --dark-grey: #4b4b4b;
  --white: white;
  --background: #f2f2f2;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
  --light-grey: #d9d9d9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: var(--black);
  font-family: Montserrat-Lokal, sans-serif;
  font-weight: 400;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--red);
  transform: scale(.9);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.image {
  width: 400px;
  max-width: none;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navbar-brand.w--current {
  transition: all .2s;
}

.navbar-brand.w--current:hover {
  transform: scale(.95);
}

.navbar-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nav-menu-wrapper {
  margin-top: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.image-2 {
  width: 150px;
  max-width: none;
  position: absolute;
  inset: auto 2% -10% auto;
}

.button {
  background-color: var(--white);
  color: var(--red);
  border: 4px solid #fff;
  border-radius: 15px;
  align-self: flex-end;
  padding: 12px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button:hover {
  transform: scale(.95);
}

.image-3 {
  width: 150px;
  max-width: none;
  position: absolute;
  inset: -9% -4% auto auto;
  transform: rotate(66deg);
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.div-block-2 {
  width: 50%;
}

.section {
  background-color: #404040;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  justify-content: center;
  align-items: flex-end;
  max-width: 1000px;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.image-6 {
  width: 40px;
  max-width: none;
}

.image-4 {
  width: 400px;
  max-width: none;
}

.footer-dark {
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-social-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 15%;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #1a1b1fbf;
  transform: scale(.95);
}

.footer-link.w--current {
  transition: all .2s;
}

.footer-link.w--current:hover {
  transform: scale(.95);
}

.footer-social-link-2 {
  margin-left: 12px;
  transition: all .2s;
}

.footer-social-link-2:hover {
  transform: scale(.95);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.image-15 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.link-block-2 {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.link-block-2:hover {
  transform: scale(.95);
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  width: 45px;
  max-width: none;
}

.footer-brand {
  transition: all .2s;
}

.footer-brand:hover {
  transform: scale(.95);
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block {
  transition: all .2s;
  position: absolute;
  inset: auto 4% 30% auto;
}

.link-block:hover {
  transform: scale(.95);
}

.section-5 {
  padding: 60px 20px 100px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
}

.button-2 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all .2s;
}

.button-2:hover {
  transform: scale(.95);
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.paragraph-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.container-5 {
  max-width: 1000px;
}

.section-6 {
  padding: 60px 20px 100px;
}

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

.image-16 {
  width: 150px;
  max-width: none;
}

.text-block-2 {
  color: var(--red);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-7 {
  padding: 60px 20px 100px;
}

.container-6 {
  max-width: 1000px;
}

.container-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 1000px;
  margin-top: 20px;
  display: flex;
}

.heading-3 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.section-8 {
  padding: 60px 20px 100px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--red);
  text-transform: uppercase;
  margin-left: 60px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-4 {
  width: 35%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.image-17 {
  width: 150px;
  max-width: none;
}

.section-9 {
  background-image: url('../images/DSC00645.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 50vw;
}

.section-10 {
  padding: 60px 20px 100px;
}

.container-8 {
  max-width: 1000px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.image-9 {
  border-radius: 30px;
  width: 300px;
  max-width: none;
}

.div-block-8 {
  display: flex;
}

.container-9 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
}

.heading-14 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.image-8 {
  border-radius: 30px;
  width: 250px;
  max-width: none;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.image-18 {
  border-radius: 25px;
  width: 320px;
  max-width: none;
}

.section-11 {
  padding: 60px 20px 100px;
}

.container-10 {
  max-width: 1000px;
}

.image-19 {
  width: 120px;
  max-width: none;
}

.heading-15 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 40px;
}

.text-block-4 {
  color: var(--red);
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.section-12 {
  padding: 60px 20px;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.image-20 {
  width: 300px;
  max-width: none;
}

.heading-16 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 50px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.div-block-13 {
  margin-right: 60px;
}

.container-12 {
  max-width: 1000px;
  display: flex;
}

.section-13 {
  padding: 60px 20px 100px;
}

.heading-17 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.section-14 {
  padding: 60px 20px;
}

.paragraph-8 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.brix---image {
  border-radius: 20px;
}

.brix---image.extra {
  margin-top: 30px;
}

.brix---image-wrapper-br-24px {
  overflow: hidden;
}

.brix---gallery-v5-col-hidden, .brix---gallery-v5-col {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 100px;
}

.section-15 {
  padding: 60px 20px;
}

.heading-18 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.text-block-5 {
  color: var(--red);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-9 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.image-21 {
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
}

.section-16 {
  padding: 60px 20px 100px;
  position: relative;
}

.heading-19 {
  width: 60%;
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
}

.image-22 {
  width: 350px;
  max-width: none;
}

.image-23 {
  width: 120px;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-block-5 {
  border: 3px solid var(--red);
  background-color: #fff0;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-5:hover {
  transform: translate(0, -5px)scale(1.03);
  box-shadow: 0 2px 5px 2px #0003;
}

.text-block-11 {
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.image-27 {
  width: 20px;
  max-width: none;
  margin-left: 15px;
}

.container-13 {
  flex-flow: column;
  max-width: 1000px;
  height: 40vh;
  display: flex;
  position: relative;
}

.container-14 {
  max-width: 1000px;
}

.section-17 {
  background-image: url('../images/DSC00666.webp');
  background-position: 50% 70%;
  background-size: cover;
  height: 65vh;
}

.section-18 {
  background-color: var(--white);
  padding: 40px 20px 100px;
}

.container-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.heading-20 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.text-block-12 {
  color: var(--red);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.container-16 {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.image-28 {
  width: 40px;
  max-width: none;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: var(--black);
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 50%;
}

.text-field {
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 10px;
  height: 50px;
  font-size: 26px;
  line-height: 30px;
}

.text-field::placeholder {
  color: var(--red);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding: 20px 40px 40px;
  display: flex;
}

.submit-button {
  background-color: var(--red);
  color: var(--white);
  border-radius: 20px;
  align-self: center;
  margin-top: 40px;
  padding: 10px 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  transition: all .2s;
}

.submit-button:hover {
  transform: scale(.95);
}

.image-29 {
  width: 400px;
  max-width: none;
}

.heading-21 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.heading-21.white {
  color: var(--white);
}

.text-block-14 {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-14.white {
  color: var(--white);
  font-weight: 600;
}

.paragraph-11 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-17 {
  padding-top: 40px;
  padding-right: 40px;
}

.section-19 {
  background-color: var(--dark-grey);
  padding: 60px 20px 100px;
}

.div-block-23 {
  padding-top: 40px;
  padding-left: 40px;
}

.heading-22 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
}

.form_step {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.link-block-6 {
  border: 3px solid var(--red);
  color: var(--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

.button-3 {
  background-color: var(--black);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.radio-button {
  border: 3px solid var(--red);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-color: #ab2524;
  box-shadow: 0 2px 16px 7px #ab2524;
}

.radio-button-label {
  z-index: 3;
  color: var(--red);
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  position: relative;
}

.text-field-2 {
  text-align: center;
  width: 50%;
  font-size: 24px;
  line-height: 30px;
}

.button-4 {
  background-color: var(--red);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-31 {
  border-radius: 30px;
  width: 30%;
  max-width: none;
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-20 {
  padding: 60px 20px 100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.link-block-7, .link-block-8 {
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 2%;
  grid-row-gap: 50%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.container-17 {
  margin-top: 40px;
}

.image-32 {
  width: 100%;
  max-width: none;
  transform: rotate(90deg);
}

.grid-5 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2%;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-33 {
  vertical-align: baseline;
  flex: none;
  align-self: center;
  width: 370px;
  max-width: none;
}

.image-34 {
  max-width: 40%;
}

.link-block-9 {
  position: absolute;
  inset: auto 13% -6% auto;
}

.popup-content {
  border-radius: 1.2em;
  margin: 1em;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #1f1e20;
  border-radius: 1.2em;
  width: auto;
  max-width: none;
  max-height: 90vh;
  position: relative;
  overflow: auto;
}

.popup-toggle {
  cursor: pointer;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-37 {
  border-radius: 1.2em;
  max-width: none;
  max-height: 80vh;
}

@media screen and (min-width: 1920px) {
  .popup-wrapper {
    display: none;
  }

  .image-37 {
    max-width: 80vh;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-grey);
    color: #fff;
    border-radius: 5px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    margin-top: 0;
  }

  .image-2 {
    width: 40%;
  }

  .button {
    align-self: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .image-3 {
    width: 40%;
  }

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

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block {
    font-size: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .paragraph-4 {
    width: 40%;
  }

  .image-17 {
    width: 100px;
  }

  .image-9 {
    width: 40vw;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-8 {
    width: 30vw;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-6 {
    margin-top: 10px;
  }

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

  .div-block-13 {
    margin-right: 20px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-22 {
    width: 250px;
    right: 10%;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 26px;
  }

  .radio-button-field {
    height: 90px;
    padding: 20px 30px;
  }

  .image-31 {
    max-width: 40vw;
  }

  .link-block-9 {
    right: 1%;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .div-block {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
    position: relative;
  }

  .button {
    font-size: 24px;
  }

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

  .div-block-2 {
    z-index: 1;
    opacity: .38;
    width: 80%;
    position: absolute;
    inset: auto 0% 0% 50%;
    transform: translate(-50%);
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .image-6 {
    display: none;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .footer-social-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%);
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-15 {
    margin-top: 10px;
  }

  .link-block-2 {
    position: static;
  }

  .footer-block {
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .container-4 {
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
  }

  .button-2 {
    margin-bottom: 20px;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .paragraph-2 {
    text-align: center;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-16 {
    width: 100px;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-3 {
    margin-left: 0;
  }

  .section-9 {
    height: 40vh;
  }

  .image-19 {
    width: 100px;
  }

  .heading-15 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 40px;
  }

  .section-12 {
    position: relative;
  }

  .image-20 {
    opacity: .35;
    width: auto;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% 50%;
    transform: translate(-50%);
  }

  .div-block-13 {
    z-index: 2;
    position: relative;
  }

  .container-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-19 {
    width: 100%;
  }

  .image-23 {
    width: 80px;
  }

  .link-block-5 {
    margin-top: 100px;
    margin-right: 140px;
    padding: 7px 10px;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 18px;
  }

  .image-27 {
    width: 12px;
  }

  .section-18 {
    padding-bottom: 60px;
  }

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

  .container-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .form-block {
    width: 80%;
  }

  .paragraph-11 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-17 {
    padding-right: 0;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .radio-button-field {
    width: auto;
    height: 70px;
    padding: 10px 20px;
  }

  .radio-button-label {
    font-size: 18px;
    line-height: 20px;
  }

  .image-31 {
    max-width: 80vw;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .image-37 {
    max-height: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 90vw;
  }

  .nav-menu {
    flex-direction: column;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .div-block-2 {
    width: 90%;
  }

  .section {
    padding-top: 0;
  }

  .container {
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .image-4 {
    width: 90vw;
  }

  .footer-social-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    bottom: -11%;
    left: 50%;
    right: 0%;
    transform: translate(-50%);
  }

  .container-3 {
    max-width: none;
  }

  .link-block {
    display: none;
  }

  .section-6 {
    padding-top: 0;
  }

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

  .image-16 {
    width: 120px;
  }

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

  .section-8 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-3 {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-4 {
    text-align: center;
    width: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-17 {
    width: 50px;
    margin-bottom: 20px;
  }

  .div-block-9 {
    padding-right: 0;
  }

  .image-9 {
    width: 50vw;
  }

  .heading-14 {
    text-align: center;
    align-self: center;
  }

  .image-8 {
    width: 40vw;
  }

  .paragraph-5 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .image-18 {
    width: 80vw;
  }

  .image-19 {
    width: 80px;
  }

  .heading-15 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-20 {
    height: 100vw;
  }

  .section-13 {
    padding-top: 0;
  }

  .heading-17 {
    text-align: center;
    font-size: 40px;
  }

  .section-14 {
    padding-bottom: 0;
  }

  .paragraph-8 {
    text-align: center;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-21 {
    margin-bottom: 40px;
  }

  .section-16 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-22 {
    width: 150px;
    right: 5%;
  }

  .image-23 {
    width: 50px;
    position: static;
  }

  .link-block-5 {
    margin-top: 51px;
    padding: 5px 10px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .image-27 {
    margin-left: 5px;
  }

  .container-13 {
    height: 35vh;
  }

  .section-17 {
    height: 50vh;
  }

  .heading-20 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .form-block {
    width: 100%;
  }

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

  .submit-button {
    padding: 5px 20px;
    font-size: 20px;
  }

  .image-29 {
    width: 80vw;
  }

  .heading-21 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-17 {
    padding-top: 20px;
    padding-right: 0;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .heading-22 {
    font-size: 34px;
    line-height: 36px;
  }

  .text-block-15 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .radio-button-field {
    width: auto;
    height: 80px;
    padding: 10px 15px;
  }

  .radio-button-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .image-31 {
    width: 90%;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .grid-4, .grid-5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .popup-content {
    margin: 2em 1em;
  }
}

#w-node-_31c84452-2464-4a6e-d140-018a91d8e544-91d8e53d, #w-node-_31c84452-2464-4a6e-d140-018a91d8e54f-91d8e53d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000cec99-c91c-a7f6-6b75-c946513a7cd5-3afe80e9, #w-node-_73a57647-c0a5-8d02-1b7e-db59e97090f4-3afe80e9, #w-node-_35aaa19a-fd1b-c217-7002-8e9e474e3811-3afe80e9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}