@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.loaderContainer {
  position: relative;
  display: block;
  width: 40px;
  margin: 20px auto 0; }
  .loaderContainer .loader {
    width: 100px;
    height: 100px;
    border: 6px solid rgba(0, 0, 0, 0.3);
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite; }
    .loaderContainer .loader::after {
      content: '';
      width: 6px;
      height: 6px;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 74px; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: calc(100% - 20px);
  vertical-align: top;
  margin: 0 0 20px;
  line-height: 50px;
  height: 50px;
  vertical-align: top; }

.input + .input {
  margin-left: 20px; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  width: 100%; }

/* Kohana */
.input--kohana {
  overflow: hidden;
  background: #fff; }

.input__field--kohana {
  width: 100%;
  background: transparent;
  color: #6a7989;
  line-height: 50px;
  padding: 0 20px 0 55px; }

.input__label--kohana {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  color: #D2D2D2; }

.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }

.input__label-content--kohana,
.icon--kohana,
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

img {
  max-width: 100%;
  height: auto; }

.hidden {
  display: none !important; }

.mobile {
  display: none; }
  @media screen and (max-width: 640px) {
    .mobile {
      display: inherit; } }

@media screen and (max-width: 640px) {
  .noMobile {
    display: none !important; } }

@font-face {
  src: url("https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2");
  font-family: 'Compressa VF';
  font-style: normal; }

button {
  cursor: pointer; }

button:focus {
  outline: 0; }

body {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  font-family: 'Compressa VF', sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  background: #fff;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 2240px; }
  body.home main {
    padding: 0;
    margin: 30px 100px 0; }
    @media screen and (max-width: 1280px) {
      body.home main {
        margin: 30px 50px 0; } }
    @media screen and (max-width: 1040px) {
      body.home main {
        margin: 30px 20px 0; } }
    @media screen and (max-width: 640px) {
      body.home main {
        margin: 0 20px;
        padding: 0 0 50px; } }
  body.hjemmeside main {
    padding: 0;
    margin: 30px 100px 0; }
    @media screen and (max-width: 1280px) {
      body.hjemmeside main {
        margin: 30px 50px 0; } }
    @media screen and (max-width: 1040px) {
      body.hjemmeside main {
        margin: 30px 20px 0; } }
    @media screen and (max-width: 640px) {
      body.hjemmeside main {
        margin: 0 20px;
        padding: 0 0 50px; } }
  body.startseite main {
    padding: 0;
    margin: 30px 100px 0; }
    @media screen and (max-width: 1280px) {
      body.startseite main {
        margin: 30px 50px 0; } }
    @media screen and (max-width: 1040px) {
      body.startseite main {
        margin: 30px 20px 0; } }
    @media screen and (max-width: 640px) {
      body.startseite main {
        margin: 0 20px;
        padding: 0 0 50px; } }
  body.noScroll {
    overflow-y: hidden; }
  body.menuOpen.partnersPage .menu-button__search svg g path {
    fill: #FFF; }
  body.menuOpen {
    overflow-y: hidden; }
    body.menuOpen .masthead {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      background: transparent; }
      @media screen and (max-width: 1040px) {
        body.menuOpen .masthead {
          background: #000; } }
      body.menuOpen .masthead .title {
        background: #000; }
      body.menuOpen .masthead a {
        color: #FFF; }
        body.menuOpen .masthead a h1 svg g .black {
          fill: #FFF; }
        body.menuOpen .masthead a h1 svg g .fill-opacity {
          fill-opacity: 0.85; }
    @media screen and (max-width: 1040px) {
      body.menuOpen .menu-button__search svg g path {
        fill: #FFF; } }

::selection {
  background-color: #efefef;
  color: #aaa;
  text-shadow: none; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  background: transparent; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0.08) !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 90px rgba(0, 0, 0, 0.08) inset !important; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a.current {
    color: #aaa;
    border: 0; }

p {
  margin-top: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

header.masthead {
  z-index: 11;
  position: fixed;
  background: #FFF;
  top: 0;
  width: 100%;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s;
  width: 100%;
  padding: 0 100px;
  margin: 0; }
  header.masthead::after {
    clear: both;
    content: "";
    display: block; }
  header.masthead.is-hidden {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  header.masthead.is-present {
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  @media screen and (max-width: 1280px) {
    header.masthead {
      width: 100%;
      padding: 0 50px;
      margin: 0;
      left: 0; } }
  @media screen and (max-width: 1040px) {
    header.masthead {
      width: 100%;
      padding: 0 20px;
      margin: 0; } }
  @media screen and (max-width: 640px) {
    header.masthead {
      width: 100%;
      padding: 0 20px;
      margin: 0; } }
  header.masthead.frontPage {
    position: relative;
    float: left;
    height: auto; }
    header.masthead.frontPage nav {
      height: auto; }
      header.masthead.frontPage nav ul {
        height: auto; }
  header.masthead .title {
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 70px; }
    @media screen and (max-width: 1040px) {
      header.masthead .title {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      header.masthead .title {
        width: 75%;
        border-right: 0; } }
    header.masthead .title h1 {
      position: absolute;
      top: 50%;
      left: 20px;
      font-variation-settings: "wght" 525, "wdth" 111, "ital" 0;
      letter-spacing: 1.5px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: calc(100% - 40px);
      margin-bottom: 0; }
      header.masthead .title h1 svg {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 300px; }
        header.masthead .title h1 svg g .black {
          fill: #000;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transform: all 0.2s ease-in-out;
          -webkit-transform: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        header.masthead .title h1 svg g .fill-opacity {
          fill-opacity: 0.85;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transform: all 0.2s ease-in-out;
          -webkit-transform: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
  header.masthead nav {
    position: relative;
    float: right;
    width: 50%;
    height: 70px; }
    @media screen and (max-width: 640px) {
      header.masthead nav {
        width: 25%; } }
    header.masthead nav ul {
      position: relative;
      float: left;
      width: 50%;
      font-size: 22px;
      letter-spacing: 2.5px;
      font-variation-settings: "wght" 250;
      padding: 15px 0 0 20px;
      height: 70px; }
      @media screen and (max-width: 640px) {
        header.masthead nav ul.search {
          display: none; } }
      @media screen and (max-width: 640px) {
        header.masthead nav ul {
          border-left: 0;
          float: right !important; } }
    header.masthead nav a {
      line-height: 1.55em;
      -moz-transition: padding 0.2s ease-in-out;
      -o-transition: padding 0.2s ease-in-out;
      -ms-transform: padding 0.2s ease-in-out;
      -webkit-transform: padding 0.2s ease-in-out;
      transition: padding 0.2s ease-in-out; }
      header.masthead nav a:hover {
        padding-left: 10px; }

.tagline {
  position: absolute;
  width: 50%;
  top: 50%;
  /* transform: translateY(-50%); */
  font-size: 16px;
  /* line-height: 60px; */
  color: rgba(0, 0, 0, 0.3);
  font-variation-settings: "wght" 100, "wdth" 180, "ital" 0;
  letter-spacing: 1.5px;
  padding-left: 20px; }

/* --------------------------------

2. Auto-Hiding Navigation - with Sub Nav

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 9;
  clear: both;
  width: 100%;
  height: 70px;
  line-height: 70px;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s;
  position: absolute;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .cd-secondary-nav::after {
    /* gradient on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: transparent;
    pointer-events: none;
    transition: opacity .2s; }
  .cd-secondary-nav.nav-end::after {
    opacity: 0; }
  .cd-secondary-nav .active-element {
    opacity: 0; }
  .cd-secondary-nav.fixed {
    background: #efefef; }
    .cd-secondary-nav.fixed .active-element {
      opacity: 1; }

/* --------------------------------

3. Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */
.cd-secondary-nav.fixed {
  position: fixed;
  top: 70px;
  left: 0;
  left: 100px;
  width: calc(100% - 200px); }
  @media screen and (max-width: 1280px) {
    .cd-secondary-nav.fixed {
      width: calc(100% - 100px);
      left: 50px; } }
  @media screen and (max-width: 1040px) {
    .cd-secondary-nav.fixed {
      width: calc(100% - 40px);
      left: 20px; } }

.cd-secondary-nav.slide-up {
  transform: translateY(-70px); }

.filters #active-title {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 20px;
  line-height: 70px;
  font-variation-settings: "wght" 200;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Compressa VF', sans-serif;
  letter-spacing: 2.5px;
  color: #000; }
  @media screen and (max-width: 640px) {
    .filters #active-title {
      width: 75%; } }

#dropdown {
  position: fixed;
  top: 70px;
  background: #000;
  color: #FFF;
  width: 100%;
  left: 0;
  z-index: -1;
  z-index: 10;
  display: none;
  overflow-y: auto;
  overflow-x: hidden; }
  #dropdown.open {
    display: inherit; }
  #dropdown ul {
    position: relative;
    float: left;
    width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0; }
    @media screen and (max-width: 640px) {
      #dropdown ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; } }
    #dropdown ul li {
      position: relative;
      float: left;
      width: 100%;
      padding: 0 20px; }
      #dropdown ul li a {
        position: relative;
        float: left;
        width: 100%;
        color: #FFF;
        line-height: 70px;
        font-variation-settings: "wght" 200;
        text-transform: uppercase;
        font-size: 22px;
        font-family: 'Compressa VF', sans-serif;
        letter-spacing: 2.5px;
        -moz-transition: padding 0.2s ease-in-out;
        -o-transition: padding 0.2s ease-in-out;
        -ms-transform: padding 0.2s ease-in-out;
        -webkit-transform: padding 0.2s ease-in-out;
        transition: padding 0.2s ease-in-out; }
        #dropdown ul li a:hover {
          padding-left: 20px; }

body.partnersPage #menu {
  width: calc(100% - 200px);
  width: calc(100% - 200px); }
  @media screen and (max-width: 1280px) {
    body.partnersPage #menu {
      width: calc(100% - 50px);
      margin: 0; } }
  @media screen and (max-width: 1040px) {
    body.partnersPage #menu {
      width: 100%;
      margin: 0; } }

body.partnersPage .menu-button--active .menu-button__hamburger {
  color: #FFF; }

.menu-button--active .menu-button__hamburger {
  color: #FFF; }
  .menu-button--active .menu-button__hamburger.menu-button__search {
    height: 4px;
    background: transparent; }
    .menu-button--active .menu-button__hamburger.menu-button__search:before {
      background: #000; }
    .menu-button--active .menu-button__hamburger.menu-button__search:after {
      background: #000; }
    .menu-button--active .menu-button__hamburger.menu-button__search img {
      display: none; }

.menu-button__hamburger.menu-button__search {
  height: 40px;
  background: transparent; }
  .menu-button__hamburger.menu-button__search:before {
    background: transparent; }
  .menu-button__hamburger.menu-button__search:after {
    background: transparent; }

.menu-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateZ(0);
  cursor: pointer; }
  @media screen and (max-width: 640px) {
    .menu-button {
      float: right;
      margin-right: 20px; } }
  .menu-button__hamburger {
    position: relative;
    width: 100%;
    height: 4px;
    background: currentColor;
    color: #000;
    transition-property: background;
    transition-duration: 0.4s;
    transition-delay: 0.2s; }
    .menu-button--active .menu-button__hamburger {
      background: transparent; }
      @media screen and (max-width: 1040px) {
        .menu-button--active .menu-button__hamburger {
          color: #FFF; } }
    .menu-button__hamburger::before {
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      top: -18px;
      background: currentColor;
      transition-property: top, transform;
      transition-duration: 0.4s;
      transition-delay: 0.4s, 0s;
      content: ""; }
      .menu-button--active .menu-button__hamburger::before {
        top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.4s; }
    .menu-button__hamburger::after {
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      bottom: -18px;
      background: currentColor;
      transition-property: bottom, transform;
      transition-duration: 0.4s;
      transition-delay: 0.4s, 0s;
      content: ""; }
      .menu-button--active .menu-button__hamburger::after {
        bottom: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.4s; }

.noresult {
  color: #FFF;
  font-size: 16px;
  letter-spacing: .1px;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 20px;
  position: relative;
  float: left; }

.search-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateZ(0);
  cursor: pointer; }

.search-button__close::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  top: -18px;
  transition-property: top, transform;
  transition-duration: 0.4s;
  transition-delay: 0.4s, 0s;
  content: ""; }

#open {
  padding-left: 0 !important; }
  #open .menu-button__text {
    margin-left: 62px;
    position: absolute;
    line-height: 40px;
    font-variation-settings: "wght" 200;
    color: #aaa;
    text-transform: uppercase;
    font-size: 22px; }
    @media screen and (max-width: 640px) {
      #open .menu-button__text {
        display: none; } }

.hamburger {
  height: 4px !important; }

.hamburgerSpecial {
  left: 0 !important;
  top: 40px !important;
  margin-left: 0 !important; }

#next, .searchButton, #subscribe, #filtersButton, #open, .searchLink, .readmore, .share {
  position: relative;
  border: 0;
  background: transparent;
  width: 40px;
  padding: 0;
  z-index: 50;
  cursor: pointer; }
  #next.menu-button--active div, .searchButton.menu-button--active div, #subscribe.menu-button--active div, #filtersButton.menu-button--active div, #open.menu-button--active div, .searchLink.menu-button--active div, .readmore.menu-button--active div, .share.menu-button--active div {
    height: 4px;
    margin-top: 0; }
  #next div, .searchButton div, #subscribe div, #filtersButton div, #open div, .searchLink div, .readmore div, .share div {
    width: 40px;
    height: 40px; }
    #next div svg, .searchButton div svg, #subscribe div svg, #filtersButton div svg, #open div svg, .searchLink div svg, .readmore div svg, .share div svg {
      width: 40px;
      height: 40px; }
  #next img, .searchButton img, #subscribe img, #filtersButton img, #open img, .searchLink img, .readmore img, .share img {
    width: 40px;
    height: 40px; }
  #next span, .searchButton span, #subscribe span, #filtersButton span, #open span, .searchLink span, .readmore span, .share span {
    font-family: 'Compressa VF', sans-serif;
    line-height: 40px;
    font-variation-settings: "wght" 200;
    color: #aaa;
    text-transform: uppercase;
    font-size: 22px;
    top: 0;
    left: 0;
    position: relative;
    float: left;
    margin-top: -40px;
    padding-left: 60px;
    letter-spacing: 2.5px;
    font-weight: bold;
    white-space: nowrap;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    -webkit-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    @media screen and (max-width: 640px) {
      #next span, .searchButton span, #subscribe span, #filtersButton span, #open span, .searchLink span, .readmore span, .share span {
        display: none; } }
  #next span:after, .searchButton span:after, #subscribe span:after, #filtersButton span:after, #open span:after, .searchLink span:after, .readmore span:after, .share span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    padding-left: 60px;
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -o-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg); }
  #next:hover span, .searchButton:hover span, #subscribe:hover span, #filtersButton:hover span, #open:hover span, .searchLink:hover span, .readmore:hover span, .share:hover span {
    -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -o-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg); }

