:root {
  --white: white;
  --black: black;
}

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

a {
  text-decoration: underline;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.centerbadge {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 61px 31px;
  display: flex;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, .14);
}

.text-block {
  letter-spacing: 1.7px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 19px;
}

.logo {
  margin-bottom: 9px;
}

.link-block {
  background-color: #fff;
  border-radius: 444px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 0 0;
  transition: all .444s cubic-bezier(.731, .044, .25, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.link-block:hover {
  transform: translate(0, 10px);
}

.lottie-animation {
  width: 35px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-left: 1px;
  position: absolute;
}

.image {
  z-index: 1;
  max-width: 39%;
  position: absolute;
}

.link-block-navi {
  z-index: 4;
  background-color: #fff;
  border-radius: 444px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .444s cubic-bezier(.731, .044, .25, 1);
  display: flex;
  position: fixed;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.link-block-navi:hover {
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, .16);
}

.navcontainer {
  z-index: 5;
  background-color: rgba(255, 255, 255, .86);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navlink {
  color: #000;
  letter-spacing: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 29px;
  margin-bottom: 20px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 49px;
  font-weight: 800;
  line-height: 31px;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  text-decoration: line-through;
}

.navlink.w--current {
  letter-spacing: 8px;
}

.navbar2 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu-button {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  padding: 0;
  display: flex;
}

.icon {
  width: 33px;
  height: 33px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  color: #fff;
  background-color: rgba(255, 255, 255, .78);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.open {
  max-width: 56%;
}

.close {
  max-width: 51%;
  display: none;
}

.sektion1 {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-bottom: 0;
  padding-bottom: 96px;
  display: flex;
}

.headliocntainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  width: 612px;
  padding-left: 19px;
  padding-right: 23px;
  font-family: Ebgaramond_1, sans-serif;
  line-height: 70px;
}

.h1._2 {
  width: 359px;
  margin-right: 0;
}

.h1.e {
  width: auto;
}

.h1.center {
  color: #000;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 45px;
  line-height: 49px;
}

.h1.center.kont {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.h1.center.ll {
  width: 652px;
}

.textlayer {
  z-index: 2;
  position: absolute;
}

.lottiebg_warp {
  z-index: 1;
  opacity: .62;
  filter: none;
  width: 869px;
  margin-top: 13px;
  position: absolute;
  top: auto;
}

.sektion2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.centerdiv {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 66%;
  max-width: 888px;
  margin-top: -140px;
  padding: 43px 87px 61px;
  display: flex;
}

.p {
  color: #000;
  letter-spacing: 1px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.p.center {
  text-align: center;
  margin-top: -20px;
}

.list {
  letter-spacing: 1px;
  background-image: url('../images/arrowright.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 13px;
  padding-left: 30px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.listt {
  clear: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.sektion3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 106px;
  padding-bottom: 0;
  display: flex;
}

.refslider {
  background-image: url('../images/hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: none;
  height: 400px;
  padding-left: 11%;
  padding-right: 11%;
}

.slide-nav {
  display: none;
}

.slide {
  width: 33%;
}

.reflink {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.lottie-animation-2 {
  z-index: 1;
  max-width: 337px;
  position: absolute;
}

.icon-2 {
  display: none;
}

.left-arrow, .right-arrow {
  display: flex;
}

.icon-3 {
  display: none;
}

.heading {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 24px;
  position: relative;
}

.heading.kkkk {
  text-transform: none;
}

.ref_p {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  width: 250px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 19px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lottie-animation-2_2 {
  z-index: 1;
  transform-style: preserve-3d;
  max-width: 337px;
  position: absolute;
  transform: rotate(77deg)scale3d(1.1, 1, 1);
}

.lottie-animation-2_3 {
  z-index: 1;
  transform-style: preserve-3d;
  max-width: 337px;
  position: absolute;
  transform: rotate(180deg)scale3d(1, .9, 1);
}

.iconleft {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .444s cubic-bezier(.719, .009, .25, 1);
  transform: rotate(180deg);
}

.iconleft:hover {
  transform: translate(-10px)rotate(180deg);
}

.iconright {
  cursor: default;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .444s cubic-bezier(.766, .02, .25, 1);
}

.iconright:hover {
  margin-left: 20px;
  margin-right: 20px;
  transform: translate(10px);
}

.sektion4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 97px;
  padding-bottom: 3px;
  display: flex;
}

.div-block {
  justify-content: center;
  width: 100%;
  max-width: 984px;
  display: flex;
}

.image-2 {
  width: auto;
  max-width: none;
}

.div-block-2 {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  width: 521px;
  height: 296px;
  margin-top: 6px;
  margin-right: 75px;
  padding-right: 53px;
  display: flex;
}

.divvvvv {
  width: 50%;
}

.link-block-navi-copy {
  z-index: 5;
  background-color: #fff;
  border-radius: 444px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .444s cubic-bezier(.731, .044, .25, 1);
  display: flex;
  position: fixed;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.link-block-navi-copy:hover {
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, .16);
}

.close-copy {
  max-width: 51%;
  display: block;
}

.sektion5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 132px;
  padding-bottom: 39px;
  display: flex;
}

.centerdiv-copy {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 66%;
  max-width: 888px;
  margin-top: 0;
  padding: 0 87px 26px;
  display: flex;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 6.5fr 6.5fr 6.5fr;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  padding: 48px 28px;
  text-decoration: none;
  transition: all .666s cubic-bezier(.661, -.038, .25, 1);
  display: flex;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, .35);
}

.link-block-2:hover {
  transform: translate(0, -10px);
}

.heading-copy {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.sektion5a {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 103px 8% 101px;
  display: flex;
  overflow: visible;
}

.secktion6 {
  background-image: url('../images/hero.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: static;
}

.lottie-animation-3 {
  width: 666px;
  position: absolute;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 54%;
  min-width: 51%;
  max-width: 56%;
  height: 88%;
  display: flex;
  position: static;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  text-decoration: line-through;
}

.div-block-4 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer {
  background-color: #fff;
  justify-content: space-between;
  height: 35px;
  padding-bottom: 1px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

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

.link-copy {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.link-copy:hover {
  text-decoration: line-through;
}

.sektion4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 174px;
  padding-bottom: 139px;
  display: flex;
}

.refslider-mobile {
  background-image: url('../images/hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  max-width: none;
  height: 400px;
  padding-left: 11%;
  padding-right: 11%;
  display: none;
}

.showall {
  z-index: 4;
  background-color: #fff;
  border-radius: 333px;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 64px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: auto;
  left: 42%;
  box-shadow: 0 0 11px rgba(0, 0, 0, .25);
}

.text-block-2 {
  color: #000;
  letter-spacing: 1px;
  font-family: EB Garamond;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.text-block-2-copy {
  color: #000;
  letter-spacing: 1px;
  font-family: EB Garamond;
  font-size: 15px;
  font-weight: 700;
  display: none;
}

.preloader {
  z-index: 666666;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2_3-copy {
  z-index: 1;
  transform-style: preserve-3d;
  max-width: 337px;
  position: absolute;
  transform: rotate(51deg)scale3d(1, .9, 1);
}

.lottie-animation-2_2-copy {
  z-index: 1;
  transform-style: preserve-3d;
  max-width: 337px;
  position: absolute;
  transform: rotate(11deg)scale3d(1.1, 1, 1);
}

.divvvvv-copy {
  width: 87%;
}

.link-block-navi-copydddd {
  z-index: 4;
  background-color: #fff;
  border-radius: 444px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .444s cubic-bezier(.731, .044, .25, 1);
  display: flex;
  position: fixed;
  top: 4%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .16);
}

.link-block-navi-copydddd:hover {
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, .16);
}

.open-copy {
  max-width: 56%;
  font-family: Ebgaramond_1, sans-serif;
  transform: rotate(180deg);
}

.bold-text {
  text-transform: none;
}

.small {
  text-transform: none;
  display: inline-block;
}

.link_p {
  color: #000;
  font-weight: 400;
  transition: all .333s;
}

.link_p:hover {
  color: #777;
  text-decoration: underline;
}

.nl {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 200px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .333s cubic-bezier(.912, .054, .25, 1);
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.newsletter_wrapper {
  z-index: 1000;
  background-color: #fff;
  align-items: center;
  padding: 29px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .21);
}

.button-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 200px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .333s cubic-bezier(.912, .054, .25, 1);
}

.button-copy:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}

.div-block-6 {
  max-width: 800px;
  margin-right: 26px;
}

.p-copy {
  color: #000;
  letter-spacing: 1px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p-copy.center {
  text-align: center;
  margin-top: -20px;
}

.div-block-7 {
  margin-left: 38px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.p-copy-copy {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 12px;
  line-height: 26px;
  transition: all .444s cubic-bezier(.737, .007, .25, 1);
}

.p-copy-copy:hover {
  letter-spacing: 2px;
  text-decoration: line-through;
}

.p-copy-copy.center {
  text-align: center;
  margin-top: -20px;
}

.sektion2-copy {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-9 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 102px 50px 89px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

.div444 {
  border: 1px #d8d8d8;
  width: 70%;
  max-width: 1300px;
  height: auto;
  min-height: auto;
  margin: 40px;
  padding: 3em 4em 5.3em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}

.div444.kl {
  display: none;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 27px;
}

.spacer {
  height: 30px;
}

.div-block-11 {
  background-color: #000;
  width: 1px;
  height: 333px;
  margin-top: 74px;
}

.heading-2-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Ebgaramond_1, sans-serif;
  font-size: 27px;
}

.ffdfff {
  margin-top: 52px;
  padding: 52px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span {
  text-decoration: none;
}

.text-span-2 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.link-2 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .navcontainer {
    display: none;
  }

  .h1 {
    width: 483px;
    font-size: 29px;
  }

  .h1._2 {
    width: 289px;
  }

  .h1.e {
    width: 592px;
  }

  .lottiebg_warp {
    width: 100%;
  }

  .centerdiv {
    width: 85%;
  }

  .sektion3 {
    padding-top: 72px;
  }

  .refslider {
    display: block;
  }

  .slide {
    width: 50%;
  }

  .ref_p {
    justify-content: center;
    width: 242px;
  }

  .sektion4 {
    padding-top: 86px;
  }

  .div-block {
    justify-content: space-between;
    width: 93%;
  }

  .div-block-2 {
    flex-wrap: wrap;
    flex: 1;
    width: 267px;
    height: 100%;
    margin-right: 2px;
  }

  .divvvvv {
    width: 58%;
  }

  .sektion5 {
    padding-top: 115px;
  }

  .centerdiv-copy {
    width: 85%;
  }

  .grid {
    grid-template-columns: 6.5fr 6.5fr;
    grid-auto-flow: row;
    justify-items: stretch;
    width: 87%;
  }

  .refslider-mobile {
    display: block;
  }

  .divvvvv-copy {
    width: 58%;
  }

  .nl {
    height: 120vh;
  }

  .button-copy {
    text-align: center;
  }

  .p-copy {
    font-size: 14px;
  }

  .div-block-7 {
    margin-left: 25px;
  }

  .p-copy-copy {
    line-height: 16px;
  }

  .sektion2-copy {
    padding-top: 40px;
  }

  .div-block-9 {
    padding-top: 72px;
    padding-bottom: 15px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    margin-top: -36px;
  }

  .div444 {
    width: 100%;
  }

  .heading-2, .heading-2-copy {
    font-size: 25px;
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .centerbadge {
    margin-bottom: 115px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 45px 19px 44px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .logo {
    margin-bottom: -3px;
  }

  .navcontainer {
    display: none;
  }

  .navlink {
    letter-spacing: 3px;
    margin-top: 24px;
    margin-bottom: -6px;
    font-size: 24px;
  }

  .headliocntainer {
    overflow: hidden;
  }

  .h1 {
    letter-spacing: 1px;
    width: 254px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 28px;
  }

  .h1._2 {
    width: 152px;
    padding-left: 8px;
  }

  .h1.e {
    width: 312px;
  }

  .h1.center {
    width: auto;
    margin-bottom: 34px;
    font-size: 25px;
    line-height: 36px;
  }

  .h1.center.ll {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .lottiebg_warp {
    width: 99%;
    margin-top: 3px;
  }

  .sektion2 {
    padding-bottom: 18px;
  }

  .centerdiv {
    width: 100%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .sektion3 {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .refslider {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .iconright {
    margin-right: 20px;
  }

  .sektion4 {
    padding-top: 77px;
  }

  .div-block {
    flex-direction: column;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-2 {
    flex-flow: wrap;
    align-content: space-around;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    margin-right: 0;
    padding-right: 0;
  }

  .divvvvv {
    width: 100%;
  }

  .sektion5 {
    padding-top: 78px;
  }

  .centerdiv-copy {
    width: 100%;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid {
    grid-template-columns: 6.5fr;
  }

  .link-block-2 {
    height: auto;
  }

  .heading-copy {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .sektion5a {
    padding: 41px 0% 43px;
  }

  .secktion6 {
    overflow: visible;
  }

  .lottie-animation-3 {
    width: 100%;
    margin-top: 34px;
    overflow: hidden;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .link {
    font-size: 19px;
  }

  .div-block-4 {
    overflow: hidden;
  }

  .divvvvv-copy {
    width: 100%;
  }

  .nl {
    background-size: cover;
    justify-content: flex-start;
    height: 150vh;
    padding-top: 50px;
  }

  .button {
    text-align: center;
  }

  .newsletter_wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    bottom: 0%;
  }

  .button-copy {
    display: block;
  }

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

  .p-copy {
    text-align: center;
    font-size: 16px;
  }

  .div-block-7 {
    flex: 0 auto;
    align-self: center;
    margin-left: 1px;
  }

  .p-copy-copy {
    text-align: center;
  }

  .div-block-8 {
    align-self: center;
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .sektion2-copy {
    padding: 10px;
  }

  .div-block-9 {
    width: 100%;
    padding: 79px 0 0;
  }

  .div-block-10 {
    margin-top: -27px;
    margin-bottom: -40px;
    padding-bottom: 10px;
  }

  .div444 {
    width: auto;
    min-height: auto;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 1em;
    padding-left: 1.8em;
    padding-right: 1.7em;
  }

  .div444.kl {
    margin-top: -28px;
  }

  .heading-2 {
    font-size: 23px;
  }

  .image-3 {
    flex: 0 auto;
  }

  .ffdfff {
    margin-top: 89px;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Ebgaramond_1';
  src: url('../fonts/EBGaramond-Bold.eot') format('embedded-opentype'), url('../fonts/EBGaramond-Bold.woff') format('woff'), url('../fonts/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond_1';
  src: url('../fonts/EBGaramond-Regular.eot') format('embedded-opentype'), url('../fonts/EBGaramond-Regular.woff') format('woff'), url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}