@font-face {
  font-family: Quicking;
  src: url('../fonts/quicking.woff2') format("woff2"), url('../fonts/quicking.eot') format("embedded-opentype"), url('../fonts/quicking.woff') format("woff"), url('../fonts/quicking.otf') format("opentype"), url('../fonts/quicking.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-green: #004527;
  --white: #fff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.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;
  font-family: Quicking, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  color: #004527;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: #004527;
  letter-spacing: .08em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: #004527;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1.2;
}

a {
  color: var(--main-green);
  text-decoration: none;
}

.section.hero {
  z-index: 20;
  height: 100vh;
  display: flex;
  position: relative;
}

.section._100vh {
  height: 100vh;
  display: flex;
  position: relative;
}

.section._100vh.sticky {
  z-index: 1;
  background-color: #fff;
  min-height: 100vh;
  position: sticky;
  top: 0%;
}

.section._100vh.sticky.mobile-relativ {
  height: 120vh;
}

.section.relativ {
  min-height: 100vh;
  padding-top: 7em;
  padding-bottom: 7em;
  position: relative;
}

.section.auto {
  height: auto;
  padding-bottom: 203px;
}

.section.sticky {
  position: sticky;
  top: 0;
}

.section._120vh {
  height: 120vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section._120vh.sticky {
  z-index: 1;
  background-color: #fff;
  min-height: 100vh;
  position: sticky;
  top: 0%;
}

.section._120vh.sticky.mobile-relativ {
  height: 120vh;
}

.bg_video_hero {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.flex {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2%;
  padding-bottom: 11%;
  display: flex;
  position: relative;
}

.container.flex.horiz {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 2%;
}

.container.relativ {
  z-index: 2;
  position: relative;
}

.container.relativ.white {
  background-color: var(--white);
}

.container.relativ.white.flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  padding: 6%;
}

.container.relativ.white.flex.transparent {
  opacity: .77;
}

.container.relativ.white.transparent {
  opacity: .93;
  padding: 3.9em 3em;
}

.image-box.logo {
  width: 170px;
  height: 100px;
}

.image-box.size {
  height: 100%;
  overflow: hidden;
}

.image-box.logo {
  width: 100px;
  height: auto;
  overflow: hidden;
}

.logo {
  width: 100%;
  height: 100%;
}

.heading_box.margin {
  margin-bottom: 37px;
}

.heading_box.flex {
  display: flex;
}

.h1 {
  white-space: normal;
  word-break: normal;
}

.h1.green {
  color: var(--main-green);
}

.content-wrapper {
  position: relative;
}

.content-wrapper._30 {
  width: 30%;
}

.content-wrapper._30.horiz {
  padding-top: 5%;
  display: flex;
}

.content-wrapper._70 {
  object-fit: fill;
  width: 70%;
  overflow: hidden;
}

.content-wrapper._50 {
  width: 50%;
}

.content-wrapper._50.horiz {
  padding-top: 5%;
  display: flex;
}

.content-wrapper.padding {
  padding-top: 5%;
}

.bg_video_hero-copy {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  position: static;
  overflow: visible;
}

.video-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
  overflow: visible;
}

.icon-box {
  width: 35px;
  height: 40px;
  margin-top: 0;
}

.icon-box.absolut {
  z-index: 20;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-box.absolut.hero {
  inset: auto 0% 1%;
}

.icon-box.hidden {
  opacity: 0;
}

.content-box.size {
  width: 80%;
  margin-left: 3%;
}

.content-box.size-60 {
  width: 70%;
  margin-left: 3%;
}

.content-box.size-60-copy {
  width: auto;
  margin-left: 3%;
}

.text-box {
  margin-top: 10%;
}

.text-box.flex {
  margin-top: 0%;
  margin-left: 8%;
}

.text-box.margin-small {
  margin-top: 5%;
}

.text-box.margin0 {
  margin-top: 0%;
}

.button {
  color: #fbf4d9;
  letter-spacing: .06em;
  background-color: #004527;
  border-radius: 11px;
  padding-left: 10%;
  padding-right: 10%;
}

.button.gold {
  color: var(--main-green);
  background-color: #d4b25b;
}

.butoon-box {
  margin-top: 20%;
}

.butoon-box.margin-small {
  margin-top: 10%;
}

.butoon-box.margin-small.desktop-hiddem {
  display: none;
}

.butoon-box.margin-small-copy {
  margin-top: 5%;
}

.butoon-box.margin-small-copy.desktop-hiddem {
  display: none;
}

.h4 {
  margin-bottom: 20px;
}

.h4.margin-oben {
  margin-top: 5%;
  margin-bottom: 5%;
}

.h4.white {
  color: var(--white);
  text-decoration: none;
}

.h3.hidden {
  opacity: 0;
  display: block;
}

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

.flex-box {
  align-items: stretch;
  display: flex;
}

.flex-box.margin {
  margin-top: 10%;
}

.flex-box.align {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
}

.flex-box.align.padding {
  align-items: flex-start;
  padding: 7%;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.bg {
  z-index: 1;
  background-image: url('../images/CaRa_events_walking_Dinner.jpeg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.bg.footer {
  background-image: url('../images/CaRa_Events.jpg');
}

.color-bg {
  background-image: linear-gradient(180deg, var(--main-green), #00ab61);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.color-bg.footer {
  opacity: .63;
}

.paragraph {
  color: var(--main-green);
  font-size: 1.25em;
}

.paragraph.margin {
  margin-top: 5%;
  margin-bottom: 5%;
}

.iframe {
  width: 70%;
}

.link {
  color: var(--main-green);
  vertical-align: sub;
  text-decoration: none;
}

.navbar {
  z-index: 10;
  background-color: #fff0;
  width: 31.4%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar.hidden {
  display: none;
}

.nav-menu {
  background-color: var(--white);
  width: 100%;
  padding-left: 10%;
  display: block;
  inset: 100% 0% auto;
}

.nav-link {
  color: var(--main-green);
  margin-left: 2%;
  font-size: 2em;
  display: block;
}

.nav-link.w--current {
  color: var(--main-green);
}

.menu-button {
  background-color: #fff0;
  padding: 1rem .9rem 1rem 0;
  font-size: 3em;
}

.menu-button.w--open {
  background-color: #fffdfd00;
}

.icon-2 {
  font-size: 1.9em;
}

.menu-wrapper {
  flex-flow: column;
  display: flex;
}

.top {
  background-color: var(--main-green);
  width: 30px;
  height: 2px;
}

.middle {
  background-color: var(--main-green);
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.down {
  background-color: var(--main-green);
  width: 30px;
  height: 2px;
}

.link-block.flex, .link-block.flex.w--current {
  justify-content: space-between;
  display: flex;
}

.wrapper-absolut {
  position: absolute;
  inset: 0%;
}

.bg-color {
  display: none;
}

.anchor {
  background-color: #d110108f;
  width: auto;
  height: 50%;
  margin-top: 0;
  margin-bottom: 100vh;
  position: absolute;
  inset: 25% 0% 25px;
}

.grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1.25fr;
  margin-top: 36px;
  margin-bottom: 36px;
}

.fs-cc_cookie-component {
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.clone-elements-inside-div {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal-2 {
  background-color: #fff;
  flex-direction: column;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component-2 {
  z-index: 9500;
  max-width: 30rem;
  display: flex;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .section._100vh.sticky, .section._100vh.sticky.mobile-relativ, .section._120vh.sticky, .section._120vh.sticky.mobile-relativ {
    height: auto;
    position: static;
  }

  .container.flex {
    z-index: 20;
    justify-content: space-between;
    align-items: stretch;
  }

  .container.flex.horiz {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 8%;
    padding-left: 0%;
  }

  .container.relativ.white.flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .image-box.logo {
    width: 300px;
  }

  .image-box.size {
    width: 100vw;
    height: 100%;
  }

  .image-box.logo.footer {
    width: 200px;
  }

  .heading_box.margin.hidden {
    display: none;
  }

  .h1 {
    font-size: 6.2em;
  }

  .content-wrapper._30.horiz {
    width: auto;
    margin-bottom: 4%;
    padding-left: 2%;
  }

  .content-wrapper._70 {
    width: auto;
    height: 100%;
  }

  .content-wrapper._50 {
    width: auto;
  }

  .content-wrapper._50.horiz {
    width: auto;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-left: 2%;
  }

  .content-wrapper._50.horiz.mobile-padding {
    padding-top: 0%;
    padding-left: 6%;
  }

  .icon-box._0, .icon-box.hidden {
    opacity: 0;
  }

  .content-box.size-60, .content-box.size-60-copy {
    width: 80%;
  }

  .text-box {
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .text-box.flex {
    margin-bottom: 0%;
  }

  .butoon-box {
    margin-top: 2%;
  }

  .butoon-box.margin-small {
    margin-top: 7%;
    margin-bottom: 7%;
  }

  .butoon-box.margin-small.mobile-hidden {
    display: none;
  }

  .butoon-box.margin-small.desktop-hiddem {
    display: block;
  }

  .butoon-box.margin-small-copy {
    margin-top: 7%;
    margin-bottom: 7%;
  }

  .butoon-box.margin-small-copy.mobile-hidden {
    display: none;
  }

  .butoon-box.margin-small-copy.desktop-hiddem {
    display: block;
  }

  .h3.hidden {
    display: none;
  }

  .flex-box.margin {
    margin-top: 0%;
  }

  .flex-box.align.padding {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .navbar.hidden {
    width: auto;
    display: block;
  }

  .heading {
    font-size: 3.5em;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-absolut {
    position: absolute;
  }

  .bg-color {
    z-index: 10;
    opacity: .79;
    mix-blend-mode: multiply;
    background-color: #4c4c4c;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .container.flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: stretch;
  }

  .container.flex.horiz {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1 {
    text-align: center;
    font-size: 5em;
  }

  .icon-box.hidden {
    opacity: 0;
  }

  .navbar {
    width: auto;
  }

  .navbar.hidden {
    z-index: 20;
    background-color: var(--white);
    width: 100%;
    display: flex;
  }

  .nav-menu {
    z-index: 50;
  }

  .menu-button {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .heading {
    text-align: center;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section._100vh.sticky {
    height: auto;
    min-height: auto;
    position: static;
  }

  .section._100vh.sticky.mobile-relativ {
    z-index: 2;
    position: static;
  }

  .section.relativ {
    z-index: 5;
    height: auto;
    position: relative;
  }

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

  .section._120vh.sticky {
    height: auto;
    min-height: auto;
    position: static;
  }

  .section._120vh.sticky.mobile-relativ {
    z-index: 2;
    position: static;
  }

  .container.flex.horiz {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 14%;
  }

  .container.relativ.white.transparent {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.6em 1em;
    display: block;
  }

  .image-box.logo {
    width: 200px;
  }

  .image-box.logo.footer {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading_box.margin {
    margin-bottom: 7%;
    margin-left: 2%;
    display: block;
  }

  .heading_box.margin.hidden {
    display: none;
  }

  .h1 {
    font-size: 3.2em;
  }

  .h1.green {
    text-align: left;
  }

  .content-wrapper._30.horiz {
    padding-top: 0%;
  }

  .content-wrapper._70 {
    height: 300px;
  }

  .content-wrapper._50 {
    width: 100%;
  }

  .content-wrapper._50.horiz {
    z-index: 6;
    height: auto;
    margin-bottom: 0%;
    padding-top: 0%;
    position: static;
    top: 0;
  }

  .content-wrapper._50.horiz.mobile-padding {
    z-index: 10;
    background-color: var(--white);
    padding-left: 12%;
    position: static;
    top: 0;
  }

  .content-wrapper.padding {
    padding-left: 10%;
    padding-right: 5%;
  }

  .video-box {
    height: 100%;
  }

  .icon-box._0, .icon-box.hidden {
    opacity: 0;
  }

  .content-box.size {
    margin-left: 1%;
  }

  .content-box.size-60, .content-box.size-60-copy {
    width: 80%;
    margin-left: 1%;
  }

  .text-box {
    margin-top: 0%;
    margin-bottom: 10%;
    margin-left: 2%;
  }

  .text-box.flex {
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .butoon-box {
    margin-bottom: 5%;
  }

  .butoon-box.margin-small {
    margin-bottom: 12%;
  }

  .butoon-box.margin-small.desktop-hiddem {
    display: block;
  }

  .butoon-box.margin-small-copy {
    margin-bottom: 12%;
  }

  .butoon-box.margin-small-copy.desktop-hiddem {
    display: block;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 3%;
  }

  .h3 {
    font-size: 2.1em;
  }

  .h3.center {
    font-size: 1.7em;
  }

  .flex-box.margin {
    flex-flow: column;
    margin-top: 10%;
  }

  .flex-box.align.padding {
    justify-content: space-around;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image {
    object-fit: cover;
  }

  .bg {
    background-attachment: scroll;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.margin {
    text-align: left;
  }

  .iframe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    z-index: 100;
    background-color: var(--white);
    width: 100vw;
    padding: 5% 2%;
  }

  .navbar.hidden {
    z-index: 50;
    inset: 0% 0% auto;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 2.5em;
  }

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

  .fs-cc_modal-2 {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_cookie-component-2 {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Quicking';
  src: url('../fonts/quicking.woff2') format('woff2'), url('../fonts/quicking.eot') format('embedded-opentype'), url('../fonts/quicking.woff') format('woff'), url('../fonts/quicking.otf') format('opentype'), url('../fonts/quicking.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}