@charset "UTF-8";
/* Sul Sans - Light */
@font-face {
  font-family: "Sul Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/Sul-Sans-Light.woff2") format("woff2");
}
/* Sul Sans - Regular */
@font-face {
  font-family: "Sul Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Sul-Sans-Regular.woff2") format("woff2");
}
/* Sul Sans - Medium */
@font-face {
  font-family: "Sul Sans";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/Sul-Sans-Medium.woff2") format("woff2");
}
/* Sul Sans - Bold */
@font-face {
  font-family: "Sul Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Sul-Sans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "instalighting";
  src: url("../fonts/instalighting.eot?51285874");
  src: url("../fonts/instalighting.eot?51285874#iefix") format("embedded-opentype"), url("../fonts/instalighting.woff2?51285874") format("woff2"), url("../fonts/instalighting.woff?51285874") format("woff"), url("../fonts/instalighting.ttf?51285874") format("truetype"), url("../fonts/instalighting.svg?51285874#instalighting") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "instalighting";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-heart:before {
  content: "\e800";
} /* '' */
.icon-heart-empty:before {
  content: "\e801";
} /* '' */
.icon-quote-left:before {
  content: "\e802";
} /* '' */
.icon-quote-right:before {
  content: "\e803";
} /* '' */
.icon-quote-left-alt:before {
  content: "\e804";
} /* '' */
.icon-quote-right-alt:before {
  content: "\e805";
} /* '' */
.icon-left-open-big:before {
  content: "\e806";
} /* '' */
.icon-right-open-big:before {
  content: "\e807";
} /* '' */
.icon-up-open-big:before {
  content: "\e808";
} /* '' */
.icon-down-open-big:before {
  content: "\e809";
} /* '' */
.icon-ok:before {
  content: "\e80a";
} /* '' */
.icon-cancel:before {
  content: "\e80b";
} /* '' */
.icon-down:before {
  content: "\e80c";
} /* '' */
.icon-left:before {
  content: "\e80d";
} /* '' */
.icon-right:before {
  content: "\e80e";
} /* '' */
.icon-up:before {
  content: "\e80f";
} /* '' */
.icon-cog:before {
  content: "\e810";
} /* '' */
.icon-cog-alt:before {
  content: "\e811";
} /* '' */
.icon-search:before {
  content: "\e812";
} /* '' */
.icon-zoom-in:before {
  content: "\e813";
} /* '' */
.icon-zoom-out:before {
  content: "\e814";
} /* '' */
.icon-hook2:before {
  content: "\e817";
} /* '' */
.icon-backarrow:before {
  content: "\e818";
} /* '' */
.icon-sharelink:before {
  content: "\e819";
} /* '' */
.icon-zoomer:before {
  content: "\e81a";
} /* '' */
.icon-spin5:before {
  content: "\e838";
} /* '' */
.icon-ok-circled:before {
  content: "\f06d";
} /* '' */
.icon-cancel-circled:before {
  content: "\f06e";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-xing:before {
  content: "\f168";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-facebook:before {
  content: "\f300";
} /* '' */
.icon-facebook-rect:before {
  content: "\f301";
} /* '' */
.icon-twitter:before {
  content: "\f302";
} /* '' */
.icon-twitter-bird:before {
  content: "\f303";
} /* '' */
.icon-linkedin-1:before {
  content: "\f318";
} /* '' */
.icon-instagram:before {
  content: "\f31e";
} /* '' */
.icon-instagram-filled:before {
  content: "\f31f";
} /* '' */
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  padding-top: 60px;
}
body > p:first-of-type {
  display: none;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

p:empty {
  display: none;
}

header.main-header {
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  height: initial;
  z-index: 1000;
}

footer.main-footer {
  position: initial;
  top: initial;
  right: initial;
  left: initial;
  height: initial;
}

.max-width-head {
  max-width: 1880px;
}

.referenz-max-width-main {
  max-width: 1380px;
}

.max-width-full {
  max-width: 1380px;
}

.max-width-main {
  max-width: 1380px;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.elements_icon {
  display: inline !important;
  transform: translateY(-25%);
}
@media (max-width: 1024px) {
  .elements_icon {
    width: 43px;
  }
}
@media (max-width: 768px) {
  .elements_icon {
    position: absolute;
    width: 30px;
  }
}
.elements_icon.medium {
  width: 41px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(-40%);
  transform: translateY(-45%);
}
@media (max-width: 1024px) {
  .elements_icon.medium {
    width: 43px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .elements_icon.medium {
    width: 27px;
  }
}
.elements_icon.small {
  width: 51px;
  height: 56px;
  object-fit: contain;
  transform: translateY(-40%);
}
@media (max-width: 1024px) {
  .elements_icon.small {
    width: 43px;
    height: auto;
  }
}

body h1 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 3.4rem;
  }
}

table.table-line-seperated tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.new-contain {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  font-family: "Sul Sans";
}

.custom-contain-rb-block .custom-rb-image-block {
  aspect-ratio: 1/0.608;
}
.custom-contain-rb-block .custom-rb-image-block div {
  display: flex;
  align-items: center;
  justify-content: center;
}

a, .btn, *:before, *:after, a img, .trans400, .trans, button, a span, a h3 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.bggrey {
  background-color: rgba(59, 59, 59, 0.1);
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-40 {
  padding-top: 40px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.ar-5-3 {
  aspect-ratio: 5/3;
}

.ar-4-3 {
  aspect-ratio: 4/3;
}

.img-wrap {
  width: 100%;
  overflow: hidden;
}
.img-wrap.img-wrap-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-wrap.img-wrap-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}

a.arrowlink {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
}
a.arrowlink .linkarrow {
  width: 7px;
  height: 19px;
  position: relative;
  display: inline-block;
}
a.arrowlink .linkarrow:after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  position: absolute;
  top: 3px;
  right: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.arrowlink .linkarrow:before {
  content: "";
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 5px;
  top: 7px;
  opacity: 0;
}
a.arrowlink:hover, a.arrowlink:focus {
  color: #000000 !important;
  padding-right: 0;
}
a.arrowlink:hover .linkarrow, a.arrowlink:focus .linkarrow {
  width: 20px;
}
a.arrowlink:hover .linkarrow:before, a.arrowlink:focus .linkarrow:before {
  opacity: 1;
}

.download-link span {
  position: relative;
  padding-left: 25px;
}
.download-link span:before {
  content: "";
  width: 15.5px;
  height: 18.1px;
  background: url(../../dest/icons/download.svg) center/contain no-repeat;
  position: absolute;
  left: 0px;
  top: -2px;
  display: block;
}

.page-title-header,
.single-referenz-header,
.product-type-header {
  margin-bottom: 50px;
  position: relative;
}
.page-title-header .subtitle,
.page-title-header #subtitle-code,
.single-referenz-header .subtitle,
.single-referenz-header #subtitle-code,
.product-type-header .subtitle,
.product-type-header #subtitle-code {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 55px 0;
}
@media (max-width: 768px) {
  .page-title-header .subtitle,
  .page-title-header #subtitle-code,
  .single-referenz-header .subtitle,
  .single-referenz-header #subtitle-code,
  .product-type-header .subtitle,
  .product-type-header #subtitle-code {
    font-size: 26px;
    line-height: normal;
    margin-left: 0;
  }
}
@media (max-width: 1380px) {
  .page-title-header .subtitle,
  .page-title-header #subtitle-code,
  .single-referenz-header .subtitle,
  .single-referenz-header #subtitle-code,
  .product-type-header .subtitle,
  .product-type-header #subtitle-code {
    padding-right: initial;
  }
}
@media (max-width: 768px) {
  .page-title-header .subtitle,
  .page-title-header #subtitle-code,
  .single-referenz-header .subtitle,
  .single-referenz-header #subtitle-code,
  .product-type-header .subtitle,
  .product-type-header #subtitle-code {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 5px;
  }
}
.page-title-header h2,
.single-referenz-header h2,
.product-type-header h2 {
  font-size: 55px;
  margin: 0;
}
@media (max-width: 768px) {
  .page-title-header h2,
  .single-referenz-header h2,
  .product-type-header h2 {
    font-size: 26px;
    line-height: normal;
    margin-left: 0;
  }
}
.page-title-header h1,
.single-referenz-header h1,
.product-type-header h1 {
  padding-right: 250px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .page-title-header h1,
  .single-referenz-header h1,
  .product-type-header h1 {
    padding-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .page-title-header h1,
  .single-referenz-header h1,
  .product-type-header h1 {
    font-size: 36px;
  }
}
.page-title-header span strong,
.single-referenz-header span strong,
.product-type-header span strong {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 30px;
  display: block;
}
@media (max-width: 768px) {
  .page-title-header span strong,
  .single-referenz-header span strong,
  .product-type-header span strong {
    font-size: 22px;
    line-height: 100%;
    margin: 30px 0;
  }
}
.page-title-header #text-code p,
.single-referenz-header #text-code p,
.product-type-header #text-code p {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .page-title-header #text-code p,
  .single-referenz-header #text-code p,
  .product-type-header #text-code p {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .page-title-header #text-code p:last-of-type,
  .single-referenz-header #text-code p:last-of-type,
  .product-type-header #text-code p:last-of-type {
    margin: 0 0 60px;
  }
}

.config-error-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background: #E2E035;
  padding: 12px 16px;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}

.zero-error .config-error-wrapper {
  opacity: 1;
  height: 45px;
  margin-bottom: 20px;
}

.zero-error .config-counter {
  color: #adadad;
}

