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

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.navbar {
  position: fixed;
  z-index: 20;
  width: 100vw;
  background-color: transparent;
}

.container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90px;
  min-width: 100vw;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  font-family: museo, sans-serif;
  color: #fff;
  font-weight: 500;
}

.brand {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.fs-headline-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.fs-bg-video-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  max-width: 60vw;
  font-size: 7vw;
  line-height: 8vw;
  text-align: center;
  letter-spacing: 4px;
}

.nav-link {
  color: #fff;
  font-size: 16px;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.image {
  position: absolute;
  bottom: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-trailer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  position: absolute;
  width: 90%;
}

.video.video-relative {
  position: relative;
  margin-top: 64px;
}

.fw-content-container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 256px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.fw-content-container.fullheight {
  height: 100vh;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fw-content-container.fullheight.dark {
  background-color: #000;
}

.fw-content-container.award-container {
  height: auto;
  padding-top: 256px;
  padding-bottom: 256px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vaude_the-stolen-child_09.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vaude_the-stolen-child_09.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bold-text {
  font-size: 4vw;
  line-height: 5vw;
}

.overline {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}

.headline-container {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.copy.align-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copy.align-bottom.copy-flex {
  width: 50%;
  margin-right: 48px;
}

.grid {
  width: 100%;
  max-width: 900px;
  margin-top: 128px;
  margin-bottom: 128px;
  grid-column-gap: 48px;
  grid-row-gap: 176px;
  grid-template-areas: ". . Area-2 Area-2"
    "Area-5 Area-5 Area-5 Area-5";
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 358px 176px minmax(auto, 0.5fr) 176px minmax(296px, 2.5fr) 176px minmax(10px, 1.25fr) 176px auto;
  grid-template-rows: 358px minmax(auto, 0.5fr) minmax(296px, 2.5fr) minmax(10px, 1.25fr) auto;
}

.div-block-8 {
  background-image: url('../images/Ebene-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.award-img-bg {
  width: 50%;
  height: 400px;
  background-image: url('../images/vaude_the-stolen-child_03_cannes-film-festival-winner.jpg');
}

.div-block-9 {
  background-image: url('../images/Ebene-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.quote {
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}

.div-block-10 {
  background-image: url('../images/Hintergrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fs-bg-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.fs-bg-image-container.camping-01 {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stilbezirk_irland_cg_DSC5272-1120x745-Copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stilbezirk_irland_cg_DSC5272-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fs-bg-image-container.camping-02 {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stilbezirk_irland_cg_DSC4639-1120x745-Copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stilbezirk_irland_cg_DSC4639-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fs-bg-image-container.camping-03 {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stilbezirk_irland_cg_DSC4705-1120x745-Copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stilbezirk_irland_cg_DSC4705-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fs-bg-image-container.culture-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/stilbezirk_irland_cg_DSC6356-1120x1683-Copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/stilbezirk_irland_cg_DSC6356-1120x1683-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fs-bg-image-container.culture-01.culture-video {
  z-index: 0;
  height: auto;
  min-height: 100vh;
  padding-top: 256px;
  padding-bottom: 256px;
}

.fs-bg-image-container.culture-2 {
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/vaude_the-stolen-child_02-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/vaude_the-stolen-child_02-copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fs-bg-image-container.slider-cotainer {
  z-index: 0;
}

.div-block-11 {
  max-width: 650px;
  margin-top: 64px;
  text-align: center;
}

.div-block-11.z-index {
  position: relative;
  z-index: 200;
}

.slider {
  width: 100vw;
  height: 100vh;
}

.slide {
  background-image: url('../images/stilbezirk_irland_cg_DSC6428-1120x745-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.slider-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(20%, transparent)), url('../images/stilbezirk_irland_cg_DSC6428-1120x745-Copy.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 20%), url('../images/stilbezirk_irland_cg_DSC6428-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-12 {
  position: absolute;
  left: 25%;
  top: auto;
  right: 25%;
  bottom: 5%;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/stilbezirk_irland_cg_DSC0794-1120x745-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.slider-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(20%, transparent)), url('../images/stilbezirk_irland_cg_DSC0794-1120x745-Copy.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 20%), url('../images/stilbezirk_irland_cg_DSC0794-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(20%, transparent)), url('../images/stilbezirk_irland_cg_DSC0279-1120x745-Copy.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 20%), url('../images/stilbezirk_irland_cg_DSC0279-1120x745-Copy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.lottie-animation {
  position: absolute;
  width: 100%;
}

.div-block-13 {
  background-image: url('../images/stilbezirk_irland_cg_DSC5172-1120x745-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-14 {
  background-image: url('../images/stilbezirk_irland_cg_DSC8493-1120x1683-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-15 {
  background-image: url('../images/stilbezirk_irland_cg_DSC1032-1120x745-Copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-footer {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer.bbg {
  position: relative;
  z-index: 0;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.grid-2 {
  width: 90%;
  max-width: 800px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
}

.logo-link {
  margin-bottom: 64px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-mobile {
  display: none;
}

.div-block-18 {
  margin-top: 0px;
}

.image-2 {
  width: 200px;
  padding-right: 16px;
  padding-left: 16px;
}

.image-3 {
  width: 80px;
  padding-right: 16px;
  padding-left: 16px;
}

.text-block {
  margin-top: 24px;
  color: hsla(0, 0%, 100%, 0.59);
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-2 {
  margin-right: 24px;
  padding-right: 0px;
}

.image-4 {
  width: 32px;
}

.image-5 {
  width: 32px;
}

@media screen and (max-width: 991px) {
  .background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .nav-menu {
    z-index: 9999;
    margin-right: 0px;
    padding-top: 96px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .menu-button {
    position: absolute;
    right: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    z-index: 20;
    background-color: transparent;
  }

  .heading {
    max-width: 70vw;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .fw-content-container {
    z-index: 0;
    padding-top: 128px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .bold-text {
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .copy {
    max-width: 100%;
  }

  .grid {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    grid-template-areas: "Area-6 Area-6 Area-2 Area-2"
      ". Area-5 Area-5 Area-5";
    -ms-grid-rows: 1fr 64px auto 64px minmax(296px, 0.5fr) 64px 1fr 64px minmax(auto, 1.5fr);
    grid-template-rows: 1fr auto minmax(296px, 0.5fr) 1fr minmax(auto, 1.5fr);
  }

  .quote {
    font-size: 32px;
    line-height: 43px;
  }

  .fs-bg-image-container {
    padding-top: 128px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .fs-bg-image-container.camping-01 {
    z-index: 0;
  }

  .fs-bg-image-container.culture-2 {
    z-index: 0;
  }

  .footer.bbg {
    padding-bottom: 32px;
  }

  .grid-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .image {
    margin-top: 24px;
  }

  .fs-trailer-container {
    height: auto;
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .video {
    position: relative;
  }

  .fw-content-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fw-content-container.fullheight.dark {
    height: auto;
    padding-top: 64px;
  }

  .fw-content-container.award-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .copy.align-bottom.copy-flex {
    width: 100%;
    margin-right: 0px;
  }

  .grid {
    display: none;
    margin-top: 64px;
    margin-bottom: 64px;
    grid-auto-flow: row;
    grid-template-areas: ". . Area-2 Area-2"
      ". Area-5 Area-5 Area-5";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    height: 400px;
    margin-top: 24px;
  }

  .div-block-8.award-img-bg {
    width: 100%;
  }

  .div-block-9 {
    height: 400px;
    margin-top: 24px;
  }

  .div-block-10 {
    height: 400px;
    margin-top: 24px;
  }

  .fs-bg-image-container {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-bg-image-container.camping-01 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-bg-image-container.camping-02 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-bg-image-container.camping-03 {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-bg-image-container.culture-01.culture-video {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fs-bg-image-container.slider-cotainer {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lottie-animation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer.bbg {
    padding-top: 64px;
    padding-bottom: 24px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-19 {
    padding-right: 24px;
    padding-left: 24px;
  }
}

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

  .brand {
    width: 200px;
  }

  .fw-content-container {
    z-index: 0;
  }

  .bold-text {
    line-height: 6vw;
  }

  .h2 {
    line-height: 32px;
  }

  .div-block-19 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#w-node-39a6dc1297f1-4f286f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-41511adeccc2-4f286f7c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-98039ef02152-4f286f7c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: Area-5;
}

#w-node-a2e46fd34c76-4f286f7c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-8b10c9ff9ed6-4f286f7c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-5ec38c1d57b6-4f286f7c {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-0d826ddfe151-4f286f7c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-6c13356ea5c0-4f286f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-58f2059e444d-4f286f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-6c13356ea5c3-4f286f7c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: Area-5;
}

#w-node-6c13356ea5c6-4f286f7c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-e7b06accd4c2-4f286f7c {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-81b6ba9096a1-4f286f7c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-81b6ba9096a3-4f286f7c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-41511adeccc2-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-98039ef02152-4f286f7c {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  #w-node-0d826ddfe151-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  #w-node-6c13356ea5c3-4f286f7c {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }

  #w-node-81b6ba9096a3-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-41511adeccc2-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-98039ef02152-4f286f7c {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  #w-node-0d826ddfe151-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  #w-node-6c13356ea5c3-4f286f7c {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }

  #w-node-81b6ba9096a3-4f286f7c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-39a6dc1297f1-4f286f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a2e46fd34c76-4f286f7c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-8b10c9ff9ed6-4f286f7c {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-5ec38c1d57b6-4f286f7c {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-6c13356ea5c0-4f286f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-58f2059e444d-4f286f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-6c13356ea5c6-4f286f7c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e7b06accd4c2-4f286f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-81b6ba9096a1-4f286f7c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