.searchLink span {
  margin-top: 0;
  padding-left: 0 !important; }

.searchLink span:after {
  padding-left: 0 !important; }

@media screen and (max-width: 640px) {
  .searchButton span {
    display: initial !important; } }

.share span, .readmore span {
  padding-left: 0;
  margin-top: 0; }

.share span:after, .readmore span:after {
  padding-left: 0 !important; }

.archivesLink:hover h2 {
  color: #000; }

.archivesLink:hover .readmore span {
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -o-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg); }

#subscribe {
  z-index: 0; }

.mc4wp-alert {
  font-size: 18px;
  letter-spacing: 1.5px;
  padding: 0 20px; }

.searchButton.menu-button--active .menu-button__hamburger {
  height: 40px;
  margin-top: inherit; }
  .searchButton.menu-button--active .menu-button__hamburger svg {
    display: none; }
  .searchButton.menu-button--active .menu-button__hamburger:before {
    top: 18px; }
  .searchButton.menu-button--active .menu-button__hamburger:after {
    bottom: 18px; }

#filtersButton {
  margin: 12.5px 20px; }
  @media screen and (max-width: 640px) {
    #filtersButton {
      position: absolute;
      right: 0; } }

#next {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 20px 0 0 calc(75% + 30px); }
  @media screen and (max-width: 640px) {
    #next {
      float: right;
      margin: 20px 0;
      width: 100%;
      text-align: right;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.menu-button__search img {
  width: 40px;
  height: 40px; }

.menu-button__search svg {
  width: 40px;
  height: 40px; }
  .menu-button__search svg g path {
    fill: #000; }

.flip {
  width: 100%;
  position: relative;
  float: left; }
  .flip:hover {
    padding-left: 0 !important; }
    .flip:hover span {
      -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
      -o-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
      -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
      -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
      transform: translate3d(0px, 0px, -30px) rotateX(90deg); }
  .flip span {
    position: relative;
    float: left;
    white-space: nowrap;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    -webkit-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .flip span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -o-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg); }

#menu {
  position: fixed;
  background: #000;
  color: #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(75% - 50px);
  z-index: 10;
  display: none;
  padding: 70px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(75% - 150px);
  padding: 70px 0;
  left: 100px; }
  @media screen and (max-width: 1280px) {
    #menu {
      width: calc(75% - 20px);
      padding: 70px 50px;
      left: 0; } }
  @media screen and (max-width: 1040px) {
    #menu {
      width: 100%;
      padding: 70px 20px; } }
  #menu:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    right: 0;
    background: #000;
    z-index: 1;
    width: calc(75% - 50px);
    left: 100px;
    width: calc(75% - 150px); }
    @media screen and (max-width: 1280px) {
      #menu:before {
        width: calc(75% - 20px);
        left: 0; } }
    @media screen and (max-width: 1040px) {
      #menu:before {
        width: 100%; } }
  #menu.open {
    display: inherit; }
  #menu ul {
    position: relative;
    float: left;
    width: 25%;
    letter-spacing: 2.5px;
    padding: 50px 0 0 20px;
    font-variation-settings: "wght" 250;
    width: 100%; }
    @media screen and (max-width: 640px) {
      #menu ul {
        padding: 50px 0 0 20px; } }
    #menu ul li {
      margin-top: 10px;
      font-size: 3rem;
      line-height: 1.2;
      position: relative;
      float: left;
      width: 100%; }
      @media screen and (max-width: 640px) {
        #menu ul li {
          font-size: 22px !important; } }
      #menu ul li:first-child {
        margin-top: 0; }
      #menu ul li a {
        position: relative;
        float: left;
        width: 100%; }
        @media screen and (max-width: 640px) {
          #menu ul li a {
            font-size: 22px !important; } }
  #menu a {
    color: #FFF;
    -moz-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    -ms-transform: padding 0.2s ease-in-out;
    -webkit-transform: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out; }
    #menu a:hover {
      padding-left: 10px; }
  #menu h2 {
    line-height: 40px;
    font-variation-settings: "wght" 200;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Compressa VF', sans-serif;
    margin-bottom: 0;
    letter-spacing: 2.5px;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin: 50px 0 0 20px; }