.zero-error .code-configuration .buttons-wrapper {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.display {
  display: block !important;
}

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

.opacity {
  opacity: 1 !important;
}

.new-product-type img {
  width: 200px;
}

.th-header {
  float: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  margin: 0 4px 18px 0;
}
@media (max-width: 500px) {
  .th-header {
    font-size: 14px;
    line-height: 100%;
    margin: 0 4px 10px 0;
  }
}

.table-filter {
  display: none;
  width: 14px;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: white;
}
.table-filter:focus-visible {
  outline: none;
}
@supports (-webkit-touch-callout: none) {
  .table-filter {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    transform: rotate(90deg);
    background-image: url("../../assets/img/arrow-down.svg");
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-top: 0 !important;
  }
}
@supports (-moz-appearance: none) {
  .table-filter {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    transform: rotate(90deg);
    background-image: url("../../assets/img/arrow-down.svg");
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  .table-filter {
    margin-top: -5px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.programmes-head {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 36px;
  line-height: initial;
}
@media (max-width: 768px) {
  .programmes-head {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 13px;
  }
}

@media (max-width: 630px) {
  .url-block {
    text-align: center;
  }
}

.programmes-btn {
  margin: 30px 0 97px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .programmes-btn {
    gap: 20px;
    margin: 0 0 60px;
  }
}
@media (max-width: 600px) {
  .programmes-btn {
    flex-direction: column;
    gap: 10px;
  }
}
.programmes-btn__link {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  background: #e2e041;
  padding: 0 25.5px;
  margin-right: 1px;
  display: inline-block;
  cursor: pointer;
}
.programmes-btn__link.shortcut-wrapper__submit {
  color: #000;
}
@media (max-width: 1024px) {
  .programmes-btn__link {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .programmes-btn__link {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .programmes-btn__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.programmes-btn__link:hover {
  background: #a8a635;
}

.families-field {
  max-width: 1380px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-column-gap: 22px;
  margin-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 930px) {
  .families-field {
    grid-template-columns: 100%;
  }
}
.families-field__title {
  position: relative;
}
@media (max-width: 1024px) {
  .families-field__title {
    padding-right: 90px;
  }
}
@media (max-width: 650px) {
  .families-field__title {
    overflow: initial !important;
  }
}
.families-field__title h3.programmes-head {
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .families-field__title h3.programmes-head {
    font-size: 22px;
    font-weight: normal;
  }
}
.families-field__title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  margin: 0 0 17px;
}
@media (max-width: 768px) {
  .families-field__title p {
    font-size: 20px;
    font-weight: normal;
  }
}
.families-field__item {
  margin-bottom: 40px;
}
.families-field__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .families-field__item {
    width: 100%;
  }
}
.families-field__item img:not(.logo-programmes) {
  text-align: center;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 0 27px;
}
.families-field img {
  background: linear-gradient(#4d5557, #889397);
  height: 445px;
  display: block;
}
@media (max-width: 1024px) {
  .families-field img {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .families-field img {
    height: 230px;
  }
}
.families-field h3 {
  display: block;
}

.featured-by {
  margin-top: 5px;
  margin-left: 15px;
  opacity: 0;
  transition: 1s;
}

.right-block-owl {
  align-self: flex-start;
  position: relative;
  width: 500px;
  height: auto;
  left: 35px;
  top: 12px;
}
.right-block-owl h4 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #525252;
}
@media (max-width: 1130px) {
  .right-block-owl {
    align-self: center;
    margin-top: 10px;
    bottom: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 630px) {
  .right-block-owl {
    align-self: flex-start;
    width: auto;
    left: 0;
  }
}

.button-block-owl {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.carousel-text {
  margin-top: -10px;
  display: flex;
  align-items: flex-start;
}

.image-caption {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
}
.image-caption span {
  padding-right: 15px;
  border-right: 2px solid black;
}

.programmes-slider-item {
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 1130px) {
  .programmes-slider-item {
    margin-top: 17px;
  }
}
.programmes-slider-item:first-child {
  margin-left: 0 !important;
}
.programmes-slider-item img {
  margin: 0;
  padding: 0 17px 0 0;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 680px) {
  .programmes-slider-item img {
    width: 100%;
    max-height: 300px;
  }
}
.programmes-slider-item figure {
  margin-left: 0;
}

.programmes-header {
  margin-bottom: 30px;
}
.programmes-header p {
  font-size: 18px;
}
.programmes-header h1 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
.programmes-header h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.programmes-header__slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 600px;
}
.programmes-header__slider figure {
  margin-left: 0;
  padding-left: 0;
  margin-top: 22px;
}
.programmes-header__slider li {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-slider {
  width: 100%;
  background-color: #eaeaea;
}

.dots-table {
  text-align: center;
  background-color: black;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
}

.programmes-table .logo-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.programmes-table .logo-flex img:first-child {
  order: 2;
}

.programmes-table__wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .programmes-table__wrapper {
    overflow: scroll;
  }
}

.programmes-table {
  border: none;
  border-collapse: collapse;
  background-color: white;
  font-size: 0.9em;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .programmes-table {
    min-width: 600px;
  }
}
.programmes-table.half-table th {
  padding: 6px 13px 4px;
}
.programmes-table.half-table th:last-of-type {
  padding: 6px 19px 4px 0;
}
.programmes-table.half-table .colour-shorts {
  width: 40px;
}
.programmes-table th {
  padding: 6px 5px 4px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: white !important;
  font-weight: 300;
}
.programmes-table th:last-of-type {
  padding: 6px 19px 4px 3px;
}
.programmes-table td {
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #000;
  background-color: white !important;
  margin: 0;
  padding: 4px 0;
  text-align: center;
}
.programmes-table td a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 650px) {
  .programmes-table td a {
    font-size: 14px;
    line-height: 20px;
  }
}
.programmes-table td:first-child {
  width: 240px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0 11px 0;
}
.programmes-table td:nth-child(2) {
  width: 62px;
  text-align: center;
  margin: auto;
}
.programmes-table td:nth-child(2) img {
  object-fit: contain;
  background: none !important;
  width: 22px;
  height: 24px;
}
.programmes-table td:nth-child(4) {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 11px 0 12px 0;
}
@media (max-width: 650px) {
  .programmes-table td:nth-child(4) {
    font-size: 14px;
    line-height: 20px;
  }
}
.programmes-table td:nth-child(3) {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 11px 0;
  width: 80px;
}
.programmes-table td:nth-child(3) p {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  background: #E2E041;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0;
}
.programmes-table tr {
  background-color: white;
  height: 20px;
}

.owl-dots {
  text-align: center;
  bottom: 20px;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: rgba(238, 25, 25, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.slider-top {
  max-width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 680px) {
  .slider-top {
    max-height: auto;
    max-width: 500px;
  }
}
@media (max-width: 680px) {
  .slider-top {
    max-height: auto;
    max-width: 400px;
  }
}

.slider-container {
  min-width: 600px;
}
@media (max-width: 880px) {
  .slider-container {
    min-width: auto;
  }
}
.flex-slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 382px;
}
@media (max-width: 1130px) {
  .flex-slider-container {
    justify-content: center;
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 930px) {
  .flex-slider-container {
    justify-content: space-between;
    flex-direction: column;
    height: auto;
  }
}

button.owl-dot {
  width: 12px;
  height: 12px;
  background-color: #cacaca !important;
  color: #cacaca !important;
  border-radius: 50% !important;
  margin: 5px !important;
  -webkit-transition: background-color ease-in-out 1s;
  transition: background-color ease-in-out 1s;
  cursor: pointer;
}

.owl-dot.active {
  width: 16px !important;
  height: 16px !important;
  transition: background-color ease-in-out 1s;
  cursor: pointer;
}

.colour-shorts {
  width: 51px;
}

.colour-shorts p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
}

.my-carousel {
  max-width: 100%;
  height: 670px;
  margin-bottom: 50px;
}
@media (max-width: 850px) {
  .my-carousel {
    height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .my-carousel {
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .my-carousel {
    height: 250px;
    margin-bottom: 20px;
  }
}
.my-carousel__item {
  max-width: 100%;
  max-height: 670px;
  position: relative;
  opacity: 0;
  object-fit: scale-down;
  text-align: center;
  height: auto;
  transition: opacity 1s;
  background: linear-gradient(#4d5557, #889397);
}
@media (max-width: 850px) {
  .my-carousel__item {
    max-height: 300px;
  }
}
@media (max-width: 450px) {
  .my-carousel__item {
    max-height: 250px;
  }
}
.my-carousel__item img {
  object-fit: fill !important;
  height: 670px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 850px) {
  .my-carousel__item img {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .my-carousel__item img {
    height: 250px;
  }
}

.my-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-carousel .slick-dots li {
  list-style-type: none;
  margin: 0 10px;
}

.my-carousel .slick-dots li button {
  position: relative;
  top: -55px;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: rgb(193, 187, 187);
  border-radius: 50%;
  border: 2px solid rgb(193, 187, 187);
  padding: 5px !important;
}

.my-carousel .slick-dots li.slick-active button {
  background-color: rgb(83, 83, 83);
  border: 4px solid rgb(83, 83, 83);
}

.my-carousel-one__text {
  display: block;
  z-index: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.my-carousel-one__text h2 {
  font-size: 46px;
  text-align: center;
}
@media (max-width: 640px) {
  .my-carousel-one__text h2 {
    font-size: 26px;
  }
}
.my-carousel-one__text p {
  font-size: 18px;
}
@media (max-width: 640px) {
  .my-carousel-one__text p {
    font-size: 15px;
  }
}

.my-carousel__item-one {
  max-width: 1380px;
  height: 600px !important;
  position: relative;
  display: block;
  opacity: 0;
  transition: 1s;
}
.my-carousel__item-one img {
  width: 100%;
  height: 400px;
}

@media (max-width: 940px) {
  .shortcode-img {
    height: auto !important;
  }
}

.my-carousel__item-one-slider {
  max-width: 1380px;
  height: 600px;
  position: relative;
  display: block;
  opacity: 0;
  transition: 1s;
}
.my-carousel__item-one-slider img {
  width: 100%;
  height: 400px;
}

.shortcode-txt {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 5px;
}

.shortcode-slider {
  margin-bottom: 30px;
}

.shortcode-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 41%;
  font-size: 0;
  width: 30px;
  height: 60px;
  text-align: center;
  vertical-align: center;
  transform: translateY(-41%);
}
@media (max-width: 520px) {
  .shortcode-slider .slick-arrow {
    top: 30%;
  }
}

.shortcode-slider .slick-arrow.slick-prev {
  -webkit-mask: url(../slick-arrows/left-arrow.svg) no-repeat 50% 100% !important;
  background-color: #E2E035;
  -webkit-mask-size: 32px 58px;
  left: 10px;
}

.shortcode-slider .slick-arrow.slick-next {
  -webkit-mask: url(../slick-arrows/right-arrow.svg) no-repeat 50% 100% !important;
  -webkit-mask-size: 32px 58px;
  background-color: #E2E035;
  right: 10px;
}

.shortcode-slider-one {
  margin-bottom: 30px;
}

.shortcode-slider-one .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 41%;
  font-size: 0;
  width: 30px;
  height: 60px;
  text-align: center;
  vertical-align: center;
  transform: translateY(-41%);
}
@media (max-width: 520px) {
  .shortcode-slider-one .slick-arrow {
    top: 33%;
  }
}

.shortcode-slider-one .slick-arrow.slick-prev {
  -webkit-mask: url(../slick-arrows/left-arrow.svg) no-repeat 50% 100%;
  background-color: #E2E035;
  -webkit-mask-size: 32px 58px;
  left: 10px;
}

.shortcode-slider-one .slick-arrow.slick-next {
  -webkit-mask: url(../slick-arrows/right-arrow.svg) no-repeat 50% 100%;
  -webkit-mask-size: 32px 58px;
  background-color: #E2E035;
  right: 10px;
}

.my-carousel__item-one-slider-one {
  max-width: 1380px;
  height: 600px;
  position: relative;
  display: block;
  opacity: 0;
  transition: 1s;
}
.my-carousel__item-one-slider-one img {
  width: 100%;
  height: 400px;
}

.my-carousel-one .slick-dots {
  position: absolute;
  top: -30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.my-carousel-one .slick-dots li {
  list-style-type: none;
  margin: 0 10px;
}

.my-carousel-one .slick-dots li button {
  font-size: 0;
  border: none;
  width: 150px;
  height: 3px;
  background-color: gray;
}

.my-carousel-one .slick-dots li.slick-active button {
  background-color: #E2E035;
}

.slider-one__second ::before {
  content: "";
  position: absolute;
  border: 1px solid gray;
  background-color: gray;
  top: -10px;
  width: 100%;
}
@media (max-width: 840px) {
  .slider-one__second ::before {
    width: 90%;
  }
}

.slider-one > div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 10px;
}

.slider-one {
  position: relative;
  max-width: 1380px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 840px) {
  .slider-one {
    flex-direction: column;
  }
}
@media (max-width: 940px) {
  .slider-one__second {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .slider-one__second {
    margin-bottom: 30px;
    margin-left: 20px;
  }
}
.slider-one__second a {
  font-size: 26px;
}

.action {
  position: relative;
  max-width: 1380px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 840px) {
  .action {
    flex-direction: column;
  }
}
@media (max-width: 940px) {
  .action .action-one {
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .action .action-one {
    margin-bottom: 30px;
    margin-left: 20px;
  }
}
.action .action-one a {
  font-size: 26px;
  color: black;
}
.action .action-one a:hover {
  color: var(--color-black);
}

.action > div {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 10px;
}

.action-one ::before {
  content: "";
  position: absolute;
  border: 1px solid #9f9f9f;
  background-color: #9f9f9f;
  top: -10px;
  width: 100%;
}
@media (max-width: 840px) {
  .action-one ::before {
    width: 90%;
  }
}

.prevdiv-one ::before {
  border: 2px solid #E2E035;
  background-color: #E2E035;
  font-size: 30px;
  margin-top: -2px;
}

.prevdiv ::before {
  border: 2px solid #E2E035;
  background-color: #E2E035;
  font-size: 30px;
  margin-top: -2px;
}

.product-type-header {
  margin-bottom: 50px;
  position: relative;
}
.product-type-header h2 {
  font-size: 55px;
  margin: 0;
}
@media (max-width: 768px) {
  .product-type-header h2 {
    font-size: 26px;
    line-height: normal;
    margin-left: 0;
  }
}
.product-type-header h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 68px;
  margin: 0;
  padding-right: 250px;
}
@media (max-width: 1200px) {
  .product-type-header h1 {
    padding-right: initial;
  }
}
@media (max-width: 768px) {
  .product-type-header h1 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 5px;
  }
}
.product-type-header span strong {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 30px;
  display: block;
}
@media (max-width: 768px) {
  .product-type-header span strong {
    font-size: 22px;
    line-height: 100%;
    margin: 30px 0;
  }
}
.product-type-header #text-code p {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .product-type-header #text-code p {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .product-type-header #text-code p:last-of-type {
    margin: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .product-type-header #subtitle-code {
    font-size: 26px;
    line-height: normal;
    margin-left: 0;
  }
}
@media (max-width: 1380px) {
  .product-type-header #subtitle-code {
    padding-right: initial;
  }
}
@media (max-width: 768px) {
  .product-type-header #subtitle-code {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 5px;
  }
}

.icons-product {
  margin-bottom: 91px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .icons-product {
    margin-bottom: 60px;
    gap: 15px;
  }
}
.icons-product__item {
  height: 100%;
}
.icons-product__item img {
  width: 70px;
  height: 70px;
  vertical-align: center;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .icons-product__item img {
    width: 50px;
    height: 50px;
  }
}

.accessories-block {
  margin-bottom: 111px;
}
@media (max-width: 768px) {
  .accessories-block {
    margin-bottom: 60px;
  }
}
.accessories-block h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .accessories-block h2 {
    font-size: 22px;
    line-height: 100%;
  }
}

.accessories-product {
  width: 100%;
  display: flex;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .accessories-product {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.accessories-product__item {
  padding-top: 10px;
  border-top: 1px solid #000;
  flex: 0 1 210px;
}
@media (max-width: 1024px) {
  .accessories-product__item {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .accessories-product__item {
    width: 147px;
    flex: 0 1 147px;
  }
}
@media (max-width: 500px) {
  .accessories-product__item {
    text-align: left;
  }
}
.accessories-product__item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 500px) {
  .accessories-product__item p {
    font-size: 16px;
    line-height: 100%;
  }
}
.accessories-product__item p a {
  margin-bottom: 0;
}
.accessories-product__item a {
  display: block;
  margin-bottom: 10px;
}
.accessories-product__item img {
  width: 210px;
  height: 210px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1024px) {
  .accessories-product__item img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .accessories-product__item img {
    width: 147px;
    height: 147px;
  }
}

.downloads {
  margin-top: 90px;
  margin-bottom: 93px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .downloads {
    margin-bottom: 60px;
    margin-top: 10px;
  }
}
.downloads ul {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}
.downloads ul li {
  margin-bottom: 6px;
}
.downloads ul li:last-of-type {
  margin-bottom: 0;
}
.downloads ul li a {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .downloads ul li a {
    font-size: 21px;
    line-height: 100%;
  }
}
.downloads ul li a:before {
  content: "";
  margin-bottom: 6px;
  margin-right: 20px;
  width: 15.5px;
  height: 18.1px;
  background: url("../../dest/icons/download.svg") center/contain no-repeat;
}
.downloads ul li a:hover {
  color: #e2e035;
}
.downloads h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 29px;
}
@media (max-width: 768px) {
  .downloads h4 {
    font-size: 22px;
    line-height: 100%;
    margin: 0 0 15px;
  }
}
.downloads h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .downloads h3 {
    font-size: 21px;
    line-height: 100%;
  }
}

.secondary-features {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .secondary-features h2 {
    font-size: 22px;
    line-height: 100%;
  }
}

.product-type-table table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
  border: none;
}
.product-type-table table td {
  border: none;
}

.product-type-table {
  border-collapse: collapse;
  font-size: 0.9em;
  overflow: auto;
  margin-bottom: 0;
}
.product-type-table td:first-child {
  font-weight: bold;
  text-align: left;
}
.product-type-table tr {
  border-top: 1px solid black;
}
.product-type-table tr td {
  width: 50%;
  padding-right: 10px;
}
.product-type-table tr td:last-of-type {
  font-weight: 400;
  width: 50%;
  padding-right: initial;
  padding-left: 10px;
}
.product-type-table tr:last-child {
  border-bottom: 1px solid black;
}
.product-type-table th {
  background-color: white;
}
.product-type-table td {
  border: none !important;
  margin: 0;
  background-color: white !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .product-type-table td {
    padding: 8px;
  }
}

.flex-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 1024px) {
  .flex-table {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.flex-table__item {
  overflow: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .flex-table__item tr td {
    font-size: 18px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .flex-table__item tr td {
    padding: 8px 0;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .flex-table__item tr td {
    padding: 8px 0;
    font-size: 12px;
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .flex-table__item:last-of-type tr:first-of-type {
    border-top: 0;
  }
}

.code-configuration {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media (min-width: 1100px) {
  .code-configuration {
    padding-top: 120px;
  }
}
.code-configuration h2 {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .code-configuration h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .code-configuration h2 {
    font-size: 22px;
  }
}
.code-configuration .code-wrapper {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 40px;
}
.code-configuration .code-wrapper:has(.code-item:nth-child(8)) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.code-configuration .code-wrapper:has(.code-item:nth-child(9)) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .code-configuration .code-wrapper {
    margin-bottom: 15px;
    gap: 15px;
    display: flex;
    flex-direction: row;
  }
}
.code-configuration .code-wrapper .code-item {
  border-bottom: 1px solid #000;
  font-size: 30px;
  padding-bottom: 20px;
  height: 62px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .code-configuration .code-wrapper .code-item {
    font-size: 1.2rem;
    padding-bottom: 0;
    height: auto;
    flex: 1 0 auto;
  }
}
.code-configuration .buttons-wrapper {
  margin-bottom: 30px;
  display: flex;
  gap: 18px;
  overflow: hidden;
  width: 100%;
  height: 70px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .code-configuration .buttons-wrapper {
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.code-configuration .buttons-wrapper button {
  padding: 10px 30px;
  background: #e0de47;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.875;
  cursor: pointer;
  transition: 0.3s linear;
}
@media (max-width: 767px) {
  .code-configuration .buttons-wrapper button {
    gap: 10px;
    min-width: unset;
    width: auto;
    font-size: 1rem;
    flex-grow: 1;
    padding: 15px 15px;
    line-height: 25px;
    height: auto;
  }
  .code-configuration .buttons-wrapper button svg {
    width: 11px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .code-configuration .buttons-wrapper button svg {
    flex-shrink: 0;
  }
}
.code-configuration .buttons-wrapper button:hover {
  border: 2px solid #000;
  background: transparent;
}
.code-configuration .buttons-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.code-configuration .lists-wrapper {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(8)) {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(8)) {
    column-gap: 4px;
    row-gap: 2px;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(8)) {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(8)) {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(8)) {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(9)) {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(9)) {
    column-gap: 3px;
    row-gap: 2px;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(9)) {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(9)) {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .code-configuration .lists-wrapper:has(.radio-wrapper:nth-child(9)) {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 1100px) {
  .code-configuration .lists-wrapper {
    column-gap: 3px;
    row-gap: 2px;
    grid-template-columns: repeat(4, minmax(auto, 1fr));
  }
}
@media (max-width: 767px) {
  .code-configuration .lists-wrapper {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .code-configuration .lists-wrapper {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
@media (max-width: 600px) {
  .code-configuration .lists-wrapper {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
.code-configuration .title {
  padding: 10px 10px 0 10px;
  font-weight: 700;
  margin-bottom: 14px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-word;
}
@media (max-width: 767px) {
  .code-configuration .title {
    padding-left: 5px;
    font-size: 12px;
    margin-bottom: 7px;
    padding-bottom: 0;
  }
}
.code-configuration .radio {
  padding: 10px;
  background-color: #d9d9d9;
  margin: 10px 0 0 0;
  position: relative;
  cursor: pointer;
  min-height: 72px;
}
@media (max-width: 1100px) {
  .code-configuration .radio {
    padding: 5px;
    margin-bottom: 4px;
  }
}
.code-configuration .radio:has(input[type=radio]:checked) {
  background: #e2e041;
}
.code-configuration .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  cursor: pointer;
}
.code-configuration .radio label {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .code-configuration .radio label {
    padding: 0;
    line-height: 15px;
  }
}
.code-configuration .radio label .descr {
  word-break: break-word;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 125%;
  color: #000;
}
.code-configuration .radio label .add {
  word-break: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 125%;
  color: #414141;
}
.code-configuration .radio input[type=radio]:checked + label {
  background-color: #e2e041;
}
.code-configuration .radio-wrapper {
  position: relative;
}
.code-configuration .radio-wrapper .title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.code-configuration .radio-wrapper .dropdown-arrow {
  transition: transform 0.3s ease;
  position: relative;
}
.code-configuration .radio-wrapper .dropdown-arrow .icon-angle-down {
  position: absolute;
  transition: transform 0.3s ease;
}
.code-configuration .radio-wrapper .radio-selector {
  position: relative;
  cursor: pointer;
}
.code-configuration .radio-wrapper .radio-selector .radio-selector-display {
  padding: 10px;
  background-color: #d9d9d9;
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
  min-height: 72px;
  transition: background-color 0.3s ease;
}
.code-configuration .radio-wrapper .radio-selector .radio-selector-display .descr {
  word-break: break-word;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 125%;
  color: #000;
}
.code-configuration .radio-wrapper .radio-selector .radio-selector-display .add {
  word-break: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 125%;
  color: #414141;
}
.code-configuration .radio-wrapper .radio-selector.has-selection .radio-selector-display {
  background: #e2e041;
}
.code-configuration .radio-wrapper .radio-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 700;
  background: white;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.code-configuration .radio-wrapper .radio-dropdown.open {
  display: block;
  z-index: 800;
}
.code-configuration .radio-wrapper.open .dropdown-arrow .icon-angle-down {
  transform: rotate(180deg);
  top: -5px;
}

.product-variables {
  margin-top: 4rem;
  padding-top: 0;
  overflow: auto;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1024px) {
  .product-variables {
    overflow: visible;
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .product-variables > div {
    width: 100%;
    overflow-x: scroll;
  }
}
.product-variables h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 21px;
}
@media (max-width: 768px) {
  .product-variables h2 {
    font-size: 22px;
    line-height: 100%;
  }
}

.product-type-variables table {
  margin-bottom: 0 !important;
}

.download-prod-type {
  cursor: pointer;
  display: flex;
  padding: 8px 0;
  justify-content: flex-end;
  height: 100%;
  gap: 10px;
}
.download-prod-type a {
  line-height: 0;
}
.download-prod-type img {
  width: 20px;
  height: 20px;
}

.product-type-variables__controls,
.families-field__controls {
  position: absolute;
  top: -15px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 35px;
  width: fit-content !important;
  overflow: hidden !important;
}
@media (min-width: 1025px) {
  .product-type-variables__controls,
  .families-field__controls {
    display: none;
  }
}
.product-type-variables__controls .arrow,
.product-type-variables__controls .arrow-prod,
.product-type-variables__controls .arrow-program,
.families-field__controls .arrow,
.families-field__controls .arrow-prod,
.families-field__controls .arrow-program {
  width: 17px;
  height: 40px;
  background: url("../../dest/icons/arrow_left.svg") center/contain no-repeat;
}
.product-type-variables__controls .arrow.arrow-right,
.product-type-variables__controls .arrow-prod.arrow-right,
.product-type-variables__controls .arrow-program.arrow-right,
.families-field__controls .arrow.arrow-right,
.families-field__controls .arrow-prod.arrow-right,
.families-field__controls .arrow-program.arrow-right {
  background: url("../../dest/icons/arrow_right.svg") center/contain no-repeat;
}

.families-field__controls {
  top: 0;
}
@media (min-width: 651px) {
  .families-field__controls {
    display: none;
  }
}

.product-type-variables {
  overflow: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .product-type-variables {
    width: 1200px;
  }
}
@media (max-width: 768px) {
  .product-type-variables {
    width: 1000px;
  }
}
.product-type-variables tbody > tr:nth-child(odd) > th {
  background-color: white !important;
}
.product-type-variables tr {
  position: relative;
}
.product-type-variables tr td {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 500px) {
  .product-type-variables tr td {
    font-size: 14px;
    line-height: 100%;
  }
}
.product-type-variables tr td:first-of-type a {
  font-weight: 700;
}
.product-type-variables tr td a,
.product-type-variables tr td div {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 500px) {
  .product-type-variables tr td a,
  .product-type-variables tr td div {
    font-size: 14px;
    line-height: 100%;
  }
}
.product-type-variables tr:first-of-type {
  border-bottom: 1px solid black;
}
.product-type-variables th {
  cursor: pointer;
  text-align: left;
  background-color: white;
  padding: 0 !important;
  border: none !important;
  background-clip: padding-box;
}
.product-type-variables td {
  background-color: white !important;
  padding: 10px 0;
  border: none !important;
  background-clip: padding-box;
}
.product-type-variables td a {
  color: black;
}
.product-type-variables td:first-child {
  font-weight: bold;
  text-align: left;
}

.free-text-field {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .free-text-field {
    margin-bottom: 60px;
  }
}
.free-text-field p {
  margin: 0;
  padding: 0;
}

.flexi-wol {
  max-width: 600px;
  height: 300px;
}

.flexi-item img {
  width: 100%;
  height: auto;
}

.arrow-download i {
  -webkit-text-stroke: 1.5px white;
}

.elementor-9 .elementor-element.elementor-element-7077f396 {
  padding: 20px 15px 30px 15px !important;
}

.anwendungen {
  margin-bottom: 30px;
  height: 500px;
}
.anwendungen__flex a {
  color: black !important;
}
.anwendungen__text {
  text-align: center;
  font-size: 20px;
}
.anwendungen__item {
  height: 500px !important;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.anwendungen__item img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.anwendungen-title {
  margin-top: 0;
  padding-top: 0;
  font-weight: bold;
  font-size: 26px;
  color: #222222;
}

.anwendungen .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 40%;
  font-size: 0;
  width: 30px;
  height: 60px;
  text-align: center;
  vertical-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}

.anwendungen .slick-arrow.slick-prev {
  -webkit-mask: url(../slick-arrows/left-arrow.svg) no-repeat 50% 100%;
  background-color: white;
  -webkit-mask-size: 32px 58px;
  left: 10px;
}

.anwendungen .slick-arrow.slick-next {
  -webkit-mask: url(../slick-arrows/right-arrow.svg) no-repeat 50% 100%;
  -webkit-mask-size: 32px 58px;
  background-color: white;
  right: 10px;
}

.weitere {
  margin-bottom: 100px !important;
  max-width: 1360px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .weitere {
    justify-content: center;
  }
}
.weitere__text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: black !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.weitere__text p {
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000 !important;
  margin: 0;
}
@media (max-width: 500px) {
  .weitere__text p {
    font-size: 16px;
    line-height: 100%;
  }
}
.weitere__text p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000 !important;
  margin: 0;
}
@media (max-width: 500px) {
  .weitere__text p a {
    font-size: 16px;
    line-height: 100%;
  }
}
.weitere__item {
  display: flex !important;
  flex-direction: column;
  transition: opacity 1s;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #000;
}
.weitere__item a {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.weitere__item img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .weitere__item img {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 500px) {
  .weitere__item img {
    width: 147px;
    height: 147px;
  }
}

.weitere .slick-slide {
  margin: 0;
}

.weitere .slick-track {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.weitere .slick-track:before {
  display: none;
}
.weitere .slick-track:after {
  display: none;
}

.weitere .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 0;
  width: 30px;
  height: 60px;
  text-align: center;
  vertical-align: center;
  transform: translateY(-50%);
}

.weitere .slick-arrow.slick-prev {
  -webkit-mask: url(../slick-arrows/left-arrow.svg) no-repeat 50% 100%;
  background-color: black;
  -webkit-mask-size: 32px 58px;
  left: 10px;
}

.weitere .slick-arrow.slick-next {
  -webkit-mask: url(../slick-arrows/right-arrow.svg) no-repeat 50% 100%;
  -webkit-mask-size: 32px 58px;
  background-color: black;
  right: 10px;
}

.weitere-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .weitere-title {
    font-size: 22px;
    line-height: 100%;
  }
}

.menu-item:not(.trp-language-switcher-container) a span {
  opacity: 0;
  transition: 3s;
  animation: showDiv 1s forwards;
}

@keyframes showDiv {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-font-slider a {
  font-size: 15px !important;
  font-weight: normal !important;
}
.custom-font-slider a:hover {
  color: var(--color-black);
}
.custom-font-slider a.prevdiv {
  font-weight: bold !important;
}

.loader {
  font-size: 4px;
  margin: 5px 10px;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: black;
  background: -moz-linear-gradient(left, black 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, black 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, black 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, black 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, black 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: black;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #e2e035;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 1201px) {
  .product_name {
    max-width: 60%;
  }
}
.main-header__abs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 180;
}
@media screen and (max-width: 992px) {
  .main-header__abs {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
}
.main-header__abs .header-container {
  width: 100%;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__abs .header-container .main-header-logo-wrapper {
  display: flex;
  align-items: center;
  z-index: 25;
}
@media screen and (min-width: 1540px) {
  .main-header__abs .header-container .main-header-logo-wrapper {
    width: calc((100vw - 1340px) * 0.5);
    min-width: 300px;
  }
}

.main-header .main-header__sticky__brand {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-header .main-header__sticky__brand__image {
  display: block;
  padding: 0.75rem 2rem;
}
.main-header .main-header__sticky__brand__image img {
  width: 110px;
}
@media screen and (min-width: 650px) {
  .main-header .main-header__sticky__brand__image {
    padding: 1rem 3rem;
  }
  .main-header .main-header__sticky__brand__image img {
    width: 130px;
  }
}
@media screen and (min-width: 1024px) {
  .main-header .main-header__sticky__brand__image {
    padding: 1rem 3rem;
  }
  .main-header .main-header__sticky__brand__image img {
    width: 160px;
  }
}

.main-header__wrapper__bg-hover,
.main-header__sticky__bg-hover {
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 374px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.main-header__wrapper__menu {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 26;
}
@media (max-width: 1024px) {
  .main-header__wrapper__menu {
    display: none;
  }
}
.main-header__wrapper__menu:hover:has(li.menu-item-has-children:hover) ~ .main-header__wrapper__bg-hover {
  opacity: 1;
}
.main-header__wrapper__menu > div {
  width: 100%;
}
.main-header__wrapper__menu > div > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header__wrapper__menu > div > ul:not(.sub-menu) {
  padding-left: 25px;
}
.main-header__wrapper__menu > div > ul:hover > li > a {
  color: #000;
}
.main-header__wrapper__menu > div > ul li a[href="#"] {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.main-header__wrapper__menu > div > ul li a[href="#"]:hover {
  color: inherit;
  text-decoration: none;
}
.main-header__wrapper__menu > div > ul li {
  position: relative;
  padding-right: 75px;
}
@media (max-width: 1500px) {
  .main-header__wrapper__menu > div > ul li {
    padding-right: 50px;
  }
}
@media (max-width: 1250px) {
  .main-header__wrapper__menu > div > ul li {
    padding-right: 25px;
  }
}
.main-header__wrapper__menu > div > ul li:last-of-type {
  padding-right: 0;
}
.main-header__wrapper__menu > div > ul li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.main-header__wrapper__menu > div > ul li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  z-index: 3;
  position: relative;
  color: #000000;
}
@media (max-width: 1250px) {
  .main-header__wrapper__menu > div > ul li a {
    font-size: 20px;
  }
}
.main-header__wrapper__menu > div > ul li > .sub-menu {
  padding: 50px 0 0 0;
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .main-header__wrapper__menu > div > ul li > .sub-menu {
    width: initial;
  }
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  padding-right: 0;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > a {
  font-weight: 700;
  line-height: 26px;
  display: block;
  color: #252525;
  position: relative;
  margin-bottom: 4px;
  white-space: nowrap;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > a:hover {
  color: #000;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: #E2E035;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > a:hover {
  color: #000;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > a:hover:after {
  right: 0;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu {
  padding: 0 0 10px 20px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 1;
  width: auto;
  margin-top: 5px;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li a {
  font-weight: 400;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li.menu-title {
  margin-top: 0;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li.menu-title a {
  font-weight: 400;
  color: #000;
  padding: 0 0 8px 0;
  position: relative;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li.menu-title a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: #E2E035;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li.menu-title a:hover {
  color: #000;
}
.main-header__wrapper__menu > div > ul li > .sub-menu > li > .sub-menu li.menu-title a:hover:after {
  right: 0;
}
.main-header__wrapper__menu > div > ul li > .sub-menu:hover {
  display: block;
}

.main-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.main-header__wrapper__add {
  display: flex;
  align-items: center;
  gap: 58.6px;
  z-index: 27;
}
@media (max-width: 1500px) {
  .main-header__wrapper__add {
    gap: 30px;
  }
}
@media (max-width: 1250px) {
  .main-header__wrapper__add {
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .main-header__wrapper__add {
    display: none;
  }
}

.main-header_phone {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  display: none;
}
.main-header_phone.sticky-phone {
  color: #000000;
  font-size: 18px;
}
@media (min-width: 1250px) {
  .main-header_phone {
    display: block;
  }
}
@media (max-width: 1250px) {
  .main-header_phone {
    font-size: 20px;
  }
}

.main-header_phone_mobile {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000 !important;
  position: absolute;
  top: 27px;
  right: 90px;
}
@media (max-width: 500px) {
  .main-header_phone_mobile {
    font-size: 18px;
  }
}

.main-header__search {
  display: none;
  width: 24px;
  height: 24px;
  background: url("../icons/search.svg") center/contain no-repeat;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .main-header__search {
    background: url("../icons/search_black.svg") center/contain no-repeat;
    position: absolute;
    top: 25px;
    right: 30px;
  }
}

.main-header__wrapper__add {
  margin-right: 6px;
}
.main-header__wrapper__add .trp-language-switcher {
  margin: 0 20px 0 0;
  height: 32px;
  width: auto !important;
}
.main-header__wrapper__add .trp-language-switcher:hover .trp-ls-shortcode-language {
  top: 30px;
}
.main-header__wrapper__add .trp-language-switcher:hover .trp-ls-shortcode-current-language {
  visibility: visible;
}
.main-header__wrapper__add .trp-language-switcher:hover .trp-ls-shortcode-current-language:after {
  transform: rotate(180deg);
}
.main-header__wrapper__add .trp_language_switcher_shortcode {
  cursor: pointer;
}
.main-header__wrapper__add .trp_language_switcher_shortcode a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
}
.main-header__wrapper__add .trp-ls-shortcode-current-language {
  background-color: transparent;
  padding: 0;
  background-image: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto !important;
  border: none;
}
.main-header__wrapper__add .trp-ls-shortcode-current-language:after {
  content: "";
  background: url("../../dest/icons/arrow_black.svg") center/contain no-repeat;
  width: 23px;
  transition: 0.2s linear;
  height: 12px;
  position: relative;
  top: -3px;
}
.main-header__wrapper__add .trp-ls-shortcode-current-language a {
  color: #000000;
  padding: 0;
}
.main-header__wrapper__add .trp-ls-shortcode-language {
  background-image: none;
  position: relative;
  width: 100% !important;
  padding: 4px 8px;
  max-height: 290px !important;
}
.main-header__wrapper__add .trp-ls-shortcode-language a {
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
.main-header__wrapper__add .trp-ls-shortcode-language a:last-of-type {
  margin-bottom: -3px;
}
.main-header__wrapper__add .trp-ls-shortcode-language a:first-of-type {
  display: none;
}

.main-header__search-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: 0.3s linear;
}
.main-header__search-form.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.main-header__search-form form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__search-form form input {
  font-size: 50px;
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  background: transparent;
  color: #fff;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .main-header__search-form form input {
    font-size: 35px;
  }
}
.main-header__search-form form input::-webkit-search-decoration, .main-header__search-form form input::-webkit-search-cancel-button, .main-header__search-form form input::-webkit-search-results-button, .main-header__search-form form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.main-header__search-form__inner {
  position: relative;
}

.main-header__search-form__close {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .main-header__search-form__close {
    right: -20px;
  }
}
.main-header__search-form__close line {
  stroke: #fff;
}

.main-header__search-form__inner {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.acf-block-hero .acf-block-hero__wrapper ~ .mob_header {
  min-height: initial !important;
  height: initial !important;
}
@supports (-webkit-touch-callout: none) {
  .acf-block-hero .acf-block-hero__wrapper ~ .mob_header {
    min-height: initial !important;
  }
}
.acf-block-hero .acf-block-hero__wrapper ~ .mob_header .main-header__sticky {
  display: block;
  position: relative;
  transform: none;
  transform: none;
  height: 120px;
  background: #e2e041;
}
@media (min-width: 1025px) {
  .acf-block-hero .acf-block-hero__wrapper ~ .mob_header {
    display: none;
  }
}

.main-header.blue .main-header__sticky__brand {
  background: #b3d5d3;
}
.main-header.blue ~ main .acf-block-hero__wrapper__brand, .main-header.blue ~ div .acf-block-hero__wrapper__brand, .main-header.blue ~ footer .acf-block-hero__wrapper__brand, .main-header.blue ~ section .acf-block-hero__wrapper__brand {
  background: #b3d5d3;
}
.main-header.blue ~ main .main-header__sticky, .main-header.blue ~ div .main-header__sticky, .main-header.blue ~ footer .main-header__sticky, .main-header.blue ~ section .main-header__sticky {
  background: #b3d5d3 !important;
}
.main-header.blue ~ main .main-header__sticky__wrapper, .main-header.blue ~ div .main-header__sticky__wrapper, .main-header.blue ~ footer .main-header__sticky__wrapper, .main-header.blue ~ section .main-header__sticky__wrapper {
  background: #b3d5d3 !important;
}
.main-header.blue ~ main .main-header__sticky__brand, .main-header.blue ~ div .main-header__sticky__brand, .main-header.blue ~ footer .main-header__sticky__brand, .main-header.blue ~ section .main-header__sticky__brand {
  background: #b3d5d3 !important;
}
.main-header.blue ~ main .wp-block-button__link, .main-header.blue ~ div .wp-block-button__link, .main-header.blue ~ footer .wp-block-button__link, .main-header.blue ~ section .wp-block-button__link {
  background: #b3d5d3;
  border: 2px solid #b3d5d3;
}
.main-header.blue ~ main .wp-block-button__link:hover, .main-header.blue ~ div .wp-block-button__link:hover, .main-header.blue ~ footer .wp-block-button__link:hover, .main-header.blue ~ section .wp-block-button__link:hover {
  border: 2px solid #000 !important;
  background: 0 0 !important;
}
.main-header.blue ~ main .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.blue ~ div .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.blue ~ footer .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.blue ~ section .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
  background: #b3d5d3;
}
.main-header.blue ~ main .main-footer__form form .wpforms-field input, .main-header.blue ~ div .main-footer__form form .wpforms-field input, .main-header.blue ~ footer .main-footer__form form .wpforms-field input, .main-header.blue ~ section .main-footer__form form .wpforms-field input {
  border-bottom: 1px solid #b3d5d3 !important;
}
.main-header.blue ~ main .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.blue ~ div .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.blue ~ footer .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.blue ~ section .main-footer__form form .wpforms-submit-container .wpforms-submit {
  background: #b3d5d3 !important;
  border: 2px solid #b3d5d3 !important;
}
.main-header.blue ~ main .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.blue ~ div .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.blue ~ footer .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.blue ~ section .main-footer__form form .wpforms-submit-container .wpforms-submit:hover {
  border: 2px solid #000 !important;
  background: 0 0 !important;
}
.main-header.blue ~ main .programmes-btn__link, .main-header.blue ~ div .programmes-btn__link, .main-header.blue ~ footer .programmes-btn__link, .main-header.blue ~ section .programmes-btn__link {
  background: #b3d5d3;
}
.main-header.blue ~ main .programmes-btn__link:hover, .main-header.blue ~ div .programmes-btn__link:hover, .main-header.blue ~ footer .programmes-btn__link:hover, .main-header.blue ~ section .programmes-btn__link:hover {
  background: #8db3b1;
}
.main-header.blue ~ main .programmes-table td:nth-child(3) p, .main-header.blue ~ div .programmes-table td:nth-child(3) p, .main-header.blue ~ footer .programmes-table td:nth-child(3) p, .main-header.blue ~ section .programmes-table td:nth-child(3) p {
  background: #8db3b1;
}
.main-header.blue ~ main .bottom-slider .prevdiv a:before, .main-header.blue ~ div .bottom-slider .prevdiv a:before, .main-header.blue ~ footer .bottom-slider .prevdiv a:before, .main-header.blue ~ section .bottom-slider .prevdiv a:before {
  border: 3px solid #B3D5D3 !important;
  background-color: #B3D5D3 !important;
}
.main-header.blue ~ main .bottom-slider .prevdiv:before, .main-header.blue ~ div .bottom-slider .prevdiv:before, .main-header.blue ~ footer .bottom-slider .prevdiv:before, .main-header.blue ~ section .bottom-slider .prevdiv:before {
  border: 3px solid #B3D5D3 !important;
  background-color: #B3D5D3 !important;
}
.main-header.blue ~ main .product-bg__left a, .main-header.blue ~ div .product-bg__left a, .main-header.blue ~ footer .product-bg__left a, .main-header.blue ~ section .product-bg__left a {
  background: #b3d5d3;
  border: 2px solid #b3d5d3;
}
.main-header.blue ~ main .product-bg__left a:hover, .main-header.blue ~ div .product-bg__left a:hover, .main-header.blue ~ footer .product-bg__left a:hover, .main-header.blue ~ section .product-bg__left a:hover {
  background: #fff;
  border: 2px solid #000;
}
.main-header.blue ~ main .product-bg__left ul li:before, .main-header.blue ~ div .product-bg__left ul li:before, .main-header.blue ~ footer .product-bg__left ul li:before, .main-header.blue ~ section .product-bg__left ul li:before {
  background: url("../icons/new_checkbox.svg") center/cover no-repeat;
}
.main-header.yellow .main-header__sticky__brand {
  background: #e0de47;
}
.main-header.yellow ~ main .acf-block-hero__wrapper__brand, .main-header.yellow ~ div .acf-block-hero__wrapper__brand, .main-header.yellow ~ footer .acf-block-hero__wrapper__brand, .main-header.yellow ~ section .acf-block-hero__wrapper__brand {
  background: #e0de47 !important;
}
.main-header.yellow ~ main .main-header__sticky, .main-header.yellow ~ div .main-header__sticky, .main-header.yellow ~ footer .main-header__sticky, .main-header.yellow ~ section .main-header__sticky {
  background: #e0de47 !important;
}
.main-header.yellow ~ main .main-header__sticky__wrapper, .main-header.yellow ~ div .main-header__sticky__wrapper, .main-header.yellow ~ footer .main-header__sticky__wrapper, .main-header.yellow ~ section .main-header__sticky__wrapper {
  background: #e0de47 !important;
}
.main-header.yellow ~ main .main-header__sticky__brand, .main-header.yellow ~ div .main-header__sticky__brand, .main-header.yellow ~ footer .main-header__sticky__brand, .main-header.yellow ~ section .main-header__sticky__brand {
  background: #e0de47 !important;
}
.main-header.yellow ~ main .wp-block-button__link, .main-header.yellow ~ div .wp-block-button__link, .main-header.yellow ~ footer .wp-block-button__link, .main-header.yellow ~ section .wp-block-button__link {
  background: #e0de47;
  border: 2px solid #e0de47;
}
.main-header.yellow ~ main .wp-block-button__link:hover, .main-header.yellow ~ div .wp-block-button__link:hover, .main-header.yellow ~ footer .wp-block-button__link:hover, .main-header.yellow ~ section .wp-block-button__link:hover {
  border: 2px solid #000 !important;
  background: 0 0 !important;
}
.main-header.yellow ~ main .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.yellow ~ div .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.yellow ~ footer .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after, .main-header.yellow ~ section .pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
  background: #e0de47;
}
.main-header.yellow ~ main .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.yellow ~ div .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.yellow ~ footer .main-footer__form form .wpforms-submit-container .wpforms-submit, .main-header.yellow ~ section .main-footer__form form .wpforms-submit-container .wpforms-submit {
  background: #e0de47 !important;
  border: 2px solid #e0de47 !important;
}
.main-header.yellow ~ main .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.yellow ~ div .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.yellow ~ footer .main-footer__form form .wpforms-submit-container .wpforms-submit:hover, .main-header.yellow ~ section .main-footer__form form .wpforms-submit-container .wpforms-submit:hover {
  border: 2px solid #000 !important;
  background: 0 0 !important;
}
.main-header.yellow ~ main .main-footer__form form .wpforms-field input, .main-header.yellow ~ div .main-footer__form form .wpforms-field input, .main-header.yellow ~ footer .main-footer__form form .wpforms-field input, .main-header.yellow ~ section .main-footer__form form .wpforms-field input {
  border-bottom: 1px solid #e0de47 !important;
}
.main-header.yellow ~ main .product-bg__left a, .main-header.yellow ~ div .product-bg__left a, .main-header.yellow ~ footer .product-bg__left a, .main-header.yellow ~ section .product-bg__left a {
  background: #e0de47;
  border: 2px solid #e0de47;
}
.main-header.yellow ~ main .product-bg__left a:hover, .main-header.yellow ~ div .product-bg__left a:hover, .main-header.yellow ~ footer .product-bg__left a:hover, .main-header.yellow ~ section .product-bg__left a:hover {
  background: #fff;
  border: 2px solid #000;
}
.main-header.yellow ~ main .product-bg__left ul li:before, .main-header.yellow ~ div .product-bg__left ul li:before, .main-header.yellow ~ footer .product-bg__left ul li:before, .main-header.yellow ~ section .product-bg__left ul li:before {
  background: url("../icons/checkbox.svg") center/cover no-repeat;
}
.main-header.yellow ~ main .programmes-btn__link, .main-header.yellow ~ div .programmes-btn__link, .main-header.yellow ~ footer .programmes-btn__link, .main-header.yellow ~ section .programmes-btn__link {
  background: #e2e041;
}
.main-header.yellow ~ main .programmes-btn__link:hover, .main-header.yellow ~ div .programmes-btn__link:hover, .main-header.yellow ~ footer .programmes-btn__link:hover, .main-header.yellow ~ section .programmes-btn__link:hover {
  background: #a8a635;
}
.main-header.yellow ~ main .programmes-table td:nth-child(3) p, .main-header.yellow ~ div .programmes-table td:nth-child(3) p, .main-header.yellow ~ footer .programmes-table td:nth-child(3) p, .main-header.yellow ~ section .programmes-table td:nth-child(3) p {
  background: #E2E041;
}
.main-header.yellow ~ main .bottom-slider .prevdiv a:before, .main-header.yellow ~ div .bottom-slider .prevdiv a:before, .main-header.yellow ~ footer .bottom-slider .prevdiv a:before, .main-header.yellow ~ section .bottom-slider .prevdiv a:before {
  border: 3px solid #E2E035 !important;
  background-color: #E2E035 !important;
}
.main-header.yellow ~ main .bottom-slider .prevdiv:before, .main-header.yellow ~ div .bottom-slider .prevdiv:before, .main-header.yellow ~ footer .bottom-slider .prevdiv:before, .main-header.yellow ~ section .bottom-slider .prevdiv:before {
  border: 3px solid #E2E035 !important;
  background-color: #E2E035 !important;
}

@media (max-width: 1024px) {
  .visible_header_mob {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    background: gray;
  }
}

.main-footer {
  padding-bottom: 35px;
  margin-top: 75px;
  display: block;
}
.main-footer ul {
  list-style-type: none;
  padding: 0;
  flex-direction: column;
  display: flex;
}

.main-footer__wrapper {
  padding-top: 100px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .main-footer__wrapper {
    padding-top: 60px;
  }
}
.main-footer__wrapper ul {
  gap: 20px;
  padding: 0;
  flex-direction: row;
  margin: 0;
}
@media (max-width: 1024px) {
  .main-footer__wrapper ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main-footer__wrapper ul {
    flex-direction: column;
  }
}
.main-footer__wrapper ul > li {
  flex: 0 0 25%;
  margin-top: 7px;
}
.main-footer__wrapper ul > li a {
  font-weight: 700;
  line-height: initial;
}
@media (max-width: 768px) {
  .main-footer__wrapper ul > li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-footer__wrapper ul > li:last-of-type > a {
  margin-bottom: 18px;
}
.main-footer__wrapper ul > li:last-of-type .sub-menu li:first-of-type a {
  font-weight: 700 !important;
}
.main-footer__wrapper ul > li:nth-child(4) > a {
  display: flex;
}
.main-footer__wrapper ul ul.sub-menu {
  list-style-type: none;
  padding: 0;
  flex-direction: column;
  gap: 0;
}
.main-footer__wrapper ul ul.sub-menu li a {
  font-weight: 300;
}
@media (max-width: 768px) {
  .main-footer__wrapper ul ul.sub-menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}

.main-footer__form h3 {
  font-size: 28px;
  line-height: initial;
  margin: 0 0 39px;
}
@media (max-width: 768px) {
  .main-footer__form h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.main-footer__form .wpforms-confirmation-scroll {
  border: 1px solid #e0de47;
  background: #fff;
}
.main-footer__form .wpforms-confirmation-scroll p {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.main-footer__form .wpforms-container-full {
  margin-bottom: 0 !important;
}
.main-footer__form form .wpforms-field {
  padding: 0 !important;
}
.main-footer__form form .wpforms-field.wpforms-field-email {
  overflow: hidden !important;
}
.main-footer__form form .wpforms-field input {
  height: 40px !important;
  border: 0 !important;
  outline: none !important;
  border-bottom: 1px solid #E2E041 !important;
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  line-height: initial !important;
  padding: 0 !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .main-footer__form form .wpforms-field input {
    font-size: 22px !important;
    line-height: initial !important;
  }
}
.main-footer__form form .wpforms-field input::placeholder {
  font-size: 22px !important;
  line-height: initial !important;
  color: #000 !important;
}
@media (max-width: 768px) {
  .main-footer__form form .wpforms-field input::placeholder {
    font-size: 28px !important;
    line-height: initial !important;
  }
}
.main-footer__form form .wpforms-submit-container {
  padding: 30px 0 0 !important;
}
.main-footer__form form .wpforms-submit-container .wpforms-submit {
  padding: 12px 30px !important;
  line-height: 1 !important;
  transition: 0.3s linear;
  color: #000 !important;
}
@media (max-width: 768px) {
  .main-footer__form form .wpforms-submit-container .wpforms-submit {
    height: 42px !important;
  }
}

.main-footer__socials span {
  font-weight: 300;
  font-size: 18px;
  line-height: initial;
  font-family: "Sul Sans";
  color: #000;
}

.main-footer__socials-block {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 72px;
  justify-content: flex-start;
}
.main-footer__socials-block a {
  display: block;
}
.main-footer__socials-block a img {
  object-fit: contain;
  max-width: 50px;
  max-height: 24px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .main-footer__socials-block a img {
    max-width: 30px;
    max-height: 30px;
  }
}

.main-footer_contact {
  margin-bottom: 65px;
}
.main-footer_contact h3 {
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  margin: 0;
}
.main-footer_contact a {
  font-size: 24px;
  display: block;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .main-footer_contact a {
    margin: 6px 0;
  }
}
@media (max-width: 768px) {
  .main-footer_contact h3,
  .main-footer_contact a {
    font-size: 26px !important;
    line-height: 30px;
  }
}

.footer-bottom-block {
  padding-top: 55px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  font-size: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-bottom-block .second-footer-menu {
    width: 100%;
    order: 1;
    margin: 20px auto;
  }
}
.footer-bottom-block .second-footer-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom-block .second-footer-menu ul li a {
  line-height: initial;
}
@media (max-width: 768px) {
  .footer-bottom-block .second-footer-menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom-block .main-footer__socials {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .footer-bottom-block .footer-copyright {
    order: 3;
  }
}

#loader {
  height: 40px;
  width: 40px;
  position: relative;
}

.insta_loader {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: loader 0.8s linear infinite;
}
.insta_loader.a {
  left: 17.5px;
}
.insta_loader.b {
  right: 5px;
  top: 5px;
  animation-delay: 0.1s;
}
.insta_loader.c {
  top: 17.5px;
  right: 0;
  animation-delay: 0.2s;
}
.insta_loader.d {
  right: 5px;
  bottom: 5px;
  animation-delay: 0.3s;
}
.insta_loader.e {
  left: 17.5px;
  bottom: 0;
  animation-delay: 0.4s;
}
.insta_loader.f {
  left: 5px;
  bottom: 5px;
  animation-delay: 0.5s;
}
.insta_loader.g {
  top: 17.5px;
  left: 0;
  animation-delay: 0.6s;
}
.insta_loader.h {
  left: 5px;
  top: 5px;
  animation-delay: 0.7s;
}

@keyframes loader {
  0% {
    background: #fff;
  }
  100% {
    background: #3a3a3a;
  }
}
.main-header__wrapper__mob-btn {
  width: 45px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 5;
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .main-header__wrapper__mob-btn {
    display: none;
  }
}
.main-header__wrapper__mob-btn.open ~ .main-header__wrapper__mob-menu {
  transform: translateY(0);
}
.main-header__wrapper__mob-btn.open span {
  background: #000;
}
.main-header__wrapper__mob-btn.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.main-header__wrapper__mob-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  transition: none;
  z-index: -1;
  display: none;
}
.main-header__wrapper__mob-btn.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main-header__wrapper__mob-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 36px;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-header__wrapper__mob-btn span:nth-child(1) {
  top: 0px;
}
.main-header__wrapper__mob-btn span:nth-child(2) {
  top: 12px;
  transition: none;
}
.main-header__wrapper__mob-btn span:nth-child(3) {
  top: 24px;
}

.main-header__wrapper__mob-menu {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: #fff;
  width: 100%;
  height: auto;
  transition: 0.25s linear;
}
@media (min-width: 1025px) {
  .main-header__wrapper__mob-menu {
    display: none;
  }
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode {
  padding-bottom: 20px;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover .trp-ls-shortcode-current-language {
  display: block;
  visibility: visible;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover .trp-ls-shortcode-language {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
  display: none;
  background-image: none;
  width: auto !important;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a {
  padding: 0;
  font-family: "Sul Sans";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a:first-of-type {
  display: none;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language {
  padding: 0;
  background-image: none;
  width: auto !important;
}
.main-header__wrapper__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
  padding: 0;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__wrapper__mob-menu ul {
  list-style-type: none;
  padding: 0;
}
.main-header__wrapper__mob-menu ul li {
  margin-top: 10px;
}
.main-header__wrapper__mob-menu ul li a {
  line-height: 30px;
  font-weight: 700;
  color: #000;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__wrapper__mob-menu ul.sub-menu {
  display: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
.main-header__wrapper__mob-menu ul.sub-menu li {
  margin-bottom: 7px;
}
.main-header__wrapper__mob-menu ul.sub-menu li a {
  font-weight: 400;
  line-height: 22px;
}
.main-header__wrapper__mob-menu ul.sub-menu li.menu-title {
  margin-top: 40px;
}
.main-header__wrapper__mob-menu ul.sub-menu li.menu-title a {
  font-weight: 700;
  color: #000;
}
.main-header__wrapper__mob-menu ul.sub-menu li.menu-title:first-of-type {
  margin-top: 15px;
}
.main-header__wrapper__mob-menu > div:first-of-type {
  margin-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.main-header__sticky__arrow {
  background: url("../icons/arrow_black.svg") center/contain no-repeat;
  width: 26px;
  height: 14px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .main-header__sticky__arrow {
    display: none;
  }
}

.main-header__sticky__mob-menu {
  display: none;
  max-height: 450px;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .main-header__sticky__mob-menu {
    display: none;
  }
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode {
  padding-bottom: 20px;
  width: 100%;
  background: #900;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container {
  padding-left: 40px;
  padding-right: 30px;
  margin: 0;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover .trp-ls-shortcode-current-language {
  display: block;
  visibility: visible;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container:hover .trp-ls-shortcode-language {
  position: relative;
  display: flex !important;
  flex-direction: row;
  gap: 5px;
  background-color: transparent;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
  display: none;
  background-image: none;
  width: auto !important;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a {
  padding: 0;
  line-height: 22px;
  font-weight: 500;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language a:first-of-type {
  display: none;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language {
  padding: 0;
  background-image: none;
  background-color: transparent;
  width: auto !important;
}
.main-header__sticky__mob-menu .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-current-language a {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__sticky__mob-menu ul {
  display: flex;
  flex-direction: column;
  line-height: 100%;
  list-style-type: none;
}
.main-header__sticky__mob-menu ul.sub-menu {
  display: none;
  margin: 20px 40px;
  background: pink;
}
.main-header__sticky__mob-menu ul.sub-menu li {
  margin-bottom: 7px;
}
.main-header__sticky__mob-menu ul.sub-menu li a {
  line-height: 22px;
  font-weight: 700;
  display: block;
  z-index: 3;
  position: relative;
}
.main-header__sticky__mob-menu ul li a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: block;
  z-index: 3;
  position: relative;
}

.acf-block-hero {
  height: 70vh;
  width: 100%;
  min-height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.acf-block-hero :after {
  height: 40%;
}
@media (max-width: 1550px) {
  .acf-block-hero {
    min-height: 70vh;
    height: max-content;
  }
}
@media (max-width: 768px) {
  .acf-block-hero {
    margin-bottom: 0 !important;
  }
}
.acf-block-hero.programmes_page, .acf-block-hero.product_type {
  background-color: #54565A;
}
.acf-block-hero.programmes_page .acf-block-hero__wrapper__image img, .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
  max-width: 1218px;
  margin-bottom: 68px;
}
@media (max-width: 1550px) {
  .acf-block-hero.programmes_page .acf-block-hero__wrapper__image img, .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
    margin-bottom: 20px;
    max-width: 800px;
  }
}
@media (max-width: 1400px) {
  .acf-block-hero.programmes_page .acf-block-hero__wrapper__image img, .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
    max-width: 700px;
  }
}
.acf-block-hero.programmes_page {
  margin-bottom: 0;
}
.acf-block-hero.product_type {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-block-hero.product_type {
    margin-bottom: 60px !important;
  }
}
.acf-block-hero.product_type .acf-block-hero__wrapper__image img {
  margin-bottom: 0;
  max-width: 1400px;
  max-height: 660px;
}
@media (max-width: 1550px) {
  .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
    margin-bottom: 20px;
    max-width: 800px;
    margin-top: 150px;
  }
}
@media (max-width: 1400px) {
  .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .acf-block-hero.product_type .acf-block-hero__wrapper__image img {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.acf-block-hero > div {
  min-height: 70vh;
  height: 70vh;
}
.acf-block-hero:after {
  content: " ";
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(17, 17, 17, 0.8));
}
.acf-block-hero:before {
  content: " ";
  height: 40%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, transparent, #111);
}

.acf-block-hero__wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  position: relative;
}

.acf-block-hero__wrapper__brand {
  padding: 79px 118px;
  width: 100%;
  max-width: 26.4%;
  height: 100%;
  background: var(--color-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  min-width: 450px;
}
@media (max-width: 1600px) {
  .acf-block-hero__wrapper__brand {
    padding: 79px 90px;
  }
}
@media (max-width: 1280px) {
  .acf-block-hero__wrapper__brand {
    padding: 79px 65px;
  }
}
@media (max-width: 1024px) {
  .acf-block-hero__wrapper__brand {
    display: none;
  }
}
.acf-block-hero__wrapper__brand p {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  display: block;
}

.acf-block-hero__logo {
  position: relative;
  max-width: 300px;
  width: 100%;
  display: block;
}
.acf-block-hero__logo img {
  display: block;
  object-fit: contain;
  max-height: 150px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 180px;
}

.acf-block-hero__wrapper__title {
  height: 100%;
  margin-left: 20px;
  max-height: 368px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .acf-block-hero__wrapper__title {
    max-height: 280px;
  }
}
@media (max-width: 1024px) {
  .acf-block-hero__wrapper__title {
    max-height: initial;
    height: auto;
    margin: 0 30px;
  }
}
.acf-block-hero__wrapper__title span {
  display: block;
  line-height: initial;
  color: #fff;
  margin: 0;
  max-width: 785px;
  z-index: 2;
  position: relative;
}
@media (max-width: 640px) {
  .acf-block-hero__wrapper__title span {
    font-size: 30px;
    margin-top: -25px;
  }
}
.acf-block-hero__wrapper__title h1.hero_title {
  margin-top: 0;
  color: #000000;
}
.acf-block-hero__wrapper__title h1.hero_title a {
  color: #000000;
  margin: 0;
  max-width: 785px;
  z-index: 2;
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .acf-block-hero__wrapper__title h1.hero_title a {
    line-height: initial;
    margin: 0 0 40px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .acf-block-hero__wrapper__title h1.hero_title a {
    margin: 0;
  }
}
.acf-block-hero__wrapper__title h1.hero_title.title_black {
  color: #000000;
}
.acf-block-hero__wrapper__title h1.hero_title.title_black a {
  color: #000000;
}

.acf_hero_standalone_title {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .acf_hero_standalone_title {
    margin: 60px 0;
  }
}
@media (min-width: 1240px) {
  .acf_hero_standalone_title {
    margin: 80px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .acf_hero_standalone_title {
    margin: 80px 0 0 0;
  }
}
.acf_hero_standalone_title h1.hero_title {
  margin: 0;
  color: #000000;
}
.acf_hero_standalone_title h1.hero_title a {
  color: #000000;
  margin: 0;
  z-index: 2;
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .acf_hero_standalone_title h1.hero_title a {
    line-height: initial;
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .acf_hero_standalone_title h1.hero_title a {
    line-height: 40px;
    margin: 0;
  }
}

.acf-block-hero__wrapper__image {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1550px) {
  .acf-block-hero__wrapper__image {
    min-height: 70vh;
    align-items: center;
  }
}
.acf-block-hero__wrapper__image img {
  max-width: 1084px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 450px;
  margin-bottom: 115px;
}
@media (max-width: 1550px) {
  .acf-block-hero__wrapper__image img {
    margin-bottom: 20px;
    max-width: 800px;
  }
}
@media (max-width: 1400px) {
  .acf-block-hero__wrapper__image img {
    margin-bottom: 20px;
    max-width: 700px;
  }
}
.acf-block-hero__wrapper__image.simple-page-hero img {
  max-width: 1400px;
  max-height: 660px;
  padding: 0 20px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .acf-block-hero__wrapper__image.simple-page-hero img {
    margin-bottom: 20px;
    max-width: 800px;
    margin-top: 150px;
  }
}
@media (max-width: 1400px) {
  .acf-block-hero__wrapper__image.simple-page-hero img {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .acf-block-hero__wrapper__image.simple-page-hero img {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.acf-block-slider.programmes_page {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .acf-block-slider {
    padding-bottom: 60px !important;
  }
}

.acf-block-slider_parent-block {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .acf-block-slider_parent-block {
    grid-template-columns: 1fr;
  }
}

.acf-block-slider__wrapper {
  height: 450px;
}
@media (max-width: 1024px) {
  .acf-block-slider__wrapper {
    height: initial;
  }
}

.acf-block-slider__wrapper__item {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 1024px) {
  .acf-block-slider__wrapper__item {
    height: 50vh;
  }
}
.acf-block-slider__wrapper__item img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}

.acf-block-slider__wrapper__item__text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 50px;
  bottom: 55px;
  gap: 20px;
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .acf-block-slider__wrapper__item__text {
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
}
.acf-block-slider__wrapper__item__text h4,
.acf-block-slider__wrapper__item__text span {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  display: block;
}
@media (max-width: 768px) {
  .acf-block-slider__wrapper__item__text h4,
  .acf-block-slider__wrapper__item__text span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .acf-block-slider__wrapper__item__text h4,
  .acf-block-slider__wrapper__item__text span {
    font-size: 14px;
    line-height: 18px;
  }
}
.acf-block-slider__wrapper__item__text h4 {
  position: relative;
}
.acf-block-slider__wrapper__item__text h4:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.acf-block-slider__wrapper__item__text span {
  font-weight: 300;
}

@media (max-width: 768px) {
  .acf-block-pages {
    padding-bottom: 60px !important;
  }
}

.acf-block-pages__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 768px) {
  .acf-block-pages__wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.acf-block-pages__wrapper a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acf-block-pages__wrapper img {
  height: 375px;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .acf-block-pages__wrapper img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .acf-block-pages__wrapper img {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .acf-block-pages__wrapper img {
    height: 230px;
  }
}

.acf-block-shortcut.programmes_page {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .acf-block-shortcut {
    display: none;
  }
}

.shortcut-wrapper h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 50px;
}
@media (max-width: 1024px) {
  .shortcut-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.shortcut-wrapper input {
  font-weight: 300;
  font-size: 36px;
  line-height: 41px;
  border: 0 !important;
  outline: none !important;
  border-bottom: 1px solid #E2E041 !important;
  padding: 0 0 8px !important;
}
@media (max-width: 768px) {
  .shortcut-wrapper input {
    font-size: 18px;
    line-height: 100%;
  }
}
.shortcut-wrapper input::placeholder {
  color: #000 !important;
}
.shortcut-wrapper a {
  background: #E2E041;
  padding: 8px 29px;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  display: block;
  width: fit-content;
  margin: 30px 0 0;
  cursor: pointer;
  border: 2px solid #E2E041;
  transition: 0.3s linear;
}
.shortcut-wrapper a.shortcut-wrapper__submit {
  color: #000;
}
.shortcut-wrapper a:hover {
  border: 2px solid #000;
  background: transparent;
}

.shortcut-wrapper__search {
  position: relative;
}

.shortcut-wrapper__results {
  position: absolute;
  top: 60px;
  right: 0;
  width: 80%;
  border: 1px solid #e2e041;
  border-radius: 12px;
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
}
.shortcut-wrapper__results.active {
  opacity: 1;
  pointer-events: auto;
}
.shortcut-wrapper__results.blured:after {
  content: "";
  background: #fff;
  opacity: 0.7;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shortcut-wrapper__results:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  border-radius: 12px;
  background-color: #fff;
  pointer-events: none;
  top: 0;
  left: 0;
}

.shortcut-wrapper a.found_products {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: 0;
  outline: none;
}
.shortcut-wrapper a.found_products:hover {
  background: #e2e041;
}
.shortcut-wrapper a.found_products span {
  font-size: 22px;
  line-height: 45px;
  display: block;
}
.shortcut-wrapper a.found_products h3 {
  margin: 0;
  font-size: 22px;
  line-height: 45px;
  display: block;
}

.nothing_found {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  display: block;
  padding: 8px 29px;
  position: relative;
}

.shortcut-wrapper__search__loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  opacity: 0;
  pointer-events: none;
}
.shortcut-wrapper__search__loader.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .acf-block-logo-content {
    padding-bottom: 60px !important;
  }
}

.acf-block-logo-content__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1120px) {
  .acf-block-logo-content__wrapper {
    flex-wrap: wrap;
  }
}
.acf-block-logo-content__wrapper > div {
  flex: 0 0 50%;
}
@media (max-width: 1120px) {
  .acf-block-logo-content__wrapper > div {
    flex: 0 0 100%;
  }
}
.acf-block-logo-content__wrapper > div:first-of-type {
  max-width: 670px;
}
@media (max-width: 1120px) {
  .acf-block-logo-content__wrapper > div:first-of-type {
    max-width: 100%;
  }
}

.acf-block-logo-content__logo {
  position: relative;
}
.acf-block-logo-content__logo:after {
  content: "";
  position: absolute;
  right: -78px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(#000 10px, #9f9f9f 40%);
}
@media (max-width: 768px) {
  .acf-block-logo-content__logo:after {
    right: -30px;
  }
}

.acf-block-logo-content__wrapper__left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 115px 20px;
  background: var(--color-gray);
  gap: 115px;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__left {
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .acf-block-logo-content__wrapper__left {
    max-height: 230px;
  }
}
.acf-block-logo-content__wrapper__left.image {
  height: 0;
  padding: 0;
  padding-bottom: 35%;
  position: relative;
}
.acf-block-logo-content__wrapper__left .abs_image {
  object-fit: cover;
  position: absolute;
  display: block;
  top: 0;
  max-width: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.acf-block-logo-content__wrapper__left img {
  height: 226px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__left img {
    height: 120px;
  }
}
@media (max-width: 500px) {
  .acf-block-logo-content__wrapper__left img {
    height: 75px;
  }
}
.acf-block-logo-content__wrapper__left a {
  font-weight: 300;
  font-size: 36px;
  line-height: 45px;
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__left a {
    font-size: 24px;
    line-height: 28px;
  }
}

.acf-block-logo-content__wrapper__right h3 {
  font-size: 36px;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__right h3 {
    font-size: 23px;
    line-height: 26px;
  }
}
.acf-block-logo-content__wrapper__right h4 {
  font-weight: 300;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__right h4 {
    font-size: 23px;
    margin: 0 0 18px;
    line-height: 26px;
  }
}
.acf-block-logo-content__wrapper__right p {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__right p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 25px;
  }
}
.acf-block-logo-content__wrapper__right a {
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  padding: 8px 30px;
  background: var(--bg-color);
  border: 2px solid var(--bg-color);
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 5px;
}
@media (max-width: 768px) {
  .acf-block-logo-content__wrapper__right a {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 15px;
  }
}
.acf-block-logo-content__wrapper__right a:before {
  content: "→";
}
.acf-block-logo-content__wrapper__right a:hover {
  background: transparent;
  border: 2px solid #000;
}

.acf-block-logo-content__wrapper__right__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acf-block-product-background {
  background: linear-gradient(90.16deg, rgba(46, 57, 73, 0.85) 27.17%, rgba(46, 57, 73, 0.663) 100.4%);
  padding: 100px 0 100px 0;
}
@media (max-width: 768px) {
  .acf-block-product-background {
    padding: 40px 0;
    margin-bottom: 60px !important;
  }
}

.product-bg {
  display: grid;
  grid-template-columns: minmax(300px, 807px) minmax(300px, 766px);
  grid-column-gap: 126px;
  margin-left: 98px;
}
@media (max-width: 1024px) {
  .product-bg {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .product-bg {
    grid-template-columns: 1fr;
  }
}

.product-bg__right {
  margin-right: 0;
}
@media (max-width: 1840px) {
  .product-bg__right {
    margin-right: 30px;
  }
}
.product-bg__right img {
  height: 100%;
  max-height: 670px;
  width: 100%;
  max-width: 766px;
  object-fit: contain;
  display: block;
}

.product-bg__left .elements_icon {
  position: absolute;
}
@media (max-width: 768px) {
  .product-bg__left {
    margin-bottom: 60px;
  }
}
.product-bg__left h2,
.product-bg__left h3 {
  font-size: 36px;
  line-height: initial;
  margin: 0;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .product-bg__left h2,
  .product-bg__left h3 {
    font-size: 40px;
    line-height: 100%;
  }
}
@media (max-width: 768px) {
  .product-bg__left h2,
  .product-bg__left h3 {
    font-size: 28px;
    line-height: 100%;
  }
}
.product-bg__left h3 {
  font-weight: 300;
  margin: 0 0 25px;
}
.product-bg__left p {
  font-weight: 300;
  font-size: 16px;
  line-height: initial;
  margin: 0;
  color: #fff;
  max-width: 680px;
}
@media (max-width: 768px) {
  .product-bg__left p {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-bg__left ul {
  margin: 70px 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .product-bg__left ul {
    margin: 30px 0;
  }
}
.product-bg__left ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: initial;
  color: #FFFFFF;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .product-bg__left ul li {
    font-size: 16px;
    line-height: 1.4;
    align-items: flex-start;
  }
}
.product-bg__left ul li:before {
  content: "";
  background: url("../icons/new_checkbox.svg") center/cover no-repeat;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .product-bg__left ul li:before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 768px) {
  .acf-block-app {
    padding-bottom: 60px !important;
  }
}

.acf-block-app__wrapper__pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .acf-block-app__wrapper__pages {
    grid-template-columns: 1fr;
  }
}
.acf-block-app__wrapper__pages a {
  display: block;
  position: relative;
}
.acf-block-app__wrapper__pages a:after {
  content: " ";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgb(17, 17, 17));
}
.acf-block-app__wrapper__pages a h3 {
  position: absolute;
  bottom: 30px;
  left: 40px;
  color: #fff;
  font-size: 18px;
  line-height: initial;
  margin: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .acf-block-app__wrapper__pages a h3 {
    left: 10px;
    font-size: 18px;
    line-height: 22px;
  }
}
.acf-block-app__wrapper__pages a img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.4s linear;
}
@media (max-width: 768px) {
  .acf-block-app__wrapper__pages a img {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .acf-block-app__wrapper__pages a img {
    height: 230px;
  }
}

.acf-block-app__image {
  overflow: hidden;
}
.acf-block-app__image:hover img {
  transform: scale(1.1);
}

.acf-block-slider-pagina h2 {
  margin: 0 0 36px;
}
@media (max-width: 768px) {
  .acf-block-slider-pagina h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .acf-block-slider-pagina {
    padding-bottom: 60px !important;
  }
}

.acf-block-slider-pagina__wrapper {
  overflow: hidden;
}

.acf-block-slider-pagina__wrapper__item img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .acf-block-slider-pagina__wrapper__item img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .acf-block-slider-pagina__wrapper__item img {
    height: 330px;
  }
}
@media (max-width: 500px) {
  .acf-block-slider-pagina__wrapper__item img {
    height: 230px;
  }
}
.acf-block-slider-pagina__wrapper__item p {
  margin: 30px 0 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .acf-block-slider-pagina__wrapper__item p {
    font-size: 16px;
    line-height: 120%;
  }
}

.acf-block-slider-pagina__wrapper__item__text {
  display: none;
}

.pagina-insta {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin-bottom: 33px;
  grid-column-gap: 10px;
}
@media (max-width: 768px) {
  .pagina-insta {
    grid-template-columns: 1fr;
    grid-auto-flow: initial;
    margin-bottom: 5px;
  }
}
.pagina-insta .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  height: auto;
  background: initial;
  opacity: 1;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pagina-insta .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
  background: #E2E041;
  height: 4px;
}
.pagina-insta .swiper-pagination-bullet span {
  display: block;
  height: 4px;
  width: 100%;
  position: relative;
}
.pagina-insta .swiper-pagination-bullet span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000;
}
.pagina-insta .swiper-pagination-bullet h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: initial;
  font-family: "Sul Sans";
  margin: 0;
  color: #000;
}
@media (max-width: 768px) {
  .pagina-insta .swiper-pagination-bullet h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.pagina-insta__bullet h4 {
  color: red;
}

@media (max-width: 768px) {
  .acf-block-elems-icons {
    margin-top: 60px;
    padding-bottom: 60px !important;
  }
}

.acf-block-elems-icons__wrapper h2 {
  font-size: 55px;
  line-height: 68px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .acf-block-elems-icons__wrapper h2 {
    font-size: 26px;
    line-height: 130%;
  }
}
.acf-block-elems-icons__wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 768px) {
  .acf-block-elems-icons__wrapper p {
    font-size: 16px;
    line-height: 130%;
  }
}

.acf-block-elems-icons__wrapper__icons {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .acf-block-elems-icons__wrapper__icons {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .acf-block-elems-icons__wrapper__icons {
    margin-top: 60px;
    gap: 24px;
  }
}

.acf-block-elems-icons__wrapper__icons__item {
  flex: 0 1 25%;
  width: 100%;
  max-width: 325px;
}
@media (max-width: 1024px) {
  .acf-block-elems-icons__wrapper__icons__item {
    flex: 1 1 250px;
    max-width: 250px;
    width: 0;
  }
}
@media (max-width: 768px) {
  .acf-block-elems-icons__wrapper__icons__item {
    flex: 1 1 200px;
    max-width: 200px;
    width: 0;
  }
}
@media (max-width: 500px) {
  .acf-block-elems-icons__wrapper__icons__item {
    flex: 1 1 150px;
    max-width: 150px;
    width: 0;
  }
}
.acf-block-elems-icons__wrapper__icons__item img {
  width: 213px;
  height: 213px;
  object-fit: cover;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 1024px) {
  .acf-block-elems-icons__wrapper__icons__item img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .acf-block-elems-icons__wrapper__icons__item img {
    width: 120px;
    height: 120px;
  }
}
.acf-block-elems-icons__wrapper__icons__item p {
  text-align: center;
}
@media (max-width: 500px) {
  .acf-block-elems-icons__wrapper__icons__item p {
    font-size: 13px;
    line-height: 130%;
  }
}

@media (max-width: 768px) {
  .acf-block-youtube {
    padding-bottom: 60px !important;
  }
}

.acf-block-youtube__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.acf-block-youtube__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}

@media (max-width: 768px) {
  .acf-block-colors {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
  }
}

.acf-block-colors__wrapper > img {
  height: 744px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin-bottom: 104px;
}
@media (max-width: 1024px) {
  .acf-block-colors__wrapper > img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .acf-block-colors__wrapper > img {
    display: none;
  }
}
.acf-block-colors__wrapper h3 {
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  margin: 0 0 20px;
  font-family: "Sul Sans";
}
@media (max-width: 768px) {
  .acf-block-colors__wrapper h3 {
    font-size: 22px;
    line-height: normal;
  }
}
.acf-block-colors__wrapper p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  font-family: "Sul Sans";
}
@media (max-width: 768px) {
  .acf-block-colors__wrapper p {
    font-size: 16px;
    line-height: normal;
  }
}

.acf-block-colors__wrapper__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 43px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .acf-block-colors__wrapper__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
.acf-block-colors__wrapper__icons img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .acf-block-colors__wrapper__icons img {
    width: 50px;
    height: 50px;
  }
}

.acf-block-colors__wrapper__icons__item {
  display: flex;
  align-items: center;
  gap: 23px;
}

.acf-block-referezen-select.container-fluid.max-width-full {
  max-width: 1380px;
  margin-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 700px) {
  .acf-block-referezen-select.container-fluid.max-width-full {
    margin-top: 35px;
  }
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block {
  max-width: 1361px;
  margin: auto;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block span {
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 5px;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block span.select-tag {
  background-color: #E2E035;
  color: #000000;
}
@media (max-width: 900px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block span {
    padding: 0 16.5px;
  }
}
@media (max-width: 500px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block span {
    font-size: 16px;
    line-height: 1.8;
  }
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a {
  height: 500px;
  width: 100%;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a .referezen-single-post {
  height: 100%;
  width: 100%;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a:hover .referezen-content-block h3, .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a:focus .referezen-content-block h3 {
  margin: 0 0 0 15px;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a:hover .referezen-content-block span, .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a:focus .referezen-content-block span {
  padding-left: 36px;
}
@media (max-width: 1700px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block {
    column-gap: 10px;
    row-gap: 10px;
  }
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a {
    height: 300px;
  }
}
@media (max-width: 700px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block a {
    height: 66.6666666667vw;
  }
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block {
  padding: 0 50px 42px 50px;
  z-index: 1;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block h3 {
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0;
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
  font-weight: normal;
  line-height: 30px;
  padding-left: 21px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block {
    padding: 0 20px 15px 20px;
  }
}
@media (max-width: 800px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block {
    padding: 0 12px 5px 12px;
  }
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block h3,
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block h3,
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
    font-size: 16px;
    line-height: unset;
  }
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post:after {
  content: " ";
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #111);
  z-index: 0;
}
@media (max-width: 1000px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post:after {
    height: 50%;
  }
}

.to-container .custom-family-block.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-family-block .families-field {
  row-gap: 22px;
}

.acf-connector-category .programmes-table th {
  padding: 6px 5px 4px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: white !important;
  font-weight: 300;
}
.acf-connector-category .half-table th {
  padding: 6px 13px 4px;
}
.acf-connector-category .colour-shorts {
  width: 51px;
}
.acf-connector-category .colour-shorts p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
  width: max-content;
}

.acf-block-hero.product_type .acf-block-hero__wrapper__image img {
  padding: 0 20px;
}

.custom-family-block {
  margin-top: 45px;
}

.hidden-field {
  display: none;
}

.acf-block-oem-popup {
  position: relative;
  background: #2E3949;
  margin-bottom: 28px;
  padding: 28px 38px;
}
.acf-block-oem-popup .oem-title {
  max-width: 1200px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 28px;
  margin-top: unset;
}
@media (max-width: 800px) {
  .acf-block-oem-popup .oem-title {
    padding-top: 30px;
  }
}

.oem-item-block {
  padding: 0 20px;
}
.oem-item-block h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: unset;
  margin-bottom: 14.5px;
}

.oem-items {
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: unset;
  column-gap: 32px;
  row-gap: 28px;
}
.oem-items .oem-image {
  max-width: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.oem-items .oem-image img {
  transition: all 1s;
}
.oem-items .oem-image img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (max-width: 800px) {
  .oem-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .oem-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.oem-popup-block {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .oem-popup-block {
    position: fixed;
    height: 100vh;
  }
}
.oem-popup-block.active-popup {
  opacity: 1;
  pointer-events: unset;
}
.oem-popup-block .oem-popup-block-wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  min-height: 500px;
  padding: 40px;
}
@media (max-width: 500px) {
  .oem-popup-block .oem-popup-block-wrap {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.oem-popup-block .oem-popup-image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oem-popup-block .oem-popup-content {
  position: relative;
  width: 50%;
}
.oem-popup-block .oem-popup-content h3 {
  font-weight: 700;
}
.oem-popup-block .oem-popup-content .oem-popup-description {
  display: flex;
  flex-direction: column;
}
.oem-popup-block .oem-popup-content .oem-popup-description span {
  font-size: 22px;
  line-height: 1.3;
  max-width: 400px;
  margin-bottom: 25px;
}
.oem-popup-block .oem-popup-content .oem-popup-link {
  color: #000;
  background: #B3D5D3;
  padding: 10px 10px;
  display: inline-block;
  font-size: 18px;
  max-width: 241px;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 800px) {
  .oem-popup-block .oem-popup-content {
    margin-left: 10px;
  }
  .oem-popup-block .oem-popup-content h3 {
    font-size: 22px;
  }
  .oem-popup-block .oem-popup-content .oem-popup-description span {
    font-size: 16px;
  }
  .oem-popup-block .oem-popup-content .oem-popup-link {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .oem-popup-block .oem-popup-content {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .oem-popup-block {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .oem-popup-block {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.oem-popup-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../dest/icons/close_menu.svg") center/cover no-repeat;
  width: 25px;
  height: 25px;
}
@media (max-width: 500px) {
  .oem-popup-close {
    display: none;
  }
}

.oem-popup-close-mobile {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../../dest/icons/close_menu.svg") center/cover no-repeat;
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 500px) {
  .oem-popup-close-mobile {
    display: unset;
  }
}

.acf-block-logos {
  padding: 0;
}
.acf-block-logos .logos-title {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
}
.acf-block-logos .logos-items {
  background: #ededed;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 75px 20px;
  row-gap: 175px;
}
.acf-block-logos .logos-items .logo-item-block {
  height: 85px;
  margin: auto;
  max-width: 170px;
}
.acf-block-logos .logos-items .logo-item-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .acf-block-logos .logos-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .acf-block-logos .logos-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 430px) {
  .acf-block-logos .logos-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.acf-block-logos .logos-under-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 25px;
}

.section-element {
  padding: 3rem 0;
  display: block;
}
.section-element .wwrap, .section-element .txtwrap {
  font-weight: 300;
}
.section-element .wwrap bold, .section-element .wwrap strong, .section-element .txtwrap bold, .section-element .txtwrap strong {
  font-weight: 700;
}
.section-element h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.section-element h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
}
.section-element.headline-section {
  padding-bottom: 0;
}

.flexwrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.flexwrap .flexitem {
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  text-align: center;
}
.flexwrap .flexitem h4 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.flexwrap .flexitem .figure {
  margin: 0;
  padding: 0.2em 0 0 0;
  font-size: 3rem;
  line-height: 0.7;
}
@media screen and (min-width: 992px) {
  .flexwrap .flexitem .figure {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .flexwrap .flexitem .figure {
    font-size: 5rem;
  }
}
.flexwrap .flexitem img {
  max-width: 150px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .flexwrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .flexwrap .flexitem {
    flex: 1 1 30%;
  }
}

.custom-slick {
  position: relative;
}
.custom-slick .slick-list {
  z-index: 10;
}
.custom-slick button.slick-prev, .custom-slick button.slick-next {
  background-color: rgba(255, 255, 255, 0.7);
  color: #151515;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
}
.custom-slick button.slick-prev:before, .custom-slick button.slick-next:before {
  content: "";
  background: url(../icons/arrow_black.svg) center center no-repeat;
  width: 50px;
  height: 30px;
  display: block;
}
.custom-slick button.slick-prev:hover, .custom-slick button.slick-next:hover {
  background: #e0de47;
}
.custom-slick button.slick-next {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .custom-slick button.slick-next {
    right: 1rem;
  }
}
.custom-slick button.slick-next:before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-slick button.slick-prev {
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .custom-slick button.slick-prev {
    left: 1rem;
  }
}
.custom-slick button.slick-prev:before {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-slick button.slick-prev:before:before {
  width: 46px;
}
.custom-slick ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  z-index: 60;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .custom-slick ul.slick-dots {
    display: none;
  }
}
.custom-slick ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 10px;
  padding: 0;
}
.custom-slick ul.slick-dots li button {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
.custom-slick ul.slick-dots li.slick-active button, .custom-slick ul.slick-dots li:hover button {
  background-color: rgb(0, 0, 0);
  background: #e0de47;
}
.custom-slick ul.slick-dots li:only-child {
  display: none;
}
.custom-slick .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.custom-slick .slick-slide .imgwrap {
  position: relative;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 20;
}
.custom-slick .slick-slide .imgwrap img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-slick .slick-slide .descwrap {
  z-index: 30;
  font-size: 1rem;
  margin-top: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8em 1em 0.6em;
  background: rgba(255, 255, 255, 0.85);
}

.slider-with-text-section .custom-slick {
  max-width: 100%;
}
.slider-with-text-section .custom-slick button.slick-prev, .slider-with-text-section .custom-slick button.slick-next {
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.slider-with-text-section .custom-slick .descwrap {
  font-size: 0.875rem;
  margin-top: 0.75em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.85);
}
.slider-with-text-section .custom-slick .slick-dots {
  bottom: 1.5rem;
}
.slider-with-text-section .custom-slick .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.slider-with-text-section .custom-slick .slick-slide img {
  object-fit: cover;
  height: auto !important;
  max-height: 100%;
  display: block;
}
.slider-with-text-section .contentwrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.slider-with-text-section .contentwrap > div {
  display: flex;
  overflow: hidden;
}
.slider-with-text-section .contentwrap .wysiwygwrap {
  display: block;
}
.slider-with-text-section .contentwrap .wysiwygwrap .btn {
  margin-top: 1rem;
  min-width: 45%;
}
@media screen and (min-width: 992px) {
  .slider-with-text-section .contentwrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px 22px;
  }
  .slider-with-text-section .contentwrap > div {
    flex: 1 1 50%;
  }
  .slider-with-text-section .contentwrap.desc-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .slider-with-text-section .contentwrap.desc-reverse {
    flex-direction: row-reverse;
  }
  .slider-with-text-section .contentwrap > div {
    flex: 1 1 48%;
  }
}

.imagelinkrow-section .slick-list {
  margin: 0 -25px;
}
.imagelinkrow-section .slick-track .slick-slide {
  margin: 0 25px;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap {
  overflow: hidden;
  display: block;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap span {
  display: block;
  font-size: 0.875rem;
  padding: 0.4em 0 0 0;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap .imgwrap {
  overflow: hidden;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap .imgwrap img {
  width: 100%;
  transition: transform 0.3s;
  background-repeat: no-repeat;
  background-color: #e0de47;
  background-position: center center;
  background-size: 100% 100%;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap:hover {
  color: #000;
}
.imagelinkrow-section .slick-track .slick-slide .logowrap:hover .imgwrap img {
  background-color: #c4c0b3;
  transform: scale(1.1);
}

@font-face {
  font-family: "instalighting";
  src: url("../fonts/instalighting.eot?51285874");
  src: url("../fonts/instalighting.eot?51285874#iefix") format("embedded-opentype"), url("../fonts/instalighting.woff2?51285874") format("woff2"), url("../fonts/instalighting.woff?51285874") format("woff"), url("../fonts/instalighting.ttf?51285874") format("truetype"), url("../fonts/instalighting.svg?51285874#instalighting") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'instalighting';
    src: url('../font/instalighting.svg?51285874#instalighting') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "instalighting";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-heart:before {
  content: "\e800";
} /* '' */
.icon-heart-empty:before {
  content: "\e801";
} /* '' */
.icon-quote-left:before {
  content: "\e802";
} /* '' */
.icon-quote-right:before {
  content: "\e803";
} /* '' */
.icon-quote-left-alt:before {
  content: "\e804";
} /* '' */
.icon-quote-right-alt:before {
  content: "\e805";
} /* '' */
.icon-left-open-big:before {
  content: "\e806";
} /* '' */
.icon-right-open-big:before {
  content: "\e807";
} /* '' */
.icon-up-open-big:before {
  content: "\e808";
} /* '' */
.icon-down-open-big:before {
  content: "\e809";
} /* '' */
.icon-ok:before {
  content: "\e80a";
} /* '' */
.icon-cancel:before {
  content: "\e80b";
} /* '' */
.icon-down:before {
  content: "\e80c";
} /* '' */
.icon-left:before {
  content: "\e80d";
} /* '' */
.icon-right:before {
  content: "\e80e";
} /* '' */
.icon-up:before {
  content: "\e80f";
} /* '' */
.icon-cog:before {
  content: "\e810";
} /* '' */
.icon-cog-alt:before {
  content: "\e811";
} /* '' */
.icon-search:before {
  content: "\e812";
} /* '' */
.icon-zoom-in:before {
  content: "\e813";
} /* '' */
.icon-zoom-out:before {
  content: "\e814";
} /* '' */
.icon-hook2:before {
  content: "\e817";
} /* '' */
.icon-backarrow:before {
  content: "\e818";
} /* '' */
.icon-sharelink:before {
  content: "\e819";
} /* '' */
.icon-zoomer:before {
  content: "\e81a";
} /* '' */
.icon-spin5:before {
  content: "\e838";
} /* '' */
.icon-ok-circled:before {
  content: "\f06d";
} /* '' */
.icon-cancel-circled:before {
  content: "\f06e";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-xing:before {
  content: "\f168";
} /* '' */
.icon-sliders:before {
  content: "\f1de";
} /* '' */
.icon-facebook:before {
  content: "\f300";
} /* '' */
.icon-facebook-rect:before {
  content: "\f301";
} /* '' */
.icon-twitter:before {
  content: "\f302";
} /* '' */
.icon-twitter-bird:before {
  content: "\f303";
} /* '' */
.icon-linkedin-1:before {
  content: "\f318";
} /* '' */
.icon-instagram:before {
  content: "\f31e";
} /* '' */
.icon-instagram-filled:before {
  content: "\f31f";
} /* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 8px auto;
  width: auto;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 20px;
  background: #3b3b3b;
  border: none;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #E2E035;
}

/* Slider */
.slick-list .slick-loading {
  font-family: "instalighting";
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  color: #E2E035;
}
.slick-list .slick-loading:before {
  content: "\e838";
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  z-index: 222;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "instalighting";
  font-size: 2rem;
  line-height: 1;
  color: #E2E035;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #ffffff;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "\e806";
}
[dir=rtl] .slick-prev:before {
  content: "\e807";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "\e807";
}
[dir=rtl] .slick-next:before {
  content: "\e806";
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 8px auto;
  width: auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  border-radius: 20px;
  background: #3b3b3b;
  border: none;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #E2E035;
  opacity: 1;
}

.page-container {
  margin-top: 178px;
}

.page-container h1 {
  margin-bottom: 100px;
}

.table-filter {
  display: none;
}

.downloads-page__title {
  margin-bottom: 80px !important;
}

.downloads-page {
  padding-top: 0;
}

.downloads-page__blocks .item a {
  display: flex;
}

.kundenservice__form {
  margin-top: 98px;
}

.kundenservice__form__header h1 {
  margin-bottom: 100px;
}

.page-id-106 .acf-block-referezen-select.container-fluid.max-width-full .referezen-filter-block {
  margin-bottom: 95px;
}

.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
  line-height: 1.25;
}

.wp-block-button__link:visited {
  color: var(--color-black);
}

.acf-block-logo-content__wrapper__right a:hover {
  color: var(--color-black);
}

.acf-block-hero__wrapper__title span {
  font-size: 54px;
  margin-top: -40px;
  z-index: 2;
}

.acf-block-hero__wrapper__title h1.hero_title a {
  max-width: 600px;
}

.acf-block-hero__wrapper__brand {
  padding: 79px 118px;
}

.product-bg__left p {
  font-weight: var(--font-weight-300);
  font-size: var(--base-font-size);
  margin: 0;
  color: #fff;
  max-width: 680px;
  line-height: 1.25;
}

.product-bg__left ul li:before {
  width: 22px;
  height: 22px;
  margin-top: -5px;
}

.product-bg__left ul li {
  margin: 0 0 18px;
}

@media (max-width: 840px) {
  .action-one ::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-bg__left ul li {
    line-height: 1.4;
  }
}
.programmes__updated h3 {
  font-size: 28px;
}

.acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block h3 {
  line-height: 1.25;
}

@media (max-width: 800px) {
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block h3, .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
    font-size: 16px;
  }
}
.acf-block-referezen-select.container-fluid.max-width-full .referezen-posts-block {
  margin-top: 25px;
}

.programmes-table td:first-child {
  padding: 10px 0 8px 0;
}

.programmes-table td:nth-child(3) {
  padding: 8px 0;
}

.programmes-table td:nth-child(4) {
  padding: 10px 0 8px 0;
  white-space: nowrap;
}

.downloads-page__blocks .item__title {
  margin-top: 0;
}

.downloads-page__blocks .item {
  padding: 20px 10px 0;
  margin-bottom: -8px;
}

.kundenservice__last-content {
  margin-bottom: 0;
}

.kundenservice__last-content ul {
  margin-bottom: 0;
}

.acf-block-logos p {
  margin-top: 25px;
}

.my-carousel-one__text p {
  margin-bottom: 0;
}

.single-referenz-contet-block .top-block__txt {
  margin-bottom: 100px;
  margin-top: 100px;
  font-size: 18px;
  line-height: 1.25;
}

.postid-1107 .hero_title:after, .postid-1192 .hero_title:after {
  content: " für OEM";
}

.oem-popup-block .oem-popup-content .oem-popup-description span {
  font-size: 22px;
  line-height: 1.25;
  max-width: fit-content;
  margin-bottom: 25px;
}

.families-field:last-of-type .families-field__item {
  margin-bottom: 0;
}

.families-field {
  gap: 40px 22px;
  padding-left: 0;
  padding-right: 0;
}

.product-types-section .weitere .weitere__item {
  height: 232px;
}

@media (max-width: 500px) {
  .programmes-btn {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .programmes-btn a {
    padding: 0;
    width: 100%;
  }
}
.product-type-table td {
  font-size: 15px;
}

.icons-product {
  margin-bottom: 0;
}

.product-variables h2 {
  margin: 100px 0 25px;
}

/* All style should be deleted here.  It's just a normal H2. But for now i overwrite it. */
.technische h2 {
  margin-top: 100px;
  margin-bottom: 25px;
  /*      margin: 0 0 30px;  */
  /* font-family: 'Sul Sans'; */
  /* font-weight: 700; */
  /* font-size: 36px; */
  /* line-height: 45px; */
  /* color: #000000; */
}

.new-type-table {
  width: 1340px;
}

.new-type-table tr td {
  font-size: 15px;
}

.downloads {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Footer */
.main-footer_contact {
  margin-bottom: 65px;
}

.main-footer_contact h3 {
  margin: 0;
}

.main-footer__form form .wpforms-field input {
  height: 40px !important;
  font-size: 28px !important;
  padding: 0 !important;
}

.wpforms-confirmation-scroll {
  border: 0px !important;
  background: #fff !important;
  color: var(--color-black) !important;
  padding: 0 !important;
}

.wpforms-confirmation-scroll p {
  font-weight: var(--font-weight-300) !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
}

.shortcode-slider {
  margin-bottom: 0;
}

/* Mobiele optimalisaties */
@media (max-width: 768px) {
  .product-bg__left ul li:before {
    width: 22px;
    height: 22px;
    margin-top: -2px;
  }
  .acf-block-oem-popup {
    padding: 5px;
  }
  .oem-item-block {
    border-bottom: 1px solid #3B4655;
  }
  .oem-item-block img {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .acf-block-product-background {
    margin-bottom: 0 !important;
  }
  .acf-block-slider {
    padding-bottom: 0 !important;
  }
  .acf-block-app {
    padding-bottom: 0 !important;
  }
  .acf-block-pages__wrapper {
    grid-row-gap: 0;
  }
  .action .action-one {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .programmes__updated h3 {
    font-size: 22px;
  }
  .acf-block-logos .logos-items {
    row-gap: 50px;
  }
  .main-footer_contact {
    margin-bottom: 30px;
  }
  .families-field__title h3.programmes-head {
    font-weight: var(--font-weight-700);
  }
}
@media (max-width: 750px) {
  .single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth:last-of-type {
    margin-top: 0;
  }
  .single-referenz-contet-block .single-referenz-image-block-halfwidth {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .wpforms-confirmation-scroll p {
    font-size: 26px !important;
  }
  .jobs-h3 {
    font-size: 26px !important;
  }
  .acf-block-hero__wrapper__title span {
    font-size: 30px;
    margin-top: -20px;
  }
  .my-carousel-one__text p {
    font-size: 16px;
  }
  .main-footer_contact a {
    margin: 6px 0;
  }
  .acf-block-referezen-select.container-fluid.max-width-full .referezen-single-post .referezen-content-block span {
    font-size: 16px;
  }
  /* 	p {
  		line-height:1.67;		
  	} */
  .single-referenz-vermenfete-block .vermenfete-block-item span {
    font-size: 22px;
    line-height: 27px;
  }
  .main-footer_contact a, .main-footer_contact h3 {
    line-height: 1.25;
  }
  .product-type-variables__controls .arrow-program,
  .families-field__controls .arrow-prod {
    width: 12px;
    height: 20px;
  }
  .programmes__updated h3 {
    margin: 15px 0;
  }
  .programmes__updated__content__left span:after {
    height: 85%;
    right: -20px;
    top: -8px;
  }
  .acf-block-pages__wrapper a {
    gap: 0;
  }
}
@media (max-width: 540px) {
  .slider-one__second {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .accessories-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .accessories-product__item {
    flex: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
/* BT 1103 */
/* mobile home 1103 */
@media (max-width: 1024px) {
  .product-bg__right {
    margin-right: 0px;
  }
}
.main-header.blue ~ section .programmes-btn .btn {
  background: #b3d5d3;
  border-color: #b3d5d3;
}

.main-header.blue ~ footer a:hover {
  color: #b3d5d3;
}

.single-referenz-block .referenz-images__wrapper__bottom {
  position: relative;
}

.single-referenz-block .referenz-images__wrapper__title h3 {
  top: 122%;
  position: absolute;
  margin: 0px;
}

/* BT 1104 */
.downloads ul li {
  margin-top: 4px;
}

.downloads ul li a {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .downloads ul li a {
    font-size: 24px;
  }
}

.downloads ul li a:before {
  content: "";
  margin-right: 15px;
}

/* BT 1104 Powered by Elements */
.wp-block-image {
  margin: 0 0 0em;
}

.custom-font-slider a {
  font-size: 18px !important;
}

/* BT 1104 Single reference */
.single-referenz-vermenfete-block .vermenfete-block-item a {
  margin-top: 25px;
  margin-bottom: 10px;
}

.single-referenz-vermenfete-block .vermenfete-block-item span {
  margin-bottom: 20px;
}

.single-referenz-vermenfete-block .vermenfete-block-item-img img {
  object-fit: contain;
}

.timeflow__block > .container {
  background-color: transparent !important;
}

.hero-wrapper {
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: white;
  height: calc(70vh + 50px);
}
.hero-wrapper .slider-hero {
  width: 100%;
  background: white;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  height: 70vh;
}
.hero-wrapper .slider-hero .slick-item {
  position: relative;
  max-width: 100%;
  height: 70vh;
}
@media Screen and (min-width: 992px) {
  .hero-wrapper .slider-hero .slick-item {
    height: 70vh;
  }
}
.hero-wrapper .slider-hero .slick-item .slider-image {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 11;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt {
  background: rgba(59, 59, 59, 0.85);
  color: #ffffff;
  padding: 2em 1.5em;
  text-align: center;
  position: relative;
  max-width: 80%;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-title {
  font-weight: 500;
  color: white;
  font-size: 1.35em;
}
@media screen and (min-width: 992px) {
  .hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt {
    max-width: 50%;
    padding: 2em;
  }
  .hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-title {
    font-size: 1.65em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt {
    max-width: 500px;
  }
  .hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-title {
    font-weight: 500;
    color: white;
    font-size: 1.9em;
  }
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-link {
  color: black;
  background: #E2E035;
  padding: 0.25em;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 3em;
  font-size: 1.2em;
  display: block;
  text-decoration: none;
  position: absolute;
  left: calc(50% - 1.1em);
  bottom: -1.1em;
  z-index: 12;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-link span {
  position: relative;
  z-index: 45;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-link::before {
  content: "";
  width: 2.2em;
  height: 2.2em;
  display: block;
  background: #E2E035;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-link:hover::before, .hero-wrapper .slider-hero .slick-item .hero-txt-wrapper .hero-txt .hero-link:focus::before {
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero-wrapper .slider-hero .slick-item.product-isolated {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrapper .slider-hero .slick-item.product-isolated .slider-image {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80% !important;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .hero-wrapper .slider-hero .slick-item.product-isolated .slider-image {
    height: 60% !important;
  }
}
.hero-wrapper.sonderloesungen .slider-hero {
  background: #121212;
  background: linear-gradient(0deg, rgb(16, 16, 16) 0%, rgb(84, 86, 90) 30%, rgb(84, 86, 90) 70%, rgb(16, 16, 16) 100%);
}

.image-teaser-txt-overlay {
  position: relative;
  color: #ffffff;
  display: block;
}
.image-teaser-txt-overlay .img-wrap {
  position: relative;
  z-index: 10;
}
.image-teaser-txt-overlay .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  z-index: 15;
  opacity: 0.15;
}
.image-teaser-txt-overlay .txt-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  padding: 1em;
  font-size: 1.15rem;
}
@media screen and (min-width: 768px) {
  .image-teaser-txt-overlay .txt-wrap {
    padding: 2em;
  }
}
.image-teaser-txt-overlay .txt-wrap h4 {
  font-weight: 600;
  margin: 0 0 0.2em 0;
  font-size: 1.875rem;
}

a.image-teaser-txt-overlay {
  color: #ffffff;
}
a.image-teaser-txt-overlay:hover {
  color: #E2E035;
}
a.image-teaser-txt-overlay:hover img {
  scale: 1.05;
  transition: all 0.8s ease-in-out;
}
a.image-teaser-txt-overlay:hover img:before {
  opacity: 0;
}

.teaser-item {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
.teaser-item:last-child {
  margin-bottom: 0;
}
.teaser-item .img-wrap {
  position: relative;
  z-index: 10;
}
.teaser-item .txt-wrap {
  padding: 0.5rem 0 1rem 0;
  font-size: 1.15rem;
}
.teaser-item .txt-wrap h4 {
  font-weight: 600;
  margin: 1em 0 0.15em 0;
  font-size: 1.5rem;
}

.textbild-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: wrap;
}
.textbild-wrapper .headline-outer {
  display: none;
  order: 1;
}
.textbild-wrapper .txt-wrap {
  order: 3;
}
.textbild-wrapper .txt-wrap p {
  margin-top: 0;
}
.textbild-wrapper .txt-wrap .headline-inner {
  display: block;
}
.textbild-wrapper .img-wrap {
  order: 2;
  width: auto;
}
.textbild-wrapper.img-on-top .headline-outer {
  display: block;
}
.textbild-wrapper.img-on-top .txt-wrap .headline-inner {
  display: none;
}
.textbild-wrapper.img-bottom .img-wrap {
  order: 3;
}
.textbild-wrapper.img-bottom .txt-wrap {
  order: 2;
}
@media screen and (min-width: 768px) {
  .textbild-wrapper.img-left {
    flex-direction: row;
    gap: 2rem;
  }
  .textbild-wrapper.img-left .img-wrap {
    order: 2;
    flex: 1 1 41%;
  }
  .textbild-wrapper.img-left .txt-wrap {
    order: 3;
    flex: 1 1 41%;
  }
}
@media screen and (min-width: 768px) {
  .textbild-wrapper.img-right {
    flex-direction: row;
    gap: 2rem;
  }
  .textbild-wrapper.img-right .img-wrap {
    order: 3;
    flex: 1 1 41%;
  }
  .textbild-wrapper.img-right .txt-wrap {
    order: 2;
    flex: 1 1 41%;
  }
}
.textbild-wrapper.headline-top .headline-outer {
  display: flex;
  order: 1;
  flex: 1 1 100%;
}
.textbild-wrapper.headline-top .headline-inner {
  display: none;
}

.sonderloesung-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sonderloesung-description .lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}
.sonderloesung-description .lead p:first-child {
  margin-top: 0;
}
.sonderloesung-description .sonderloesung-hinweis {
  padding: 1rem 1rem;
  background-color: #E2E035;
}
.sonderloesung-description .sonderloesung-hinweis p {
  margin: 0.4em 0;
}
.sonderloesung-description .sonderloesung-hinweis p a {
  font-weight: 700;
  text-decoration: underline;
}
.sonderloesung-description .sonderloesung-hinweis p a:hover, .sonderloesung-description .sonderloesung-hinweis p a:focus {
  color: #000000;
}
.sonderloesung-description .sonderloesung-hinweis h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.7rem;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.sonderloesung-description .sonderloesung-hinweis h4 svg {
  width: 36px;
  height: 36px;
  fill: #000000;
}
.sonderloesung-description .sonderloesung-hinweis h4 span {
  padding-top: 0.2em;
}
@media screen and (min-width: 992px) {
  .sonderloesung-description {
    flex-direction: row;
    gap: 2rem;
  }
  .sonderloesung-description .lead {
    flex: 1 1 70%;
  }
  .sonderloesung-description .sonderloesung-hinweis {
    flex: 1 1 calc(30% - 2rem);
  }
}
@media screen and (min-width: 1240px) {
  .sonderloesung-description {
    flex-direction: row;
    gap: 2rem;
  }
  .sonderloesung-description .lead {
    flex: 1 1 60%;
  }
  .sonderloesung-description .sonderloesung-hinweis {
    padding: 1.5rem 1.5rem;
    flex: 1 1 calc(40% - 2rem);
  }
}

.overview-sonderloesungen {
  margin-bottom: 5rem;
}
.overview-sonderloesungen .sonderloesungen-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item {
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item {
    flex: 0 1 calc(50% - 20px);
  }
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item .sonderloesungen-cats {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 700;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item .sonderloesungen-image {
  display: block;
  aspect-ratio: 16/9;
  background-color: #3b3b3b;
  overflow: hidden;
  width: 100%;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item .sonderloesungen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item .sonderloesungen-text .desc {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.2em;
  line-height: 1.4;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item:hover {
  color: #000000;
}
.overview-sonderloesungen .sonderloesungen-list a.sonderloesungen-item:hover .sonderloesungen-image img {
  transition: transform 0.8s ease;
  transform: scale(1.05);
}

.sonderloesungen-filter, .custom-filter {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 50px 0 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  flex-wrap: wrap;
}
.sonderloesungen-filter .item-counter, .custom-filter .item-counter {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #000000;
  padding: 12px 0 6px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .sonderloesungen-filter .item-counter, .custom-filter .item-counter {
    min-height: 40px;
    padding: 17px 30px 11px;
  }
}
.sonderloesungen-filter .filter-item, .custom-filter .filter-item {
  background-color: rgba(84, 86, 90, 0.15);
  color: #000000;
  padding: 12px 25px 6px;
  transition: 0.3s linear;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}
.sonderloesungen-filter .filter-item:hover, .sonderloesungen-filter .filter-item:focus, .sonderloesungen-filter .filter-item.active, .custom-filter .filter-item:hover, .custom-filter .filter-item:focus, .custom-filter .filter-item.active {
  background-color: #E2E035;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .sonderloesungen-filter .filter-item, .custom-filter .filter-item {
    min-height: 40px;
    padding: 17px 30px 11px;
  }
}

.project-description-wrapper {
  margin: 2rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.project-description-wrapper .project-description-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
.project-description-wrapper .project-description-toggle .project-description-title {
  font-weight: 500;
  font-size: 1.2em;
  color: #000000;
}
.project-description-wrapper .project-description-toggle .plus-minus-wrapper {
  width: 34px;
  height: 34px;
  border: none;
  background: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.project-description-wrapper .project-description-toggle .plus-minus-wrapper .plus {
  position: absolute;
  width: 4px;
  height: 18px;
  background: white;
  left: 15px;
  top: 8px;
}
.project-description-wrapper .project-description-toggle .plus-minus-wrapper .minus {
  position: absolute;
  width: 18px;
  height: 4px;
  background: white;
  top: 15px;
  left: 8px;
}
.project-description-wrapper .project-description-toggle:hover .project-description-title, .project-description-wrapper .project-description-toggle:focus .project-description-title {
  color: #E2E035;
}
.project-description-wrapper .project-description-toggle:hover .plus-minus-wrapper, .project-description-wrapper .project-description-toggle:focus .plus-minus-wrapper {
  background-color: #E2E035;
}
.project-description-wrapper .project-description-toggle:hover .plus-minus-wrapper .plus, .project-description-wrapper .project-description-toggle:hover .plus-minus-wrapper .minus, .project-description-wrapper .project-description-toggle:focus .plus-minus-wrapper .plus, .project-description-wrapper .project-description-toggle:focus .plus-minus-wrapper .minus {
  background-color: #000000;
}
.project-description-wrapper .project-description-toggle.toggle-open .plus-minus-wrapper .plus {
  height: 2px;
  top: 16px;
}
.project-description-wrapper .project-description-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.project-description-wrapper .custom-toggle.toggle-open + .project-description-content {
  max-height: 1000px; /* groß genug wählen */
}

.product-features .fake-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 1rem;
  font-size: 1rem;
}
.product-features .fake-table .fake-table-item {
  line-height: 22px;
  padding: 6px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: -1px;
}
.product-features .fake-table .fake-table-item .label {
  font-weight: 700;
  text-align: left;
}
.product-features .fake-table .fake-table-item .value {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .product-features .fake-table {
    flex-direction: row;
  }
  .product-features .fake-table .fake-table-item {
    flex: 0 0 49%;
  }
}

.page-container {
  max-width: 1380px;
  padding: 0 20px;
  margin: auto;
  margin-top: 162px;
}
.page-container.contact-template {
  max-width: 1380px;
}
@media (max-width: 600px) {
  .page-container {
    margin-top: 130px;
  }
}
@media (max-width: 500px) {
  .page-container {
    margin-top: 140px;
  }
}

.contact-top-info {
  display: flex;
  margin-top: 41px;
  margin-bottom: 83px;
}
.contact-top-info .contact-top_left {
  font-size: 20px;
  line-height: 30px;
  max-width: 345px;
  width: 100%;
}
.contact-top-info .contact-top_right {
  display: flex;
  flex-direction: column;
  max-width: 345px;
  width: 100%;
}
.contact-top-info .contact-top_right a {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 600px) {
  .contact-top-info {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .contact-top-info .contact-top_left,
  .contact-top-info .contact-top_right {
    font-size: 18px;
  }
  .contact-top-info .contact-top_left a,
  .contact-top-info .contact-top_right a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .contact-top-info {
    flex-direction: column;
  }
  .contact-top-info .contact-top_left {
    margin-bottom: 15px;
  }
}

.employee_info_block_main,
.employee_info_block_oem_main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 52px;
}
.employee_info_block_main .employee_info_block,
.employee_info_block_main .employee_info_block_oem,
.employee_info_block_oem_main .employee_info_block,
.employee_info_block_oem_main .employee_info_block_oem {
  padding-right: 10px;
}
.employee_info_block_main .employee_info_block > div,
.employee_info_block_main .employee_info_block_oem > div,
.employee_info_block_oem_main .employee_info_block > div,
.employee_info_block_oem_main .employee_info_block_oem > div {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.employee_info_block_main .employee_info_block .linkedin-icon,
.employee_info_block_main .employee_info_block_oem .linkedin-icon,
.employee_info_block_oem_main .employee_info_block .linkedin-icon,
.employee_info_block_oem_main .employee_info_block_oem .linkedin-icon {
  position: relative;
  margin-top: 13px;
  display: block;
}
.employee_info_block_main .employee_info_block .linkedin-icon:after,
.employee_info_block_main .employee_info_block_oem .linkedin-icon:after,
.employee_info_block_oem_main .employee_info_block .linkedin-icon:after,
.employee_info_block_oem_main .employee_info_block_oem .linkedin-icon:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url("../../dest/icons/linkedin_icon.svg") center/contain no-repeat;
}
@media (max-width: 600px) {
  .employee_info_block_main .employee_info_block .linkedin-icon,
  .employee_info_block_main .employee_info_block_oem .linkedin-icon,
  .employee_info_block_oem_main .employee_info_block .linkedin-icon,
  .employee_info_block_oem_main .employee_info_block_oem .linkedin-icon {
    margin-top: 5px;
  }
  .employee_info_block_main .employee_info_block .linkedin-icon:after,
  .employee_info_block_main .employee_info_block_oem .linkedin-icon:after,
  .employee_info_block_oem_main .employee_info_block .linkedin-icon:after,
  .employee_info_block_oem_main .employee_info_block_oem .linkedin-icon:after {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 800px) {
  .employee_info_block_main .employee_info_block > div,
  .employee_info_block_main .employee_info_block_oem > div,
  .employee_info_block_oem_main .employee_info_block > div,
  .employee_info_block_oem_main .employee_info_block_oem > div {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1300px) {
  .employee_info_block_main,
  .employee_info_block_oem_main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .employee_info_block_main,
  .employee_info_block_oem_main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .employee_info_block_main,
  .employee_info_block_oem_main {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.employee_info_block_oem_section {
  margin-top: 53px;
  margin-bottom: 103px;
}
.employee_info_block_oem_section .employee_info_block_oem_main {
  margin-top: 49px;
}
@media (max-width: 600px) {
  .employee_info_block_oem_section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .employee_info_block_oem_section .employee_info_block_oem_main {
    margin-top: 25px;
  }
}

.simple-page_content h1 {
  margin-bottom: 1px;
}
.simple-page_content h2 {
  margin-bottom: 1px;
}
.simple-page_content h3 {
  margin-bottom: 1px;
}
.simple-page_content h4 {
  margin-bottom: 1px;
}
.simple-page_content h5 {
  margin-bottom: 1px;
}
.simple-page_content h6 {
  margin-bottom: 1px;
}

.single-referenz-contet-block {
  margin-top: 67px;
}
.single-referenz-contet-block .top-block__txt {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
}
.single-referenz-contet-block .top-block__txt .text-info {
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-referenz-contet-block .top-block__txt .text-info p {
  margin-top: 0;
}
.single-referenz-contet-block .top-block__txt .text-info p:last-child {
  margin-bottom: 0px;
}
.single-referenz-contet-block .top-block__txt .photo-info p {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .single-referenz-contet-block .top-block__txt {
    flex-direction: row;
  }
  .single-referenz-contet-block .top-block__txt .text-info {
    border-bottom: none;
    border-right: 1px solid #000000;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .single-referenz-contet-block .top-block__txt .photo-info {
    flex: 0 0 220px;
  }
}
@media screen and (min-width: 1200px) {
  .single-referenz-contet-block .top-block__txt .text-info {
    padding-right: 30px;
    margin-right: 30px;
  }
  .single-referenz-contet-block .top-block__txt .photo-info {
    flex: 0 0 230px;
  }
}
@media screen and (min-width: 1440px) {
  .single-referenz-contet-block .top-block__txt .text-info {
    padding-right: 40px;
    margin-right: 40px;
  }
  .single-referenz-contet-block .top-block__txt .photo-info {
    flex: 0 0 240px;
  }
}
.single-referenz-contet-block .single-referenz-image-fullwidth {
  max-height: 908px;
  height: 100%;
  margin-bottom: 19px;
  overflow: hidden;
}
.single-referenz-contet-block .single-referenz-image-fullwidth img {
  width: 100%;
}
@media (max-width: 750px) {
  .single-referenz-contet-block .single-referenz-image-fullwidth {
    margin-bottom: 15px;
  }
}
.single-referenz-contet-block .single-referenz-image-block-halfwidth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-bottom: 20px;
  row-gap: 20px;
}
.single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth {
  max-height: 454px;
  height: 100%;
}
.single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth {
    max-height: 400px;
  }
}
@media (max-width: 750px) {
  .single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth:last-of-type {
    margin-top: 15px;
  }
  .single-referenz-contet-block .single-referenz-image-block-halfwidth .single-referenz-image-halfwidth img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .single-referenz-contet-block .single-referenz-image-block-halfwidth {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .single-referenz-contet-block {
    margin-top: 30px;
  }
}

.single-referenz-vermenfete-block {
  margin-top: 103px;
  margin-bottom: 101px;
}
.single-referenz-vermenfete-block .vermenfete-block-main {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
  column-gap: 22px;
}
@media (max-width: 1024px) {
  .single-referenz-vermenfete-block .vermenfete-block-main {
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .single-referenz-vermenfete-block .vermenfete-block-main {
    grid-template-columns: 1fr;
  }
}
.single-referenz-vermenfete-block .vermenfete-block-item-img {
  background: #54565A;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-referenz-vermenfete-block .vermenfete-block-item-img a {
  height: 100%;
}
.single-referenz-vermenfete-block .vermenfete-block-item-img img {
  height: 100%;
}
@media (max-width: 650px) {
  .single-referenz-vermenfete-block .vermenfete-block-item-img {
    height: 345px;
  }
}
.single-referenz-vermenfete-block .vermenfete-block-item a {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: initial;
  margin-top: 27px;
  margin-bottom: 9px;
}
.single-referenz-vermenfete-block .vermenfete-block-item span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
}
@media (max-width: 650px) {
  .single-referenz-vermenfete-block .vermenfete-block-item a {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .single-referenz-vermenfete-block .vermenfete-block-item span {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .single-referenz-vermenfete-block .vermenfete-block-item a {
    font-size: 24px;
  }
  .single-referenz-vermenfete-block .vermenfete-block-item span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .single-referenz-vermenfete-block {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .single-referenz-vermenfete-block h2 {
    font-size: 26px;
  }
}

.light-box-image {
  padding: 70px;
  display: flex;
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  top: 0;
  left: 0;
}
.light-box-image.active {
  opacity: 1;
  pointer-events: unset;
}
.light-box-image img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .light-box-image {
    padding: 70px 0;
  }
}
.light-box-image .close-light-box {
  cursor: pointer;
  background: url("../../dest/icons/close_lightBox.svg") center/cover no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.product-types-section .weitere {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product-types-section .weitere .weitere__item {
  border: 0;
  height: 280px;
}
.product-types-section .weitere .weitere__item a {
  margin: 0;
}
.product-types-section .weitere .weitere__item img {
  padding: 30px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .product-types-section .weitere {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .product-types-section .weitere {
    grid-template-columns: repeat(1, 1fr);
  }
}

.downloads-page {
  padding-top: 80px;
  margin-top: 50px;
}
.downloads-page__title {
  margin-bottom: 10px;
}
.downloads-page__title__wrap {
  max-width: 1380px;
  margin: 0 auto;
}
.downloads-page__blocks {
  max-width: 1600px;
  margin: 0 auto;
}
.downloads-page__blocks__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 100px;
}
.downloads-page__blocks .item {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1180px) {
  .downloads-page__blocks .item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .downloads-page__blocks .item {
    width: 100%;
  }
}
.downloads-page__blocks .item__image {
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .downloads-page__blocks .item__image {
    height: 200px;
  }
}
.downloads-page__blocks .item__title {
  margin-bottom: 10px;
  font-size: 18px;
  min-height: 44px;
}
.downloads-page__blocks .item__desc {
  margin-bottom: 10px;
}
.downloads-page__blocks .item a {
  margin-bottom: 8px;
}

.two-column-wrapper, .two-colum-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 19px;
  row-gap: 22px;
}
@media (min-width: 768px) {
  .two-column-wrapper, .two-colum-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.three-column-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 19px;
  row-gap: 22px;
}
@media (min-width: 768px) {
  .three-column-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Basis */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* md ≥ 768px */
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
/* lg ≥ 992px */
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
/* xl ≥ 1200px */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
section.newsteaser-single {
  padding: 4rem 0 2rem 0;
  margin: 4rem 0;
  display: block;
}
section.newsteaser-single .newsteaser-header {
  margin-bottom: 1rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
}

.newsteaser-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .newsteaser-wrapper {
    flex-direction: row;
    gap: 2rem;
  }
  .newsteaser-wrapper .excerpt-wrapper, .newsteaser-wrapper .slider-wrapper {
    flex: 1 1 46%;
    overflow: hidden;
  }
  .newsteaser-wrapper .slider-wrapper .slick-list {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .newsteaser-wrapper .slider-wrapper .slick-list .slick-item {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .newsteaser-wrapper .slider-wrapper .slick-list .slick-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .newsteaser-wrapper .slider-wrapper .slick-dots {
    margin-top: 0;
  }
}

.news-container .newsteaser-wrapper {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000000;
}

.news-link-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2vh;
}
.news-link-item-wrapper .news-link-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-link-item-wrapper {
    flex-direction: row;
    gap: 50px;
    justify-content: start;
  }
  .news-link-item-wrapper .news-item {
    flex: 1 0 30%;
  }
}

.table-head:nth-of-type(5) {
  display: table-cell !important;
}

.product-type-variables tr td:nth-of-type(5) {
  display: table-cell !important;
}

.table-head:nth-of-type(6) {
  display: none;
}

.product-type-variables tr td:nth-of-type(6) {
  display: none;
}

body .category-single-title, body .content-title-h1 {
  font-style: normal;
  margin-top: 35px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  body .category-single-title, body .content-title-h1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  body .category-single-title, body .content-title-h1 {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  body .category-single-title, body .content-title-h1 {
    margin-top: 80px;
  }
}
body .category-single-title span, body .content-title-h1 span {
  display: block;
  font-size: 0.675em;
  font-weight: 500;
}

.rb-category-bottom-content {
  padding-left: 20px;
  padding-right: 20px;
}
.rb-category-bottom-content > div {
  position: relative;
  width: fit-content;
  margin-right: 77px;
}
.rb-category-bottom-content > div h3 {
  margin-top: 35px;
  font-size: 28px;
  margin-bottom: 0;
}
.rb-category-bottom-content > div img {
  position: absolute;
  top: -16px;
  right: -70px;
  left: unset;
}
.rb-category-bottom-content span {
  font-size: 36px;
}
.rb-category-bottom-content p {
  font-size: 18px;
  margin-top: 19px;
}
@media (max-width: 600px) {
  .rb-category-bottom-content h3 {
    margin-top: 30px !important;
    font-size: 22px !important;
  }
  .rb-category-bottom-content span {
    font-size: 20px;
  }
  .rb-category-bottom-content p {
    margin-top: 10px;
  }
}

.rb-category-bottom-image {
  aspect-ratio: 1/0.5978;
}
.rb-category-bottom-image video, .rb-category-bottom-image image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rb-category-bottom-image.inner-image {
  height: 951px;
  width: 100%;
}
.rb-category-bottom-image.inner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 850px) {
  .rb-category-bottom-image.inner-image {
    height: unset;
  }
}

.rb-two-column-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: 74px;
}
.rb-two-column-block .rb-image-block {
  max-width: 785px;
  height: 510px;
}
.rb-two-column-block .rb-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rb-two-column-block .rb-image-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .rb-two-column-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .rb-two-column-block .rb-image-block {
    max-width: 785px;
    height: unset;
  }
  .rb-two-column-block .rb-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .rb-two-column-block .rb-image-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.rb-column-content {
  font-style: normal;
  font-size: 28px;
  color: #000000;
}
.rb-column-content .rb-title-block {
  font-weight: 700;
  margin-top: 39px;
  font-size: 28px;
  margin-right: 72px;
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .rb-column-content .rb-title-block {
    font-size: 22px;
    margin-top: 22px;
  }
}
.rb-column-content .rg-subtitle-block {
  font-size: 28px;
}
@media (max-width: 550px) {
  .rb-column-content .rg-subtitle-block {
    font-size: 20px;
  }
}
.rb-column-content .rb-article-block {
  margin-top: 23px;
  font-size: 18px;
}
@media (max-width: 550px) {
  .rb-column-content .rb-article-block {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .rb-column-content {
    font-size: 28px;
    line-height: 1.2;
  }
}

.rb-left-column .rb-title-block {
  position: relative;
  width: fit-content;
}
.rb-left-column .rb-title-block:after {
  content: "";
  background: url("../../dest/icons/powered-by-elements.svg") center/cover no-repeat;
  width: 44px;
  height: 41px;
  position: absolute;
  right: -46px;
  top: -25px;
  width: 0.858em;
  height: 0.94em;
  right: -1.2em;
}

.rb-right-column .rb-title-block {
  position: relative;
  width: fit-content;
}
.rb-right-column .rb-title-block:after {
  content: "";
  background: url("../../dest/icons/ledlux.svg") center/cover no-repeat;
  width: 78px;
  height: 28px;
  position: absolute;
  right: -71px;
  top: -14px;
  right: -2.2em;
  width: 1.93em;
  height: 0.72em;
}

.rb-connecting-block-title {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  margin-top: 60px;
}

.rb-connecting-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 19px;
  row-gap: 22px;
  margin-top: 44px;
  margin-bottom: 90px;
}
.rb-connecting-block > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rb-connecting-block > div .rb-category-image-block {
  aspect-ratio: 1/0.72;
  display: flex;
  justify-content: center;
  align-content: center;
  background: linear-gradient(209deg, #51585a 16.24%, rgba(135, 144, 147, 0.22) 82.17%);
  margin-bottom: 20px;
}
.rb-connecting-block > div .rb-category-image-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rb-connecting-block > div h2 {
  margin-top: auto;
  font-weight: 700;
  font-size: 1.6rem;
}
.rb-connecting-block > div h2 a {
  position: relative;
}
.rb-connecting-block > div h2 a .ledlux-icon {
  bottom: 14px;
  right: -81px;
  width: 54px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}
.rb-connecting-block > div h2 a .element-icon {
  bottom: 13px;
  right: -43px;
  width: 24px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .rb-connecting-block > div h2 {
    font-size: 22px;
    margin-top: 22px;
  }
}
@media (max-width: 1300px) {
  .rb-connecting-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .rb-connecting-block .rb-category-image-block {
    aspect-ratio: unset !important;
    height: 250px;
  }
  .rb-connecting-block .rb-category-image-block img {
    object-fit: contain !important;
  }
}
@media (max-width: 800px) {
  .rb-connecting-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.programmes_page.crop-image .acf-block-hero__wrapper__image img {
  max-width: 1400px;
  max-height: 660px;
  padding: 0 20px;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .programmes_page.crop-image .acf-block-hero__wrapper__image img {
    margin-bottom: 20px;
    max-width: 800px;
    margin-top: 150px;
  }
}
@media (max-width: 1400px) {
  .programmes_page.crop-image .acf-block-hero__wrapper__image img {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .programmes_page.crop-image .acf-block-hero__wrapper__image img {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.programmes_page.category-single-hero-module.full-hero-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.led-lux-short-icon {
  width: 1.93em;
  height: 0.72em;
  display: inline-block;
  margin-bottom: 0.3em;
}

.powered-by-elements-short-icon {
  width: 0.858em;
  height: 0.94em;
  display: inline-block;
  margin-bottom: 0.3em;
}
