/*
  Project: schrittweiter-chisel
  Author: schrittweiter GmbH
 */
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Type
   ========================================================================== */
/* Spacing
   ========================================================================== */
/* ==========================================================================
   FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "ABC Diatype";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../assets/fonts/normal/ABCDiatype-Regular-Trial.woff") format("woff"), url("./../assets/fonts/normal/ABCDiatype-Regular-Trial.woff2") format("woff2");
}
/* mono */
@font-face {
  font-family: "ABC Diatype Mono";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../assets/fonts/mono/ABCDiatypeMono-Regular-Trial.woff") format("woff"), url("./../assets/fonts/mono/ABCDiatypeMono-Regular-Trial.woff2") format("woff2"); /* Safari, Android, iOS */
}
/* semi-mono */
@font-face {
  font-family: "ABC Diatype Semi-Mono";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../assets/fonts/mono/ABCDiatypeSemi-Mono-Regular.woff") format("woff"), url("./../assets/fonts/mono/ABCDiatypeSemi-Mono-Regular.woff2") format("woff2"); /* Safari, Android, iOS */
}
/* condensed */
@font-face {
  font-family: "ABC Diatype Condensed";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./../assets/fonts/condensed/ABCDiatypeCondensed-Medium-Trial.woff") format("woff"), url("./../assets/fonts/condensed/ABCDiatypeCondensed-Medium-Trial.woff2") format("woff2"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "ABC Diatype Condensed-400";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./../assets/fonts/condensed/ABCDiatypeCondensed-Regular-Trial.otf") format("otf"), url("./../assets/fonts/condensed/ABCDiatypeCondensed-Regular-Trial.woff") format("woff"), url("./../assets/fonts/condensed/ABCDiatypeCondensed-Regular-Trial.woff2") format("woff2"); /* Safari, Android, iOS */
}
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 42px;
  line-height: 40px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(42px + 14 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  h1 {
    line-height: 52px;
  }
}

h2 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(40px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  h2 {
    line-height: 40px;
  }
}

h3 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(20px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  h3 {
    line-height: 22px;
  }
}

