@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?pha");
  src: url("../icomoon/fonts/icomoon.eot?pha#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?pha") format("truetype"), url("../icomoon/fonts/icomoon.woff?pha") format("woff"), url("../icomoon/fonts/icomoon.svg?pha#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
i[class^="icon-"], i[class*=" icon-"], i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e903";
}

.icon-clear:before {
  content: "\e902";
}

.icon-arrow-cropped:before {
  content: "\e900";
}

.icon-call-cropped:before {
  content: "\e901";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .block--header-slider .swiper-slide::before, .block--header::before, .block--header .object-fit-con, .block--productworld .with-bg .bg img, .block--cta.darken::before, .block--icon-line-list .bg, .block--footer-contact picture img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hidden--desktop {
    display: none !important;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }
}
/*  4.2 Container */
.container {
  max-width: 67rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2.22222rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 60rem;
}

.container--tiny {
  max-width: 46rem;
}

.container--big {
  max-width: 1300px;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.22222rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2.22222rem;
}

.flexgrid--narrow {
  margin-left: -1.11111rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1.11111rem;
}

.flexgrid--wide {
  margin-left: -4.44444rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4.44444rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "rubik", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #F99D27;
  color: white;
}

[data-target] {
  cursor: pointer;
}

span.margin-bottom {
  margin-bottom: 2.22222rem;
  display: block;
}

img.alignleft {
  margin-left: 0;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #333333;
  transition: color 0.25s ease-out;
}
a:hover {
  color: #F99D27;
}
a:focus, a:active {
  outline: none;
}
a:focus {
  outline: 1px dashed #FA8328;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "rubik", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.11111rem;
  color: #1A1A1A;
}

.colored {
  color: #F99D27;
}