.searchMenu {
  position: relative;
  float: left;
  width: 100%;
  display: none; }
  @media screen and (max-width: 640px) {
    .searchMenu {
      display: initial;
      padding: 50px 20px 0; } }

section {
  overflow: hidden;
  z-index: 1; }

section#intro {
  position: relative;
  float: left;
  width: calc(100% - 200px);
  margin: 90px 100px 0;
  cursor: auto;
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    section#intro {
      width: calc(100% - 100px);
      margin: 90px 50px 0; } }
  @media screen and (max-width: 1040px) {
    section#intro {
      width: calc(100% - 40px);
      margin: 90px 20px 0; } }
  @media screen and (max-width: 640px) {
    section#intro {
      width: calc(100% - 40px);
      margin: 50px 20px 0; } }
  section#intro h2 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 2.4vw;
    line-height: 60px;
    color: rgba(0, 0, 0, 0.3);
    font-variation-settings: "wght" 100, "wdth" 180, "ital" 0;
    letter-spacing: 1.5px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: -10px; }
    @media screen and (max-width: 1040px) {
      section#intro h2 {
        font-size: 3vw; } }
    @media screen and (max-width: 640px) {
      section#intro h2 {
        font-size: 3vw; } }
    section#intro h2 img {
      position: relative;
      width: calc(75% - 10px);
      height: auto; }
      @media screen and (max-width: 1040px) {
        section#intro h2 img {
          width: 100%; } }

main {
  position: relative;
  float: left;
  width: 100%;
  width: calc(100% - 200px);
  margin: 100px 100px 0;
  z-index: 2;
  padding: 50px 0 0; }
  @media screen and (max-width: 1280px) {
    main {
      width: calc(100% - 100px);
      margin: 100px 50px 0; } }
  @media screen and (max-width: 1040px) {
    main {
      width: calc(100% - 40px);
      margin: 100px 20px 0; } }
  main.home {
    width: 80%;
    margin: 0 20% 0 0; }
  main.partners .row:nth-last-child(2) {
    padding: initial; }
  main.partners .row:last-child() {
    padding: initial; }
  main.partner .row:nth-last-child(2) {
    padding: initial; }
  main.partner .row:last-child() {
    padding: initial; }
  main.partnere .row:nth-last-child(2) {
    padding: initial; }
  main.partnere .row:last-child() {
    padding: initial; }

.grid {
  position: fixed;
  width: calc(100% - 200px);
  margin: 0 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 11;
  height: 100vh;
  top: 0;
  max-width: 2040px;
  pointer-events: none;
  display: block !important; }
  @media screen and (max-width: 1280px) {
    .grid {
      width: calc(100% - 100px);
      margin: 0 50px; } }
  @media screen and (max-width: 1040px) {
    .grid {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  .grid div:nth-child(1) {
    width: 1px;
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.08);
    height: 100vh; }
    @media screen and (max-width: 640px) {
      .grid div:nth-child(1) {
        display: none; } }
  .grid div:nth-child(2) {
    width: 1px;
    position: fixed;
    top: 0;
    right: calc(75% - 50px);
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.08);
    height: 100vh; }
    @media screen and (max-width: 1280px) {
      .grid div:nth-child(2) {
        right: calc(75% - 25px); } }
    @media screen and (max-width: 1040px) {
      .grid div:nth-child(2) {
        display: none; } }
  .grid div:nth-child(3) {
    width: 1px;
    position: fixed;
    top: 0;
    right: calc(25% + 50px);
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.08);
    height: 100vh; }
    @media screen and (max-width: 1280px) {
      .grid div:nth-child(3) {
        right: calc(25% + 25px); } }
    @media screen and (max-width: 1040px) {
      .grid div:nth-child(3) {
        display: none; } }

.collection h2, .collection h3, .product h2, .product h3 {
  margin: 0;
  line-height: 60px;
  font-size: 28px;
  font-size: 31.25px;
  letter-spacing: 2.5px; }
  @media screen and (max-width: 640px) {
    .collection h2, .collection h3, .product h2, .product h3 {
      font-size: 22px !important; } }

@media screen and (max-width: 640px) {
  .menuCollections .row .collection  {
    padding: 50px 0 0; } }

.menuCollections .collection a {
  padding-left: 0 !important; }

h1 {
  font-family: 'Compressa VF', sans-serif;
  font-variation-settings: "wght" 525, "wdth" 111, "ital" 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 39.06px; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 22px !important; } }

.page-header header h1, .entry-content.page header h1 {
  margin-bottom: 0.67em; }

.page-header h1, .entry-content.page h1 {
  font-size: 28px;
  font-size: 39.06px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: calc(0.67em + 30px); }
  @media screen and (max-width: 640px) {
    .page-header h1, .entry-content.page h1 {
      font-size: 22px !important; } }