h4 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(40px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  h4 {
    line-height: 56px;
  }
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-yellow--100 {
  color: #FDFF99;
}

.u-color-secondary--100 {
  color: #FFFFFF;
}
.u-color-secondary--200 {
  color: #EBEBEB;
}
.u-color-secondary--300 {
  color: #D1CFCC;
}
.u-color-secondary--700 {
  color: #212121;
}
.u-color-secondary--900 {
  color: #000000;
}

.c-txt--headline-h1 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 42px;
  line-height: 40px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h1 {
    font-size: calc(42px + 14 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h1 {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h1 {
    line-height: 52px;
  }
}

.c-txt--headline-h2 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h2 {
    font-size: calc(40px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h2 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h2 {
    line-height: 40px;
  }
}

.c-txt--headline-h3 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h3 {
    font-size: calc(20px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h3 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h3 {
    line-height: 22px;
  }
}

.c-txt--copy-p-lg {
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-p-lg {
    font-size: calc(20px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-p-lg {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-p-lg {
    line-height: 28px;
  }
}

.c-txt--copy-p-md {
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-p-md {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-p-md {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-p-md {
    line-height: 22px;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* ==========================================================================
   SPACING
   ========================================================================== */
.u-p-space--xxxl-top {
  padding-top: 160px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxxl-top {
    padding-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxxl-top {
    padding-top: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: 160px;
  }
}
.u-m-space--xxxl-top {
  margin-top: 160px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxxl-top {
    margin-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxxl-top {
    margin-top: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: 160px;
  }
}
.u-p-space--xxxl-bottom {
  padding-bottom: 160px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxxl-bottom {
    padding-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxxl-bottom {
    padding-bottom: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: 160px;
  }
}
.u-m-space--xxxl-bottom {
  margin-bottom: 160px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxxl-bottom {
    margin-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxxl-bottom {
    margin-bottom: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: 160px;
  }
}
.u-p-space--xxl-top {
  padding-top: 128px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxl-top {
    padding-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxl-top {
    padding-top: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxl-top-mobile {
    padding-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxl-top-mobile {
    padding-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxl-top-mobile {
    padding-top: 128px;
  }
}
.u-m-space--xxl-top {
  margin-top: 128px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxl-top {
    margin-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxl-top {
    margin-top: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxl-top-mobile {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxl-top-mobile {
    margin-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxl-top-mobile {
    margin-top: 128px;
  }
}
.u-p-space--xxl-bottom {
  padding-bottom: 128px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxl-bottom {
    padding-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxl-bottom {
    padding-bottom: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: 128px;
  }
}
.u-m-space--xxl-bottom {
  margin-bottom: 128px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxl-bottom {
    margin-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxl-bottom {
    margin-bottom: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: 128px;
  }
}
.u-p-space--xl-top {
  padding-top: 96px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xl-top {
    padding-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xl-top {
    padding-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xl-top-mobile {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xl-top-mobile {
    padding-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xl-top-mobile {
    padding-top: 96px;
  }
}
.u-m-space--xl-top {
  margin-top: 96px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xl-top {
    margin-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xl-top {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xl-top-mobile {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xl-top-mobile {
    margin-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xl-top-mobile {
    margin-top: 96px;
  }
}
.u-p-space--xl-bottom {
  padding-bottom: 96px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xl-bottom {
    padding-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xl-bottom {
    padding-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
.u-m-space--xl-bottom {
  margin-bottom: 96px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xl-bottom {
    margin-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xl-bottom {
    margin-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: 96px;
  }
}
.u-p-space--lg-top {
  padding-top: 64px;
}
@media screen and (min-width: 375px) {
  .u-p-space--lg-top {
    padding-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--lg-top {
    padding-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--lg-top-mobile {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--lg-top-mobile {
    padding-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--lg-top-mobile {
    padding-top: 64px;
  }
}
.u-m-space--lg-top {
  margin-top: 64px;
}
@media screen and (min-width: 375px) {
  .u-m-space--lg-top {
    margin-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--lg-top {
    margin-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--lg-top-mobile {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--lg-top-mobile {
    margin-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--lg-top-mobile {
    margin-top: 64px;
  }
}
.u-p-space--lg-bottom {
  padding-bottom: 64px;
}
@media screen and (min-width: 375px) {
  .u-p-space--lg-bottom {
    padding-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--lg-bottom {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: 64px;
  }
}
.u-m-space--lg-bottom {
  margin-bottom: 64px;
}
@media screen and (min-width: 375px) {
  .u-m-space--lg-bottom {
    margin-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--lg-bottom {
    margin-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: 64px;
  }
}
.u-p-space--md-top {
  padding-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-p-space--md-top {
    padding-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--md-top {
    padding-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--md-top-mobile {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--md-top-mobile {
    padding-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--md-top-mobile {
    padding-top: 48px;
  }
}
.u-m-space--md-top {
  margin-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-m-space--md-top {
    margin-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--md-top {
    margin-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--md-top-mobile {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--md-top-mobile {
    margin-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--md-top-mobile {
    margin-top: 48px;
  }
}
.u-p-space--md-bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-p-space--md-bottom {
    padding-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--md-bottom {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: 48px;
  }
}
.u-m-space--md-bottom {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-m-space--md-bottom {
    margin-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--md-bottom {
    margin-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: 48px;
  }
}
.u-p-space--sm-top {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-p-space--sm-top {
    padding-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--sm-top {
    padding-top: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--sm-top-mobile {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--sm-top-mobile {
    padding-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--sm-top-mobile {
    padding-top: 24px;
  }
}
.u-m-space--sm-top {
  margin-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-m-space--sm-top {
    margin-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--sm-top {
    margin-top: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--sm-top-mobile {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--sm-top-mobile {
    margin-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--sm-top-mobile {
    margin-top: 24px;
  }
}
.u-p-space--sm-bottom {
  padding-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-p-space--sm-bottom {
    padding-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--sm-bottom {
    padding-bottom: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: 24px;
  }
}
.u-m-space--sm-bottom {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-m-space--sm-bottom {
    margin-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--sm-bottom {
    margin-bottom: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: 24px;
  }
}
.u-p-space--xs-top {
  padding-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xs-top {
    padding-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xs-top {
    padding-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xs-top-mobile {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xs-top-mobile {
    padding-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xs-top-mobile {
    padding-top: 16px;
  }
}
.u-m-space--xs-top {
  margin-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xs-top {
    margin-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xs-top {
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xs-top-mobile {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xs-top-mobile {
    margin-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xs-top-mobile {
    margin-top: 16px;
  }
}
.u-p-space--xs-bottom {
  padding-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xs-bottom {
    padding-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xs-bottom {
    padding-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: 16px;
  }
}
.u-m-space--xs-bottom {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xs-bottom {
    margin-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xs-bottom {
    margin-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: 16px;
  }
}
.u-p-space--xxs-top {
  padding-top: 8px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxs-top {
    padding-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxs-top {
    padding-top: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxs-top-mobile {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxs-top-mobile {
    padding-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxs-top-mobile {
    padding-top: 8px;
  }
}
.u-m-space--xxs-top {
  margin-top: 8px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxs-top {
    margin-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxs-top {
    margin-top: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxs-top-mobile {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxs-top-mobile {
    margin-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxs-top-mobile {
    margin-top: 8px;
  }
}
.u-p-space--xxs-bottom {
  padding-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxs-bottom {
    padding-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxs-bottom {
    padding-bottom: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: 8px;
  }
}
.u-m-space--xxs-bottom {
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxs-bottom {
    margin-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxs-bottom {
    margin-bottom: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: 8px;
  }
}
.u-p-space--none-top {
  padding-top: 0;
}
@media screen and (min-width: 375px) {
  .u-p-space--none-top {
    padding-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--none-top {
    padding-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--none-top-mobile {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--none-top-mobile {
    padding-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--none-top-mobile {
    padding-top: 0;
  }
}
.u-m-space--none-top {
  margin-top: 0;
}
@media screen and (min-width: 375px) {
  .u-m-space--none-top {
    margin-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--none-top {
    margin-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--none-top-mobile {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--none-top-mobile {
    margin-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--none-top-mobile {
    margin-top: 0;
  }
}
.u-p-space--none-bottom {
  padding-bottom: 0;
}
@media screen and (min-width: 375px) {
  .u-p-space--none-bottom {
    padding-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--none-bottom {
    padding-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: 0;
  }
}
.u-m-space--none-bottom {
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .u-m-space--none-bottom {
    margin-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--none-bottom {
    margin-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: 0;
  }
}
.brxe-icon {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

@media (min-width: 1024px) {
  .c-accordion__item:hover .brxe-icon {
    transform: rotate(15deg);
  }
  .c-accordion__item--filter.c-accordion__item:hover .brxe-icon {
    transform: rotate(90deg);
  }
}
.brx-open.c-accordion__item .brxe-icon {
  transform: rotate(45deg);
}

.brx-open.c-accordion__item--filter.c-accordion__item .brxe-icon {
  transform: rotate(180deg);
}

/* Animation Up */
@keyframes fade-in-up {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/** =========== Divider Animations ===========**/
body .c-divider {
  width: 0;
  transition: 1.2s all ease-in-out;
}
body .c-divider[data-animate-line=true] {
  width: 100%;
}

body .c-divider--vertical,
body .c-divider.vertical {
  height: 0;
  transition: 1.2s all ease-in-out;
}
body .c-divider--vertical[data-animate-line=true],
body .c-divider.vertical[data-animate-line=true] {
  height: 100%;
}

/** =========== Image Animation ===========**/
/*
body .c-image-animation {
  @include anim(all,0.8s);
  transition-delay: 1.4s;
  transform: scale(1.2);

  &[data-animate-image="true"] {
    transform: scale(1);
  }
} */
/** =========== Logowall Animation ===========**/
body .c-logowall-animation {
  transition: 1.2s all ease-in-out;
  transition-delay: 0.5s;
}
body .c-logowall-animation .c-logowall__container {
  --logoWidth: calc(100% / var(--rows,5));
}
body .c-logowall-animation .c-logowall__container.is-first-row:after, body .c-logowall-animation .c-logowall__container:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #000;
  height: 0;
  width: 100%;
  transition-delay: 1.2s;
  transition: height 2s ease-in-out;
}
body .c-logowall-animation .c-logowall__container.is-first-row:after {
  left: calc(var(--logoWidth) * (var(--logo-first-row-column) - 1));
}
body .c-logowall-animation .c-logowall__container:last-of-type:after {
  left: 100%;
}
body .c-logowall-animation[data-animate-logowall=true] .c-logowall__container.is-first-row:after, body .c-logowall-animation[data-animate-logowall=true] .c-logowall__container:last-of-type:after {
  height: 100%;
}
body .c-logowall-animation .c-logowall__container {
  --logoHeight: calc(100% / var(--columns));
}
body .c-logowall-animation .c-logowall__container:nth-of-type(n+1):before, body .c-logowall-animation .c-logowall__container:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  height: 100%;
  width: 0;
  transition-delay: 1.2s;
  transition: width 2s ease-in-out;
}
body .c-logowall-animation .c-logowall__container:nth-of-type(n+1):before {
  top: calc(var(--logoHeight) * (var(--logo-column) - 1));
}
body .c-logowall-animation .c-logowall__container:last-of-type:before {
  top: 100%;
}
body .c-logowall-animation[data-animate-logowall=true] .c-logowall__container:nth-of-type(n+1):before, body .c-logowall-animation[data-animate-logowall=true] .c-logowall__container:last-of-type:before {
  width: 100%;
}

/** =========== Header Animations ===========**/
.brx-has-megamenu .c-mega-menu .c-divider {
  width: 0;
  transition: 1.5s all cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.brx-has-megamenu .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li {
  transform: translate3d(0, 20px, 0);
}

.brxe-nav-menu #menu-headermenu.bricks-nav-menu > li {
  opacity: 0;
}

.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li {
  animation-name: fade-in-up;
  -webkit-animation-name: fade-in-up;
  animation-timing-function: cubic-bezier(0.7, 0.6, 0.1, 0.8);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(1n) {
  animation-delay: 0.1s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(2n) {
  animation-delay: 0.2s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(3n) {
  animation-delay: 0.3s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(4n) {
  animation-delay: 0.4s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(5n) {
  animation-delay: 0.5s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(6n) {
  animation-delay: 0.6s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(7n) {
  animation-delay: 0.7s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(8n) {
  animation-delay: 0.8s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(9n) {
  animation-delay: 0.9s;
}
.brxe-nav-menu[header-menu-transition=true] #menu-headermenu.bricks-nav-menu > li:nth-child(10n) {
  animation-delay: 1s;
}

.brx-has-megamenu.open .c-mega-menu .c-divider {
  width: 100%;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu {
  animation-name: fade-in-up;
  -webkit-animation-name: fade-in-up;
  animation-timing-function: cubic-bezier(0.7, 0.6, 0.1, 0.8);
  animation-duration: 1.5s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li {
  animation-name: slide-up;
  -webkit-animation-name: slide-up;
  animation-timing-function: cubic-bezier(0.7, 0.6, 0.1, 0.8);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(1n) {
  animation-delay: 0.1s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(2n) {
  animation-delay: 0.2s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(3n) {
  animation-delay: 0.3s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(4n) {
  animation-delay: 0.4s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(5n) {
  animation-delay: 0.5s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(6n) {
  animation-delay: 0.6s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(7n) {
  animation-delay: 0.7s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(8n) {
  animation-delay: 0.8s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(9n) {
  animation-delay: 0.9s;
}
.brx-has-megamenu.open .c-mega-menu .c-mega-menu__menu .c-mega-menu__nav .c-nav > li:nth-child(10n) {
  animation-delay: 1s;
}

.brx-body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.brx-body #brx-content {
  min-height: 50dvh;
  min-height: 50vh;
}

body.bricks-is-frontend :focus {
  outline: none !important;
}

.brx-body[header-open=true] {
  padding-top: 80px;
}

.brx-body[header-open=true] .c-header {
  top: 0;
}

.brx-body .brxe-container.o-wrapper {
  width: 100%;
}
@media (min-width: 1440px) {
  .brx-body .brxe-container.o-wrapper {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1440px) {
  .brx-body .brxe-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.brx-body .brxe-section {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1488px) {
  .brx-body .brxe-section {
    padding-left: unset;
    padding-right: unset;
  }
}

#launcher-frame {
  bottom: 60px !important;
}

.brx-body .brxe-button:not(.c-btn--icon, .c-btn--icon-negative) {
  border-bottom: none !important;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
.c-btn, .brx-has-megamenu.hovered .brx-submenu-toggle a, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-label, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-label {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}
@media screen and (min-width: 375px) {
  .c-btn, .brx-has-megamenu.hovered .brx-submenu-toggle a, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-label, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-label {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn, .brx-has-megamenu.hovered .brx-submenu-toggle a, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-label, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-label {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-btn, .brx-has-megamenu.hovered .brx-submenu-toggle a, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-label, .c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-label {
    line-height: 18px;
  }
}

a {
  cursor: pointer;
}

/* Style variants
   ========================================================================== */
.c-btn--primary {
  padding: 12px 25px 10px 25px;
  color: #212121;
  background-color: #FDFF99;
  border-radius: 20px;
}
.c-btn--primary:hover, .c-btn--primary:active {
  text-decoration: none;
  color: #EBEBEB;
  background-color: #212121;
}
.c-btn--primary:focus {
  color: #EBEBEB;
  background-color: #212121;
  box-shadow: 0px 0px 3px 3px #FDFF99 !important;
}
.c-btn--primary:disabled {
  color: #EBEBEB;
  background-color: rgba(33, 33, 33, 0.4);
}
.c-btn--primary:after {
  display: none;
}

.c-btn--primary-negative {
  padding: 12px 25px 10px 25px;
  color: #212121 !important;
  background-color: #FDFF99;
  border-radius: 20px;
}
.c-btn--primary-negative:hover, .c-btn--primary-negative:active {
  color: #212121;
  background-color: #EBEBEB;
}
.c-btn--primary-negative:focus {
  color: #212121;
  background-color: #EBEBEB;
  box-shadow: 0px 0px 3px 3px #FDFF99 !important;
}
.c-btn--primary-negative:disabled {
  color: #212121;
  background-color: rgba(235, 235, 235, 0.4);
}
.c-btn--primary-negative:after {
  display: none;
}

.c-btn--text {
  padding: 0.5rem 0;
  letter-spacing: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #000000;
  position: relative;
}
.c-btn--text:focus {
  text-shadow: 1px 0 2px #FDFF99;
}
.c-btn--text:disabled {
  color: rgba(0, 0, 0, 0.4);
}
.c-btn--text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 1.5px);
  bottom: 0;
  border-bottom: 0.1em solid black;
}

.c-btn--text-negative {
  padding: 0.5rem 0;
  letter-spacing: 0;
  border: none;
  background: transparent;
  color: #EBEBEB;
  position: relative;
}
.c-btn--text-negative:focus {
  text-shadow: 1px 0 2px #FDFF99;
}
.c-btn--text-negative:disabled {
  color: rgba(235, 235, 235, 0.4);
}
.c-btn--text-negative:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 1.5px);
  bottom: 0;
  border-bottom: 0.1em solid #EBEBEB;
}

/* Icons
   ========================================================================== */
.c-btn--icon {
  width: 58px !important;
  height: 58px;
  fill: transparent;
  border: 1px solid #212121;
  background-color: transparent;
  padding: 10px !important;
  border-radius: 50%;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
.c-btn--icon .c-link__arrow,
.c-btn--icon svg, .c-btn--icon:before {
  width: 36px !important;
  height: 36px !important;
  color: #212121;
  margin: 0;
}
.c-btn--icon:hover, .c-btn--icon:active, .c-btn--icon:focus {
  border: 1px solid #212121;
  background-color: #212121;
}
.c-btn--icon:hover .c-link__arrow,
.c-btn--icon:hover svg, .c-btn--icon:hover:before, .c-btn--icon:active .c-link__arrow,
.c-btn--icon:active svg, .c-btn--icon:active:before, .c-btn--icon:focus .c-link__arrow,
.c-btn--icon:focus svg, .c-btn--icon:focus:before {
  color: #EBEBEB;
}
.c-btn--icon:focus {
  box-shadow: 0px 0px 2px 2px #EBEBEB;
}
.c-btn--icon:disabled {
  border-color: rgba(33, 33, 33, 0.4);
  color: rgba(33, 33, 33, 0.4);
  background-color: transparent;
}

.c-btn--icon-negative {
  width: 58px;
  height: 58px;
  fill: transparent;
  border: 1px solid #EBEBEB;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
}
.c-btn--icon-negative .c-link__arrow,
.c-btn--icon-negative svg, .c-btn--icon-negative:before {
  width: 100% !important;
  height: 100% !important;
  color: #EBEBEB;
  margin: 0;
}
.c-btn--icon-negative:hover, .c-btn--icon-negative:active, .c-btn--icon-negative:focus {
  border: 1px solid #FDFF99;
  background-color: #FDFF99;
}
.c-btn--icon-negative:hover .c-link__arrow,
.c-btn--icon-negative:hover svg, .c-btn--icon-negative:hover:before, .c-btn--icon-negative:active .c-link__arrow,
.c-btn--icon-negative:active svg, .c-btn--icon-negative:active:before, .c-btn--icon-negative:focus .c-link__arrow,
.c-btn--icon-negative:focus svg, .c-btn--icon-negative:focus:before {
  color: #212121;
}
.c-btn--icon-negative:focus {
  box-shadow: 0 0 0 3px #FDFF99, 6px 6px 4px -4px rgba(112, 112, 112, 0);
}
.c-btn--icon-negative:disabled {
  border-color: rgba(235, 235, 235, 0.4);
  color: rgba(235, 235, 235, 0.4);
  background-color: transparent;
}

/* Tag
   ========================================================================== */
.c-btn--tag {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 400;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  padding: 8px 12px 5px;
  color: rgba(33, 33, 33, 0.5);
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media screen and (min-width: 375px) {
  .c-btn--tag {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--tag {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-btn--tag {
    line-height: 18px;
  }
}
.c-btn--tag:hover, .c-btn--tag:active, .c-btn--tag.is-active {
  text-decoration: none;
  color: #EBEBEB;
  background-color: rgba(33, 33, 33, 0.5);
}
.c-btn--tag:focus {
  color: #EBEBEB;
  background-color: rgba(33, 33, 33, 0.5);
  border-color: rgba(235, 235, 235, 0.5);
  box-shadow: 0 0 0 3px #FDFF99, 6px 6px 4px -4px rgba(112, 112, 112, 0);
  outline: none;
}
.c-btn--tag:disabled {
  border-color: rgba(33, 33, 33, 0.4);
  color: rgba(235, 235, 235, 0.4);
  background-color: rgba(33, 33, 33, 0.4);
}

/* Form Submit
   ========================================================================== */
.c-btn--submit, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  line-height: 1 !important;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #212121;
  display: flex;
  padding: 12px 25px 10px 25px;
  border-radius: 20px;
  color: #EBEBEB;
  background: #212121;
}
@media screen and (min-width: 375px) {
  .c-btn--submit, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--submit, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-btn--submit, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element {
    line-height: 18px;
  }
}
.c-btn--submit:hover, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel:hover, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:hover, .c-btn--submit:active, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel:active, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:active, .c-btn--submit.is-active, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .is-active.nf-fu-button-cancel, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .is-active.nf-field-element {
  text-decoration: none;
  color: #212121;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}
.c-btn--submit:focus, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel:focus, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:focus {
  color: #212121;
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  box-shadow: 0 0 0 3px #FDFF99, 6px 6px 4px -4px rgba(112, 112, 112, 0);
  outline: none;
}
.c-btn--submit:disabled, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel:disabled, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:disabled {
  border-color: rgba(33, 33, 33, 0.4);
  color: rgba(235, 235, 235, 0.4);
  background-color: rgba(33, 33, 33, 0.4);
}

/* Form Upload
   ========================================================================== */
.c-btn--upload, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  line-height: 1 !important;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #212121;
  display: flex;
  padding: 12px 25px 10px 25px;
  border-radius: 20px;
  color: #212121;
  background: transparent;
}
@media screen and (min-width: 375px) {
  .c-btn--upload, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--upload, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-btn--upload, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success {
    line-height: 18px;
  }
}
.c-btn--upload:hover, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success:hover, .c-btn--upload:active, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success:active, .c-btn--upload.is-active, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .is-active.btn-success {
  text-decoration: none;
  color: #EBEBEB;
  background-color: #212121;
  border-color: #212121;
}

.c-facet .wpgb-facet fieldset,
.c-facet .wpgb-facet fieldset:last-child {
  margin: 0;
}
.c-facet .wpgb-facet .wpgb-hierarchical-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.c-facet .wpgb-facet .wpgb-hierarchical-list li {
  margin-top: 0;
}
@media (max-width: 1023.98px) {
  .c-facet .wpgb-facet .wpgb-hierarchical-list li:has([aria-pressed=true]) {
    display: none;
  }
}
.c-facet .wpgb-facet .wpgb-radio {
  display: flex;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-facet .wpgb-facet .wpgb-radio.is-hidden {
  display: none;
}
.c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-control {
  display: none;
}
.c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio-label {
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  color: rgba(33, 33, 33, 0.5);
  background-color: #FFFFFF;
}
.c-facet .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-label {
  color: #FFFFFF;
  background-color: rgba(33, 33, 33, 0.5);
}
.c-facet .wpgb-facet .c-facet__icon {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-facet .wpgb-facet .c-facet__icon.open {
  transform: rotate(180deg);
}
.c-facet .wpgb-facet .c-facet-accordion [aria-pressed=true] {
  display: none !important;
}
.c-facet.c-facet--negative .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list {
  gap: 20px;
}
.c-facet.c-facet--negative .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label {
  opacity: 1;
}
.c-facet.c-facet--negative .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:hover {
  opacity: 1;
}
.c-facet.c-facet--negative .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio .wpgb-radio-label {
  padding: 0;
  color: #EBEBEB;
  background-color: transparent;
  opacity: 0.5;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.c-facet.c-facet--negative .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio .wpgb-radio-label:hover {
  opacity: 0.7;
}

.nf-form-cont > .nf-form-wrap {
  display: flex;
  flex-direction: column;
}
.nf-form-cont .nf-form-title h3 {
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  letter-spacingt: 1px;
  text-transform: uppercase;
  color: #212121;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-title h3 {
    font-size: calc(40px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-title h3 {
    line-height: 40px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-before-form-content {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-before-form-content {
    margin-bottom: 50px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-before-form-content .nf-form-fields-required span {
  color: #212121;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content nf-cells {
    display: flex;
    gap: 16px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-cell {
  padding: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label {
  margin-bottom: 12px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label .nf-label-span,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label label {
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #212121;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label .nf-label-span,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label label {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label .nf-label-span,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label label {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label .nf-label-span,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label label {
    line-height: 18px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label .nf-label-span span,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-field-label label span {
  color: #212121;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-after-field {
  position: absolute;
  bottom: -20px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-after-field {
    bottom: -24px;
    font-size: unset;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-fail .nf-field-element:after,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .nf-error .nf-field-element:after {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap {
    margin-bottom: 40px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element input,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea {
  border: 1px solid #212121;
  border-radius: 15px;
  background: transparent;
  color: #212121;
  padding: 0.875rem 1.25rem;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea {
  text-indent: 3rem;
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea,
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea {
    line-height: 22px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea::-moz-placeholder, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea::-moz-placeholder, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea::-moz-placeholder, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea::-moz-placeholder, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea::-moz-placeholder {
  color: #212121;
  opacity: 0.5;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .email-wrap .nf-field-element textarea::placeholder,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .date-wrap .nf-field-element textarea::placeholder,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .phone-wrap .nf-field-element textarea::placeholder,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textarea-wrap .nf-field-element textarea::placeholder,
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .textbox-wrap .nf-field-element textarea::placeholder {
  color: #212121;
  opacity: 0.5;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label {
  color: #212121;
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label {
    line-height: 22px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label:before, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field label:after {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: grid;
  place-content: center;
  position: relative;
  width: 2rem !important;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #212121;
  color: #212121;
  background: transparent;
  margin-right: 3rem;
  margin-top: 0 !important;
  opacity: 1;
  padding: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox]:before, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox]:after {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox]:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 1.25rem !important;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #212121;
  background: #212121;
  opacity: 0;
  padding: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .listcheckbox-container .nf-field .nf-field-element input[type=checkbox]:checked:before {
  opacity: 1;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .nf-field-description {
  color: #212121;
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.5;
  margin: 0;
  margin-left: 6px;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .nf-field-description {
    font-size: calc(12px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .nf-field-description {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .nf-field-description {
    line-height: 14px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .nf-field-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: auto !important;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label {
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 3rem !important;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #212121;
  background: transparent;
  margin: 0;
  margin-right: 3rem;
  opacity: 1;
  padding: 0;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label {
    line-height: 22px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label span {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label:before, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label:after {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label:before {
  content: "";
  width: 2rem !important;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #212121;
  background: #212121;
  opacity: 0;
  padding: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field label.nf-checked-label:before {
  opacity: 1;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm .nf-field-description {
  opacity: 0.5;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm .nf-field-description:before, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm .nf-field-description:after {
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm label:before {
  content: "";
  width: 3rem !important;
  height: 3rem;
  margin-right: 3rem;
  left: calc(-20px - 3rem);
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm label:after {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border: none;
  border-radius: 50%;
  transform-origin: center center;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  margin: 3px auto auto 2px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .checkbox-container .nf-field .c-form-confirm label.nf-checked-label:after {
  background: #212121;
  transform: scale(1);
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap {
  margin-bottom: 0;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element {
  height: unset;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element input {
  border: none;
  border-radius: 0;
  padding: 0;
  padding-right: 3px;
  background: none;
  height: unset;
  text-transform: uppercase;
  color: #EBEBEB;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:hover input, .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .submit-container .submit-wrap .nf-field-element:focus input {
  color: #212121;
  outline: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container {
  margin-bottom: 30px;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-description {
  color: #212121;
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-description {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-description {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-description {
    line-height: 22px;
  }
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .btn-success {
  height: unset;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel {
  padding: 6px 8px 4px 8px;
  display: none;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-progress {
  width: 180px;
  height: 8px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #212121;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar-success {
  background-color: #212121;
}
.nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p .delete {
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (min-width: 375px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p .delete {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p .delete {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .nf-form-cont .nf-form-wrap .nf-form-layout form .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element .files_uploaded p .delete {
    line-height: 18px;
  }
}

.nf-response-msg {
  order: 2;
  background: #212121;
  border-color: #212121;
  padding: 2rem;
  font-family: "ABC Diatype";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
@media screen and (min-width: 375px) {
  .nf-response-msg {
    font-size: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .nf-response-msg {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nf-response-msg {
    line-height: 22px;
  }
}
.nf-response-msg h3 {
  margin-bottom: 1rem;
}

.brxe-form.newsletter-submitted .form-group input {
  border-color: var(--bricks-text-success) !important;
}
.brxe-form.newsletter-submitted .message {
  display: none;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img:not(.c-img--inline)::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img:not(.c-img--inline)::before {
    padding-bottom: var(--image-aspect);
  }
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--loaded .c-img__wrap {
  background: transparent;
}
.c-img--inline .c-img__wrap {
  position: relative;
  height: auto;
}

.c-img__full,
img.c-img__full,
.c-img__placeholder,
img.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline img.c-img__full,
.c-img--inline .c-img__placeholder,
.c-img--inline img.c-img__placeholder {
  position: relative;
  height: auto;
}
.c-img-- .c-img__full,
.c-img-- img.c-img__full,
.c-img-- .c-img__placeholder,
.c-img-- img.c-img__placeholder {
  height: 100%;
  width: 100%;
}
.c-img--bg .c-img__full,
.c-img--bg img.c-img__full,
.c-img--bg .c-img__placeholder,
.c-img--bg img.c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
.c-img--loaded .c-img__placeholder, [data-loaded=true] + .c-img__placeholder {
  opacity: 0;
  display: none;
}

a.c-link {
  text-decoration: none !important;
}

.c-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: left;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: underline;
  text-decoration: unset;
  align-items: baseline;
}
@media screen and (min-width: 375px) {
  .c-link {
    font-size: calc(15px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-link {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-link {
    line-height: 18px;
  }
}
.c-footer__column div:not(.c-link--no-hover) .c-link:hover .c-link__arrow, .c-footer__column div:not(.c-link--no-hover) .c-link:active .c-link__arrow, .c-footer__column div:not(.c-link--no-hover) .c-link:focus .c-link__arrow, .c-link.c-nav__link:hover .c-link__arrow, .c-link.c-nav__link:active .c-link__arrow, .c-link.c-nav__link:focus .c-link__arrow, .c-link.c-btn--text:hover .c-link__arrow, .c-link.c-btn--text:active .c-link__arrow, .c-link.c-btn--text:focus .c-link__arrow, .c-link.c-btn--text-negative:hover .c-link__arrow, .c-link.c-btn--text-negative:active .c-link__arrow, .c-link.c-btn--text-negative:focus .c-link__arrow {
  left: 100%;
  transform: translateX(-100%);
}
.c-footer__column div:not(.c-link--no-hover) .c-link:hover .c-link__text, .c-footer__column div:not(.c-link--no-hover) .c-link:active .c-link__text, .c-footer__column div:not(.c-link--no-hover) .c-link:focus .c-link__text, .c-link.c-nav__link:hover .c-link__text, .c-link.c-nav__link:active .c-link__text, .c-link.c-nav__link:focus .c-link__text, .c-link.c-btn--text:hover .c-link__text, .c-link.c-btn--text:active .c-link__text, .c-link.c-btn--text:focus .c-link__text, .c-link.c-btn--text-negative:hover .c-link__text, .c-link.c-btn--text-negative:active .c-link__text, .c-link.c-btn--text-negative:focus .c-link__text {
  transform: translateX(-18px);
}
.c-footer__column div:not(.c-link--no-hover) .c-link .c-link__arrow, .c-link.c-nav__link .c-link__arrow, .c-link.c-btn--text .c-link__arrow, .c-link.c-btn--text-negative .c-link__arrow {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  transform: translateX(0);
  position: relative;
  left: 0;
}
.c-footer__column div:not(.c-link--no-hover) .c-link .c-link__text, .c-link.c-nav__link .c-link__text, .c-link.c-btn--text .c-link__text, .c-link.c-btn--text-negative .c-link__text {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: relative;
  transform: translateX(0);
}
.c-header .c-link:focus {
  border-radius: 20px;
  box-shadow: 0 0 3px 3px #FDFF99;
}
.c-header .c-link:has(.c-header--logo):focus {
  box-shadow: none;
}
.c-mega-menu .c-link:focus {
  box-shadow: none;
}
.c-footer .c-link:not(.c-btn) {
  line-height: 24px !important;
}
.c-link--underline .c-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.1em solid #212121;
}
.c-link--underline--negative .c-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.1em solid #EBEBEB;
}
.c-footer .c-link:not(.c-btn--primary):after, .c-footer .c-link:not(.c-btn--primary-negative):after, .c-mega-menu .c-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 3px;
  left: 0;
  border-bottom: 0.1em solid #EBEBEB;
}

.c-text li,
.c-text--negative li {
  width: -moz-fit-content;
  width: fit-content;
}

.c-link__text {
  line-height: 1;
}
.c-link__text img {
  border-radius: 20px;
}

.c-link__arrow {
  width: 12px !important;
  height: 12px !important;
  min-height: unset !important;
  min-width: unset !important;
  display: none;
}

.c-btn--text:hover .c-link__arrow,
.c-btn--text .c-link__arrow,
.c-btn--text-negative:hover .c-link__arrow,
.c-btn--text-negative .c-link__arrow {
  display: block;
  margin: 0.15rem 0 auto 0;
}
.c-btn--text .c-link__text,
.c-btn--text-negative .c-link__text {
  line-height: unset;
}

.c-form-submit .c-link {
  gap: 10px;
}
.c-form-submit .c-link .c-link__arrow {
  margin-top: 2px;
}

.c-form-submit:hover .c-link__arrow,
.c-form-submit .c-link__arrow,
.c-btn--primary:hover .c-link__arrow,
.c-btn--primary .c-link__arrow,
.c-btn--primary-negative:hover .c-link__arrow,
.c-btn--primary-negative .c-link__arrow {
  display: block;
  padding-top: 1px;
}

.c-form-submit .c-link,
.c-btn--primary,
.c-btn--primary-negative {
  flex-direction: row-reverse;
}

.c-btn--icon .c-link__arrow,
.c-btn--icon-negative .c-link__arrow {
  display: block;
}
.c-btn--icon.c-link:hover .c-link__arrow,
.c-btn--icon-negative.c-link:hover .c-link__arrow {
  margin: 0;
}

.c-footer .c-link.c-btn--text .c-link__arrow,
.c-footer .c-link.c-btn--text-negative .c-link__arrow,
.c-footer .c-text--negative .c-link .c-link__arrow,
.c-header .menu-item-has-children .menu-item .c-link__arrow {
  color: #EBEBEB;
  display: block;
  margin: 0.5rem 0.5rem auto 0;
}
.c-footer .c-link.c-btn--text .c-link__text,
.c-footer .c-link.c-btn--text-negative .c-link__text,
.c-footer .c-text--negative .c-link .c-link__text,
.c-header .menu-item-has-children .menu-item .c-link__text {
  line-height: unset;
}

/** ==========**/
.c-text.c-link:focus, .c-text .c-link:focus,
.c-text--negative.c-link:focus,
.c-text--negative .c-link:focus,
.c-btn--text.c-link:focus,
.c-btn--text .c-link:focus,
.c-btn--text-negative.c-link:focus,
.c-btn--text-negative .c-link:focus {
  text-shadow: 0 0 1.5px #FDFF99;
}

.c-text .c-link,
.c-text--lg .c-link {
  display: inline-flex;
}
.c-text .c-link svg,
.c-text--lg .c-link svg {
  display: none;
}
.c-text .c-link .c-link__text,
.c-text--lg .c-link .c-link__text {
  text-indent: 0;
}
.c-text .c-link:after,
.c-text--lg .c-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.1em dotted #212121;
}
.c-text .c-link:hover,
.c-text--lg .c-link:hover {
  text-shadow: 0 0 1.5px #FDFF99;
}
.c-text .c-link:hover:after,
.c-text--lg .c-link:hover:after {
  box-shadow: 0 0 1.5px #FDFF99;
}

.c-headline--h1 .c-link,
.c-headline--h2 .c-link {
  display: inline-flex !important;
}

/** ==========**/
.c-text--marquee span {
  text-indent: 10px;
}

.c-text--marquee a {
  text-decoration: underline;
}

.brx-has-megamenu.menu-item-has-children:focus {
  outline: none;
}

.brx-has-megamenu.hovered .brx-submenu-toggle a {
  text-decoration: none;
  color: #212121 !important;
  background-color: #D1CFCC;
  border-radius: 20px;
  padding: 0.625rem 1rem;
}

.c-mega-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-mega-menu {
    flex-direction: row;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .c-nav--main {
    width: 40%;
  }
}

.c-nav__item {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}

.c-nav__link.c-link {
  color: #EBEBEB;
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-decoration: none;
}
@media screen and (min-width: 375px) {
  .c-nav__link.c-link {
    font-size: calc(13px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-nav__link.c-link {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-nav__link.c-link {
    line-height: 24px;
  }
}
.c-nav__link.c-link:hover {
  color: #FDFF99;
}
.c-nav__link.c-link:hover:after {
  border-color: #FDFF99;
}
.c-nav__link.c-link:hover .c-link__arrow,
.c-nav__link.c-link:hover span {
  color: #FDFF99;
}

.c-mega-menu__nav {
  position: relative;
  width: 100%;
  display: flex;
}

.c-nav__image {
  width: 200px;
  height: 200px;
  opacity: 0;
  display: none;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-nav__image {
    display: block;
    position: absolute;
    top: 0;
    left: 40%;
    opacity: 0;
    width: 60%;
  }
  .c-nav__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 100%;
    aspect-ratio: 332/187;
  }
}
.c-nav__image .c-img {
  aspect-ratio: 332/187;
}
.c-nav__image .c-img__wrap {
  border-radius: 5px;
}

.c-nav__image--placeholder {
  position: relative;
  width: 60%;
  height: 200px;
  display: block;
}

.c-nav__image .c-img__full {
  transition: all 0.8s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.c-nav__image[data-image=inactive] {
  opacity: 0;
}
.c-nav__image[data-image=inactive] .c-img__full {
  transform: scale(1.1);
}

.c-nav__image[data-image=active] {
  opacity: 1;
}
.c-nav__image[data-image=active] .c-img__full {
  transform: scale(1);
}

.c-nav__image--rounded .c-img {
  aspect-ratio: 1/1;
  height: 190px;
  margin: 0 auto;
}

.c-nav__image--rounded .c-img__wrap {
  border-radius: 50%;
}

.c-nav--mobile {
  overflow-y: scroll;
  overflow-x: hidden;
}

.plyr.plyr--video {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.plyr.plyr--video .plyr__controls svg {
  height: 20px;
  width: 20px;
}
.plyr.plyr--video .plyr__control--overlaid {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #FDFF99;
  height: 94px;
  width: 94px;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.plyr.plyr--video .plyr__control--overlaid svg {
  height: 34px;
  width: 34px;
  color: #EBEBEB;
}
@media (min-width: 1024px) {
  .plyr.plyr--video .plyr__control--overlaid {
    height: 140px;
    width: 140px;
  }
  .plyr.plyr--video .plyr__control--overlaid svg {
    height: 50px;
    width: 50px;
  }
}
.plyr.plyr--video:hover .plyr__control--overlaid {
  background-color: #FDFF99;
}
.plyr.plyr--video:hover .plyr__control--overlaid svg {
  color: #212121;
  opacity: 1;
}
.plyr.plyr--video .plyr__video-wrapper {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.plyr.plyr--video .plyr__video-wrapper:after {
  content: "";
  position: absolute;
  justify-content: center;
  background-color: rgba(33, 33, 33, 0.5);
  height: 100%;
  width: 100%;
  z-index: 9;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.plyr.plyr--video.plyr--playing .plyr__video-wrapper:after {
  background-color: transparent;
}
.plyr.plyr--video:hover .plyr__video-wrapper {
  transform: scale(1.1);
}

.plyr.plyr--video.plyr--paused .plyr__controls,
.plyr.plyr--video.plyr--stopped .plyr__controls {
  visibility: hidden;
}

.rcb-inner {
  border-radius: 0 !important;
}

@media (max-width: 1023.98px) {
  .rcb-content {
    max-height: 100dvh !important;
  }
}

.rcb-header-container {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}
@media (max-width: 1023.98px) {
  .rcb-header-container {
    padding: 20px !important;
  }
}

.rcb-headline {
  font-family: "ABC Diatype Condensed" !important;
  font-weight: 500;
  font-size: 22px !important;
  line-height: 20px !important;
}

@media (max-width: 1023.98px) {
  .rcb-body-container {
    padding: 20px !important;
  }
}

.rcb-description {
  font-family: "ABC Diatype Semi-Mono";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-size: 12px !important;
  margin-bottom: 30px;
}
@media screen and (min-width: 375px) {
  .rcb-description {
    font-size: calc(12px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .rcb-description {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .rcb-description {
    line-height: 14px;
  }
}

.rcb-tb-right {
  padding: 0 !important;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  align-items: flex-start;
}

.rcb-btn-accept-all {
  flex: none !important;
  margin: 0 !important;
  padding: 12px 25px 10px 25px !important;
  color: #212121 !important;
  background-color: #FDFF99;
  border-radius: 20px !important;
}
@media (max-width: 1023.98px) {
  .rcb-btn-accept-all[data-order="0"] {
    margin-bottom: 16px !important;
  }
}
.rcb-btn-accept-all:hover, .rcb-btn-accept-all:active {
  color: #212121;
  background-color: #EBEBEB;
}
.rcb-btn-accept-all:focus {
  color: #212121;
  background-color: #EBEBEB;
  box-shadow: 0 0 3px 3px #FDFF99;
}
.rcb-btn-accept-all:disabled {
  color: #212121;
  background-color: rgba(235, 235, 235, 0.4);
}

.rcb-btn-accept-individual {
  font-family: "ABC Diatype Mono" !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 18px;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.rcb-btn-accept-individual span {
  text-transform: uppercase !important;
}

.rcb-footer-container {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1023.98px) {
  .rcb-footer-container {
    padding: 20px !important;
  }
}
.rcb-footer-container div {
  line-height: 1 !important;
}

.rcb-footer-link {
  font-family: "ABC Diatype Mono" !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px;
  padding: 0 !important;
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.c-slider {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  /*@include bp($large-bp) {
    width: calc((10/12) * 100%);
  }*/
}

.c-slider__wrapper {
  box-sizing: inherit;
}

.c-slider__item {
  margin-right: 1rem;
}

.c-slider__container {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .c-slider__container {
    overflow: visible;
    margin-bottom: unset;
  }
}

.swiper-slide .brxe-image {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  transform: scale(0.6);
  border-radius: 15px;
}
.swiper-slide:not(.swiper-slide-active) h3 {
  display: none;
}

.swiper-slide-active .brxe-image {
  transform: scale(1);
  transform-origin: center center;
}

@media (min-width: 1024px) {
  .swiper-slide-prev .brxe-image {
    transform: scale(0.6);
    transform-origin: right center;
  }
  .swiper-slide-next .brxe-image {
    transform: scale(0.6);
    transform-origin: left center;
  }
}
.c-slider__controls {
  display: flex;
  gap: 10px;
}
@media (min-width: 1024px) {
  .c-slider__controls {
    gap: unset;
    position: absolute;
    bottom: 28px;
    width: calc(100% + 232px);
    justify-content: space-between;
    z-index: 10;
    margin-left: -116px;
  }
}

.c-slider__pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .c-slider__pagination {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-slider__pagination {
  margin-top: 1.125rem;
}
.c-slider__pagination .swiper-pagination-bullet {
  background: transparent;
  z-index: 6;
  opacity: 1;
  min-width: 8px;
  min-height: 8px;
  margin-right: 0.625rem;
}

.swiper-pagination-lock {
  display: none;
}

@media (min-width: 1024px) {
  .c-slider--gallery .c-text--form {
    max-width: 50%;
  }
}

.brxe-slider-nested .splide__arrows .splide__arrow svg {
  min-height: 1em;
  min-width: 1em;
}

.c-quote-slider .splide__track {
  padding-bottom: 108px;
}
.c-quote-slider .splide__pagination {
  left: 0;
  transform: none;
  color: #EBEBEB;
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .c-quote-slider .splide__pagination {
    font-size: calc(40px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-quote-slider .splide__pagination {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .c-quote-slider .splide__pagination {
    line-height: 40px;
  }
}
.c-quote-slider .splide__pagination .counter {
  opacity: 0.5;
}
.c-quote-slider .splide__arrows {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .c-quote-slider .splide__arrows {
    width: 60%;
    margin-left: 40%;
  }
}
.c-quote-slider .splide__arrow {
  position: absolute;
  bottom: 10px;
  top: unset;
  transform: translateY(0);
  outline: none !important;
}
@media (min-width: 1024px) {
  .c-quote-slider .splide__arrow {
    bottom: 15px;
  }
}
.c-quote-slider .splide__arrow:hover {
  border: 1px solid #FDFF99 !important;
  background-color: #FDFF99;
}
.c-quote-slider .splide__arrow:hover svg {
  fill: #212121 !important;
}
.c-quote-slider .splide__arrow:focus {
  border: 1px solid #FDFF99 !important;
  background-color: #FDFF99;
  box-shadow: 0px 0px 2px 2px #EBEBEB;
}
.c-quote-slider .splide__arrow:focus svg {
  fill: #212121 !important;
}
.c-quote-slider .splide__arrow:disabled:hover {
  border: 1px solid #EBEBEB !important;
  background-color: transparent;
}
.c-quote-slider .splide__arrow:disabled:hover svg {
  fill: rgba(235, 235, 235, 0.5) !important;
}
.c-quote-slider .splide__arrow--prev {
  left: unset;
  right: 68px;
}
@media (min-width: 1024px) {
  .c-quote-slider .splide__arrow--prev {
    left: 0;
    right: unset;
  }
}
.c-quote-slider .splide__arrow--next {
  right: 0;
}
@media (min-width: 1024px) {
  .c-quote-slider .splide__arrow--next {
    left: 68px;
    right: unset;
  }
}

/* ===== Portfolio Slider ===== */
.c-portfolio-slider {
  overflow: hidden;
}
.c-portfolio-slider .splide__track {
  padding-bottom: 108px;
}
@media (min-width: 1024px) {
  .c-portfolio-slider .splide__track {
    overflow: visible;
  }
}
.c-portfolio-slider .splide__pagination {
  left: 0;
  transform: none;
  color: #212121;
  font-family: "ABC Diatype Condensed";
  font-weight: 500;
  font-size: 40px;
  line-height: 38px;
  letter-spacingt: 1px;
  text-transform: uppercase;
}
@media screen and (min-width: 375px) {
  .c-portfolio-slider .splide__pagination {
    font-size: calc(40px + 2 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-portfolio-slider .splide__pagination {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .c-portfolio-slider .splide__pagination {
    line-height: 40px;
  }
}
.c-portfolio-slider .splide__pagination .counter {
  opacity: 0.4;
}
.c-portfolio-slider .splide__arrows {
  width: 126px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-portfolio-slider .splide__arrows {
    position: relative;
    margin-left: 45%;
  }
}
.c-portfolio-slider .splide__arrow {
  position: absolute;
  bottom: 10px;
  top: unset;
  transform: translateY(0);
  outline: none !important;
}
@media (min-width: 1024px) {
  .c-portfolio-slider .splide__arrow {
    bottom: 20px;
  }
}
.c-portfolio-slider .splide__arrow:hover {
  border: 1px solid #212121 !important;
  background-color: #212121;
}
.c-portfolio-slider .splide__arrow:hover svg {
  fill: #EBEBEB !important;
}
.c-portfolio-slider .splide__arrow:focus {
  border: 1px solid #212121 !important;
  background-color: #212121;
  box-shadow: 0px 0px 2px 2px #FDFF99;
}
.c-portfolio-slider .splide__arrow:focus svg {
  fill: #EBEBEB !important;
}
.c-portfolio-slider .splide__arrow:disabled:hover {
  border: 1px solid #212121 !important;
  background-color: transparent;
}
.c-portfolio-slider .splide__arrow:disabled:hover svg {
  fill: rgba(33, 33, 33, 0.5) !important;
}
@media (min-width: 1024px) {
  .c-portfolio-slider .splide__list {
    padding-right: 100px;
  }
}

/* ===== Journal Slider ===== */
.c-journal-slider .splide__track {
  padding-bottom: 68px;
}
@media (min-width: 1024px) {
  .c-journal-slider .splide__track {
    overflow: visible;
  }
}
.c-journal-slider .splide__track .splide__list {
  height: auto !important;
}
.c-journal-slider .splide__arrows {
  width: 126px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .c-journal-slider .splide__arrows {
    position: relative;
    margin-left: 0;
  }
}
.c-journal-slider .splide__arrow {
  position: absolute;
  bottom: 0;
  top: unset;
  transform: translateY(0);
  outline: none !important;
}
.c-journal-slider .splide__arrow:hover {
  border: 1px solid #FDFF99 !important;
  background-color: #FDFF99;
}
.c-journal-slider .splide__arrow:hover svg {
  color: #212121 !important;
}
.c-journal-slider .splide__arrow:focus {
  border: 1px solid #FDFF99 !important;
  background-color: #FDFF99;
  box-shadow: 0px 0px 2px 2px #EBEBEB;
}
.c-journal-slider .splide__arrow:focus svg {
  color: #212121 !important;
}
.c-journal-slider .splide__arrow:disabled:hover {
  border: 1px solid #EBEBEB !important;
  background-color: transparent;
}
.c-journal-slider .splide__arrow:disabled:hover svg {
  color: #EBEBEB !important;
}

/* ==== NAV ==== */
.c-slider__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
  border-top: 1px solid rgba(33, 33, 33, 0.5);
  border-bottom: 1px solid rgba(33, 33, 33, 0.5);
}

.c-tags p {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.c-text--flagline[data-flagline] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

/*# sourceMappingURL=main.css.map*/