.ody-color {
  color: #333333;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}
h1:has(span.alpha), h1:has(span.beta), h1:has(span.gamma), h1:has(span.delta), h1:has(span.epsilon), h1:has(span.zeta), .alpha:has(span.alpha), .alpha:has(span.beta), .alpha:has(span.gamma), .alpha:has(span.delta), .alpha:has(span.epsilon), .alpha:has(span.zeta),
h2:has(span.alpha),
h2:has(span.beta),
h2:has(span.gamma),
h2:has(span.delta),
h2:has(span.epsilon),
h2:has(span.zeta), .beta:has(span.alpha), .beta:has(span.beta), .beta:has(span.gamma), .beta:has(span.delta), .beta:has(span.epsilon), .beta:has(span.zeta),
h3:has(span.alpha),
h3:has(span.beta),
h3:has(span.gamma),
h3:has(span.delta),
h3:has(span.epsilon),
h3:has(span.zeta), .gamma:has(span.alpha), .gamma:has(span.beta), .gamma:has(span.gamma), .gamma:has(span.delta), .gamma:has(span.epsilon), .gamma:has(span.zeta),
h4:has(span.alpha),
h4:has(span.beta),
h4:has(span.gamma),
h4:has(span.delta),
h4:has(span.epsilon),
h4:has(span.zeta), .delta:has(span.alpha), .delta:has(span.beta), .delta:has(span.gamma), .delta:has(span.delta), .delta:has(span.epsilon), .delta:has(span.zeta),
h5:has(span.alpha),
h5:has(span.beta),
h5:has(span.gamma),
h5:has(span.delta),
h5:has(span.epsilon),
h5:has(span.zeta), .epsilon:has(span.alpha), .epsilon:has(span.beta), .epsilon:has(span.gamma), .epsilon:has(span.delta), .epsilon:has(span.epsilon), .epsilon:has(span.zeta),
h6:has(span.alpha),
h6:has(span.beta),
h6:has(span.gamma),
h6:has(span.delta),
h6:has(span.epsilon),
h6:has(span.zeta), .zeta:has(span.alpha), .zeta:has(span.beta), .zeta:has(span.gamma), .zeta:has(span.delta), .zeta:has(span.epsilon), .zeta:has(span.zeta) {
  margin-bottom: 0;
}
h1 span.alpha,
h1 span.beta,
h1 span.gamma,
h1 span.delta,
h1 span.epsilon,
h1 span.zeta, .alpha span.alpha,
.alpha span.beta,
.alpha span.gamma,
.alpha span.delta,
.alpha span.epsilon,
.alpha span.zeta,
h2 span.alpha,
h2 span.beta,
h2 span.gamma,
h2 span.delta,
h2 span.epsilon,
h2 span.zeta, .beta span.alpha,
.beta span.beta,
.beta span.gamma,
.beta span.delta,
.beta span.epsilon,
.beta span.zeta,
h3 span.alpha,
h3 span.beta,
h3 span.gamma,
h3 span.delta,
h3 span.epsilon,
h3 span.zeta, .gamma span.alpha,
.gamma span.beta,
.gamma span.gamma,
.gamma span.delta,
.gamma span.epsilon,
.gamma span.zeta,
h4 span.alpha,
h4 span.beta,
h4 span.gamma,
h4 span.delta,
h4 span.epsilon,
h4 span.zeta, .delta span.alpha,
.delta span.beta,
.delta span.gamma,
.delta span.delta,
.delta span.epsilon,
.delta span.zeta,
h5 span.alpha,
h5 span.beta,
h5 span.gamma,
h5 span.delta,
h5 span.epsilon,
h5 span.zeta, .epsilon span.alpha,
.epsilon span.beta,
.epsilon span.gamma,
.epsilon span.delta,
.epsilon span.epsilon,
.epsilon span.zeta,
h6 span.alpha,
h6 span.beta,
h6 span.gamma,
h6 span.delta,
h6 span.epsilon,
h6 span.zeta, .zeta span.alpha,
.zeta span.beta,
.zeta span.gamma,
.zeta span.delta,
.zeta span.epsilon,
.zeta span.zeta {
  display: block;
}

h1, .alpha {
  font-size: 2rem;
  line-height: 1.22222;
  margin-bottom: 1.5rem;
}

h2, .beta {
  font-size: 2rem;
  line-height: 1.22222;
  margin-bottom: 1.5rem;
}

h3, .gamma {
  font-size: 1.22222rem;
  line-height: 1.27273;
}
.single h3, .single .gamma {
  text-transform: uppercase;
}

h4, .delta {
  font-size: 1.11111rem;
  line-height: 1.1;
}

h5, .epsilon {
  font-size: 0.88889rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
h5:has(+ h2), .block--footer-contact h5, .block--intro h5, .epsilon:has(+ h2), .block--footer-contact .epsilon, .block--intro .epsilon {
  display: inline-block;
  padding: 5px 10px 4px;
  background: #F99D27;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}
h5[style*="center"], .epsilon[style*="center"] {
  display: block;
  margin-inline: auto;
  width: max-content;
}

.h5.bg--style {
  font-size: 0.88889rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px 4px;
  background: #F99D27;
  color: #1A1A1A;
  margin-bottom: 0.5rem;
}
.h5.bg--style[style*="center"] {
  display: block;
  margin-inline: auto;
  width: max-content;
}
*:has(.h5.bg--style) {
  margin-bottom: 0;
}

h6, .zeta {
  font-size: 0.77778rem;
  line-height: 1.21429;
}

span.p {
  font-size: 1rem;
  margin-bottom: 1.11111rem;
  font-weight: normal;
  color: #333333;
  display: block;
}
*:has(span.p) {
  margin-bottom: 0;
}

p:has(span.alpha), p:has(span.beta), p:has(span.gamma), p:has(span.delta), p:has(span.epsilon), p:has(span.zeta) {
  margin-bottom: 0;
}
p span.alpha,
p span.beta,
p span.gamma,
p span.delta,
p span.epsilon,
p span.zeta {
  display: block;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.11111rem;
}
p:has(+ h2), p:has(+ h3), p:has(+ h4), blockquote:has(+ h2), blockquote:has(+ h3), blockquote:has(+ h4),
pre:has(+ h2),
pre:has(+ h3),
pre:has(+ h4), dl:has(+ h2), dl:has(+ h3), dl:has(+ h4) {
  margin-bottom: 1.5rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}

.block li a {
  text-decoration: underline;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0;
  margin: 0;
  font-style: normal;
}
blockquote cite {
  font-size: 0.88889rem;
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  font-style: normal;
  font-weight: bold;
}
blockquote cite span {
  display: block;
  text-transform: none;
  font-weight: 500;
}

hr {
  border: none;
  border-top: 1px solid #676767;
  margin: 1rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.22222rem;
  border-radius: 5px;
  border: 1px solid #676767;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'rubik';
  src: url("../fonts/rubik-v31-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url("../fonts/rubik-v31-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url("../fonts/rubik-v31-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url("../fonts/rubik-v31-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url("../fonts/rubik-v31-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 0.88889rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #1A1A1A;
  margin: 0;
  line-height: 1.4;
  padding: 0.9rem 1.25rem 0.8rem;
  border-radius: 2rem;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: #1A1A1A;
  background-color: #F99D27;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
.btn i, input[type="button"] i,
input[type="submit"] i,
.wpforms-submit-container button i {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: -4px;
  margin-right: 0.25rem;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #1A1A1A;
  background-color: #FA9128;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
  background-color: #FA8328;
}
.block .btn, .block input[type="button"],
.block input[type="submit"],
.block .wpforms-submit-container button,
.wpforms-submit-container .block button {
  padding-right: 2.5rem;
  position: relative;
}
.block .btn::after, .block input[type="button"]::after,
.block input[type="submit"]::after,
.block .wpforms-submit-container button::after,
.wpforms-submit-container .block button::after {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 52%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-family: 'icomoon';
  font-size: 0.8em;
}

.btn--white,
.btn--ghost {
  background: #FFF;
}
.btn--white:hover,
.btn--ghost:hover {
  background: #F2F2F2;
}
.btn--white:active, .btn--white:focus,
.btn--ghost:active,
.btn--ghost:focus {
  background: #E5E5E5;
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-right: auto;
  margin-left: -0.2rem;
}
.btn--toggle .icon-bar {
  display: block;
  background: #1A1A1A;
  position: relative;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -9px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  width: 100%;
  border: 1px solid #676767;
  padding: 0.4rem 1rem 0.35rem;
  background: #F2F2F2;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.88889rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 1.5rem;
  background: #F99D27;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  content: '✓';
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 0.8rem;
  color: #F99D27;
  position: absolute;
  right: 2.22222rem;
  top: 54%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(103, 103, 103, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #676767;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #676767;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #676767;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-left: 2rem;
  min-width: 6.25rem;
}
.header-nav ul.sub-menu {
  display: block;
  padding-block: 1rem;
}
.header-nav ul.sub-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #FFF;
}
.header-nav ul.sub-menu li {
  margin: 0;
}
.header-nav ul.sub-menu a {
  font-size: 0.83333rem;
  padding: 0.15rem 0;
}
.header-nav ul.sub-menu a:hover::before {
  content: '';
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F99D27;
}
.header-nav ul.sub-menu .current-menu-item a {
  color: #000;
}
.header-nav a {
  font-size: 0.88889rem;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 1rem 0 0.9rem;
}
.header-nav .menu > li > a:hover::before,
.header-nav .menu > .current-menu-item > a::before,
.header-nav .menu > .current-menu-parent > a::before {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F99D27;
}

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

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-left: 2rem;
  min-width: 6.25rem;
}
.header-nav ul.sub-menu {
  display: block;
  padding-block: 1rem;
}
.header-nav ul.sub-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #FFF;
}
.header-nav ul.sub-menu li {
  margin: 0;
}
.header-nav ul.sub-menu a {
  font-size: 0.83333rem;
  padding: 0.15rem 0;
}
.header-nav ul.sub-menu a:hover::before {
  content: '';
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F99D27;
}
.header-nav ul.sub-menu .current-menu-item a {
  color: #000;
}
.header-nav a {
  font-size: 0.88889rem;
  font-weight: 500;
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 1rem 0 0.9rem;
}
.header-nav .menu > li > a:hover::before,
.header-nav .menu > .current-menu-item > a::before,
.header-nav .menu > .current-menu-parent > a::before {
  content: '';
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F99D27;
}

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

.site-header ul > li {
  position: relative;
}
.site-header ul > li:hover > ul, .site-header ul > li:focus > ul, .site-header ul > li:active > ul {
  opacity: 1;
  visibility: visible;
}
.site-header ul > li a:focus + ul,
.site-header ul > li > ul:has(a:focus) {
  opacity: 1;
  visibility: visible;
}
.site-header ul > li > ul {
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  min-width: 10em;
  position: absolute;
  z-index: 5000;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #FFF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 6.66667rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul.menu > li {
  margin-bottom: 1rem;
}
.nav-mobile__inner ul.menu > li > a {
  border-bottom: 2px solid #F99D27;
  margin-bottom: 5px;
}
.nav-mobile__inner ul a {
  display: block;
  padding: 0.2rem 0;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2.22222rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  overflow: visible;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
  border: 0;
  cursor: pointer;
  margin: 0 4px 0 0 !important;
  border-radius: 50%;
  display: inline-block;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #505051;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination {
  position: relative;
  padding-top: 2rem;
  text-align: center;
}
.swiper-pagination:has(> *:only-child) {
  display: none;
}

.swiper-buttons {
  display: flex;
  transform: translateY(-360px);
  position: relative;
  z-index: 99;
  padding-inline: 10px;
}

.swiper-button {
  cursor: pointer;
  width: 62px;
  height: 62px;
  background: #F99D2799;
  border-radius: 50%;
  position: relative;
}

.swiper-button:hover {
  background: #F99D27;
}

.swiper-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-40%, -50%, 0);
  width: 20px;
  height: auto;
  display: inline-block;
}

.swiper-prev svg {
  transform: translate3d(-60%, -50%, 0) rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
}

.swiper-next {
  margin-left: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  background: #FFF;
  z-index: 9999;
  padding-block: 1.6rem;
  left: 0;
  width: 100%;
  top: 0;
  border-bottom: 3px solid #F99D27;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-block: 0.5rem;
}
.page-template-page-landing .site-header {
  border: 0;
  box-shadow: 0px 4px 26px 0px #00000026;
  padding-block: 0.25rem !important;
}
.page-template-page-landing .site-header .flex {
  align-items: center;
}
.nav-mobile-active .site-header {
  border-bottom-color: transparent;
}

body {
  padding-top: 6.5rem;
}
body.page-template-page-landing {
  padding-top: 0;
}

.site-branding {
  position: relative;
  width: 10rem;
  z-index: 9;
}
.site-branding a {
  display: block;
  padding: 0.25rem 0;
}
.page-template-page-landing .site-branding {
  width: 11.75rem;
  margin-right: 30px;
}

.contact {
  margin-left: auto;
  height: 100%;
}
.contact span {
  font-size: 0.77778rem;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  text-align: center;
  width: 100%;
  font-weight: 300;
}
.scrolled .contact span {
  display: none;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

.margin-bottom {
  margin-bottom: 2.22222rem;
}

.margin-top {
  margin-top: 2.22222rem;
}

.margin-bottom--small {
  margin-bottom: 1.11111rem;
}

.margin-bottom--big {
  margin-bottom: 4.44444rem;
}

.margin-bottom--huge {
  margin-bottom: 6.66667rem;
}

.spacing {
  padding-block: 2.22222rem;
}

.spacing--big {
  padding-block: 4.44444rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.22222rem;
}

.padding-top {
  padding-top: 2.22222rem;
}

.padding-top--small {
  padding-top: 1.11111rem;
}

.padding-top--big {
  padding-top: 4.44444rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--yellow {
  background: #F99D27;
}

.bg--primary {
  background: #F99D27;
}

.bg--grey {
  background: #333333;
}

.bg--light {
  background: #F2F2F2;
}

.block--header-slider {
  overflow: hidden;
}
.block--header-slider .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: 3;
  background: #F99D27;
  opacity: 0.85;
  clip-path: polygon(0 0, 58% 0, 42% 100%, 0% 100%);
}
.block--header-slider .container {
  z-index: 9;
}
.block--header-slider .flex {
  min-height: 65vh;
}
@media only screen and (min-width: 1201px) {
  .block--header-slider .one-half {
    width: 44%;
  }
}
.block--header-slider p {
  font-size: 1.22222rem;
  margin-bottom: 2rem;
  color: #1A1A1A;
}
.block--header-slider .swiper-pagination {
  padding-top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3rem;
}
.block--header-slider .swiper-pagination-bullet {
  background: #FFF;
  margin-inline: 0.5rem !important;
}
.block--header-slider .swiper-pagination-bullet-active {
  background: #1A1A1A;
}

.block--header {
  position: relative;
  overflow: hidden;
  min-height: 14rem;
}
.block--header::before {
  content: '';
  position: absolute;
  z-index: 3;
  background: #F99D27;
  opacity: 0.85;
  clip-path: polygon(0 0, 58% 0, 42% 100%, 0% 100%);
}
.block--header .object-fit-con {
  position: absolute;
}
.block--header .container {
  z-index: 9;
}
.block--header .flex {
  min-height: 50vh;
}
@media only screen and (min-width: 1201px) {
  .block--header .one-half {
    width: 42%;
  }
}
.block--header p {
  font-size: 1.22222rem;
  margin-bottom: 2rem;
  color: #1A1A1A;
}
.block--header .box {
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
}
@media only screen and (min-width: 1201px) {
  .block--header .one-half + .one-half {
    width: 50%;
    padding-left: 3rem;
  }
}

.block--header-landing h1 {
  font-size: 2.66667rem;
  color: #1A1A1A;
}
.block--header-landing h2 {
  margin-bottom: 0;
}
.block--header-landing .spacing {
  padding-block: 3rem;
}
.block--header-landing .box {
  background: #FFF;
  border-radius: 12px;
  padding: 60px 10px 40px;
  overflow: hidden;
}

.block--header-small::before {
  clip-path: polygon(0 0, 48% 0, 40% 100%, 0% 100%);
}

.block--intro {
  margin-top: -2.5rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.block--intro .inner:not(.text--center) .epsilon {
  max-width: 18em;
}
.block--intro .bg--icon {
  position: absolute;
  top: 12rem;
  right: 50%;
  width: 51vw;
}
.block--intro .inner {
  background: #FFF;
  padding-block: 4rem;
  border-radius: 20px;
}
.block--intro.block--headlines .inner {
  padding-bottom: 0;
}

.block--headlines img {
  height: 3rem;
  width: auto;
  margin-bottom: 0.5rem;
}
.block--headlines img + p {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.block--numbers {
  background: #F2F2F2;
}
.block--numbers .number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0;
}
.block--numbers .info {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.block--numbers .container {
  padding-block: 1.25rem;
}

.grey-counter-box {
  padding: 2rem;
  text-align: center;
}

.middle-grey-counter-box {
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.block--productworld {
  padding-top: 6rem;
  background: #333333;
}
.block--productworld h2 {
  color: #FFF;
}
.block--productworld .box h5 {
  color: #333333;
}
.block--productworld .with-bg {
  position: relative;
  padding-bottom: 4rem;
}
.block--productworld .with-bg .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 5rem;
  background: #F99D27;
}
.block--productworld .with-bg .bg img {
  object-fit: cover;
  opacity: 0.6;
}
.block--productworld .box {
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #FFF;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  max-width: 25rem;
  margin-inline: auto;
}
.block--productworld .box:hover {
  background: #F1F1F1;
}
.block--productworld .box img {
  width: 7rem;
}
.block--productworld .box p {
  color: #333333;
  min-height: 4rem;
}
.block--productworld .box::before {
  content: '';
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: calc(100% + 0.6rem);
  top: calc(100% + 0.6rem);
  background: #F99D27;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
}
.block--productworld .flex__item:first-child .box img {
  margin-left: 1rem;
}
.block--productworld .flex__item:last-child .box {
  background: #333333;
  border: 0;
}
.block--productworld .flex__item:last-child .box:hover {
  background: #1A1A1A;
}
.block--productworld .flex__item:last-child .box p, .block--productworld .flex__item:last-child .box h5 {
  color: #FFF;
}
.block--productworld .flex__item:last-child .box::before {
  top: -0.6rem;
  left: -0.6rem;
  background: #FFF;
}
.block--productworld .flex__item:last-child .box img {
  margin-right: 1rem;
  margin-bottom: 3rem;
  width: 8rem;
}
.block--productworld .flex__item:last-child .box,
.block--productworld .flex__item:nth-child(3) .box {
  align-items: flex-end;
}
.block--productworld .flex__item:last-child .box p,
.block--productworld .flex__item:nth-child(3) .box p {
  margin-bottom: 0;
}
.block--productworld .flex__item:nth-child(2) .box::before {
  left: -0.6rem;
}
.block--productworld .flex__item:nth-child(2) .box img {
  margin-right: 1rem;
}
.block--productworld .flex__item:nth-child(3) .box::before {
  top: -0.6rem;
}
.block--productworld .flex__item:nth-child(3) .box img {
  margin-left: 1rem;
  margin-bottom: 3rem;
  width: 7.5rem;
}

.block--cta {
  background: #000;
  position: relative;
}
.block--cta *:not(.btn):not(input[type="button"]) {
  color: #FFF;
}
.block--cta h2 {
  line-height: 1.33;
  margin-bottom: 14px;
}
.block--cta p {
  font-size: 1.11111rem;
}
.block--cta .btn, .block--cta input[type="button"],
.block--cta input[type="submit"],
.block--cta .wpforms-submit-container button,
.wpforms-submit-container .block--cta button {
  margin-bottom: 12px;
}
.block--cta .container {
  padding-block: 74px;
  z-index: 9;
}
.block--cta .flex__btn {
  margin-left: auto;
}
.block--cta.darken::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55), transparent);
}
.block--cta .flex--end p {
  font-size: 16px;
}

.block--client-slider .object-fit-con {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.block--client-slider .swiper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.block--client-slider .flex {
  height: 100%;
}
.block--client-slider .swiper-slide {
  padding: 10px;
}
.block--client-slider .inner {
  padding: 20px;
}

.block--logo-hover .object-fit-con {
  aspect-ratio: 3/2;
  margin: 0 1.25rem;
  width: 8rem;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
}
.block--logo-hover .object-fit-con:hover {
  filter: none;
}
.block--logo-hover .object-fit-con img {
  object-fit: contain;
}

.block--references .object-fit-con {
  aspect-ratio: 3/2;
  margin: 1rem 1.25rem;
  width: 8rem;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
}
.block--references .object-fit-con:hover {
  filter: none;
}
.block--references .object-fit-con img {
  object-fit: contain;
}
.block--references .hover-link {
  cursor: pointer;
}

.swiper--swaps {
  background: #F2F2F2;
  overflow: hidden;
}
.swiper--swaps .swiper-slide {
  padding: 1rem 1.5rem 1rem;
}
.swiper--swaps .object-fit-con {
  width: 20rem;
  margin: 0 auto 1rem;
  max-width: 100%;
  filter: none;
}

.block--icon-list-grid {
  background: #333333;
}
.block--icon-list-grid *:not(h5) {
  color: #FFF;
}
.block--icon-list-grid .flex__icon {
  width: 6rem;
}
.block--icon-list-grid .flex__icon img {
  width: 4.25rem;
  margin-left: 0;
}
.block--icon-list-grid .flex__text {
  padding-top: 0.5rem;
  width: calc(100% - 6rem);
}
.block--icon-list-grid p:has(+ ul) {
  margin-bottom: 0;
}
.block--icon-list-grid ul {
  margin-top: 0;
}

.block--icon-line-list .bg {
  position: absolute;
  object-fit: cover;
}
.page-template-page-red .block--icon-line-list .box__icon img, .page-template-page-blue .block--icon-line-list .box__icon img, .page-template-page-green .block--icon-line-list .box__icon img {
  filter: brightness(0.1);
}

.boxes--connected {
  max-width: 34rem;
  margin-inline: auto;
  position: relative;
}
.boxes--connected::before {
  content: '';
  position: absolute;
  left: 4px;
  height: 100%;
  top: 0;
  width: 2px;
  background: #F9B000;
}
.boxes--connected .box {
  margin-bottom: 1.1rem;
  margin-left: 1rem;
  position: relative;
  background: #F99D27;
  border-radius: 6px;
}
.boxes--connected .box::before {
  content: '';
  position: absolute;
  left: calc( -1px - 1rem);
  width: 8px;
  aspect-ratio: 1/1;
  top: 50%;
  border-radius: 50%;
  border: 2px solid #F9B000;
  background: #FFF;
  transform: translateY(-50%);
}
.boxes--connected .inner {
  font-size: 16px;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 1.1rem 1.5rem;
  width: 100%;
}
.boxes--connected .box__icon {
  width: 6rem;
}
.boxes--connected .box__icon img {
  width: 3rem;
}

.block--contact-page .padding-left {
  padding-left: 3rem;
}

.orange-box {
  background: #F99D27;
  border-radius: 6px;
}
.orange-box * {
  color: #1A1A1A;
}
.orange-box .box__inner {
  padding: 20px;
}
.orange-box a:hover {
  color: #FFF;
}
.orange-box p strong {
  min-width: 1rem;
  display: inline-block;
}

.block--image-text-tabs .box {
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border-radius: 12px;
  background: #FFF;
}
.block--image-text-tabs .bg {
  background: linear-gradient(to bottom, #FFF 8rem, #F99D27 8rem);
  padding-bottom: 2rem;
}
.block--image-text-tabs.bg--light .bg {
  background: linear-gradient(to bottom, #F2F2F2 8rem, #F99D27 8rem);
}
.block--image-text-tabs .object-fit-con {
  padding-bottom: 56%;
  background: #F99D27;
}
.block--image-text-tabs .one-quarter .object-fit-con {
  padding-bottom: 70%;
}
.block--image-text-tabs .inner {
  padding: 1.5rem 1.5rem 0.25rem;
}
.block--image-text-tabs .box p {
  font-size: 0.88889rem;
}
.block--image-text-tabs .box h5 {
  margin-bottom: 0.5rem;
}
.block--image-text-tabs .text--white p {
  color: #FFF;
}

.block--service-icons img {
  height: 5.5rem;
  width: auto;
  margin-bottom: 1.11rem;
}
.block--service-icons p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 22em;
  margin-inline: auto;
}
.block--service-icons .one-third {
  padding: 2rem 1rem 0.75rem;
}
@media only screen and (min-width: 801px) {
  .block--service-icons .one-third:nth-child(2),
  .block--service-icons .one-third:nth-child(5),
  .block--service-icons .one-third:nth-child(8) {
    border-inline: 2px solid #F2F2F2;
  }
}
@media only screen and (max-width: 800px) {
  .block--service-icons .one-third:nth-child(even) {
    border-left: 2px solid #F2F2F2;
  }
}

.block--product-grid h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.block--product-grid p, .block--product-grid ul {
  font-size: 0.88889rem;
}
.block--product-grid .inner {
  padding: 0.25rem 1.2rem;
}
.block--product-grid .bg__inner {
  padding: 1.2rem 1.2rem 0.25rem;
}
.block--product-grid .bg__inner h3 {
  color: #333333;
  margin-bottom: 0.5rem;
}
.block--product-grid ul {
  margin-top: 0;
}
.block--product-grid .bg {
  background: #F2F2F2;
  margin-top: 0.5rem;
}
.block--product-grid.bg--light .bg {
  background: #FFF;
}
.block--product-grid.bg--grey * {
  color: #FFF !important;
}
.block--product-grid.bg--grey .bg {
  background: #676767;
}
.block--product-grid.simple .inner {
  padding-inline: 2rem 0;
}
.block--product-grid.simple p, .block--product-grid.simple ul {
  font-size: 1rem;
}
.block--product-grid.simple .spacing {
  padding-block: 3rem;
}
@media only screen and (min-width: 1021px) {
  .block--product-grid .right .two-thirds {
    order: 9;
  }
  .block--product-grid.simple .right .inner {
    padding-inline: 0 2rem;
  }
}

.block--grid h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.block--grid .bg {
  background: #F2F2F2;
  margin-top: 0.5rem;
}
.block--grid.bg--grey * {
  color: #FFF !important;
}
.block--grid .spacing {
  padding-block: 3rem;
}
@media only screen and (min-width: 801px) {
  .block--grid .right .flex__item:first-child {
    order: 9;
  }
}

.swiper--images .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  background: #F2F2F2;
  padding: 0.6rem;
}
.bg--light .swiper--images .swiper-slide {
  background: #FFF;
}
.swiper--images .object-fit-con {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  padding-bottom: 72%;
}

figcaption {
  font-size: 0.88889rem;
  display: block;
  padding-top: 0.6rem;
  font-style: italic;
}

.block--blog .flex__item {
  margin-bottom: 1.2rem;
}
.block--blog .hidden {
  display: none !important;
}

.nav--cats li {
  margin: 0 1rem 1rem 0;
}

.link--preview {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  background: #FFF;
  height: 100%;
}
.link--preview .object-fit-con {
  padding-bottom: 72%;
}
.link--preview .object-fit-con span {
  font-size: 0.77778rem;
  background: #F99D27;
  position: absolute;
  top: 0.8rem;
  right: 0;
  padding: 5px 10px 4px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1A1A1A;
  text-transform: uppercase;
}
.link--preview:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}
.link--preview:hover .read {
  text-decoration: none;
}
.link--preview:active .read, .link--preview:focus .read {
  color: #676767;
}
.link--preview h5 {
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.link--preview p {
  font-size: 16px;
  color: #333333;
}
.link--preview .inner {
  padding: 1.5rem 1.5rem 0;
}
.link--preview .read {
  font-size: 0.77778rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 0.5rem 1.5rem 1.25rem;
  color: #333333;
  text-decoration: underline;
}

.block--more .bg--primary {
  padding-bottom: 1rem;
}

.block--article-teaser .bg {
  background: linear-gradient(to bottom, #FFF 8rem, #F99D27 8rem);
  padding-bottom: 4rem;
}

.page-template-page-landing .block .btn, .page-template-page-landing .block input[type="button"],
.page-template-page-landing .block input[type="submit"],
.page-template-page-landing .block .wpforms-submit-container button,
.wpforms-submit-container .page-template-page-landing .block button {
  color: #1A1A1A;
  padding-right: 1.25rem;
}
.page-template-page-landing .block .btn::after, .page-template-page-landing .block input[type="button"]::after,
.page-template-page-landing .block input[type="submit"]::after,
.page-template-page-landing .block .wpforms-submit-container button::after,
.wpforms-submit-container .page-template-page-landing .block button::after {
  display: none;
}
.page-template-page-landing .block--header {
  margin-top: 5rem;
}
.page-template-page-landing .block--header-landing-support {
  margin-top: 3.5rem;
}

.block--logos {
  background: linear-gradient(to bottom, #F99D27 50%, #FFF 50%);
}

.block--logos .inner {
  background: #FFF;
  border-radius: 16px;
  padding-block: 32px;
  display: flex;
  align-items: center;
  padding-inline: 50px;
}

.block--logos h3 {
  font-size: 22px;
  font-weight: bold;
  color: #F99D27;
  margin: 0;
  flex: 1 0 auto;
  margin-right: 60px;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  filter: grayscale(1);
  opacity: 0.5;
}

.block--adv {
  padding-block: 10px 110px;
}

.block--adv svg.bg {
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 50px;
  width: 50vw;
}

.checklist {
  background: #FFF;
  padding: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  border: 1px solid #BABABA;
  margin-bottom: 20px;
  border-radius: 16px;
}

.checklist:has(+ a) {
  margin-bottom: 32px;
}

.checklist strong {
  font-size: 18px;
  padding-left: 10px;
}

.checklist p {
  margin-bottom: 0;
}

.checklist p:first-child {
  margin-bottom: 10px;
}

.checklist img {
  border-radius: 16px;
}

.accordion {
  margin-bottom: 1.5rem;
}

.accordion-con {
  padding-top: 2rem;
}

.accordion__opener {
  font-size: 22px;
  line-height: 1.25;
  position: relative;
  padding: 21px 70px 20px 25px;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  font-weight: 600;
  border-radius: 16px;
  margin: 0;
  box-shadow: none;
  text-align: left;
  display: block;
  width: 100%;
  background: #FFF;
  color: #505051;
  transition: color 0.25s ease-out;
  min-height: 96px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

.accordion__opener:hover {
  color: #111;
}

.accordion__opener.js-open {
  border-radius: 16px 16px 0 0;
}

.accordion__opener.js-open svg {
  transform: translateY(-50%) rotate(180deg);
}

.accordion__opener svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.accordion__content {
  padding: 20px 25px 5px;
  background: #F5F5F5;
  border-radius: 0 0 16px 16px;
}

.accordion__content p {
  max-width: 600px;
}

.block--faqs .container--tiny {
  max-width: 770px;
}
.block--faqs * {
  color: #1A1A1A;
}

.round-orange {
  margin: 0 auto 30px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  position: relative;
  background: #F99D27;
}

.round-orange img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: px;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
}

p.marked {
  background: #F99D271A;
  border-radius: 20px;
  font-size: 17px;
  padding: 11px 16px;
  font-weight: bold;
  color: #505051;
  display: inline-block;
  margin-top: 30px;
}

.block--steps .max {
  max-width: 670px;
  margin-inline: auto;
}

.block--steps strong {
  font-size: 20px;
  margin-bottom: 18px;
  display: block;
}

.block--steps {
  padding-block: 90px;
}

.block--steps .headlines h2 {
  margin-bottom: 0.5rem;
}

.block--steps .one-third {
  position: relative;
  padding: 64px 10px;
  width: 33.33%;
  box-sizing: border-box;
}

.block--steps .one-third p {
  font-size: 16px;
  max-width: 340px;
  margin-inline: auto;
}

.block--steps .one-third:nth-child(2) .relative::before,
.block--steps .one-third:nth-child(2) .relative::after {
  content: '';
  background: linear-gradient(90deg, rgba(249, 157, 39, 0) 0%, #F99D27 21%, #F99D27 81%, rgba(249, 157, 39, 0) 100%);
  height: 2px;
  top: 38px;
  left: 72%;
  position: absolute;
  width: 60%;
}

.block--steps .one-third:nth-child(2) .relative::after {
  left: auto;
  right: 73%;
}

.headlines h5 {
  font-size: 18px;
}

.headlines h2 {
  font-size: 2.66667rem;
  line-height: 1.125;
}

.headlines h2 strong,
.headlines h3 strong {
  color: #F99D27;
}

.block--umbau {
  padding-block: 80px 90px;
}
.block--umbau img {
  border-radius: 16px;
  width: 100%;
}
.block--umbau p {
  max-width: 510px;
}

.block--umbau ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.block--umbau li {
  font-size: 20px;
  line-height: 22px;
  padding-left: 2rem;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0.75rem;
  text-align: left !important;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%23F99D27' fill-opacity='0.5'/%3E%3Ccircle cx='11.5' cy='11.5001' r='8.47368' fill='%23F99D27'/%3E%3Cmask id='x12' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='15' height='15'%3E%3Crect x='4.23' y='4.23' width='14.52' height='14.5263' fill='%23183835'/%3E%3C/mask%3E%3Cg mask='url(%23x12)'%3E%3Cpath d='M10.0171 15.1317L6.56714 11.6817L7.42964 10.8192L10.0171 13.4067L15.5704 7.85339L16.4329 8.71589L10.0171 15.1317Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
}

.icon-features {
  align-items: center;
  margin-bottom: 34px;
}

.icon-features p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.icon-features img {
  width: 56px;
  flex: 0 0 56px;
  margin-right: 16px;
  margin-left: 0;
}

.icon-features div {
  max-width: 400px;
  letter-spacing: 1px;
}

.overlay-icon-box {
  background: #FFF;
  border-radius: 16px;
  position: absolute;
  bottom: 64px;
  left: 64px;
  width: 208px;
  padding: 16px;
}

.overlay-icon-box p {
  margin-bottom: 0;
  line-height: 1.25;
}

.overlay-icon-box svg {
  width: 29px;
  height: auto;
  margin-right: 12px;
}

.block--solutions {
  padding-bottom: 140px;
}
.block--solutions .container {
  max-width: 62rem;
}

.block--solutions .object-fit-con {
  padding-bottom: 82%;
  border-bottom: 2px solid #505051;
}

.block--solutions .overlay {
  position: absolute;
  top: 22px;
  left: 28px;
  background: #FFF;
  border-radius: 16px;
  padding: 11px 26px 10px;
  font-weight: 600;
}

.block--solutions .flex__item:first-child .inner,
.block--solutions .flex__item:last-child .inner {
  margin-top: 60px;
}

.block--solutions .inner {
  background: #FFF;
  height: 100%;
  box-shadow: 5px 5px 0px 0px #706F6F;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #505051;
}

.block--solutions h3 {
  font-size: 28px;
  margin-bottom: 7px;
  color: #505051;
}

.block--solutions h3 + p {
  font-weight: 600;
}

.block--solutions p strong {
  font-size: 26px;
  line-height: 32px;
}

.block--solutions ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.block--solutions li {
  padding: 0 0 0 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23F8EFDA'/%3E%3Cpath d='M15.0002 7.146L8.12539 14.0208L5.00049 10.8959' stroke='%23F99D27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.block--solutions .flex1 {
  padding: 25px 28px;
}

.block--solutions .flex1 + div {
  padding: 0 28px 32px;
}

.block--fin {
  padding-bottom: 90px;
}

.block--fin p {
  font-size: 17px;
  line-height: 1.6;
}

.block--fin .inner {
  background: #F5F5F5;
  border: 1px solid #BABABA;
  height: 100%;
  border-radius: 16px;
  padding: 28px 20px 10px;
  box-shadow: 0px 4px 20px 0px #0000001A;
  box-sizing: border-box;
}

.block--fin .inner p {
  line-height: 1.25;
}

.block--fin .one-quarter {
  margin-bottom: 24px;
}

.block--fin .flexgrid--narrow {
  padding-block: 44px 40px;
}

.block--fin img {
  height: 90px;
  width: auto;
  margin-bottom: 26px;
}

.block--why {
  background: #F5F5F5;
  padding-block: 75px;
}

.block--why .flex__item {
  margin-bottom: 18px;
}

.block--why .inner {
  background: #FFF;
  border-radius: 16px;
  padding: 24px 24px 12px;
  height: 100%;
  box-shadow: 0px 4px 20px -4px #3442561A;
}

.block--why p {
  font-size: 16px;
  color: #706F6F;
  line-height: 1.3;
}

.block--why .inner h5 {
  font-size: 19px;
  color: #505051;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
}

.round-orange--small {
  width: 48px;
  height: 48px;
  background: #F99D27;
  border-radius: 50%;
  margin-bottom: 18px;
}

.round-orange--small img {
  position: absolute;
  width: 24px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.swiper--clients .inner {
  background: #F8EFDA;
  border-radius: 16px;
  box-shadow: 0px 4px 20px -4px #3442561A;
  padding: 24px;
  height: 100%;
}

.swiper--clients .quote {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 25%;
}

.swiper--clients .name {
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: #f4511e;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  font-weight: 600;
}

.block--ratings {
  overflow: hidden;
}

.block--ratings a {
  text-decoration: none;
}

.block--ratings a:hover {
  color: #1A1A1A;
}

.block--ratings small {
  font-size: 0.8rem;
}

.block--ratings small + svg {
  display: inline-block;
  margin-left: 0.1rem;
  vertical-align: -3px;
}

.swiper--clients .swiper-buttons {
  transform: translateY(-220px);
}

.block--ratings {
  padding-block: 60px;
}

.block--ratings .headlines h2 {
  margin-bottom: 18px;
}

.block--ratings .ratings {
  padding-top: 10px;
}

.block--ratings .ratings p {
  margin-bottom: 0;
}

.block--ratings .ratings img {
  margin-inline: 5px 8px;
  margin-bottom: 3px;
  width: 92px;
}

.block--ratings .ratings svg {
  margin-bottom: 3px;
  width: 18px;
  height: auto;
}

.block--examples {
  padding-top: 30px;
  padding-bottom: 160px;
  overflow: hidden;
}
.block--examples .swiper-slide .inner {
  height: 100%;
  background: #F8EFDA;
  border-radius: 16px;
  box-shadow: 0px 4px 20px -4px #3442561A;
}
.block--examples .swiper-slide .object-fit-con {
  padding-bottom: 125%;
  border-radius: 16px;
  overflow: hidden;
}
.block--examples .swiper-slide .inner h5 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: 0;
  text-transform: none;
}
.block--examples .swiper-slide .padding {
  padding: 24px 24px 10px;
}

.block--contact {
  padding-block: 90px 80px;
  background: #F5F5F5;
}

.block--contact h2 {
  margin-bottom: 20px;
}

.block--contact p {
  max-width: 500px;
  font-size: 18px;
}

.list-contact svg {
  width: 40px;
  height: auto;
  margin-right: 12px;
}

.list-contact .flex {
  margin-bottom: 16px;
}

.block--contact .round {
  width: 158px;
  height: 158px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 26px;
}

.form-contact {
  background: #FFF;
  box-shadow: 0px 4px 20px -4px #3442561A;
  padding: 40px;
  border-radius: 16px;
}

.block--contact .m svg {
  width: 48px;
  height: auto;
  margin-right: 16px;
}

.block--contact .contacts strong {
  font-size: 18px !important;
  line-height: 1.33;
}

.block--contact .contacts p {
  margin-bottom: 0;
}

.block--contact .contacts a {
  text-decoration: none;
}

.block--contact .contacts .flex + .flex {
  margin-top: 24px;
}

.block--contact .contacts .flex:first-child p {
  font-size: 14px;
  line-height: 1.33;
}

.block--contact .space {
  padding-block: 25px 40px;
}

.page-template-page-landing .header-nav li a {
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 0 3px;
  display: inline-block;
}

.block--header-landing-support {
  padding-block: 90px 125px;
  position: relative;
  overflow: hidden;
}
.block--header-landing-support + .block--logos {
  background: transparent;
  transform: translateY(-40%);
}
.block--header-landing-support + .block--logos .container {
  max-width: 1300px;
}

.block--header-landing-support h1 {
  font-size: 48px;
  margin-bottom: 36px;
}

.block--header-landing-support p,
.block--header-landing-support p strong {
  font-size: 26px;
  line-height: 1.3;
  max-width: 624px;
}

.block--header-landing-support .max {
  max-width: 720px;
  position: relative;
}

.block--header-landing-support .svg-1 {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  width: calc(50vw + 100px);
}

.block--header-landing-support .bg {
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
}

.block--header-landing-support .gr {
  width: 160px;
  position: absolute;
  bottom: -1rem;
  right: 0;
}

.block--header-landing-support .svg-2 {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  width: calc(50vw + 170px);
}

.block--header-landing-support a.button--white {
  background: #FFF !important;
  border-color: #FFF !important;
}

.block--header-landing-support ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: inline-flex;
}

.block--header-landing-support li {
  padding-left: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='white' fill-opacity='0.5'/%3E%3Ccircle cx='11.5' cy='11.5' r='8.5' fill='white'/%3E%3Cmask id='x321' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='15' height='15'%3E%3Crect x='4.23' y='4.23' width='14.5263' height='14.52' fill='%23183835'/%3E%3C/mask%3E%3Cg mask='url(%23x321)'%3E%3Cpath d='M10.02 15.1316L6.57 11.6816L7.43 10.8191L10.0172 13.4066L15.57 7.85333L16.433 8.71583L10.0172 15.1316Z' fill='%23F99D27'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 500;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0.6rem;
  color: #505051;
  margin-right: 28px;
}

.block--dark {
  background: #333333;
  padding-block: 94px;
  position: relative;
  isolation: isolate;
}

.block--dark p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 710px;
  margin-inline: auto;
}

.block--dark .svg {
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 1.5rem;
  width: 44vw;
  height: auto;
}

.block--dark h2 {
  line-height: 1.1;
  margin-bottom: 46px;
}

.block--dark *:not(.button):not(h5) {
  color: #FFF;
}

.block--dark .one-half {
  margin-bottom: 20px;
}

.block--dark .checklist {
  background: #484848;
  border-color: #BABABA;
  box-shadow: 0px 4px 20px 0px #0000001A;
  height: 100%;
  margin-bottom: 0;
}

.block--dark .checklist svg {
  flex: 0 0 22px;
}

.block--trust {
  padding-block: 40px 100px;
}

.block--trust p {
  font-size: 18px;
  line-height: 1.6;
}

.block--trust .one-half {
  width: 46%;
}

.block--trust .one-half + .one-half {
  width: 54%;
}

.logos2 {
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
  filter: grayscale(1);
  margin-left: -0.5rem;
}

.logos2 img {
  margin-inline: 0.5rem;
  margin-block: 0 35px;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #F99D27;
  padding-block: 4rem 2rem;
}
.site-footer * {
  color: #1A1A1A;
}
.site-footer a:hover {
  color: #333333;
}
.site-footer h5 {
  margin-bottom: 0.5rem;
}
.site-footer img {
  width: 10rem;
}

.site-footer-landing {
  padding: 60px 0 40px;
}

.nav--footer ul {
  display: inline-flex;
  list-style: none;
  margin: 40px 0 20px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-inline: 9vw;
  border-top: 1px solid #505051;
}

.site-footer-landing .nav--footer a {
  font-size: 16px;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
}

.site-footer-landing small {
  font-size: 14px;
  transform: translateY(-3px);
  display: inline-block;
  margin-bottom: 4px;
}

.site-footer-landing {
  background: #F99D27 !important;
  font-size: 16px;
}
.site-footer-landing .right {
  margin-left: auto;
}
.site-footer-landing a {
  text-decoration: none;
}
.site-footer-landing a:hover {
  color: #1A1A1A;
}

.hornbacher {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  background: #333333;
  padding-block: 11px 10px;
}
.hornbacher img {
  display: block;
  width: 177px;
  margin-right: 18px;
  height: auto;
  margin-left: 0;
}

.block--footer-contact {
  padding-block: 3.5rem;
  background: #F1F1F1;
}
.block--footer-contact picture img {
  position: absolute;
  object-fit: cover;
}
.block--footer-contact .flex {
  max-width: 50rem;
}
.block--footer-contact p strong {
  min-width: 1rem;
  display: inline-block;
}
.block--footer-contact .box {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
  overflow: hidden;
}
.block--footer-contact .two-fifths {
  background: #333333;
  color: #FFF;
  padding: 1.5rem;
}
@media only screen and (min-width: 641px) {
  .block--footer-contact .two-fifths:not(.no-min) {
    min-height: 30rem;
  }
}
.block--footer-contact .two-fifths p, .block--footer-contact .two-fifths p a {
  color: #FFF;
}
.block--footer-contact .two-fifths h5 {
  margin-bottom: 2rem;
}
.block--footer-contact .three-fifths {
  padding: 1rem;
}

.footer-nav ul {
  display: block;
}
.footer-nav a {
  display: inline-block;
  padding: 0.1rem 0;
  color: #1A1A1A;
}
.footer-nav a:hover {
  color: #333333;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 801px) {
  .columns {
    columns: 2;
    column-gap: 2rem;
  }
  .columns p {
    break-inside: avoid;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    padding-inline: 2rem;
  }

  .btn, input[type="button"],
  input[type="submit"],
  .wpforms-submit-container button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .block--numbers .info {
    font-size: 16px;
  }

  .block--header-slider .swiper-slide::before {
    clip-path: polygon(0 0, 60% 0, 44% 100%, 0% 100%);
  }

  .block--header::before {
    clip-path: polygon(0 0, 60% 0, 44% 100%, 0% 100%);
  }

  .block--header-small::before {
    display: none;
  }

  .block--intro .bg--icon {
    top: auto;
    bottom: -10px;
  }

  .block--references .object-fit-con.hover-link {
    margin: 0.5rem 0.75rem;
    width: 7.5rem;
  }

  .block--header .one-half + .one-half {
    padding-left: 2rem;
  }

  .block--logos h3 {
    font-size: 18px;
  }

  .icon-features div {
    letter-spacing: 0.5px;
  }

  .block--header-landing h1 {
    font-size: 40px;
  }

  .headlines h2 {
    font-size: 38px;
  }

  .block--steps strong,
  .block--why .inner h5,
  .swiper-slide .inner h5 {
    font-size: 18px;
  }

  p.marked {
    font-size: 16px;
    line-height: 1.25;
  }

  .site-header {
    padding-block: 1rem;
  }
  .site-header .btn i, .site-header input[type="button"] i,
  .site-header input[type="submit"] i,
  .site-header .wpforms-submit-container button i,
  .wpforms-submit-container .site-header button i {
    margin-inline: 0.25rem;
  }
  .site-header .flex {
    align-items: center;
  }
  .site-header .site-branding {
    margin-inline: auto;
  }

  body {
    padding-top: 5.25rem;
  }

  .page-template-page-landing .site-branding {
    width: 11.5rem;
    margin-right: auto;
  }
  .page-template-page-landing .nav-mobile__inner li a {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.6rem 0 0.5rem;
  }
}
@media (max-width: 1060px) {
  .block--trust .flex__item {
    width: 100% !important;
  }

  .block--header-landing-support svg {
    display: none;
  }

  .block--header-landing-support {
    background: #F99D27;
  }

  .block--header-landing-support img {
    opacity: 0.1;
    width: 100% !important;
  }

  .block--header-landing-support .gr {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }

  .block--numbers .info {
    font-size: 14px;
  }

  .block--header-slider p,
  .block--header p {
    font-size: 1.1rem;
  }

  .block--solutions .flex1 {
    padding: 30px 20px 10px;
  }

  .block--solutions .flex1 + div {
    padding: 0 20px 24px;
  }

  .block--fin img {
    height: 80px;
  }

  .block--contact .round {
    width: 120px;
    height: 120px;
  }

  .block--why .one-quarter {
    width: 50%;
  }

  .block--dark .flex__item {
    width: 100%;
  }

  .block--dark .checklist {
    max-width: 34rem;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 1020px) {
  .grey-counter-box {
    padding: 2rem 1rem;
  }

  .block--header-slider img {
    object-position: center right;
  }
  .block--header-slider .swiper-slide::before {
    clip-path: polygon(0 0, 75% 0, 60% 100%, 0% 100%);
  }

  .block--cta {
    text-align: center;
  }

  .block--header::before {
    clip-path: polygon(0 0, 75% 0, 60% 100%, 0% 100%);
  }
  .block--header .one-half + .one-half {
    padding-top: 0;
    padding-left: 0;
  }

  .block--cta .text--right {
    text-align: left !important;
    padding-top: 2rem;
  }

  .block--client-slider .inner {
    padding-left: 0;
    padding-right: 10px;
  }

  .block--contact-page .padding-left {
    padding-left: 2rem;
  }

  .block--image-text-tabs .flexgrid--gutter {
    margin-left: -1.25rem;
  }
  .block--image-text-tabs .flexgrid--gutter .flex__item {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .block--product-grid {
    margin-bottom: 2rem;
  }
  .block--product-grid .inner {
    padding-top: 1.5rem;
  }

  .block--product-grid.simple {
    margin-bottom: 0;
  }
  .block--product-grid.simple .one-third {
    width: 100%;
  }
  .block--product-grid.simple .inner {
    padding-inline: 0;
  }

  .block--cta .flex--end {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 940px) {
  .block--image-text-tabs .one-quarter {
    width: 50%;
  }
}
@media (max-width: 860px) {
  .block--umbau,
  .block--adv,
  .block--fin,
  .block--solutions {
    max-width: 640px;
    margin-inline: auto;
  }

  .block--umbau .flex__item {
    width: 100%;
  }

  .block--umbau .flex__item.one-whole + .one-half {
    order: -1;
    margin-bottom: 64px;
  }

  .block--adv .one-half + .one-half {
    order: -1;
    margin-bottom: 64px;
  }

  .block--adv .flex__item {
    width: 100%;
  }

  .block--fin .one-half {
    width: 100%;
  }

  .block--fin .one-quarter {
    width: 50%;
  }

  .block--why .one-third {
    width: 50%;
  }

  .block--solutions .flex__item:first-child .inner,
  .block--solutions .flex__item:last-child .inner {
    margin-top: 0;
  }

  .block--solutions .inner {
    margin-inline: auto;
    max-width: 400px;
  }

  .block--solutions .flex__item {
    width: 100%;
  }

  .block--logos .inner {
    padding-inline: 32px;
  }

  .block--solutions .flex1 {
    padding: 30px 28px 16px;
  }

  .block--solutions .flex1 + div {
    padding: 0 28px 28px;
  }

  .block--solutions {
    padding-bottom: 90px;
  }

  .block--steps .one-third {
    width: 100%;
    padding: 30px 0 0;
    text-align: left;
  }

  .block--steps .one-third .relative {
    padding-left: 70px;
    padding-top: 13px;
  }

  .block--steps .one-third:not(:last-child) .relative::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 60px;
    width: 1px;
    bottom: -10px;
    height: auto;
    background: linear-gradient(0deg, rgba(249, 157, 39, 0) 0%, #F99D27 21%, #F99D27 81%, rgba(249, 157, 39, 0) 100%);
  }

  .block--steps .one-third p {
    margin-left: 0;
  }

  p.marked {
    margin-top: 0;
  }

  .round-orange {
    margin: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .round-orange img {
    width: 22px;
  }

  .block--steps .one-third:nth-child(2) .relative::after {
    display: none;
  }

  .block--steps .text--center.margin-bottom {
    margin-block: 30px 12px;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    padding-inline: 1.5rem;
  }

  .block--logos h3 {
    margin-right: 40px;
  }

  .middle-grey-counter-box {
    border: 0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }

  .block--numbers p {
    max-width: 20rem;
    margin-inline: auto;
  }

  .block--header-slider .swiper-slide::before {
    opacity: 0.9;
    clip-path: none;
  }

  .block--header::before {
    opacity: 0.9;
    clip-path: none;
  }

  .md-order-9 {
    order: 9;
  }

  .md-margin-bottom {
    margin-bottom: 2rem;
  }

  .nav--cats li {
    margin: 0 0.5rem 0.5rem 0;
  }

  .list-contact {
    display: none;
  }

  .block--article-teaser .flex__item {
    margin-bottom: 1rem;
  }

  .block--dark {
    overflow: hidden;
  }

  .block--dark .svg {
    right: 20vw;
    width: 110vw;
  }
}
@media only screen and (max-width: 640px) {
  .sm--hidden {
    display: none;
  }

  .site-header .sm--hidden {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 0;
    margin-left: auto;
  }

  .block--client-slider .inner {
    padding: 20px 10px 12px;
  }
  .block--client-slider .object-fit-con {
    height: 50vw;
  }
  .block--client-slider .flex {
    height: auto;
  }

  .block--logo-hover .object-fit-con {
    margin: 0 1rem;
    width: 7rem;
  }

  .block--header-slider .swiper-pagination {
    bottom: 2.5rem;
  }

  .block--intro {
    margin-top: -2rem;
  }
  .block--intro .inner {
    padding-block: 3rem;
  }
  .block--intro .container .container {
    padding-inline: 1rem;
  }

  .block--intro .bg--icon {
    right: 0;
    width: 110vw;
  }

  .block--contact-page .padding-left {
    padding-left: 0;
  }

  .block--image-text-tabs .inner {
    padding: 1.25rem 1.25rem 0.25rem;
  }

  .link--preview p {
    font-size: 15px;
  }

  .block--logos .inner {
    display: block;
  }

  .block--logos .inner {
    display: block;
    padding-inline: 20px;
  }

  .block--header-landing-support + .block--logos {
    transform: translateY(-25%);
  }

  .block--logos h3 {
    text-align: center;
    margin: 0 0 24px;
  }

  .logo-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-inline: 1rem;
  }

  .overlay-icon-box {
    bottom: 30px;
    left: 30px;
  }

  .block--adv {
    overflow: hidden;
  }
  .block--adv svg.bg {
    right: 1rem;
    top: 0;
    width: 110vw;
    height: auto;
  }

  .block--examples {
    padding-bottom: 60px;
  }

  .block--trust {
    padding-block: 30px 90px;
  }

  .block--header-landing-support {
    padding-block: 45px 90px;
  }

  .block--header-landing-support p,
  .block--header-landing-support p strong {
    font-size: 22px;
  }

  .block--header-landing-support ul {
    display: block;
  }

  .block--header-landing-support h1 {
    margin-bottom: 26px;
    font-size: 32px;
    line-height: 1.2;
  }

  .site-branding {
    width: 9rem;
  }
}
@media (max-width: 560px) {
  .hornbacher .flex {
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .hornbacher img {
    margin: 0 auto 5px;
  }

  .site-footer-landing .flexgrid--narrow {
    display: block;
    text-align: center;
  }

  .site-footer-landing {
    padding: 35px 0 20px;
  }

  .site-footer-landing svg {
    margin-bottom: 40px;
  }

  .site-footer-landing .nav--footer .flex {
    border: 0;
    margin-top: 40px;
    padding-inline: 0;
  }

  .site-footer-landing .nav--footer .flex a {
    font-size: 15px;
  }

  .block--contact {
    padding-block: 66px 40px;
  }

  .block--contact .space {
    display: block;
  }

  .block--contact .space .round {
    margin-inline: auto;
    margin-bottom: 25px;
  }

  .block--contact .contacts {
    width: 250px;
    margin-inline: auto;
  }
}
@media (max-width: 540px) {
  .headlines h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .headlines h2,
  .block--header-landing h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .block--header-landing h2 {
    font-size: 26px;
  }

  .block--umbau {
    padding-block: 40px 80px;
  }

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

  .block--steps {
    padding-block: 80px;
  }

  .block--fin .one-quarter,
  .block--why .one-third,
  .block--why .one-quarter {
    width: 100%;
  }

  .block--fin .one-quarter {
    width: 284px;
    margin-inline: auto;
  }

  .block--fin .flexgrid--narrow {
    padding-block: 40px 20px;
  }

  .block--fin {
    padding-bottom: 60px;
  }

  .block--why {
    padding-block: 60px;
  }

  .block--faqs {
    padding-block: 60px;
  }

  .accordion-con {
    padding-top: 30px;
  }

  .block--dark {
    padding-block: 50px 65px;
  }
}
@media only screen and (max-width: 480px) {
  .block--footer-contact {
    padding-block: 3rem;
  }
  .block--footer-contact .three-fifths {
    padding: 0 0.75rem 1rem;
  }

  .block--icon-list-grid .flex__icon {
    width: 100%;
    min-height: 76px;
  }
  .block--icon-list-grid .flex__icon img {
    margin-left: auto;
    margin-bottom: 0.5rem;
  }

  .block--icon-list-grid .flex__text {
    width: 100%;
  }

  .boxes--connected .inner {
    font-size: 15px;
    padding: 0.75rem 1rem;
  }

  h1, .alpha,
  h2, .beta {
    font-size: 30px;
  }

  .block--references .object-fit-con.hover-link {
    margin: 0.25rem 0.4rem;
    width: 6rem;
  }

  .block--service-icons img {
    height: 4rem;
    margin-bottom: 1rem;
  }

  .block--service-icons p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .block--service-icons .one-third {
    padding: 1rem 0.75rem 0.25rem;
  }
  .block--service-icons .flex {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .accordion__opener {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 15px;
  }

  .accordion__content {
    padding: 20px 15px 5px;
  }

  .swiper--examples {
    width: 80vw;
    margin-left: 0;
  }

  .swiper--clients {
    width: 84vw;
    margin-left: 0;
  }

  .block--landing .swiper-next {
    margin-right: -23px;
  }

  .block--landing .swiper-buttons {
    padding: 0;
  }

  .block--landing .swiper-button {
    width: 48px;
    height: 48px;
  }
  .block--landing .swiper-button svg {
    width: 15px;
  }

  .block--header-landing-support .bg {
    object-position: 66% center;
  }

  .block--dark h2 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 400px) {
  .hyphens {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .site-footer-landing .nav--footer .flex a {
    font-size: 14px;
  }

  .form-contact {
    padding: 15px;
  }

  .site-footer-landing .nav--footer + p {
    font-size: 14px;
  }
}