.page-header h2, .entry-content.page h2 {
  font-size: 28px;
  font-size: 31.25px;
  letter-spacing: 2.5px;
  font-family: 'Compressa VF', sans-serif; }
  @media screen and (max-width: 640px) {
    .page-header h2, .entry-content.page h2 {
      font-size: 18px; } }

.page-header h1 {
  font-size: 28px;
  font-size: 39.06px;
  letter-spacing: 1px;
  color: #000;
  padding: 0 20px;
  margin-bottom: calc(0.67em + 30px); }

.where-to-buy .page-header h1 {
  line-height: 70px;
  margin-bottom: 0; }

.partner .edit {
  right: 20px; }

.edit {
  border-radius: 100%;
  position: absolute !important;
  top: 50%;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  right: 5px;
  width: 40px !important;
  height: 40px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.6);
  z-index: 1; }
  .edit img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: initial !important;
    height: initial !important; }

.products, .searchResults {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  margin-left: -20px; }
  .products .row, .searchResults .row {
    margin-bottom: 30px; }
    .products .row:last-child, .searchResults .row:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1040px) {
      .products .row, .searchResults .row {
        display: block; } }
  .products .image-container .image, .searchResults .image-container .image {
    filter: grayscale(0); }
  .products h3, .searchResults h3 {
    line-height: 40px;
    font-variation-settings: "wght" 200;
    color: rgba(0, 0, 0, 0.6);
    /* text-transform: uppercase; */
    font-size: 18px;
    font-family: 'Compressa VF', sans-serif;
    /* margin-top: 50px; */
    /* margin-bottom: 0; */
    letter-spacing: 2.5px; }
    @media screen and (max-width: 1040px) {
      .products h3, .searchResults h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        width: 100%;
        float: left; } }

section.collections .collection a, section.collections .product a, .menuCollections .collection a, .menuCollections .product a, .products .collection a, .products .product a, .searchResults .collection a, .searchResults .product a {
  position: relative;
  float: left;
  width: 100%; }
  section.collections .collection a:hover h2, section.collections .product a:hover h2, .menuCollections .collection a:hover h2, .menuCollections .product a:hover h2, .products .collection a:hover h2, .products .product a:hover h2, .searchResults .collection a:hover h2, .searchResults .product a:hover h2 {
    color: #000;
    transform: translateX(10px); }
  section.collections .collection a h2, section.collections .product a h2, .menuCollections .collection a h2, .menuCollections .product a h2, .products .collection a h2, .products .product a h2, .searchResults .collection a h2, .searchResults .product a h2 {
    position: relative;
    float: left;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -ms-transform: transform 0.2s ease-in-out;
    -webkit-transform: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out; }
  section.collections .collection a .image-container, section.collections .product a .image-container, .menuCollections .collection a .image-container, .menuCollections .product a .image-container, .products .collection a .image-container, .products .product a .image-container, .searchResults .collection a .image-container, .searchResults .product a .image-container {
    position: relative;
    float: left;
    width: 100%;
    position: relative;
    /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
    perspective: 2px;
    background: rgba(0, 0, 0, 0.08); }
    section.collections .collection a .image-container:before, section.collections .product a .image-container:before, .menuCollections .collection a .image-container:before, .menuCollections .product a .image-container:before, .products .collection a .image-container:before, .products .product a .image-container:before, .searchResults .collection a .image-container:before, .searchResults .product a .image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    section.collections .collection a .image-container > .content, section.collections .product a .image-container > .content, .menuCollections .collection a .image-container > .content, .menuCollections .product a .image-container > .content, .products .collection a .image-container > .content, .products .product a .image-container > .content, .searchResults .collection a .image-container > .content, .searchResults .product a .image-container > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    section.collections .collection a .image-container:hover .image, section.collections .product a .image-container:hover .image, .menuCollections .collection a .image-container:hover .image, .menuCollections .product a .image-container:hover .image, .products .collection a .image-container:hover .image, .products .product a .image-container:hover .image, .searchResults .collection a .image-container:hover .image, .searchResults .product a .image-container:hover .image {
      filter: grayscale(0); }
    section.collections .collection a .image-container:hover .multiply, section.collections .product a .image-container:hover .multiply, .menuCollections .collection a .image-container:hover .multiply, .menuCollections .product a .image-container:hover .multiply, .products .collection a .image-container:hover .multiply, .products .product a .image-container:hover .multiply, .searchResults .collection a .image-container:hover .multiply, .searchResults .product a .image-container:hover .multiply {
      opacity: 0; }
    section.collections .collection a .image-container .image, section.collections .product a .image-container .image, .menuCollections .collection a .image-container .image, .menuCollections .product a .image-container .image, .products .collection a .image-container .image, .products .product a .image-container .image, .searchResults .collection a .image-container .image, .searchResults .product a .image-container .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover !important;
      background-position: center center !important;
      filter: grayscale(1);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      -webkit-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 640px) {
        section.collections .collection a .image-container .image, section.collections .product a .image-container .image, .menuCollections .collection a .image-container .image, .menuCollections .product a .image-container .image, .products .collection a .image-container .image, .products .product a .image-container .image, .searchResults .collection a .image-container .image, .searchResults .product a .image-container .image {
          filter: grayscale(0); } }
      section.collections .collection a .image-container .image:after, section.collections .product a .image-container .image:after, .menuCollections .collection a .image-container .image:after, .menuCollections .product a .image-container .image:after, .products .collection a .image-container .image:after, .products .product a .image-container .image:after, .searchResults .collection a .image-container .image:after, .searchResults .product a .image-container .image:after {
        /* Display and position the pseudo-element */
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* Move the pseudo-element back away from the camera,
                        * then scale it back up to fill the viewport.
                        * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
        transform: translateZ(-1px) scale(1.5);
        /* Force the background image to fill the whole element. */
        background-size: 100%;
        /* Keep the image from overlapping sibling elements. */
        z-index: -1; }
    section.collections .collection a .image-container .multiply, section.collections .product a .image-container .multiply, .menuCollections .collection a .image-container .multiply, .menuCollections .product a .image-container .multiply, .products .collection a .image-container .multiply, .products .product a .image-container .multiply, .searchResults .collection a .image-container .multiply, .searchResults .product a .image-container .multiply {
      background-color: #bbbbbb;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply;
      will-change: opacity;
      opacity: 1;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transform: all 0.2s ease-in-out;
      -webkit-transform: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 640px) {
        section.collections .collection a .image-container .multiply, section.collections .product a .image-container .multiply, .menuCollections .collection a .image-container .multiply, .menuCollections .product a .image-container .multiply, .products .collection a .image-container .multiply, .products .product a .image-container .multiply, .searchResults .collection a .image-container .multiply, .searchResults .product a .image-container .multiply {
          display: none; } }
    section.collections .collection a .image-container img, section.collections .product a .image-container img, .menuCollections .collection a .image-container img, .menuCollections .product a .image-container img, .products .collection a .image-container img, .products .product a .image-container img, .searchResults .collection a .image-container img, .searchResults .product a .image-container img {
      position: relative;
      float: left;
      max-height: 45vh;
      filter: grayscale(1); }

section.collections {
  margin-bottom: 40px; }

