/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.container.fluid {
  max-width: 100%;
}
.container.no-gutter {
  padding-right: 0;
  padding-left: 0;
}
.container.no-gutter .row {
  margin-left: 0;
  margin-right: 0;
}
.container.no-gutter .col-xs,
.container.no-gutter .col-xs-1,
.container.no-gutter .col-xs-10,
.container.no-gutter .col-xs-11,
.container.no-gutter .col-xs-12,
.container.no-gutter .col-xs-2,
.container.no-gutter .col-xs-3,
.container.no-gutter .col-xs-4,
.container.no-gutter .col-xs-5,
.container.no-gutter .col-xs-6,
.container.no-gutter .col-xs-7,
.container.no-gutter .col-xs-8,
.container.no-gutter .col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  align-items: flex-start;
}
.row.vertical {
  flex-direction: column;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.666%;
  flex-basis: 41.666%;
  max-width: 41.666%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
  max-width: 66.666%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.666%;
  flex-basis: 91.666%;
  max-width: 91.666%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.666%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.666%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.666%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.666%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.item-start-xs {
  align-self: flex-start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.item-end-xs {
  align-self: flex-end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.stretch-xs {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (max-width: 47.9999em) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 48em) {
  .show-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (max-width: 62em) {
  .show-md {
    display: none !important;
  }
}
@media only screen and (min-width: 62em) {
  .hide-md {
    display: none !important;
  }
  .col-md,
  .col-md-1,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (max-width: 75em) {
  .show-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 90em) {
  .show-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 90em) {
  .hide-xl {
    display: none !important;
  }
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
  .col-xl {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.666%;
    flex-basis: 41.666%;
    max-width: 41.666%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.666%;
    flex-basis: 91.666%;
    max-width: 91.666%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666%;
  }
  .start-xl {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-xl {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-xl {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@font-face {
  font-family: "primary";
  src: url("../font/Teodor-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "body";
  src: url("../font/HafferRegular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "primary", "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "body", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.45;
  font-size: 20px;
}
input {
  font-family: "body", "HelveticaNeue-Light", "Helvetica Neue Light";
}
.h1 {
  font-size: 115px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.h2 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.h3 {
  font-size: 48px;
  line-height: 1.2;
}
.h4 {
  font-size: 36px;
  line-height: 1.2;
}
.small {
  font-size: 16px;
}
.paragraph {
  font-size: 20px;
}
@media only screen and (max-width: 74.9999em) {
  body {
    font-size: 20px;
  }
  .h1 {
    font-size: 62px;
  }
  .h2 {
    font-size: 45px;
  }
  .h3 {
    font-size: 36px;
  }
  .h4 {
    font-size: 28px;
  }
  .small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.9999em) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .h2 {
    font-size: 40px;
    line-height: 1;
  }
  .h3 {
    font-size: 28px;
    line-height: 1;
  }
  .h4 {
    font-size: 20px;
  }
  .small {
    font-size: 16px;
  }
}
html {
  background-color: #1b1b18;
}
img,
video {
  max-width: 100%;
}
img {
  display: block;
}
.is-transitioning {
  pointer-events: none;
  cursor: progress;
}
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}
.object {
  opacity: 0;
}
::selection {
  background-color: #b5b5b5;
}
img::selection,
svg::selection {
  background-color: transparent;
}
.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 96px;
  transition: all 350ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
}
.btn.label {
  padding: 4px 12px;
  text-transform: uppercase;
  opacity: 0.72;
}
.btn.primary.dark {
  color: #d4d7d4;
  background-color: #1b1b18;
  border-color: #1b1b18;
}
.btn.primary.dark:hover {
  background-color: #363630;
  border-color: #363630;
}
.btn.primary.light {
  color: #1b1b18;
  background-color: #f5f1e5;
  border-color: #f5f1e5;
}
.btn.primary.light:hover {
  background-color: #e7ddc0;
  border-color: #e7ddc0;
}
.btn.secondary {
  background-color: transparent;
}
.btn.secondary.dark {
  border-color: #1b1b18;
  color: #1b1b18;
}
.btn.secondary.dark:hover {
  color: #f5f1e5;
  background-color: #1b1b18;
}
.btn.secondary.light {
  border-color: #f5f1e5;
  color: #f5f1e5;
}
.btn.secondary.light:hover {
  color: #1b1b18;
  background-color: #f5f1e5;
}
.btn.small svg {
  width: 20px;
  height: 20px;
}
ul,
ol {
  padding-left: 20px;
  list-style: circle;
}
ul.numbered-list,
ol.numbered-list {
  list-style: none;
  padding-left: 0;
}
ul a,
ol a {
  text-decoration: none;
}
select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  width: 100% !important;
  border: 1px solid #1b1b18;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
}
select::-ms-expand {
  display: none;
}
select select,
select::after {
  grid-area: select;
}
select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #1b1b18;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #1b1b18;
  border-radius: inherit;
}
label {
  font-size: 1.125rem;
  font-weight: 500;
}
.select + label {
  margin-top: 2rem;
}
.wpcf7-response-output {
  border: 0 !important;
}
.wpcf7-list-item {
  margin: 0;
}
.from-wrapper * {
  color: #1b1b18 !important;
}
.from-wrapper a {
  color: #1b1b18;
}
.from-wrapper .btn.primary {
  color: #d4d7d4;
  background-color: #1b1b18;
}
.from-wrapper .btn.primary:hover {
  background-color: #363630;
}
.from-wrapper .btn.secondary {
  border-color: #1b1b18;
  color: #1b1b18;
}
.from-wrapper .btn.secondary:hover {
  color: #d4d7d4;
  background-color: #1b1b18;
}
.from-wrapper span.wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  margin-bottom: 21px;
  flex-direction: column;
  align-items: flex-start;
}
.from-wrapper span.wpcf7-form-control-wrap > * {
  flex-basis: 100%;
  max-width: 100%;
}
.from-wrapper span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dc3232 !important;
}
.from-wrapper input,
.from-wrapper textarea,
.from-wrapper select {
  width: calc(100% - 32px);
  max-width: 100%;
  background: transparent !important;
  border-color: #1b1b18 !important;
  border-width: 1px;
  padding: 15px;
  border-radius: 0 !important;
}
.from-wrapper button {
  background: transparent !important;
  border-color: #1b1b18 !important;
  border-radius: 150px !important;
  padding: 12px 35px !important;
}
.from-wrapper input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  margin-top: 0;
  position: relative;
  margin-right: 4px;
}
.from-wrapper input[type="submit"] {
  width: auto !important;
  margin-top: 40px;
  border-radius: 150px !important;
  padding: 16px 32px;
}
.from-wrapper label.info {
  font-size: 1rem;
  margin-bottom: 40px;
  display: block;
}
.from-wrapper .catalog-choice-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.from-wrapper .wpcf7-form-control:not(.wpcf7-acceptance) .wpcf7-list-item {
  margin-bottom: 8px !important;
}
.from-wrapper .wpcf7-form-control:not(.wpcf7-acceptance) .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
  align-content: center;
  text-align: left;
}
.from-wrapper .wpcf7-form-control:not(.wpcf7-acceptance) .wpcf7-list-item label span {
  padding-left: 8px;
}
.from-wrapper .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
}
.from-wrapper .wpcf7-form-control span {
  flex: 1;
}
.button-menu {
  opacity: 0;
  transition: ease 175ms opacity;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000109;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b18db;
  margin-left: 0 !important;
}
.button-menu ul {
  max-height: 90%;
  overflow-y: scroll;
  width: 100%;
}
.button-menu ul,
.button-menu ol {
  list-style: none;
  padding-left: 0;
}
.button-menu ul li,
.button-menu ol li {
  margin: 15px auto;
  cursor: pointer;
  color: #f5f1e5;
  text-align: center;
}
.filter-container {
  opacity: 1;
  transition: ease 175ms opacity;
}
.filter-container.waiting {
  opacity: 0;
}
.filter-container > * {
  display: none;
}
.filter-container > *.show {
  display: block;
}
[id^="filter_id_"] .button-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  /* position & z-index etc as you had before */
}
[id^="filter_id_"] .button-menu.open {
  opacity: 1;
  pointer-events: all;
}
[id^="filter_id_"] .filter-container [filter] {
  display: none;
}
[id^="filter_id_"] .filter-container [filter].show {
  display: block;
}
[id^="filter_id_"] button.hide {
  display: none;
}
.slider {
  position: relative;
}
.slider p {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #f5f1e5;
  padding: 3px 15px;
  border-radius: 150px;
  font-size: 16px;
  text-align: center;
  color: #1b1b18;
  z-index: 1000;
}
.slider img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: auto !important;
}
.slider .hide {
  display: none;
}
.slider .backward,
.slider .forward {
  position: absolute;
  width: 50%;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  z-index: 900;
  transition: 350ms ease all;
  opacity: 0;
  display: flex;
  align-items: center;
}
.slider .backward:hover,
.slider .forward:hover {
  opacity: 1;
}
.slider .backward span::selection,
.slider .forward span::selection {
  background-color: transparent !important;
}
.slider .backward {
  left: 0;
  cursor: w-resize;
  background: linear-gradient(90deg, #f6f0e575, transparent);
  padding-left: 20px;
  justify-content: flex-start;
}
.slider .forward {
  right: 0;
  cursor: e-resize;
  background: linear-gradient(270deg, #f6f0e575, transparent);
  padding-right: 20px;
  justify-content: flex-end;
}
.slider .material-icons-outlined {
  background-color: #f5f1e5;
  border-radius: 150px;
  padding: 2px 15px 6px 15px;
  color: #1b1b18;
}
.cursor {
  opacity: 0;
  position: fixed;
  border-radius: 192px;
  background: rgba(27, 27, 24, 0.8);
  pointer-events: none;
  z-index: 2147483647;
  top: 8px;
  left: 8px;
  padding: 0;
  transition: opacity 250ms ease-in-out;
  display: inline-flex;
  /* Allows cursor to size dynamically to content */
  align-items: center;
  justify-content: center;
}
.cursor span {
  display: none;
  /* Hidden by default so it takes no space */
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  color: #f5f1e5;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.cursor.cursor-active {
  opacity: 1;
  padding: 8px 16px;
}
.cursor.cursor-active.cursor-mode-activate-sound .cursor-activate-sound {
  display: inline-block;
  opacity: 1;
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  display: none;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 0.5em;
  animation: spin 0.75s linear infinite;
}
.btn.loading .spinner {
  display: inline-block;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
svg.stroke-icon path {
  transition: 350ms ease-in-out;
}
header.header-wrapper {
  position: absolute;
  height: 108px;
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
  top: 0;
  background: linear-gradient(to bottom, rgba(27, 27, 24, 0.8) 0%, rgba(27, 27, 24, 0) 100%);
}
header.header-wrapper > .container {
  width: calc(100% - 80px);
}
header.header-wrapper .language-selector {
  display: flex;
  justify-content: flex-end;
}
header.header-wrapper .language-selector .sub-menu {
  width: 100%;
  min-width: auto;
}
header.header-wrapper .language-selector button.menu-trigger {
  gap: 8px;
  padding: 16px 0;
}
nav {
  opacity: 1;
  transition: opacity 350ms ease-in-out;
}
nav.floating-nav {
  position: fixed;
  top: 16px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500000;
}
nav.floating-nav .main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  padding-bottom: 104px;
  background: #1b1b18e6;
  border-radius: 96px;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f1e538;
  padding: 24px 48px;
}
nav.floating-nav a .menu-icon-wrapper {
  width: 16px;
  height: 16px;
}
nav.floating-nav a .menu-icon-wrapper img {
  width: 16px;
  height: 16px;
}
nav.floating-nav [class*="menu-item"]:not(.has-children) a {
  gap: 8px;
}
nav.mobile-nav {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 500010;
  width: 100%;
}
nav.mobile-nav > .container {
  width: calc(100% - 40px);
  padding: 0;
}
nav.mobile-nav .menu-trigger {
  padding: 16px 32px;
  display: inline-block;
  width: auto;
  background: #1b1b18e6;
  border-radius: 96px;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f1e538;
  backdrop-filter: blur(8px);
}
nav.mobile-nav .menu-trigger span {
  padding-left: 4px;
  width: 10px;
}
nav.scrolled {
  opacity: 0;
}
.ceraflex-navgiation button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #f5f1e5;
  font-size: 18px;
  gap: 8px;
}
.ceraflex-navgiation li {
  list-style: none;
}
.ceraflex-navgiation [class*="menu-item-"] {
  position: relative;
}
.ceraflex-navgiation [class*="menu-item-"] a,
.ceraflex-navgiation [class*="menu-item-"] li {
  color: #f5f1e5;
  font-size: 18px;
}
.ceraflex-navgiation [class*="menu-item-"] a,
.ceraflex-navgiation [class*="menu-item-"] button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ceraflex-navgiation [class*="menu-item-"] .nav-indicator {
  width: 10px;
  height: 22px;
  text-align: center;
}
.ceraflex-navgiation [class*="menu-item-"] .sub-menu[class*="depth-"] {
  display: none;
}
.ceraflex-navgiation [class*="menu-item-"] .sub-menu[class*="depth-"].open {
  display: flex;
}
.ceraflex-navgiation .sub-menu[class*="depth-"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.ceraflex-navgiation .sub-menu[class*="depth-"]:not(.depth-1) {
  padding-top: 24px;
}
.ceraflex-navgiation .sub-menu button,
.ceraflex-navgiation .sub-menu a {
  gap: 16px !important;
}
.ceraflex-navgiation .sub-menu.depth-1 {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(27, 27, 24, 0.9);
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f1e538;
  backdrop-filter: blur(8px);
  padding: 24px;
  min-width: 320px;
}
.ceraflex-navgiation .sub-menu .menu-icon-wrapper {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ceraflex-navgiation .sub-menu .menu-icon-wrapper img {
  width: 24px;
  height: 24px;
  display: block;
}
.ceraflex-navgiation .sub-menu.depth-2 {
  padding-left: 24px;
}
.ceraflex-navgiation .sub-menu.depth-3 {
  padding-left: 48px;
}
.ceraflex-navgiation .sub-menu.depth-4 {
  padding-left: 72px;
}
.ceraflex-navgiation .sub-menu.depth-5 {
  padding-left: 96px;
}
.ceraflex-navgiation [class*="menu-item"] {
  transition: opacity 200ms ease;
}
.ceraflex-navgiation ul.main-menu > li,
.ceraflex-navgiation ul.lang-menu > li,
.ceraflex-navgiation ul.sub-menu > li {
  transition: opacity 200ms ease;
}
.ceraflex-navgiation ul.main-menu.hovering > li,
.ceraflex-navgiation ul.lang-menu.hovering > li,
.ceraflex-navgiation ul.sub-menu.hovering > li {
  opacity: 0.56;
}
.ceraflex-navgiation ul.main-menu.hovering > li.is-hovered,
.ceraflex-navgiation ul.lang-menu.hovering > li.is-hovered,
.ceraflex-navgiation ul.sub-menu.hovering > li.is-hovered {
  opacity: 1;
}
footer {
  background-color: #1b1b18;
  color: #f5f1e5;
}
footer a {
  color: #f5f1e5;
}
footer img {
  width: 190px;
}
footer p,
footer ul {
  display: block;
}
footer ul,
footer li {
  list-style: none;
  padding-left: 0;
}
footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
footer svg {
  width: 32px;
  margin-right: 8px;
  height: auto !important;
}
footer svg path {
  fill: #f5f1e5;
}
footer ul.icon-wrapper {
  display: flex;
  align-items: center;
}
footer .contact-wrapper {
  margin-top: 48px;
  margin-bottom: 80px;
}
footer .contact-wrapper .contact {
  margin-top: 24px;
}
footer .adress {
  margin-bottom: 20px;
}
footer .legal-links-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
}
section > .container,
footer > .container {
  padding-top: 160px;
  padding-bottom: 160px;
}
section > .container.no-spacing,
footer > .container.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}
.haendler-finden section .container {
  max-width: 1200px;
}
.product-pages > div:first-of-type > section > .container {
  padding-top: 60px;
}
.product-pages .wp-block-gallery-ceraflex-blocks + .wp-block-text-block-ceraflex-blocks > section > .container {
  padding-top: 0;
}
.product-pages .wp-block-text-block-ceraflex-blocks + .wp-block-gallery-ceraflex-blocks > section > .container {
  padding-top: 120px;
}
.product-pages .wp-block-large-image-ceraflex-blocks + .wp-block-text-block-ceraflex-blocks > section > .container {
  padding-top: 0;
}
.katalog-anfordern .headline > .container {
  padding-bottom: 0;
}
.colors-preloading {
  opacity: 0.75;
}
.color-details .container .back-link a {
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
}
.color-details .container .header-wrapper img.line_icon {
  width: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.color-details .container .header-wrapper img.wp-post-image {
  height: auto;
  object-fit: cover;
}
.color-details .container .header-wrapper p.categorie-header {
  text-decoration: underline;
  margin-top: 48px;
  margin-bottom: 8px;
}
.color-details .container .header-wrapper .new-label {
  margin-bottom: 40px;
}
.color-details .container .header-wrapper a {
  position: relative;
}
.color-details .gallery-wrapper {
  margin-top: 80px;
  align-items: stretch;
  row-gap: 20px;
}
.color-details .gallery-wrapper a[data-fslightbox*="gallery_"] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-details .gallery-wrapper a[data-fslightbox*="gallery_"] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-details .color-wrapper {
  padding-left: 20px;
}
.color-details .extend.view {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.section-text section > .container {
  padding-top: 0;
}
.haendler-finden .wp-block-headline-ceraflex-blocks section > .container {
  padding-bottom: 0 !important;
}
.founder-container section > .container > .row {
  justify-content: space-between;
}
.impressum h2,
.datenschutz h2,
.impressum h3,
.datenschutz h3 {
  margin-top: 40px;
  margin-bottom: 8px;
}
.impressum p,
.datenschutz p {
  margin-bottom: 16px;
}
.impressum .browser-image,
.datenschutz .browser-image {
  background-color: white;
}
.materials-overview a.btn {
  margin-top: 24px !important;
}
.iframe-container {
  padding-top: 256px;
  background: #f5f1e5;
}
[class*="ceraflex-blocks"]:first-of-type section > .container {
  padding-top: 240px;
}
[class*="ceraflex-blocks"].is-style-dark {
  background-color: #1b1b18;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark a {
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .btn.primary {
  color: #1b1b18;
  background-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .btn.primary:hover {
  background-color: #e7ddc0;
}
[class*="ceraflex-blocks"].is-style-dark .btn.primary:hover svg.stroke-icon path {
  stroke: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-dark .btn.secondary {
  border-color: #f5f1e5;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .btn.secondary:hover {
  color: #1b1b18;
  background-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .btn.secondary:hover svg.stroke-icon path {
  stroke: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-dark svg.stroke-icon path {
  stroke: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .download-items .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
[class*="ceraflex-blocks"].is-style-dark .download-items .item-wrapper {
  border-color: rgba(245, 241, 229, 0.2);
}
[class*="ceraflex-blocks"].is-style-dark .download-items .item-wrapper .thumb-overlay {
  background: linear-gradient(to bottom, rgba(27, 27, 24, 0.8) 0%, #1b1b18 100%);
}
[class*="ceraflex-blocks"].is-style-dark .download-items .item-wrapper:hover .btn {
  border-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-dark .product-category-wrapper {
  border-color: rgba(245, 241, 229, 0.4);
}
[class*="ceraflex-blocks"].is-style-dark:not(.wp-block-cover-ceraflex-blocks, .wp-block-video-header-ceraflex-blocks) + [class*="ceraflex-blocks"].is-style-dark section > .container {
  padding-top: 0;
}
[class*="ceraflex-blocks"].is-style-mint {
  background-color: #d4d7d4;
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint a {
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .btn.primary {
  color: #d4d7d4;
  background-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .btn.primary:hover {
  background-color: #000000;
}
[class*="ceraflex-blocks"].is-style-mint .btn.primary:hover svg.stroke-icon path {
  stroke: #d4d7d4;
}
[class*="ceraflex-blocks"].is-style-mint .btn.secondary {
  border-color: #1b1b18;
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .btn.secondary:hover {
  color: #d4d7d4;
  background-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .btn.secondary:hover svg.stroke-icon path {
  stroke: #d4d7d4;
}
[class*="ceraflex-blocks"].is-style-mint svg.stroke-icon path {
  stroke: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .download-items .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
[class*="ceraflex-blocks"].is-style-mint .download-items .item-wrapper {
  border-color: rgba(27, 27, 24, 0.2);
}
[class*="ceraflex-blocks"].is-style-mint .download-items .item-wrapper .thumb-overlay {
  background: linear-gradient(to bottom, rgba(212, 215, 212, 0.8) 0%, #d4d7d4 100%);
}
[class*="ceraflex-blocks"].is-style-mint .download-items .item-wrapper:hover .btn {
  border-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-mint .product-category-wrapper {
  border-color: rgba(27, 27, 24, 0.4);
}
[class*="ceraflex-blocks"].is-style-mint:not(.wp-block-cover-ceraflex-blocks, .wp-block-video-header-ceraflex-blocks) + [class*="ceraflex-blocks"].is-style-mint section > .container {
  padding-top: 0;
}
[class*="ceraflex-blocks"].is-style-sand {
  background-color: #f5f1e5;
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand a {
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .btn.primary {
  color: #f5f1e5;
  background-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .btn.primary:hover {
  background-color: #000000;
}
[class*="ceraflex-blocks"].is-style-sand .btn.primary:hover svg.stroke-icon path {
  stroke: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-sand .btn.secondary {
  border-color: #1b1b18;
  color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .btn.secondary:hover {
  color: #f5f1e5;
  background-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .btn.secondary:hover svg.stroke-icon path {
  stroke: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-sand svg.stroke-icon path {
  stroke: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .download-items .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
[class*="ceraflex-blocks"].is-style-sand .download-items .item-wrapper {
  border-color: rgba(27, 27, 24, 0.2);
}
[class*="ceraflex-blocks"].is-style-sand .download-items .item-wrapper .thumb-overlay {
  background: linear-gradient(to bottom, rgba(245, 241, 229, 0.8) 0%, #f5f1e5 100%);
}
[class*="ceraflex-blocks"].is-style-sand .download-items .item-wrapper:hover .btn {
  border-color: #1b1b18;
}
[class*="ceraflex-blocks"].is-style-sand .product-category-wrapper {
  border-color: rgba(27, 27, 24, 0.4);
}
[class*="ceraflex-blocks"].is-style-sand:not(.wp-block-cover-ceraflex-blocks, .wp-block-video-header-ceraflex-blocks) + [class*="ceraflex-blocks"].is-style-sand section > .container {
  padding-top: 0;
}
[class*="ceraflex-blocks"].is-style-green {
  background-color: #5b5c51;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green a {
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .btn.primary {
  color: #5b5c51;
  background-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .btn.primary:hover {
  background-color: #e7ddc0;
}
[class*="ceraflex-blocks"].is-style-green .btn.primary:hover svg.stroke-icon path {
  stroke: #5b5c51;
}
[class*="ceraflex-blocks"].is-style-green .btn.secondary {
  border-color: #f5f1e5;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .btn.secondary:hover {
  color: #5b5c51;
  background-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .btn.secondary:hover svg.stroke-icon path {
  stroke: #5b5c51;
}
[class*="ceraflex-blocks"].is-style-green svg.stroke-icon path {
  stroke: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .download-items .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
[class*="ceraflex-blocks"].is-style-green .download-items .item-wrapper {
  border-color: rgba(245, 241, 229, 0.2);
}
[class*="ceraflex-blocks"].is-style-green .download-items .item-wrapper .thumb-overlay {
  background: linear-gradient(to bottom, rgba(91, 92, 81, 0.8) 0%, #5b5c51 100%);
}
[class*="ceraflex-blocks"].is-style-green .download-items .item-wrapper:hover .btn {
  border-color: #f5f1e5;
}
[class*="ceraflex-blocks"].is-style-green .product-category-wrapper {
  border-color: rgba(245, 241, 229, 0.4);
}
[class*="ceraflex-blocks"].is-style-green:not(.wp-block-cover-ceraflex-blocks, .wp-block-video-header-ceraflex-blocks) + [class*="ceraflex-blocks"].is-style-green section > .container {
  padding-top: 0;
}
[class*="ceraflex-blocks"] img {
  border-radius: 8px;
}
[class*="ceraflex-blocks"] section > .container {
  opacity: 0;
}
[class*="ceraflex-blocks"] section.video-header {
  padding: 0;
  height: 100vh;
  position: relative;
}
[class*="ceraflex-blocks"] section.video-header .container {
  padding-top: 0 !important;
  padding-bottom: 0;
  opacity: 1 !important;
}
[class*="ceraflex-blocks"] section.video-header .h1 {
  color: #f5f1e5;
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: auto;
}
[class*="ceraflex-blocks"] section.video-header .row {
  align-items: center;
  height: 100vh;
}
[class*="ceraflex-blocks"] section.video-header video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
[class*="ceraflex-blocks"] section.video-header .logo-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
[class*="ceraflex-blocks"] section.video-header .logo-overlay img {
  width: 192px;
}
[class*="ceraflex-blocks"] section.cera-application-overview a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.cera-application-overview h2 {
  margin-bottom: 80px;
}
[class*="ceraflex-blocks"] section.cera-application-overview p.h3 {
  margin-top: 10px;
}
[class*="ceraflex-blocks"] section.cera-application-overview a.btn {
  margin-top: 80px;
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item {
  position: relative;
  display: block;
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item .application-overview-item-title {
  position: absolute;
  z-index: 100;
  bottom: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item .application-overview-item-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(245, 241, 229, 0.88) 0%, transparent 100%);
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item img {
  border-radius: 8px;
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item {
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
[class*="ceraflex-blocks"] section.cera-application-overview .row:hover .application-overview-item:not(:hover) {
  opacity: 0.64;
}
[class*="ceraflex-blocks"] section.cera-application-overview .application-overview-item:hover {
  transform: translateY(-8px);
}
[class*="ceraflex-blocks"] section.cera-usp-overview .upper ul {
  margin-bottom: 80px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview video {
  width: 100%;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .lower h3 {
  margin-top: 80px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .lower h3.left {
  max-width: 460px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .lower h3.right {
  max-width: 390px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .lower ul {
  margin-top: 10px;
  margin-bottom: 40px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .lower a.btn {
  margin-right: 15px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .is-style-layout-b h2.h3 {
  max-width: 580px;
}
[class*="ceraflex-blocks"] section.cera-usp-overview .is-style-layout-b .title {
  margin-bottom: 0x;
  margin-top: 48px;
  padding-right: 16px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .h1 {
  margin-bottom: 40px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn p,
[class*="ceraflex-blocks"] section.cera-large-image-with-btn a {
  margin-top: 24px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn p.h3.top-headline {
  margin-bottom: 40px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn img {
  width: 100%;
  height: auto !important;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower {
  align-items: stretch;
  align-content: center;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower > div[class*="col"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower > div[class*="col"] > div:not(:last-child) {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower a.btn:not(:last-child) {
  margin-right: 15px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower .left,
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .row.lower .right {
  max-width: 650px;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .inner {
  position: relative;
  height: 100%;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .inner .caption {
  opacity: 0;
  transition: opacity 250ms ease;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  background: linear-gradient(0deg, #0000009c, transparent);
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .inner .caption a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .inner .caption p {
  position: relative !important;
  bottom: auto;
  left: auto;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"] section.cera-large-image-with-btn .inner:hover .caption {
  opacity: 1;
}
[class*="ceraflex-blocks"] section.get-the-product h2.h1 {
  text-align: center;
  margin-bottom: 64px !important;
}
[class*="ceraflex-blocks"] section.get-the-product:not(.has-images) .top .title {
  max-width: 560px;
}
[class*="ceraflex-blocks"] section.get-the-product.has-images .row.lower {
  align-items: stretch;
}
[class*="ceraflex-blocks"] section.get-the-product.has-images .image-row {
  margin-bottom: 32px;
}
[class*="ceraflex-blocks"] section.cera-references.overview a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.cera-references.overview a * {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.cera-references.overview a:hover img {
  transform: translateY(-8px);
}
[class*="ceraflex-blocks"] section.cera-references.overview a img {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
}
[class*="ceraflex-blocks"] section.cera-references.overview .references-list {
  margin-top: 160px;
}
[class*="ceraflex-blocks"] section.cera-references.overview .references-list:first-of-type {
  margin-top: 0;
}
[class*="ceraflex-blocks"] section.cera-references.overview p.h3 {
  margin-top: 10px;
  margin-bottom: 40px;
}
[class*="ceraflex-blocks"] section.cera-references.overview h3.h4 {
  margin-top: 16px;
}
[class*="ceraflex-blocks"] section.cera-references.overview a.btn {
  margin-top: 20px;
  margin-bottom: 120px;
}
[class*="ceraflex-blocks"] section.cera-references.compact h2 {
  margin-bottom: 80px;
}
[class*="ceraflex-blocks"] section.cera-references.compact h3 {
  margin-top: 20px;
}
[class*="ceraflex-blocks"] section.cera-references.compact a.btn {
  margin-top: 10px;
}
[class*="ceraflex-blocks"] section.text .col-sm-1 {
  text-align: right;
}
[class*="ceraflex-blocks"] section.text img {
  width: 50px;
  display: inline-block;
  padding-top: 12px;
}
[class*="ceraflex-blocks"] section.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[class*="ceraflex-blocks"] section.cover.has-headline .container {
  background: rgba(0, 0, 0, 0.64);
  max-width: 100%;
}
[class*="ceraflex-blocks"] section.cover.has-headline img {
  opacity: 0.64;
}
[class*="ceraflex-blocks"] section.cover > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[class*="ceraflex-blocks"] section.cover .container.fluid.no-gutter h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
[class*="ceraflex-blocks"] section.cover .container.fluid.no-gutter .col-xs-12 {
  position: relative;
}
[class*="ceraflex-blocks"] section.cera-career .h1 {
  margin-bottom: 64px;
}
[class*="ceraflex-blocks"] section.cera-career .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
}
[class*="ceraflex-blocks"] section.cera-career .cta-wrapper a.btn {
  margin-top: 0;
}
[class*="ceraflex-blocks"] section.cera-career .desc {
  margin-top: 8px;
}
[class*="ceraflex-blocks"] section.headline.product-page > .container {
  padding-bottom: 0 !important;
}
[class*="ceraflex-blocks"] section.headline.product-page a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.headline.product-page h1 {
  text-align: center;
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.list .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
[class*="ceraflex-blocks"] section.list ul {
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.list ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
[class*="ceraflex-blocks"] section.list p {
  max-width: 600px;
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.download-block h2 {
  margin-bottom: 32px;
  max-width: 1200px;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 0.9;
  border-radius: 32px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .item-title {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  z-index: 200;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn {
  position: relative;
  z-index: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  border-color: transparent;
  transition: gap 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89), border-color 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn .cta-text-wrapper {
  position: relative;
  width: 0;
  transition: width 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
  height: 24px;
  text-align: center;
  overflow: hidden;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn .cta-text-wrapper .cta-text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.04, 0.87, 0.58, 0.89);
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover {
  transform: translateY(-8px);
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover .btn {
  gap: 8px;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover .btn .cta-text-wrapper {
  width: 72px;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover .btn .cta-text-wrapper .cta-text {
  opacity: 1;
}
[class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover .thumb-overlay {
  opacity: 0.8;
}
[class*="ceraflex-blocks"] section.products.details a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.products.details .container {
  padding-top: 0;
  padding-bottom: 0;
}
[class*="ceraflex-blocks"] section.products.details .row {
  align-items: stretch;
  min-height: 65vh;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(90vh - 160px);
  border-width: 0;
  border-style: none;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper h2,
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper p,
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper a {
  position: relative;
  z-index: 10;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper .product-wrapper {
  margin: 25px 0;
  line-height: 0.9;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper .product-wrapper p {
  padding-top: 20px;
  padding-bottom: 20px;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper .product-wrapper .background-image {
  display: none;
}
[class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper a {
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.products.details .container {
  position: relative;
  z-index: 100;
}
[class*="ceraflex-blocks"] section.products.details .hover-image-preview {
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  max-width: 640px;
  max-height: 640px;
  z-index: 9000;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 150ms ease-out;
  z-index: 10;
}
[class*="ceraflex-blocks"] section.products.details .hover-image-preview.visible {
  opacity: 0.72;
}
[class*="ceraflex-blocks"] section.products.compact .row:not(.center-xs) {
  align-items: stretch !important;
}
[class*="ceraflex-blocks"] section.products.compact [class*="col"] {
  margin-top: 20px;
}
[class*="ceraflex-blocks"] section.products.compact h2.h1 {
  margin-bottom: 60px;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}
[class*="ceraflex-blocks"] section.products.compact h2 a {
  text-decoration: none !important;
}
[class*="ceraflex-blocks"] section.products.compact .row:hover .product-item:not(:hover) {
  opacity: 0.64;
}
[class*="ceraflex-blocks"] section.products.compact .product-item {
  position: relative;
  display: block;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
[class*="ceraflex-blocks"] section.products.compact .product-item img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
[class*="ceraflex-blocks"] section.products.compact .product-item .product-item-title {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  margin: 0;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"] section.products.compact .product-item .product-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
[class*="ceraflex-blocks"] section.products.compact .product-item:hover {
  transform: translateY(-8px);
}
[class*="ceraflex-blocks"] section.materials > .container > .row {
  align-items: center;
}
[class*="ceraflex-blocks"] section.materials .filter-container {
  align-items: flex-start !important;
}
[class*="ceraflex-blocks"] section.materials .filter-title {
  margin-top: 15px;
}
[class*="ceraflex-blocks"] section.materials .filter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.materials .row > *:not(:last-child) {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.materials a {
  text-decoration: none !important;
}
[class*="ceraflex-blocks"] section.materials .wrapper {
  position: relative;
  cursor: pointer;
}
[class*="ceraflex-blocks"] section.materials .wrapper .line_icon {
  position: absolute;
  width: 40px;
  top: 15px;
  right: 15px;
  opacity: 0;
}
[class*="ceraflex-blocks"] section.materials .wrapper span {
  margin-top: 10px;
  display: block;
}
[class*="ceraflex-blocks"] section.materials .wrapper img {
  opacity: 1;
  transition: 350ms ease all;
}
[class*="ceraflex-blocks"] section.materials .wrapper:hover span {
  opacity: 1;
}
[class*="ceraflex-blocks"] section.materials .wrapper:hover img {
  opacity: 0.7;
}
[class*="ceraflex-blocks"] section.materials .wrapper:hover .line_icon {
  opacity: 1;
}
[class*="ceraflex-blocks"] section.materials .filters-disabled {
  opacity: 0.5;
  pointer-events: none;
  /* block clicks */
  cursor: not-allowed;
}
[class*="ceraflex-blocks"] section.materials-overview h3.h2 {
  margin-bottom: 80px;
  margin-top: -80px;
}
[class*="ceraflex-blocks"] section.materials-overview .materials-item h3 {
  margin-top: 16px;
}
[class*="ceraflex-blocks"] section.gallery .row:not(:last-child) {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.gallery button {
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.gallery .filter-container {
  align-items: stretch;
}
[class*="ceraflex-blocks"] section.gallery .filter-container > div {
  margin-top: 20px;
}
[class*="ceraflex-blocks"] section.gallery .filter-container img {
  max-height: 800px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[class*="ceraflex-blocks"] section.gallery .inner {
  position: relative;
  height: 100%;
}
[class*="ceraflex-blocks"] section.gallery .inner .caption {
  opacity: 0;
  transition: opacity 250ms ease;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 40px;
  background: linear-gradient(0deg, #0000009c, transparent);
}
[class*="ceraflex-blocks"] section.gallery .inner .caption a {
  text-decoration: none;
}
[class*="ceraflex-blocks"] section.gallery .inner .caption p {
  position: relative !important;
  bottom: auto;
  left: auto;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #f5f1e5;
}
[class*="ceraflex-blocks"] section.gallery .inner:hover .caption {
  opacity: 1;
}
[class*="ceraflex-blocks"] section.gallery.filter button.hide {
  display: none;
}
[class*="ceraflex-blocks"] section.gallery.filter .filter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
[class*="ceraflex-blocks"] section.contact .h1 {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.contact h2.h2 {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.contact p.h3 {
  margin-bottom: 120px;
}
[class*="ceraflex-blocks"] section.contact img {
  margin-top: 120px;
  margin-bottom: 10px;
}
[class*="ceraflex-blocks"] section.contact h3.h3 {
  margin-bottom: 10px;
}
[class*="ceraflex-blocks"] section.contact a {
  display: block;
  margin-top: 5px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  background: #f5f1e5;
  z-index: 99999;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper p.h3 {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper > .container {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper > .container .btn {
  margin-left: 15px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .container.no-gutter {
  padding-top: 20px;
  padding-bottom: 20px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .container.no-gutter .row > div {
  padding-right: 15px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .container.no-gutter .row > div p.small {
  margin-top: 20px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .container.no-gutter .row:not(:first-child) {
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .close-button {
  cursor: pointer;
}
[class*="ceraflex-blocks"] section.product-details + .details-wrapper .gallery img {
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper {
  position: relative;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper a,
[class*="ceraflex-blocks"] section.product-details .content-wrapper p,
[class*="ceraflex-blocks"] section.product-details .content-wrapper button,
[class*="ceraflex-blocks"] section.product-details .content-wrapper h2,
[class*="ceraflex-blocks"] section.product-details .content-wrapper h3,
[class*="ceraflex-blocks"] section.product-details .content-wrapper h4,
[class*="ceraflex-blocks"] section.product-details .content-wrapper h5 {
  color: #f5f1e5;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper button,
[class*="ceraflex-blocks"] section.product-details .content-wrapper a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper p {
  position: absolute;
  text-align: left;
  left: 20px;
  bottom: 20px;
  width: 60%;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper .light {
  border-color: #f5f1e5 !important;
  color: #f5f1e5 !important;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper .light:hover {
  color: #1b1b18 !important;
  background-color: #f5f1e5 !important;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper p,
[class*="ceraflex-blocks"] section.product-details .content-wrapper a,
[class*="ceraflex-blocks"] section.product-details .content-wrapper button {
  z-index: 20;
}
[class*="ceraflex-blocks"] section.product-details .content-wrapper .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000061, transparent);
}
[class*="ceraflex-blocks"] section.contact-block h1 {
  margin-bottom: 10px;
}
[class*="ceraflex-blocks"] section.contact-block h2 {
  margin-top: 120px;
}
[class*="ceraflex-blocks"] section.contact-block p.small {
  margin-top: 5px;
}
[class*="ceraflex-blocks"] section.contact-block .peeps img {
  margin-top: 40px;
}
[class*="ceraflex-blocks"] section.contact-block .peeps p:not(.small) {
  margin-top: 10px;
}
[class*="ceraflex-blocks"] section.contact-block .btn {
  margin-top: 40px;
  margin-bottom: 80px;
  margin-right: 20px;
}
[class*="ceraflex-blocks"] section.get-partner p.h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
[class*="ceraflex-blocks"] section.get-partner h2.h4 {
  margin-top: 80px;
  margin-bottom: 20px;
}
[class*="ceraflex-blocks"] section.get-partner a.btn {
  margin-left: 15px;
  margin-right: 15px;
}
[class*="ceraflex-blocks"] section.cta .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
[class*="ceraflex-blocks"] section.cta .cta-wrapper .btn {
  width: fit-content;
}
[class*="ceraflex-blocks"] section.contact-page .block-wrapper {
  margin-top: 64px;
}
[class*="ceraflex-blocks"] section.contact-page .block-wrapper:first-of-type {
  margin-top: 0;
}
[class*="ceraflex-blocks"] section.contact-page .block-wrapper img {
  margin-top: 8px;
  margin-bottom: 16px;
}
[class*="ceraflex-blocks"] section.contact-page .address-wrapper {
  margin-bottom: 16px;
}
[class*="ceraflex-blocks"] section.contact-page .office-hours {
  margin-top: 32px;
}
[class*="ceraflex-blocks"] section.contact-page .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
}
[class*="ceraflex-blocks"] section.sales-team-contacts .people-wrapper {
  margin-top: 64px;
}
[class*="ceraflex-blocks"] section.sales-team-contacts .people-wrapper img {
  margin-bottom: 16px;
}
[class*="ceraflex-blocks"] section.sales-team-contacts .people-wrapper .contact-details-wrapper {
  margin-top: 16px;
}
[class*="ceraflex-blocks"] section.sales-team-contacts .people-wrapper .contact-details-wrapper > div {
  display: flex;
  flex-direction: column;
}
[class*="ceraflex-blocks"] section.sales-team-contacts .people-wrapper .contact-details-wrapper > div a {
  display: block;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search h1 {
  max-width: 880px;
  margin: 0 auto 32px auto;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .search-field-wrapper {
  position: relative;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .search-field-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
[class*="ceraflex-blocks"] section.cera-retailer-search .search-field-wrapper input {
  width: calc(100% - 34px);
  padding: 16px;
  border-radius: 0;
  border: 1px solid #1b1b18;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0 0 1px 0;
  text-align: center;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .filter-wrapper {
  margin-top: 128px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .filter-wrapper .filter-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .retailer-wrapper {
  margin-top: 96px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .retailer-wrapper h3 {
  margin-top: 8px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .retailer-wrapper .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .retailer-wrapper .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
[class*="ceraflex-blocks"] section.cera-retailer-search .retailer-wrapper .info svg {
  width: 16px;
  height: auto;
}
[class*="ceraflex-blocks"] section.video-block video.enable-activate-sound {
  cursor: pointer;
}
[class*="ceraflex-blocks"] section.video-block .video-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #00000066;
  z-index: 50;
}
[class*="ceraflex-blocks"] section.video-block .video-block__play-btn {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class*="ceraflex-blocks"] section.video-block .video-block__title {
  margin-bottom: 32px;
}
[class*="ceraflex-blocks"] section.video-block .video-block__subline {
  margin-top: 32px;
}
[class*="ceraflex-blocks"] section.video-block video {
  width: 100%;
}
[class*="ceraflex-blocks"] section.swap-manufacturer #swap-manufacturer-radio {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
[class*="ceraflex-blocks"] section.swap-manufacturer.sticky-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #f5f1e5;
}
[class*="ceraflex-blocks"] section.swap-manufacturer.sticky-container .container {
  padding-top: 112px;
  padding-bottom: 32px;
}
[class*="ceraflex-blocks"] section.swap-manufacturer.sticky-container .container p {
  opacity: 0;
  transform: scale(0);
  margin-top: 0;
  height: 0 !important;
}
[class*="ceraflex-blocks"] section.swap-manufacturer.sticky-container .container h2 {
  font-size: 32px;
}
[class*="ceraflex-blocks"] section.content.legal .container {
  max-width: 900px;
  margin: 0 auto;
}
[class*="ceraflex-blocks"] section.content.legal h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}
[class*="ceraflex-blocks"] section.content.legal p {
  margin-bottom: 15px;
}
[class*="ceraflex-blocks"] section.content.legal p:last-child {
  margin-bottom: 0;
}
[class*="ceraflex-blocks"] section.content.legal address {
  margin-bottom: 20px;
  font-style: normal;
}
[class*="ceraflex-blocks"] section.content.legal .legal-intro {
  margin-bottom: 25px;
}
[class*="ceraflex-blocks"] section.content.legal .legal-address {
  margin-bottom: 25px;
}
[class*="ceraflex-blocks"] section.content.legal .legal-source {
  margin-top: 30px;
}
@media screen and (max-width: 100em) {
  nav.floating-nav .main-menu {
    gap: 32px;
  }
}
@media screen and (max-width: 90em) {
  .iframe-container {
    padding-top: 80px;
  }
  nav.floating-nav {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: rgba(27, 27, 24, 0.88);
  }
  nav.floating-nav .main-menu {
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-color: transparent;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    overflow-y: scroll;
    padding: 0;
    background: transparent;
    backdrop-filter: blur(14px);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 128px;
  }
  nav.floating-nav .main-menu li {
    padding: 0;
    width: auto;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #f5f1e560;
  }
  nav.floating-nav .main-menu li:first-of-type {
    border-width: 1px 0 1px 0;
  }
  nav.floating-nav .main-menu > li {
    width: calc(100% - 32px);
    padding: 32px 16px;
  }
  nav.floating-nav .main-menu > li .sub-menu {
    padding-top: 16px;
  }
  nav.floating-nav .main-menu > li li {
    border-width: 0;
    border-style: solid;
    border-color: transparent;
  }
  nav.floating-nav .sub-menu {
    gap: 32px;
  }
  nav.floating-nav .sub-menu.depth-1 {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f5f1e545;
  }
  nav.floating-nav .sub-menu.depth-1:first-of-type {
    border-width: 0;
  }
  nav.floating-nav.open {
    display: block;
  }
  header.header-wrapper .sub-menu.depth-1 {
    top: 64px;
    position: absolute;
    background: #1b1b18e6;
    padding: 32px;
    border-radius: 16px;
    border-color: #f5f1e538;
    backdrop-filter: blur(8px);
    z-index: 400000;
  }
  .ceraflex-navgiation .sub-menu .main-menu li {
    padding: 0;
  }
  .ceraflex-navgiation .sub-menu .main-menu {
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-color: transparent;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 0;
  }
  .ceraflex-navgiation .sub-menu .main-menu li {
    padding: 32px 8px !important;
    width: 100%;
    max-width: 100%;
    border-width: 0;
  }
  .ceraflex-navgiation .sub-menu .main-menu li:first-of-type {
    border-width: 0;
  }
  .ceraflex-navgiation .sub-menu.depth-1 {
    position: relative;
    top: 0;
    left: auto;
    transform: translateX(0);
    padding: 0;
    width: calc(100% - 40px);
    background: transparent;
    border-radius: 0;
    border-width: 0;
    border-color: transparent;
    backdrop-filter: blur(0);
    min-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-items: stretch;
  }
  .ceraflex-navgiation .sub-menu.depth-2 {
    display: none;
  }
}
@media screen and (max-width: 75em) {
  [class*="ceraflex-blocks"] section li {
    margin-top: 3px;
  }
  [class*="ceraflex-blocks"] section.cera-usp-overview .container.no-gutter {
    padding-top: 0;
    padding-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.cera-usp-overview a.btn {
    margin-top: 15px;
  }
  [class*="ceraflex-blocks"] section.cera-references.compact h2 {
    margin-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.cera-references.compact img {
    margin-top: 40px;
  }
  [class*="ceraflex-blocks"] section.products.compact h2.h1 {
    margin-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.products.details .row a:hover + .background-image {
    opacity: 0;
  }
  [class*="ceraflex-blocks"] section.products.details a {
    text-decoration: none;
  }
  [class*="ceraflex-blocks"] section.products.details .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  [class*="ceraflex-blocks"] section.products.details .row {
    align-items: stretch;
    min-height: 65vh;
    row-gap: 20px;
  }
  [class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper {
    min-height: 400px;
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [class*="ceraflex-blocks"] section.products.details .row .product-category-wrapper a {
    margin-top: 0;
  }
  [class*="ceraflex-blocks"] section.materials .wrapper .line_icon {
    opacity: 1;
  }
  .wp-block-get-the-product-ceraflex-blocks .slider {
    margin-bottom: 20px;
  }
  .wp-block-usp-overview-ceraflex-blocks.is-style-layout-b section .container {
    padding-top: 80px !important;
  }
  .color-details .container {
    padding-top: 0;
  }
  .color-details .container img {
    margin-bottom: 20px;
  }
  .color-details .color-wrapper {
    padding-left: 0;
  }
  .color-details .container .gallery-wrapper img {
    height: auto !important;
    max-height: auto;
  }
  .gallery .filter-container img {
    height: auto !important;
    max-height: auto;
  }
  .product-pages > div:first-of-type > section > .container {
    padding-top: 24px;
  }
  .slider .backward,
  .slider .forward {
    opacity: 1;
  }
  .slider p {
    top: 0px;
    right: 10px;
    background-color: #00000087;
    color: white;
  }
  .slider .backward {
    background: transparent;
    padding-left: 10px;
  }
  .slider .forward {
    background: transparent;
    padding-right: 10px;
  }
  .slider .material-icons-outlined {
    background-color: #00000087;
    border-radius: 150px;
    padding: 2px 15px 6px 15px;
    color: #ffffff;
  }
}
@media screen and (max-width: 61.9em) {
  body div.wp-block-headline-ceraflex-blocks:first-of-type section > .container,
  body div.wp-block-large-image-with-btn-ceraflex-blocks:first-of-type section > .container {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  body div.wp-block-headline-ceraflex-blocks:first-of-type + .wp-block-text-block-ceraflex-blocks section > .container,
  body div.wp-block-large-image-with-btn-ceraflex-blocks:first-of-type + .wp-block-text-block-ceraflex-blocks section > .container {
    padding-top: 0;
  }
  body div.wp-block-product-details-ceraflex-blocks section > .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  body .wp-block-usp-overview-ceraflex-blocks.is-style-layout-c .cera-usp-overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body .wp-block-usp-overview-ceraflex-blocks.is-style-layout-c video {
    margin-top: 40px;
  }
  body.partnerbereich [class*="headline-ceraflex-blocks"] + [class*="list-block-ceraflex-blocks"] section > .container {
    padding-top: 0 !important;
  }
  body.partnerbereich [class*="list-block-ceraflex-blocks"] + [class*="list-block-ceraflex-blocks"] section > .container {
    padding-top: 0 !important;
  }
  header.header-wrapper {
    padding: 8px 0;
    height: auto;
    background: #1b1b18e6;
  }
  section > .container,
  footer > .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.video-header h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.cera-application-overview h3 {
    margin-bottom: 0;
    margin-top: 10px;
  }
  section.cera-application-overview img {
    margin-top: 40px;
  }
  section.cera-application-overview a.btn {
    margin-top: 40px;
  }
  section.cera-application-overview h2 {
    max-width: 80%;
    margin: 0 auto;
  }
  section.cera-usp-overview .container:first-child {
    padding-bottom: 0;
  }
  section.cera-usp-overview .container:last-child {
    padding-top: 0;
  }
  section.cera-usp-overview li {
    margin-bottom: 5px;
  }
  section.cera-usp-overview .upper > div:first-child h3 {
    margin-bottom: 40px;
  }
  section.cera-usp-overview .upper > div:not(:first-child) h3 {
    margin-bottom: 10px;
  }
  section.cera-usp-overview .upper ul {
    margin-bottom: 40px;
    max-width: 80%;
  }
  section.cera-usp-overview .lower h3 {
    margin-top: 40px;
  }
  section.cera-usp-overview a.btn {
    margin-bottom: 20px;
  }
  section.cera-usp-overview.is-style-layout-b h2.h3 {
    margin-bottom: 0;
    font-size: 32px;
  }
  section.cera-usp-overview.is-style-layout-b .container.no-gutter {
    padding-top: 40px !important;
  }
  section.cera-large-image-with-btn .h1 {
    margin-bottom: 24px !important;
  }
  section.cera-large-image-with-btn p,
  section.cera-large-image-with-btn a {
    margin-top: 16px;
  }
  section.cera-large-image-with-btn .h3.top-headline {
    max-width: 90%;
    margin: 0 auto;
  }
  section.cera-large-image-with-btn .row.lower a.btn:not(:last-child) {
    margin-right: 0;
  }
  section.cera-large-image-with-btn .row.lower a {
    margin-top: 20px;
  }
  section.cera-large-image-with-btn .row.lower .right {
    margin-top: 56px;
  }
  section.cera-large-image-with-btn .slider img {
    margin-bottom: 0;
  }
  section.cera-references.overview .container > .row:first-child {
    margin-bottom: 0px;
  }
  section.text .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.text .h2 {
    margin-bottom: 20px;
  }
  section.text.layout-c p.small {
    margin-top: 10px;
  }
  section.text.layout-c h2.h2 {
    margin-top: 40px;
  }
  section.materials .filter-label-wrapper {
    margin-bottom: 0 !important;
  }
  section.materials .filter-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section.materials .filter-wrapper span {
    text-align: left;
    width: 100%;
    display: block;
    margin: 0;
    padding-bottom: 10px;
  }
  section.materials .filter-wrapper button {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    flex: 1;
    margin-top: 8px;
    margin-right: 8px;
  }
  section.materials .filter-wrapper button span {
    display: none;
  }
  section.product-details.is-style-sand .content-wrapper p {
    color: #1b1b18;
  }
  section.product-details.is-style-sand .content-wrapper button.light.secondary {
    border-color: #1b1b18 !important;
    color: #1b1b18 !important;
  }
  section.product-details.is-style-sand .content-wrapper button.light.secondary:hover {
    color: #f5f1e5 !important;
    background-color: #1b1b18 !important;
  }
  section.product-details .content-wrapper p {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
  }
  section.product-details .content-wrapper .overlay {
    display: none;
  }
  section.product-details .content-wrapper button {
    position: relative;
    top: 0;
    margin-top: 20px;
    width: 100%;
    display: block;
    right: 0;
  }
  section.product-details + .details-wrapper .close-button {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  section.product-details + .details-wrapper .col-xs-12.col-sm-8 {
    order: 2;
  }
  section.product-details + .details-wrapper img {
    margin-bottom: 20px;
  }
  section.product-details + .details-wrapper .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  section.product-details + .details-wrapper a.btn {
    margin-top: 20px;
  }
  section.contact-block .container .container {
    padding-right: 0;
    padding-left: 0;
  }
  section.contact-block p.h4 {
    margin-bottom: 40px;
  }
  section.contact-block p:not(.h4) {
    margin-bottom: 20px;
  }
  section.contact-block .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  section.contact-block img {
    margin-top: 40px;
  }
  section.contact-block h2 {
    margin-top: 80px;
  }
  section.get-partner p,
  section.get-partner h2 {
    max-width: 80%;
    margin: 0 auto;
  }
  section.get-partner a.btn {
    margin-bottom: 20px;
  }
  section.get-partner .container {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }
  .contact-pages section.headline > .container {
    padding-bottom: 0 !important;
  }
  .contact-pages section.content > .container {
    padding-top: 24px;
  }
  .contact-pages section.content .address-wrapper {
    margin-bottom: 56px;
  }
  .contact-pages section.content .cta-wrapper {
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .contact-pages section.content .cta-wrapper a {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .contact-pages section.content .office-hours .row > div:first-child {
    margin-bottom: 24px;
  }
  .contact-pages section.content .showroom-wrapper {
    margin-top: 80px;
  }
  .contact-pages section.content .showroom-wrapper p {
    margin-bottom: 8px;
  }
  .contact-pages section.content .showroom-wrapper img {
    margin-bottom: 16px;
  }
  .contact-pages section.content .catalogue-wrapper,
  .contact-pages section.content .carrear-wrapper {
    margin-top: 56px;
  }
  .contact-pages section.content .catalogue-wrapper .h4,
  .contact-pages section.content .carrear-wrapper .h4 {
    margin-bottom: 4px;
  }
  .contact-pages section.content .catalogue-wrapper a,
  .contact-pages section.content .carrear-wrapper a {
    margin-top: 24px;
  }
  .contact-pages section.content .people-wrapper {
    margin-bottom: 80px;
  }
  .contact-pages section.content .people-wrapper p {
    margin-bottom: 4px;
  }
  .contact-pages section.content .people-wrapper p.name {
    margin-top: 16px;
  }
  .contact-pages section.content.people h3 {
    margin-bottom: 24px;
  }
  .contact-pages section.content.people > .container {
    padding-bottom: 0;
  }
  [class*="ceraflex-blocks"]:first-of-type section > .container {
    padding-top: 160px;
  }
  [class*="ceraflex-blocks"] section.cera-application-overview h2 {
    margin-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.download-block h2 {
    margin-bottom: 32px;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn {
    gap: 8px;
    border-color: initial;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn .cta-text-wrapper {
    width: auto;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .btn .cta-text-wrapper .cta-text {
    position: relative;
    opacity: 1;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper .thumb-overlay {
    opacity: 0.8;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items .item-wrapper:hover {
    transform: translateY(0);
  }
  [class*="ceraflex-blocks"] section.materials-overview h3.h2 {
    margin-bottom: 80px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 47.9em) {
  .no-scroll {
    overflow: hidden !important;
  }
  header.header-wrapper > .container {
    width: calc(100% - 40px);
  }
  header.header-wrapper .language-selector .sub-menu {
    min-width: 240px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  nav.mobile-nav .menu-trigger {
    padding: 16px;
    display: block;
    width: 100%;
  }
  section.text .text-block-icon {
    width: 50px;
    margin-bottom: 24px;
  }
  section.text .text-block-icon.icon-b {
    margin-top: 56px;
  }
  footer .contact-wrapper > div {
    margin-top: 64px;
  }
  [class*="ceraflex-blocks"] section.contact-page .cta-wrapper {
    flex-direction: column;
  }
  [class*="ceraflex-blocks"] section.contact-page .office-hours > .row {
    gap: 16px;
  }
  [class*="ceraflex-blocks"] section.contact-page .block-wrapper:first-of-type {
    margin-top: 64px;
  }
  [class*="ceraflex-blocks"] section.cover.has-headline h1 {
    max-width: calc(100% - 16px);
  }
  [class*="ceraflex-blocks"] section.cta .cta-wrapper .btn {
    width: 100%;
  }
  [class*="ceraflex-blocks"] section.cera-retailer-search .search-field-wrapper input {
    width: calc(100% - 72px);
    padding: 16px 16px 16px 56px;
  }
  [class*="ceraflex-blocks"] section.swap-manufacturer .cta-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 16px;
  }
  [class*="ceraflex-blocks"] section.swap-manufacturer .cta-wrapper > form {
    flex-direction: column;
    width: 100%;
    align-items: stretch !important;
  }
  [class*="ceraflex-blocks"] section.cera-usp-overview .upper ul {
    margin-bottom: 40px;
  }
  [class*="ceraflex-blocks"] section.cera-usp-overview a.btn {
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 0;
    width: calc(100% - 64px);
  }
  [class*="ceraflex-blocks"] section.cera-usp-overview .lower ul {
    margin-top: 16px;
    margin-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.video-block .video-block__title {
    margin-bottom: 16px;
  }
  [class*="ceraflex-blocks"] section.video-block .video-block__subline {
    margin-top: 16px;
  }
  [class*="ceraflex-blocks"] section.download-block h2 {
    margin-bottom: 32px;
  }
  [class*="ceraflex-blocks"] section.download-block .download-items {
    gap: 16px;
  }
  [class*="ceraflex-blocks"] section.download-block .cta-wrapper {
    flex-direction: column !important;
  }
  [class*="ceraflex-blocks"] section.cera-career .cta-wrapper {
    flex-direction: column;
  }
  [class*="ceraflex-blocks"] section.cera-references.overview .references-list {
    margin-top: 80px;
  }
  [class*="ceraflex-blocks"] section.cera-references.overview .references-list div[class*="col-"] {
    margin-top: 80px;
  }
  [class*="ceraflex-blocks"] section.cera-references.overview .references-list div[class*="col-"]:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 34em) {
  body .wp-block-usp-overview-ceraflex-blocks.is-style-layout-c video {
    margin-top: 56px;
  }
  section.cera-large-image-with-btn .h1 {
    margin-bottom: 24px !important;
  }
  section.text .h2 {
    margin-bottom: 24px;
  }
  section.gallery img {
    height: auto !important;
  }
  .product-pages > div:first-of-type > section > .container {
    padding-top: 24px;
  }
  .product-pages .wp-block-text-block-ceraflex-blocks + .wp-block-gallery-ceraflex-blocks > section > .container {
    padding-top: 0;
  }
  footer img {
    width: 190px;
  }
  footer .contact-wrapper {
    margin-top: 0;
    margin-bottom: 80px;
  }
  footer .adress {
    margin-top: 48px;
    margin-bottom: 24px;
  }
  .contact-pages section.headline > .container {
    padding-bottom: 0;
  }
  .contact-pages section.content > .container {
    padding-top: 24px;
  }
  .contact-pages section.content .address-wrapper {
    margin-bottom: 56px;
  }
  .contact-pages section.content .cta-wrapper {
    margin-top: 24px;
    margin-bottom: 72px;
  }
  .contact-pages section.content .cta-wrapper a {
    margin-bottom: 8px;
  }
  .contact-pages section.content .office-hours .row > div:first-child {
    margin-bottom: 24px;
  }
  .contact-pages section.content .showroom-wrapper {
    margin-top: 80px;
  }
  .contact-pages section.content .showroom-wrapper p {
    margin-bottom: 8px;
  }
  .contact-pages section.content .showroom-wrapper img {
    margin-bottom: 16px;
  }
  .contact-pages section.content .catalogue-wrapper,
  .contact-pages section.content .carrear-wrapper {
    margin-top: 56px;
  }
  .contact-pages section.content .catalogue-wrapper .h4,
  .contact-pages section.content .carrear-wrapper .h4 {
    margin-bottom: 4px;
  }
  .contact-pages section.content .catalogue-wrapper a,
  .contact-pages section.content .carrear-wrapper a {
    margin-top: 24px;
  }
  .contact-pages section.content .people-wrapper {
    margin-bottom: 80px;
  }
  .contact-pages section.content .people-wrapper p {
    margin-bottom: 4px;
  }
  .contact-pages section.content .people-wrapper p.name {
    margin-top: 16px;
  }
  .contact-pages section.content.people h3 {
    margin-bottom: 24px;
  }
  .contact-pages section.content.people > .container {
    padding-bottom: 0;
  }
  [class*="ceraflex-blocks"] section.cera-retailer-search .filter-wrapper .filter-wrapper-inner {
    flex-direction: column;
  }
}