.entry-content {
  position: relative;
  float: left;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  font-size: 17px;
  letter-spacing: .1px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
  padding: 0 20px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .entry-content {
      font-size: 16px; } }
  .entry-content.page {
    width: 100%; }
    @media screen and (max-width: 1040px) {
      .entry-content.page {
        width: 100%; } }
  .entry-content p {
    font-size: 22px;
    font-size: 2vw;
    letter-spacing: .1px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 400; }
    .entry-content p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1040px) {
      .entry-content p {
        font-size: 2.4vw; } }
    @media screen and (max-width: 640px) {
      .entry-content p {
        font-size: 16px; } }
  @media screen and (max-width: 640px) {
    .entry-content ul, .entry-content ol {
      padding: 0 0 0 10px; } }
  .entry-content.singleCollection {
    width: 100%;
    padding: 50px 20px 0 20px;
    margin-bottom: 100px; }
  .entry-content.full {
    width: 100%;
    padding: 50px 20px 0 20px; }
    @media screen and (max-width: 1280px) {
      .entry-content.full {
        width: 100%;
        padding: 50px 20px 0 !important; } }
  .entry-content.column-2 {
    width: 50%;
    padding: 0 20px 50px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .entry-content.column-2 {
        width: 100%;
        padding: 0 20px 20px 20px !important; } }
    .entry-content.column-2 h2 {
      font-family: 'Compressa VF', sans-serif;
      font-size: 28px;
      font-size: 31.25px;
      letter-spacing: 1.5px;
      margin-bottom: 5px; }
      @media screen and (max-width: 640px) {
        .entry-content.column-2 h2 {
          font-size: 18px; } }
    .entry-content.column-2 p {
      font-size: 14px;
      letter-spacing: .1px;
      line-height: 1.8;
      margin-bottom: 30px;
      font-weight: 300; }
      .entry-content.column-2 p:last-child {
        margin-bottom: 0; }
    .entry-content.column-2 ul {
      position: relative;
      float: left;
      width: 100%;
      padding-left: 15px; }
    .entry-content.column-2 ul li {
      position: relative;
      line-height: 40px;
      text-indent: 20px;
      font-size: 14px;
      letter-spacing: .1px;
      font-weight: 400; }
    .entry-content.column-2 ul li:before {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 16px;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 100%; }
  .entry-content.story {
    width: 75%;
    padding: 50px 0 0 20px; }
    @media screen and (max-width: 1280px) {
      .entry-content.story {
        width: 100%;
        padding: 50px 20px 0 !important; } }
  .entry-content .call2Action {
    text-shadow: 0 0 black;
    width: 100%;
    padding: 0;
    margin-top: 50px; }
    .entry-content .call2Action a {
      width: 100%;
      margin: 0; }

.technicalDetailsTitle {
  line-height: 40px;
  font-variation-settings: "wght" 200;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Compressa VF', sans-serif;
  margin-top: 50px;
  margin-bottom: 0;
  letter-spacing: 2.5px; }

.technicalDetails {
  position: relative;
  width: calc(100% + 40px);
  float: left;
  margin-left: -20px;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 0px; }
  .technicalDetails div {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 50px; }
    @media screen and (max-width: 1280px) {
      .technicalDetails div {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .technicalDetails div {
        width: 100%;
        margin-bottom: 30px; }
        .technicalDetails div:last-child {
          margin-bottom: 50px; } }
  .technicalDetails h4 {
    font-family: 'Compressa VF', sans-serif;
    font-size: 28px;
    font-size: 31.25px;
    letter-spacing: 1.5px;
    margin-bottom: 5px; }
    @media screen and (max-width: 640px) {
      .technicalDetails h4 {
        font-size: 22px; } }
  .technicalDetails ul li {
    position: relative;
    line-height: 40px;
    text-indent: 20px;
    height: auto; }
  .technicalDetails ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%; }

.beOurPartner {
  background: #000;
  color: #FFF;
  padding: 30px 20px 50px;
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    .beOurPartner {
      margin-bottom: 20px; } }
  .beOurPartner .beOurPartnerIntro p:last-child {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300; }
  .beOurPartner .beOurPartnerIntro p a {
    color: #efefef; }
  .beOurPartner .column {
    position: relative;
    float: left;
    width: 50%; }
    .beOurPartner .column.col-1 {
      padding-right: 20px; }
      @media screen and (max-width: 640px) {
        .beOurPartner .column.col-1 {
          padding-right: 20px; } }
    @media screen and (max-width: 1040px) {
      .beOurPartner .column {
        width: 100%;
        padding-left: 0; } }
    .beOurPartner .column.col-2 {
      padding-left: 20px; }
      @media screen and (max-width: 640px) {
        .beOurPartner .column.col-2 {
          padding-left: 0; } }
    .beOurPartner .column p:last-child {
      font-size: 14px;
      letter-spacing: .1px;
      line-height: 1.8;
      margin-bottom: 30px;
      font-weight: 300; }
    .beOurPartner .column p a {
      color: #efefef; }

.scrollLink {
  line-height: 24px;
  font-variation-settings: "wght" 200;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.5px;
  margin-bottom: 16px;
  position: relative;
  float: left;
  padding: 0 20px;
  margin-top: -20px; }
  .scrollLink:hover {
    color: rgba(0, 0, 0, 0.3); }
  .scrollLink svg {
    position: relative;
    float: left;
    margin-right: 7px;
    fill: rgba(0, 0, 0, 0.6); }

.contactForm {
  position: relative;
  float: left;
  width: 100%; }
  .contactForm .row {
    width: calc(100% + 20px); }

.icon {
  fill: rgba(0, 0, 0, 0.6); }

span.wpcf7-not-valid-tip {
  color: #FFF !important;
  font-weight: normal !important;
  display: block !important;
  margin-top: -18px !important;
  margin-bottom: 20px !important;
  font-size: 14px !important;
  letter-spacing: 0.1px !important;
  float: left; }

.wpcf7-response-output {
  display: none !important; }

.wpcf7-submit {
  font-family: 'Compressa VF';
  font-size: 28px;
  font-size: 31.25px;
  letter-spacing: 2.5px;
  font-variation-settings: "wght" 650;
  background: #FFF;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 20px;
  float: right;
  position: relative;
  width: calc(50% - 30px);
  text-align: left;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 30px; }
  @media screen and (max-width: 1040px) {
    .wpcf7-submit {
      width: calc(100% - 20px);
      margin-right: 20px;
      position: relative;
      float: left;
      width: 100%;
      margin-right: 0;
      margin-top: 0; } }
  .wpcf7-submit:hover {
    padding: 0 20px 0 40px; }
  .wpcf7-submit:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 1;
    background: url(../../img/circle-chevron-right.svg); }

.ajax-loader {
  display: none !important; }

.input {
  padding: 0 20px 0 60px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: .1px; }
  .input:focus {
    background: #efefef; }

.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0; }

.wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%; }
  .wpcf7-form-control-wrap.CompanyName:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/home.svg); }
  .wpcf7-form-control-wrap.Owner:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/user.svg); }
  .wpcf7-form-control-wrap.ContactPerson:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/user.svg); }
  .wpcf7-form-control-wrap.TaxID:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/discount.svg); }
  .wpcf7-form-control-wrap.Street:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/map-pin-location.svg); }
  .wpcf7-form-control-wrap.PostalCode:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/map-pin-location.svg); }
  .wpcf7-form-control-wrap.City:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/map-pin-location.svg); }
  .wpcf7-form-control-wrap.Country:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/map-pin-location.svg); }
  .wpcf7-form-control-wrap.Website:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/globe.svg); }
  .wpcf7-form-control-wrap.PhoneNumber:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/call-phone.svg); }
  .wpcf7-form-control-wrap.Email:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/mail.svg); }
  .wpcf7-form-control-wrap.Shoptype:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/cart.svg); }
  .wpcf7-form-control-wrap.Message {
    width: calc(100% - 20px); }
  .wpcf7-form-control-wrap.Message:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 1;
    background: url(../../img/comment-text.svg); }

textarea {
  padding: 16px 20px 0 60px;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: .1px;
  margin-bottom: 20px;
  position: relative;
  float: left; }
  textarea:focus {
    background: #efefef; }

.productsContainer {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px; }
  .productsContainer h1 {
    color: rgba(0, 0, 0, 0.6); }

.partnersContainer {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px; }
  @media screen and (max-width: 640px) {
    .partnersContainer {
      padding-top: 0; } }
  .partnersContainer h1 {
    padding: 0 20px; }
  .partnersContainer h3 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 20px;
    font-variation-settings: "wght" 200;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Compressa VF', sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    line-height: 70px; }
    @media screen and (max-width: 640px) {
      .partnersContainer h3 {
        font-size: 18px; } }
  .partnersContainer .clear {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    margin-top: -1px; }

.partner {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 100px;
  height: 60px; }
  @media screen and (max-width: 640px) {
    .partner {
      width: 50%;
      margin-bottom: 50px; } }
  .partner img {
    max-width: calc(100% - 80px);
    max-height: 60px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 640px) {
      .partner img {
        left: 20px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }

.countryBreakPoint {
  position: relative;
  margin-top: -71px;
  height: 1px;
  float: left;
  width: 100%; }

.row {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  flex-wrap: initial;
  clear: both;
  text-align: left; }
  .row .collection:first-child {
    padding-top: 20px; }
  .row .collection:nth-child(2) {
    padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .row {
      display: inherit; }
      .row .collection:first-child {
        padding-top: 20px; } }
  .row .entry-content {
    padding: 0 20px 50px; }
    @media screen and (max-width: 640px) {
      .row .entry-content {
        padding: 0 0 50px; } }
  .row .entry-content, .row .collection {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: .1px;
    line-height: 1.829;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .row .entry-content, .row .collection {
        padding: 0; }
        .row .entry-content img, .row .collection img {
          position: relative;
          float: left; } }
  .row .partner {
    position: relative;
    width: 25%;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .row .partner {
        width: 50%;
        float: left; } }
  .row .collection {
    position: relative;
    width: 50%;
    padding: 50px 20px 0 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 1280px) {
      .row .collection {
        width: 100%;
        position: relative;
        float: left; } }
    @media screen and (max-width: 1040px) {
      .row .collection {
        width: 50%;
        position: relative;
        float: left; } }
    @media screen and (max-width: 640px) {
      .row .collection {
        width: 100%;
        position: relative;
        float: left; } }
    .row .collection.menuCollection:before {
      display: none; }
  .row .product {
    position: relative;
    width: 50%;
    padding: 0 20px 0 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 1280px) {
      .row .product {
        width: 100%;
        position: relative;
        float: left; } }
    @media screen and (max-width: 1040px) {
      .row .product {
        width: 50%;
        position: relative;
        float: left;
        margin-bottom: 10px; } }
    @media screen and (max-width: 640px) {
      .row .product {
        width: 100%;
        position: relative;
        float: left; } }

.field {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.field + .field {
  margin-left: 20px; }

.story, .concept, .partnerships, .mission, .vision {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: .1px;
  line-height: 1.529; }
  .story h2, .concept h2, .partnerships h2, .mission h2, .vision h2 {
    font-size: 4vw;
    line-height: 60px;
    color: #aaa;
    margin-bottom: 0;
    font-variation-settings: "wght" 260, "wdth" 111, "ital" 0;
    font-family: 'Compressa VF', sans-serif;
    margin-bottom: 50px; }

.story, .singleCollection {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: .3px;
  line-height: 1.46;
  font-weight: 400; }

article header h1 {
  font-size: 4vw;
  line-height: 60px;
  color: #aaa;
  margin-bottom: 0;
  font-variation-settings: "wght" 260, "wdth" 111, "ital" 0; }

h4 {
  font-size: 28px;
  font-size: 31.25px;
  letter-spacing: 1.5px;
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    h4 {
      font-size: 22px;
      margin-bottom: 20px; } }

.footerContainer .call2Action {
  position: relative;
  width: 50%; }
  @media screen and (max-width: 640px) {
    .footerContainer .call2Action {
      width: 100%;
      margin: 0 0 20px; }
      .footerContainer .call2Action a {
        padding: 0 20px; } }
  .footerContainer .call2Action a {
    width: 100%; }
    .footerContainer .call2Action a.half {
      width: calc(50% - 20px); }
      @media screen and (max-width: 1800px) {
        .footerContainer .call2Action a.half {
          width: 100%; } }

.call2Action {
  padding: 0 20px;
  width: 100%;
  float: left; }
  @media screen and (max-width: 1280px) {
    .call2Action {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .call2Action {
      width: 100%;
      margin: 0 0 20px;
      padding: 0; } }
  .call2Action a {
    font-family: 'Compressa VF';
    line-height: 70px;
    font-size: 28px;
    font-size: 31.25px;
    letter-spacing: 2.5px;
    width: calc(50% - 20px);
    background: #000;
    color: #FFF;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    padding: 0 20px 0 18px; }
    @media screen and (max-width: 1280px) {
      .call2Action a {
        width: 100%;
        font-size: 22px; } }
    @media screen and (max-width: 640px) {
      .call2Action a {
        width: 100%;
        font-size: 18px;
        padding: 0 10px; } }
  .call2Action .action {
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transform: all 0.2s ease-in-out;
    -webkit-transform: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .call2Action .action.full {
      width: 100%; }
    .call2Action .action:hover {
      padding: 0 20px 0 40px; }
    .call2Action .action svg {
      top: 50%;
      position: absolute;
      right: 20px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

footer {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 100px;
  padding: 100px 0; }
  @media screen and (max-width: 1280px) {
    footer {
      width: calc(100% - 100px);
      margin: 0 50px; } }
  @media screen and (max-width: 1040px) {
    footer {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  footer .footerContainer {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0 0; }
    @media screen and (max-width: 640px) {
      footer .footerContainer {
        padding: 0; } }
  footer .newsletterContainer {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 50px; }
    footer .newsletterContainer h4 {
      padding: 0 20px; }
    footer .newsletterContainer .newsletterInputContainer input {
      font-family: 'Compressa VF', sans-serif;
      font-variation-settings: "wght" 525, "wdth" 111, "ital" 0;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #000;
      background: #efefef;
      border: none;
      padding: 0 20px;
      width: 75%;
      position: relative;
      float: left;
      height: 100px;
      width: 75%;
      font-size: 28px;
      font-size: 31.25px;
      letter-spacing: 1.5px; }
      @media screen and (max-width: 1040px) {
        footer .newsletterContainer .newsletterInputContainer input {
          width: 100%; } }
      @media screen and (max-width: 640px) {
        footer .newsletterContainer .newsletterInputContainer input {
          padding: 0 20px;
          font-size: 18px; } }
    footer .newsletterContainer #subscribe {
      width: 25%;
      position: relative;
      float: left;
      height: 100px;
      padding: 0 20px; }
      footer .newsletterContainer #subscribe img {
        position: absolute;
        width: 40px;
        top: 30px;
        left: 20px; }
      footer .newsletterContainer #subscribe span {
        margin-top: 0;
        display: inherit !important; }
  footer .social {
    width: 50%;
    padding: 0 0 0 20px;
    margin-bottom: 50px; }
  footer .social, footer .call2Action {
    float: left; }
    @media screen and (max-width: 1280px) {
      footer .social, footer .call2Action {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      footer .social, footer .call2Action {
        width: 100%; } }
    footer .social h4, footer .call2Action h4 {
      line-height: 40px; }
    footer .social li, footer .call2Action li {
      position: relative;
      float: left;
      margin-right: 30px; }
      footer .social li a svg, footer .call2Action li a svg {
        height: 40px;
        width: auto; }

.footerPrimary {
  position: relative;
  float: left;
  background: #ebebeb;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  padding: 50px 0 0;
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    .footerPrimary {
      width: calc(100% + 100px);
      margin-left: -50px;
      padding: 50px 50px 0; } }
  @media screen and (max-width: 1040px) {
    .footerPrimary {
      width: calc(100% + 40px);
      margin-left: -20px;
      padding: 50px 20px 0; } }

.footerLogo {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .footerLogo {
      margin-bottom: 50px; } }
  .footerLogo div {
    width: 50%;
    padding: 0 20px; }
    @media screen and (max-width: 1040px) {
      .footerLogo div {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .footerLogo div {
        width: 100%; } }

.languages {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: normal;
  position: relative;
  float: left;
  margin-bottom: 50px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .languages {
      font-size: 0.8rem; } }
  .languages select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: normal;
    border: 0;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    @media screen and (max-width: 640px) {
      .languages select {
        font-size: 0.8rem; } }

.mentions {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.3); }
  .mentions a {
    color: rgba(0, 0, 0, 0.6); }
  .mentions ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .mentions ul {
        font-size: 0.8rem; } }
    .mentions ul li {
      display: block; }
      .mentions ul li:last-child {
        margin-top: 50px; }

#loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 9999; }
  #loaderContainer .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #loaderContainer .container h1 img {
      width: 228px;
      height: auto; }
    #loaderContainer .container .loader {
      width: 100px;
      height: 100px;
      border: 6px solid rgba(0, 0, 0, 0.3);
      border-right-color: transparent;
      border-radius: 50%;
      position: relative;
      animation: loader-rotate 1s linear infinite;
      position: absolute;
      left: calc(50% - 50px);
      top: -160px; }
      #loaderContainer .container .loader::after {
        content: '';
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: 74px; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.searchResults .loader {
  width: 100px;
  height: 100px;
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  position: absolute;
  left: calc(50% - 50px);
  border: 6px solid #FFF;
  border-right-color: transparent; }
  .searchResults .loader::after {
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 74px; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
  .searchResults .loader:after {
    background: #FFF; }

.gallery {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0 30px; }
  .gallery .swiper-slide {
    position: relative;
    float: left;
    width: 50% !important;
    background: rgba(0, 0, 0, 0.01);
    margin-bottom: 20px;
    position: relative; }
    .gallery .swiper-slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 67.42188%; }
    .gallery .swiper-slide > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 640px) {
      .gallery .swiper-slide {
        margin-bottom: 0; } }
    .gallery .swiper-slide:first-child {
      margin-left: 0 !important; }
      @media screen and (max-width: 640px) {
        .gallery .swiper-slide:first-child {
          margin-left: initial !important; } }
    .gallery .swiper-slide:nth-child(odd) {
      margin-right: 40px;
      margin-left: -20px; }
      @media screen and (max-width: 640px) {
        .gallery .swiper-slide:nth-child(odd) {
          margin-right: initial;
          margin-left: initial; } }
    .gallery .swiper-slide:nth-child(even) {
      margin-left: -20px; }
      @media screen and (max-width: 640px) {
        .gallery .swiper-slide:nth-child(even) {
          margin-left: initial; } }
    @media screen and (max-width: 640px) {
      .gallery .swiper-slide {
        width: 100% !important; } }
    .gallery .swiper-slide .imgContainer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .gallery .swiper-slide .imgContainer img {
        position: relative;
        float: left;
        height: 100%;
        width: auto; }

.searchContainer {
  position: fixed;
  background: #000;
  min-height: calc(100vh - 150px);
  width: calc(100% - 200px);
  top: 70px;
  left: 100px;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  display: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 1280px) {
    .searchContainer {
      width: calc(100% - 100px);
      left: 50px; } }
  @media screen and (max-width: 1040px) {
    .searchContainer {
      width: calc(100% - 40px);
      left: 20px; } }
  @media screen and (max-width: 640px) {
    .searchContainer {
      width: 100%;
      left: 0;
      top: 0; } }
  .searchContainer.open {
    z-index: 90;
    opacity: 1;
    display: initial; }
  .searchContainer .closeSearch {
    position: relative;
    float: right;
    margin: 15px 40px;
    padding: 0;
    background: 0;
    border: 0;
    width: 40px;
    height: 40px; }
    .searchContainer .closeSearch:before {
      transform: rotate(45deg);
      transition-delay: 0s, 0.4s;
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      top: 18px;
      background: #FFF;
      transition-property: top, transform;
      transition-duration: 0.4s;
      transition-delay: 0.4s, 0s;
      content: ""; }
    .searchContainer .closeSearch:after {
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      bottom: 18px;
      background: #FFF;
      transition-property: bottom, transform;
      transition-duration: 0.4s;
      transition-delay: 0.4s, 0s;
      content: "";
      transform: rotate(-45deg);
      transition-delay: 0s, 0.4s; }

.searchInputContainer {
  padding-top: 30px; }
  .searchInputContainer input {
    font-family: 'Compressa VF', sans-serif;
    font-variation-settings: "wght" 525, "wdth" 111, "ital" 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFF;
    background: #000;
    border: none;
    padding: 0 20px;
    width: 75%;
    position: relative;
    float: left;
    height: 100px;
    font-size: 60px; }
    @media screen and (max-width: 1280px) {
      .searchInputContainer input {
        font-size: 55px; } }
    @media screen and (max-width: 1040px) {
      .searchInputContainer input {
        width: calc(100% - 40px); } }
    @media screen and (max-width: 640px) {
      .searchInputContainer input {
        font-size: 30px;
        padding: 0 20px 0 40px; } }

.searchLink {
  width: 25%;
  position: relative;
  float: left;
  height: 100px;
  padding: 0 20px 0 82px;
  line-height: 100px;
  font-variation-settings: "wght" 200;
  color: #FFF;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2.5px;
  letter-spacing: 2.5px;
  border: 0;
  background: 0;
  text-align: left;
  font: 22px 'Compressa VF', sans-serif;
  text-rendering: optimizeLegibility;
  cursor: pointer; }
  @media screen and (max-width: 640px) {
    .searchLink {
      padding: 0 40px 0 0;
      margin: 0 40px; } }
  .searchLink img {
    position: absolute;
    left: 20px;
    width: 40px;
    top: 30px; }
    @media screen and (max-width: 640px) {
      .searchLink img {
        left: 0; } }
  @media screen and (max-width: 640px) {
    .searchLink span {
      display: initial;
      margin-left: 60px; } }

.searchResults {
  position: relative;
  float: left;
  width: 100%;
  margin-left: auto;
  padding-bottom: 70px; }
  .searchResults .product {
    width: 25%; }
    @media screen and (max-width: 1040px) {
      .searchResults .product {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .searchResults .product {
        width: 100%; } }
  .searchResults h3 {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    float: left;
    max-width: 100%; }

#cookie-law-info-bar {
  opacity: 1 !important;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 70px !important;
  letter-spacing: normal;
  left: inherit !important;
  box-shadow: 0 0 0 !important;
  background-color: #000 !important;
  color: #FFF !important;
  font-weight: 400 !important;
  height: 70px;
  padding: 0 0 0 120px !important;
  text-align: left !important;
  word-break: break-all;
  white-space: pre;
  width: 100%;
  left: 0; }
  @media screen and (max-width: 1280px) {
    #cookie-law-info-bar {
      padding: 0 0 0 70px !important; } }
  @media screen and (max-width: 1040px) {
    #cookie-law-info-bar {
      padding: 0 0 0 20px !important;
      height: auto;
      white-space: initial;
      word-break: unset;
      line-height: 2 !important;
      padding: 10px 20px !important; } }
  @media screen and (max-width: 640px) {
    #cookie-law-info-bar {
      height: auto;
      white-space: initial;
      word-break: unset;
      line-height: 2 !important;
      padding: 10px 20px !important; } }

#cookie-law-info-again {
  display: none !important; }

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-size: 14px;
  font-weight: 500;
  line-height: 1; }

.cli_settings_button {
  color: #FFF !important;
  border-bottom: 1px solid #FFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .cli_settings_button:hover {
    border-bottom: 1px solid transparent; }

.cli-modal.cli-blowup .cli-modal-dialog {
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  letter-spacing: .1px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400; }

.cli-modal-content {
  border-radius: 0 !important; }

.cli-tab-header {
  border-radius: 0 !important;
  background-color: #efefef !important; }

.cli-tab-header a:before {
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #000 !important; }

.cookie_action_close_header {
  margin: 0 !important;
  border-bottom: 1px solid #FFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -webkit-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: initial; }
  .cookie_action_close_header:hover {
    border-bottom: 1px solid transparent; }

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.slick-home-container {
  padding: 0 20px;
  position: relative;
  float: left;
  width: 100%; }

.slick-home {
  position: relative;
  position: relative;
  float: left;
  width: 100%; }
  .slick-home:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .slick-home > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media screen and (max-width: 640px) {
    .slick-home {
      margin-bottom: 30px; }
      .slick-home:before {
        content: none; } }
  @media screen and (max-width: 640px) {
    .slick-home .slick-dots {
      position: absolute;
      top: 0;
      right: 10px;
      width: auto; } }
  .slick-home .call2Action {
    position: absolute;
    bottom: 20px;
    right: 0; }
    .slick-home .call2Action a {
      float: right; }
    @media screen and (max-width: 640px) {
      .slick-home .call2Action {
        position: relative;
        bottom: 0;
        margin: 20px 0 0; } }
  .slick-home .slick-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .slick-home .slick-slide {
    position: relative; }
    .slick-home .slick-slide:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
    .slick-home .slick-slide > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 640px) {
      .slick-home .slick-slide:before {
        content: none; } }
    .slick-home .slick-slide .imgContainer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover; }
      @media screen and (max-width: 640px) {
        .slick-home .slick-slide .imgContainer {
          float: left;
          position: relative;
          top: unset;
          bottom: unset;
          left: unset;
          right: unset; } }
      .slick-home .slick-slide .imgContainer img {
        display: none; }
        @media screen and (max-width: 640px) {
          .slick-home .slick-slide .imgContainer img {
            display: block;
            position: relative;
            float: left;
            width: 100%; } }

.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  height: 30px;
  line-height: 30px; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  .slick-dots li:first-child {
    margin-left: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li.slick-active button:before {
  color: rgba(0, 0, 0, 0.6); }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem; }

body.press-release footer .footerContainer, body.pressemitteilung footer .footerContainer, body.pressemeddelelse footer .footerContainer {
  display: none; }

body.press-release footer .footerPrimary, body.pressemitteilung footer .footerPrimary, body.pressemeddelelse footer .footerPrimary {
  margin-top: 0; }

.pressReleaseContainer {
  position: relative;
  width: 50%; }
  @media screen and (max-width: 1040px) {
    .pressReleaseContainer {
      width: 100%;
      float: left; } }
  .pressReleaseContainer header h1 {
    line-height: 24px;
    font-variation-settings: "wght" 200;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.5px;
    margin-bottom: 0;
    position: relative;
    float: left;
    padding: 0;
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%; }
    .pressReleaseContainer header h1 .date {
      color: rgba(0, 0, 0, 0.6); }
  .pressReleaseContainer header h2 {
    font-size: 39.06px;
    letter-spacing: 1px;
    font-family: 'Compressa VF', sans-serif;
    font-variation-settings: "wght" 525, "wdth" 111, "ital" 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .pressReleaseContainer header h2 {
        font-size: 22px; } }
  .pressReleaseContainer .pressContent {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 20px; }
    @media screen and (max-width: 1040px) {
      .pressReleaseContainer .pressContent {
        width: 100%;
        padding-right: 0; } }
    @media screen and (max-width: 640px) {
      .pressReleaseContainer .pressContent {
        font-size: 16px; } }
    .pressReleaseContainer .pressContent p, .pressReleaseContainer .pressContent span {
      font-size: 14px;
      letter-spacing: .1px;
      line-height: 1.8;
      margin-bottom: 30px;
      font-weight: 300; }
      .pressReleaseContainer .pressContent p:last-child, .pressReleaseContainer .pressContent span:last-child {
        margin-bottom: 0; }
    .pressReleaseContainer .pressContent a {
      border-bottom: 1px solid; }
    .pressReleaseContainer .pressContent ul {
      position: relative;
      float: left;
      width: 100%;
      padding-left: 15px; }
    .pressReleaseContainer .pressContent ul li {
      position: relative;
      line-height: 40px;
      text-indent: 20px;
      font-size: 14px;
      letter-spacing: .1px;
      font-weight: 400; }
    .pressReleaseContainer .pressContent ul li:before {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 16px;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 100%; }
  .pressReleaseContainer .share {
    position: absolute;
    bottom: 0;
    left: 20px; }

.pressReleaseContainer.single-pressReleaseContainer {
  width: 100%; }
  @media screen and (max-width: 1040px) {
    .pressReleaseContainer.single-pressReleaseContainer {
      padding-right: 20px; } }
  .pressReleaseContainer.single-pressReleaseContainer span {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    font-weight: inherit; }

.pressContent.single-pressContent {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  font-size: 17px;
  letter-spacing: .1px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400; }
  @media screen and (max-width: 1040px) {
    .pressContent.single-pressContent {
      font-size: 2.4vw; } }
  @media screen and (max-width: 640px) {
    .pressContent.single-pressContent {
      font-size: 16px; } }
  .pressContent.single-pressContent p {
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    font-size: 22px;
    letter-spacing: .1px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 400; }
    .pressContent.single-pressContent p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1040px) {
      .pressContent.single-pressContent p {
        font-size: 2.4vw; } }
    @media screen and (max-width: 640px) {
      .pressContent.single-pressContent p {
        font-size: 16px; } }

.tippy-tooltip.tomato-theme {
  background-color: #000;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0.75px;
  font-weight: 400;
  border-radius: 0; }

.tippy-tooltip.tomato-theme[data-placement^='top'] .tippy-arrow {
  display: none; }

.tippy-tooltip.tomato-theme[data-placement^='bottom'] .tippy-arrow {
  display: none; }

.tippy-tooltip.tomato-theme[data-placement^='left'] .tippy-arrow {
  display: none; }

.tippy-tooltip.tomato-theme[data-placement^='right'] .tippy-arrow {
  display: none; }

.tippy-content {
  position: relative;
  float: left;
  background: #000;
  height: 30px;
  top: 5px;
  padding: 5px 2px; }
  .tippy-content a {
    margin: 0 10px;
    position: relative;
    float: left; }

.pressReleaseArchives {
  position: relative;
  float: left;
  width: 100%; }
  .pressReleaseArchives header h1 {
    padding: 0 20px;
    margin-bottom: 20px; }
  .pressReleaseArchives .row {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .pressReleaseArchives .row {
        margin-bottom: 0; }
        .pressReleaseArchives .row:last-child {
          margin-bottom: 20px; } }
  .pressReleaseArchives .item {
    width: 50%;
    padding: 0 20px; }
    @media screen and (max-width: 640px) {
      .pressReleaseArchives .item {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px; } }
    .pressReleaseArchives .item h2 {
      line-height: 60px;
      font-size: 28px;
      font-size: 31.25px;
      letter-spacing: 2.5px;
      font-family: 'Compressa VF', sans-serif;
      margin-bottom: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        .pressReleaseArchives .item h2 {
          line-height: calc(18px * 1.5);
          font-size: 18px; } }

.summary {
  line-height: 24px;
  font-variation-settings: "wght" 200;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.5px;
  margin-bottom: 5px;
  /* font-weight: bold; */
  font-family: 'Compressa VF',sans-serif; }

.summaryContainer {
  position: relative;
  float: left;
  width: 100%;
  background: #efefef;
  width: calc(100% - 200px);
  margin: 0 100px; }
  @media screen and (max-width: 1280px) {
    .summaryContainer {
      width: calc(100% - 100px);
      margin: 0 50px; } }
  @media screen and (max-width: 1040px) {
    .summaryContainer {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  .summaryContainer .entry-content {
    padding: 50px 20px 30px; }
  .summaryContainer h1 {
    margin-bottom: 0; }
  .summaryContainer h2 {
    line-height: 60px;
    font-size: 28px;
    font-size: 31.25px;
    letter-spacing: 2.5px;
    font-family: 'Compressa VF', sans-serif; }
    @media screen and (max-width: 640px) {
      .summaryContainer h2 {
        font-size: 22px; } }

div.wpcf7-mail-sent-ok {
  display: block !important;
  position: relative !important;
  float: left !important;
  padding: 0 !important;
  border: none !important;
  margin: 20px 0 0 !important; }

.padding-50 {
  padding-top: 50px; }

.cbox-20 {
  margin: 0 0 20px; }

.auth {
  margin: 40px 0 0; }

.mc4wp-checkbox {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .mc4wp-checkbox {
      margin-bottom: 14px; } }
