@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.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;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.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;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  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 button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.social-pages img {
  width: 40px;
  height: auto;
}
#search-bar {
  position: fixed;
  height: 200px;
  top: -200px;
  width: 100%;
  z-index: 200;
}
#search-bar,
#search-bar .toggle {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-color: #ffffff;
}
#search-bar .container {
  height: 200px;
  position: relative;
}
#search-bar .container form {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
}
#search-bar .container form input {
  width: calc(100% - 130px);
  font-size: 20px;
  background: none;
  border: none;
  outline: none;
  float: left;
}
#search-bar .container form button {
  font-size: 20px;
  background: none;
  border: none;
  width: 100px;
  text-align: right;
}
#search-bar .container .toggle {
  position: absolute;
  bottom: -40px;
  width: 40px;
  height: 40px;
  right: 0;
  cursor: pointer;
}
#search-bar .container .toggle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#search-bar .container .toggle > *:nth-child(1) {
  opacity: 1;
}
#search-bar .container .toggle > *:nth-child(2) {
  opacity: 0;
}
.search-open #search-bar {
  top: 0;
}
.search-open #search-bar,
.search-open #search-bar .toggle {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.search-open #search-bar .toggle > *:nth-child(1) {
  opacity: 0;
}
.search-open #search-bar .toggle > *:nth-child(2) {
  opacity: 1;
}
.layout-search ul li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.layout-search ul li:before,
.layout-search ul li:after {
  content: " ";
  display: table;
}
.layout-search ul li:after {
  clear: both;
}
.layout-search .search-result-item {
  display: block;
}
.layout-search .search-result-item .type-title-and-contents {
  max-height: 200px;
  overflow: hidden;
  background-color: #f5f2ef;
  padding: 1em;
}
.layout-search .search-result-item .more {
  margin: 1.5em 0;
  max-width: 200px;
}
#search-bar {
  position: fixed;
  height: 200px;
  top: -200px;
  width: 100%;
  z-index: 200;
}
#search-bar,
#search-bar .toggle {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background-color: #ffffff;
}
#search-bar .container {
  height: 200px;
  position: relative;
}
#search-bar .container form {
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
}
#search-bar .container form input {
  width: calc(100% - 130px);
  font-size: 20px;
  background: none;
  border: none;
  outline: none;
  float: left;
}
#search-bar .container form button {
  font-size: 20px;
  background: none;
  border: none;
  width: 100px;
  text-align: right;
}
#search-bar .container .toggle {
  position: absolute;
  bottom: -40px;
  width: 40px;
  height: 40px;
  right: 0;
  cursor: pointer;
}
#search-bar .container .toggle > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#search-bar .container .toggle > *:nth-child(1) {
  opacity: 1;
}
#search-bar .container .toggle > *:nth-child(2) {
  opacity: 0;
}
.search-open #search-bar {
  top: 0;
}
.search-open #search-bar,
.search-open #search-bar .toggle {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.search-open #search-bar .toggle > *:nth-child(1) {
  opacity: 0;
}
.search-open #search-bar .toggle > *:nth-child(2) {
  opacity: 1;
}
.layout-search ul li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.layout-search ul li:before,
.layout-search ul li:after {
  content: " ";
  display: table;
}
.layout-search ul li:after {
  clear: both;
}
.layout-search .search-result-item {
  display: block;
}
.layout-search .search-result-item .type-title-and-contents {
  max-height: 200px;
  overflow: hidden;
  background-color: #f5f2ef;
  padding: 1em;
}
.layout-search .search-result-item .more {
  margin: 1.5em 0;
  max-width: 200px;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child,
.layout-header .full-menu-toggle *:last-child,
.layout-header .full-search-toggle *:last-child {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: auto;
}
.layout-header .full-menu-toggle *:first-child img,
.layout-header .full-search-toggle *:first-child img,
.layout-header .full-menu-toggle *:last-child img,
.layout-header .full-search-toggle *:last-child img {
  width: 40px;
  height: 40px;
}
.layout-header .full-menu-toggle *:first-child,
.layout-header .full-search-toggle *:first-child {
  opacity: 1;
}
.layout-header .full-search-toggle {
  display: none;
}
@media (min-width: 960px) {
  .layout-header .full-search-toggle {
    display: block;
  }
}
.full-menu-open .layout-header .full-menu-toggle *:first-child {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu-toggle *:last-child {
  opacity: .7;
  font-weight: 700;
}
.full-search-open .layout-header .full-search-toggle *:first-child {
  opacity: 0;
}
.full-search-open .layout-header .full-search-toggle *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 960px) {
  .layout-header .header .menu {
    display: block;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .header .menu {
  opacity: 0;
}
.full-menu-open .layout-header .full-menu {
  top: 0vh;
}
.full-search-open .layout-header .header .menu {
  opacity: 0;
}
.full-search-open .layout-header .full-search {
  top: 0px;
}
.layout-textandtext .container .left-and-right {
  align-items: center;
}
@media (min-width: 960px) {
  .layout-textandtext .container .left-and-right {
    display: flex;
  }
  .layout-textandtext .container .left-and-right > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-textandtext .container .left-and-right > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-textandtext.background-color-alabaster {
  padding: 30px 0 90px 0;
}
.layout-textandtext.background-color-alabaster .container .left-and-right {
  column-gap: 60px;
}
.layout-textandtext.right-has-image-first .left-and-right {
  align-items: flex-start;
}
.layout-textandtext.right-has-image-first .left-and-right .right {
  position: relative;
  top: 0px;
}
@media (min-width: 960px) {
  .layout-textandtext.right-has-image-first .left-and-right .right {
    top: -289px;
  }
}
.layout-contents .left-and-right {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-contents .left-and-right:before,
.layout-contents .left-and-right:after {
  content: " ";
  display: table;
}
.layout-contents .left-and-right:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-contents .left-and-right {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-contents .left-and-right > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-contents .left-and-right > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-contents .left-and-right > * {
    width: 50%;
  }
}
.layout-contents.two_columns .text {
  columns: 2;
}
.layout-contents.two_columns .text > *:first-child {
  margin-top: 0;
}
.layout-text.style-regular .container .title-and-text {
  font-size: 1em;
}
.layout-logos ul li .wrapper {
  padding-bottom: 50%;
  position: relative;
}
.layout-logos ul li .wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.layout-blocks.layout-images-top,
.layout-blocks.layout- {
  padding: 60px 0;
}
.layout-blocks.layout-images-top .container > ul,
.layout-blocks.layout- .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks.layout-images-top .container > ul:before,
.layout-blocks.layout- .container > ul:before,
.layout-blocks.layout-images-top .container > ul:after,
.layout-blocks.layout- .container > ul:after {
  content: " ";
  display: table;
}
.layout-blocks.layout-images-top .container > ul:after,
.layout-blocks.layout- .container > ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-top .container > ul,
  .layout-blocks.layout- .container > ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-blocks.layout-images-top .container > ul > *,
.layout-blocks.layout- .container > ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-blocks.layout-images-top .container > ul > *,
  .layout-blocks.layout- .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-top .container > ul > *,
  .layout-blocks.layout- .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .layout-blocks.layout-images-top .container > ul > *,
  .layout-blocks.layout- .container > ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-top .container > ul > *,
  .layout-blocks.layout- .container > ul > * {
    margin-bottom: 40px;
  }
}
.layout-blocks.layout-images-top .block img,
.layout-blocks.layout- .block img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.layout-blocks.layout-images-top .block .title-and-text,
.layout-blocks.layout- .block .title-and-text {
  overflow: hidden;
  height: 180px;
  line-height: 29px;
}
.layout-blocks.layout-images-top .block .title-and-text .title,
.layout-blocks.layout- .block .title-and-text .title {
  font-weight: 600;
  color: #ce3a2b;
  margin: 10px 0;
  font-size: 1.25em;
}
.layout-blocks.layout-images-top .block .title-and-text p,
.layout-blocks.layout- .block .title-and-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.layout-blocks.layout-images-top .block a.fresco,
.layout-blocks.layout- .block a.fresco {
  display: block;
  margin-bottom: 10px;
}
.layout-blocks.layout-images-top .block .more,
.layout-blocks.layout- .block .more {
  margin-top: 15px;
  font-weight: bold;
}
.layout-blocks.layout-images-top .block .more:hover,
.layout-blocks.layout- .block .more:hover {
  color: #ffffff;
}
.layout-blocks.layout-images-top .block .video-thumb,
.layout-blocks.layout- .block .video-thumb {
  padding-bottom: 56.25%;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.layout-blocks.layout-images-left .container > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks.layout-images-left .container > ul:before,
.layout-blocks.layout-images-left .container > ul:after {
  content: " ";
  display: table;
}
.layout-blocks.layout-images-left .container > ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-left .container > ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-blocks.layout-images-left .container > ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-blocks.layout-images-left .container > ul > * {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-left .container > ul > * {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .layout-blocks.layout-images-left .container > ul > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.layout-blocks.layout-images-left .block {
  height: 150px;
  padding-left: 165px;
  position: relative;
}
.layout-blocks.layout-images-left .block img {
  position: absolute;
  left: 0;
  height: 150px;
  object-fit: cover;
  width: 150px;
}
.layout-blocks.layout-images-left .block .title-and-text {
  padding: 15px;
  overflow: hidden;
  height: 100px;
  line-height: 23px;
}
.layout-blocks.layout-images-left .block .title-and-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.layout-blocks.layout-images-left .block .more {
  margin-left: 15px;
}
@media (min-width: 960px) {
  .layout-blocks.layout-images-left .block {
    height: 200px;
    padding-left: 215px;
  }
  .layout-blocks.layout-images-left .block img {
    width: 200px;
    height: 200px;
  }
  .layout-blocks.layout-images-left .block .title-and-text {
    height: 140px;
    line-height: 29px;
    padding: 15px 15px 5px 15px;
  }
}
.layout-items > .container > ul li {
  break-inside: avoid;
}
.layout-newslatest ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-newslatest ul:before,
.layout-newslatest ul:after {
  content: " ";
  display: table;
}
.layout-newslatest ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-newslatest ul {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.layout-newslatest ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .layout-newslatest ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-newslatest ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .layout-newslatest ul > * {
    width: 33.33333333%;
  }
}
.layout-copyright {
  text-align: center;
}
.layout-copyright .copyright {
  display: inline-block;
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
/* vars */
/* Mixins */
/* styling */
/* Global style */
body {
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.7;
  color: #1d1d1d;
  overflow-x: hidden;
}
img {
  object-fit: cover;
  vertical-align: middle;
}
p {
  font-weight: 300;
}
a {
  text-decoration: none;
}
.phone > .extra-text,
.email > .extra-text,
.address > .extra-text {
  display: none;
}
.contactmenu .phone > .extra-text,
.contactmenu .email > .extra-text,
.contactmenu .address > .extra-text {
  display: block;
}
.layout-hero,
.first-after-header {
  padding: 120px 0 40px;
}
@media (min-width: 960px) {
  .layout-hero,
  .first-after-header {
    padding: 250px 0 40px;
  }
  .scrolled .layout-hero,
  .scrolled .first-after-header {
    padding: 200px 0 40px;
  }
}
.layout-breadcrumbs + .layout-contents {
  padding: 0;
}
.scrolled .layout-breadcrumbs + .layout-contents {
  padding: 0;
}
.gform_heading {
  display: none;
}
.pagination {
  margin: 4em 0;
  text-align: center;
}
.pagination .page-numbers {
  color: #ffffff;
  background-color: #1d1d1d;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #1d1d1d;
  text-align: center;
  cursor: pointer;
  padding: 1em 1.5em;
}
.pagination .page-numbers:hover {
  color: #1d1d1d;
  background-color: #ffffff;
  transition: all .25s;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
  padding: 1em 1.5em;
}
.pagination .page-numbers.current:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
.slick-arrow {
  display: inline-block;
  position: absolute;
  background-color: #ce3a2b;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  width: 50px;
  padding: 2em;
  border-radius: 100px;
  z-index: 2;
  top: 25%;
}
.slick-arrow::before {
  content: "1";
  color: #ffffff;
  font-family: sans-serif;
  opacity: 1;
  font-weight: 300;
}
.slick-arrow:hover {
  transition: all .25s;
  background-color: #ffffff;
}
.slick-arrow:hover::before {
  color: #ce3a2b;
}
@media (min-width: 960px) {
  .slick-arrow {
    height: 100px;
    width: 50px;
  }
}
.slick-arrow.slick-prev {
  left: 40px;
  transform: translateY(-50%) rotate(-90deg) rotateY(180deg);
}
@media (min-width: 1700px) {
  .slick-arrow.slick-prev {
    left: -80px;
  }
}
.slick-arrow.slick-next {
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 1700px) {
  .slick-arrow.slick-next {
    right: -80px;
  }
}
/* Layout style */
.full-menu-open .layout-header,
.full-menu-open .layout-header .header,
.full-menu-open .layout-header .container,
.full-menu-open .layout-header .home,
.full-menu-open .layout-header svg {
  height: 80px;
  display: block;
}
.layout-header .header {
  background-color: #ce3a2b;
  padding-block-end: 60px;
  position: relative;
  transition: all .5s;
}
@media (min-width: 1280px) {
  .layout-header .header {
    padding-block-end: 20px;
  }
}
.layout-header .header .container {
  padding: 0;
  transition: all .5s;
  height: 50px;
}
@media (min-width: 960px) {
  .layout-header .header .container {
    position: relative;
    height: 220px;
  }
}
.layout-header .header .container .home-and-contactmenu {
  width: 100%;
  margin: 0;
  transition: all .5s;
}
@media (min-width: 960px) {
  .layout-header .header .container .home-and-contactmenu {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    width: auto;
    height: 100%;
    background-color: #ffffff;
  }
}
@media (min-width: 1280px) {
  .layout-header .header .container .home-and-contactmenu {
    max-height: 120px;
    align-items: center;
  }
}
.layout-header .header .container .home-and-contactmenu .home {
  margin-block-end: .5em;
}
.layout-header .header .container .home-and-contactmenu .home svg {
  max-width: 165px;
  max-height: 72px;
  transition: all .5s;
  margin: 15px 0 0px 80px;
  display: inline-block;
}
@media (min-width: 960px) {
  .layout-header .header .container .home-and-contactmenu .home svg {
    max-width: 165px;
    max-height: 60px;
    transition: all .5s;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home-and-contactmenu .home svg {
    margin-left: 0;
  }
}
.layout-header .header .container .home-and-contactmenu .home svg g path {
  fill: #ffffff !important;
}
@media (min-width: 960px) {
  .layout-header .header .container .home-and-contactmenu .home svg g path {
    fill: #ce3a2b !important;
  }
}
.layout-header .header .container .home-and-contactmenu .home svg p {
  display: inline-block;
}
.layout-header .header .container .home-and-contactmenu .home svg #g22 g:not(#g28):not(#g32):not(#g92):not(#g96) {
  display: none;
}
.layout-header .header .container .home-and-contactmenu .home .tagline {
  display: none;
}
.layout-header .header .container .home-and-contactmenu .contactmenu {
  transition: all .5s;
}
@media (min-width: 960px) {
  .layout-header .header .container .home-and-contactmenu .contactmenu {
    padding: 0;
    display: grid;
    grid-template-columns: auto;
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .layout-header .header .container .home-and-contactmenu .contactmenu {
    grid-template-columns: repeat(4, auto);
    gap: 3rem;
    justify-content: end;
    padding: 30px 0 0 30px;
    width: 730px;
  }
}
.layout-header .header .container .home-and-contactmenu .contactmenu li {
  display: none;
  padding: 2em;
  color: #ce3a2b;
  transition: all .5s;
}
@media (min-width: 960px) {
  .layout-header .header .container .home-and-contactmenu .contactmenu li {
    display: inline-flex;
    flex-direction: column;
    padding: 0 0 0 1rem;
    margin: 0 0 1em;
  }
}
.layout-header .header .container .home-and-contactmenu .contactmenu li a {
  color: #262b32;
}
.layout-header .header .container .home-and-contactmenu .contactmenu li a span {
  font-weight: 600;
}
.layout-header .header .container .home-and-contactmenu .contactmenu li a span:not(.extra-text)::before {
  content: "";
  display: inline-block;
  width: 8px;
}
.layout-header .header .container .home-and-contactmenu .contactmenu li a .extra-text {
  margin: 0 0 0 1.5em;
  color: #ce3a2b;
  font-weight: 400;
}
@media (min-width: 960px) {
  .layout-header .header .container .utility {
    padding: 2em;
    right: 250px;
  }
}
.layout-header .header .container .utility .search {
  display: none;
}
.layout-header .header .container .utility .language {
  list-style: none;
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin: 1rem;
}
@media (min-width: 960px) {
  .layout-header .header .container .utility .language {
    margin: 0;
  }
}
.layout-header .header .container .utility .language li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: .5rem;
  font-size: .8rem;
}
.layout-header .header .container .utility .language li a.current_language {
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-header .header .container .portal {
  background-color: #262b32;
  color: #ffffff;
  padding: 1em;
  transition: all .5s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 220px;
  z-index: 1;
}
@media (max-width: 959px) {
  .layout-header .header .container .portal {
    display: none;
  }
}
@media (min-width: 960px) {
  .layout-header .header .container .portal {
    right: 0;
    left: auto;
  }
}
@media (min-width: 960px) {
  .layout-header .header .container .portal i {
    position: absolute;
    inset: 65px auto auto 75px;
  }
  .layout-header .header .container .portal i::before {
    font-size: 1.25rem;
    content: "\e0dc";
  }
}
@media (min-width: 960px) {
  .layout-header .header .container .portal p {
    max-width: min-content;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 0;
  }
}
@media (min-width: 960px) {
  .layout-header .header .container .portal::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f061";
    color: #ffffff;
    position: absolute;
    inset: auto 30px 30px auto;
    font-weight: 700;
  }
}
.layout-header .header .container .full-menu-toggle {
  position: absolute;
  z-index: 101;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #262b32;
  color: white;
}
@media (min-width: 960px) {
  .full-menu-open .layout-header .header .container .full-menu-toggle {
    display: block;
  }
}
.layout-header .header .container .menu {
  border: 3px solid rgba(255, 255, 255, 0.1);
  width: 90%;
  transition: all .5s;
}
@media (min-width: 960px) {
  .layout-header .header .container .menu {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 0 2em;
  }
}
@media (min-width: 1280px) {
  .layout-header .header .container .menu {
    padding: 1.5em 4em;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.layout-header .header .container .menu li {
  display: inline-block;
  padding-inline-end: 3em;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu li {
    padding-inline-end: 4em;
  }
}
.layout-header .header .container .menu li a {
  color: #ffffff;
  font-weight: 500;
}
.layout-header .header .container .menu .menu-item-has-children::after {
  content: "\f0d7";
  display: block;
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  right: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .menu .menu-item-has-children::after {
    right: 3rem;
  }
}
.layout-header .header .container .menu .menu-item-has-children {
  position: relative;
}
.layout-header .header .container .menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
}
.layout-header .header .container .menu .menu-item-has-children .sub-menu li a {
  display: block;
  background-color: #ffffff;
  color: #262b32;
  min-width: 200px;
  border-top: 0.5px solid rgba(206, 58, 43, 0.5);
  padding: .5em;
  transition: all 0.25s ease;
}
.layout-header .header .container .menu .menu-item-has-children .sub-menu li:hover a {
  background-color: #000000;
  color: #ffffff;
}
.layout-header .header .container .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transition: all .5s;
}
.scrolled .layout-header .header {
  box-shadow: 0 4px 8px -8px #000000;
  height: 100px;
}
.scrolled .layout-header .header .container {
  height: 100px;
}
.scrolled .layout-header .header .container .home-and-contactmenu {
  background-color: transparent;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .container .home-and-contactmenu .home {
    width: 15%;
  }
  .scrolled .layout-header .header .container .home-and-contactmenu .home svg {
    max-width: 5rem;
    margin-inline-start: 15px;
  }
}
@media (min-width: 1280px) {
  .scrolled .layout-header .header .container .home-and-contactmenu .home svg {
    max-width: 7rem;
  }
}
.scrolled .layout-header .header .container .home-and-contactmenu .home svg {
  height: 100px;
  padding: 0;
}
.scrolled .layout-header .header .container .home-and-contactmenu .home svg g path {
  fill: #ffffff !important;
}
.scrolled .layout-header .header .container .home-and-contactmenu .home .tagline {
  display: none;
}
.scrolled .layout-header .header .container .home-and-contactmenu .contactmenu {
  justify-content: start;
  grid-template-columns: repeat(3, auto);
  gap: .75rem;
  padding-block-start: 30px;
  padding-inline-start: 1rem;
  font-size: .75rem;
}
@media (min-width: 1280px) {
  .scrolled .layout-header .header .container .home-and-contactmenu .contactmenu {
    gap: 1rem;
    font-size: 1rem;
  }
}
.scrolled .layout-header .header .container .home-and-contactmenu .contactmenu p {
  color: #ffffff;
}
.scrolled .layout-header .header .container .home-and-contactmenu .contactmenu a {
  color: #ffffff;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .container .utility {
    right: 60px;
    top: 0;
    display: block;
  }
}
@media (min-width: 1280px) {
  .scrolled .layout-header .header .container .utility {
    right: 60px;
    top: 0;
  }
}
.scrolled .layout-header .header .container .full-menu-toggle {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  padding: .5rem 0 0;
}
.full-menu-open.scrolled .layout-header .header .container .full-menu-toggle {
  color: #ffffff;
}
.scrolled .layout-header .header .container .menu {
  display: none;
}
.scrolled .layout-header .header .container .menu li {
  padding: 1em;
}
.scrolled .layout-header .header .container .menu .menu-item-has-children::after {
  bottom: 0;
  top: revert;
  right: revert;
}
.scrolled .layout-header .header .container .portal {
  height: 50%;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .container .portal {
    width: 200px;
    left: 57.5%;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .scrolled .layout-header .header .container .portal {
    width: 200px;
    left: 60%;
    color: #ffffff;
  }
}
.scrolled .layout-header .header .container .portal i {
  color: #ffffff;
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .container .portal i {
    position: static;
    margin: 0 1rem 0 -1rem;
  }
}
@media (min-width: 960px) {
  .scrolled .layout-header .header .container .portal p {
    min-width: max-content;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
  }
}
.scrolled .layout-header .header .container .portal::after {
  inset: auto 1rem 1rem auto;
}
.layout-header .full-menu {
  background-color: #ce3a2b;
  overflow: hidden;
}
.layout-header .full-menu a {
  color: #ffffff;
  font-size: 1.5rem;
}
.layout-header .full-menu .container {
  padding: 0 0 0 3rem;
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 1.5rem;
  }
}
.layout-header .full-menu .container .menu > li {
  margin: 1rem 0;
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu > li {
    margin: 0;
    position: relative;
  }
}
.layout-header .full-menu .container .menu > li.menu-item-has-children:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0d7";
}
.layout-header .full-menu .container .menu > li.menu-item-has-children::after {
  color: #ce3a2b;
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu > li:nth-child(even) .sub-menu {
    left: auto;
    right: 1rem;
  }
}
.layout-header .full-menu .container .menu > li > a {
  font-size: 1.25rem;
}
.layout-header .full-menu .container .menu > li > a.portal {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: .25rem .5rem;
  background-color: #262b32;
  width: max-content;
}
.layout-header .full-menu .container .menu > li > a.portal p {
  margin: 0;
}
.layout-header .full-menu .container .menu > li:hover .sub-menu {
  display: block;
  height: max-content;
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu > li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 1rem;
    z-index: 3;
    background-color: #ffffff;
    padding: 1rem;
    width: max-content;
  }
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu > li .sub-menu li {
    margin: .5rem 0;
    position: relative;
    width: max-content;
  }
  .layout-header .full-menu .container .menu > li .sub-menu li::before {
    content: "";
    display: block;
    background-color: #ce3a2b;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .layout-header .full-menu .container .menu > li .sub-menu li:hover::before {
    width: 100%;
    transition: all 0.25s ease;
  }
}
.layout-header .full-menu .container .menu > li .sub-menu li a {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 0 1.5rem;
}
@media screen and (min-width: 960px) {
  .layout-header .full-menu .container .menu > li .sub-menu li a {
    padding: 0;
    color: #ce3a2b;
  }
}
.full-menu-open .layout-header .full-menu {
  padding: calc(120px + 1rem) 0 0;
  overflow-y: scroll !important;
}
@media screen and (min-width: 960px) {
  .full-menu-open .layout-header .full-menu {
    height: auto;
    min-height: 500px;
    width: 500px;
    background-color: #1d1d1d;
    right: 0;
    z-index: 100;
    padding: 40px 0;
    overflow: visible !important;
  }
}
@media screen and (min-width: 1280px) {
  .full-menu-open .layout-header .full-menu {
    right: calc(100vw / 2 - 1500px / 2);
  }
}
#search-bar .container .toggle {
  inset: auto 30px -95px auto;
  background-color: transparent;
  transition: all .25s;
  color: #ffffff;
}
@media (min-width: 960px) {
  #search-bar .container .toggle {
    right: 240px;
    bottom: -68px;
    color: #ffffff;
  }
}
@media (min-width: 1380px) {
  #search-bar .container .toggle {
    right: 360px;
    bottom: -66px;
  }
}
.scrolled #search-bar .container .toggle {
  inset: auto 30px -100px auto;
  color: #ffffff;
}
@media (min-width: 960px) {
  .scrolled #search-bar .container .toggle {
    inset: auto 160px -70px auto;
  }
}
@media (min-width: 1280px) {
  .scrolled #search-bar .container .toggle {
    inset: auto 180px -65px auto;
  }
}
.search-open #search-bar .container .toggle {
  inset: auto 40px -40px auto;
  background-color: #f5f2ef;
}
@media (min-width: 960px) {
  .search-open #search-bar .container .toggle {
    color: revert;
  }
}
.search-open #search-bar {
  inset: 0 0;
  background-color: #f5f2ef;
}
.search-open #search-bar .container form input {
  background-color: #ffffff;
  height: 3rem;
}
.layout-hero {
  background: #ce3a2b;
  position: relative;
  isolation: isolate;
}
@media (min-width: 1280px) {
  .layout-hero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background-color: #ffffff;
    z-index: -1;
  }
}
.layout-hero .slides {
  max-width: 1500px;
  margin: auto;
}
.layout-hero .slides li {
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.layout-hero .slides li img {
  max-height: 400px;
  width: 100%;
}
.layout-hero .slides li .text-and-button {
  padding: 1rem;
}
@media (min-width: 960px) {
  .layout-hero .slides li .text-and-button {
    padding: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-hero .slides li .text-and-button .text h1 {
  font-size: 3rem;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 0 20px #000000;
}
@media (min-width: 960px) {
  .layout-hero .slides li .text-and-button .text h1 {
    font-size: 4rem;
  }
}
.layout-hero .slides li .text-and-button .text p {
  margin: 0;
  font-size: 1.5rem;
}
.style-cta.layout-hero > .slides .slick-arrow {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.style-cta.layout-hero > .slides .slick-arrow::before {
  content: "1";
  color: #ffffff;
  font-family: sans-serif;
  opacity: 1;
  font-weight: 300;
}
.style-cta.layout-hero > .slides .slick-arrow:hover {
  transition: all .25s;
  background-color: #ffffff;
}
.style-cta.layout-hero > .slides .slick-arrow:hover::before {
  color: transparent;
}
@media (min-width: 960px) {
  .style-cta.layout-hero > .slides .slick-arrow {
    top: 90%;
  }
}
.style-cta.layout-hero > .slides .slick-arrow:hover::before {
  color: #ce3a2b;
}
.style-cta.layout-hero > .slides li {
  height: auto;
}
@media (min-width: 1280px) {
  .style-cta.layout-hero > .slides li {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "text image image";
    position: relative;
    height: 700px;
  }
}
.style-cta.layout-hero > .slides li img {
  max-height: 100%;
}
@media (min-width: 1280px) {
  .style-cta.layout-hero > .slides li img {
    grid-area: image;
    height: 100%;
  }
}
@media (min-width: 960px) {
  .style-cta.layout-hero > .slides li .text-and-button {
    top: 0;
    transform: none;
  }
}
@media (min-width: 1280px) {
  .style-cta.layout-hero > .slides li .text-and-button {
    grid-area: text;
    position: absolute;
    z-index: 1;
  }
}
.style-cta.layout-hero > .slides li .text-and-button > .text h1 {
  line-height: 1;
  text-shadow: none;
}
@media (min-width: 1280px) {
  .style-cta.layout-hero > .slides li .text-and-button > .text h1 {
    font-size: 6rem;
    white-space: nowrap;
  }
}
.style-cta.layout-hero > .slides li .text-and-button > .text p {
  font-size: 1rem;
  margin: revert;
}
@media (min-width: 960px) {
  .style-cta.layout-hero > .slides li .text-and-button > .text p {
    max-width: 400px;
  }
}
.style-cta.layout-hero > .slides li .text-and-button > .text p > a {
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
  display: block;
  width: max-content;
  margin-block-start: 1rem;
}
.style-cta.layout-hero > .slides li .text-and-button > .text p > a:hover {
  color: #ffffff;
  background-color: #1d1d1d;
  transition: all .25s;
}
.layout-textandlist {
  padding: 40px 15px;
}
.layout-textandlist .container {
  border: 1px solid #ddd;
}
@media (min-width: 960px) {
  .layout-textandlist .container {
    display: flex;
    gap: 100px;
    padding: 40px 40px 25px 40px;
    margin: 20px auto;
  }
}
.layout-textandlist .container .text p {
  font-size: 1.25rem;
  text-align: center;
}
@media (min-width: 960px) {
  .layout-textandlist .container .text p {
    text-align: left;
  }
}
.layout-textandlist .container .text p strong {
  display: block;
  min-width: 200px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.35rem;
}
.layout-textandlist .container .list {
  text-align: center;
}
@media (min-width: 960px) {
  .layout-textandlist .container .list {
    display: flex;
    gap: 120px;
    text-align: left;
  }
}
.layout-textandlist .container .list ul {
  margin: 0 0 20px;
}
.layout-textandlist .container .list ul li em {
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 600;
}
.layout-textandlist .container .list ul li:nth-child(odd)::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  margin: 0 0.5em 0 0;
  font-weight: 600;
  font-size: 1.35rem;
}
.layout-textandlist .container .list ul li:nth-child(even) {
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.75;
}
.layout-textandlinks {
  background-color: #262b32;
}
.layout-textandlinks .content {
  padding: 2em 0;
}
@media (min-width: 1280px) {
  .layout-textandlinks .content {
    padding: 200px 0;
    width: 80%;
    margin: auto;
  }
}
.layout-textandlinks .content .text-and-steps {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1280px) {
  .layout-textandlinks .content .text-and-steps {
    display: flex;
    text-align: left;
    justify-content: center;
  }
}
.layout-textandlinks .content .text-and-steps .text {
  padding: 1rem;
  text-align: center;
  margin: auto;
}
.layout-textandlinks .content .text-and-steps .text h2 {
  font-size: 2rem;
}
@media (min-width: 960px) {
  .layout-textandlinks .content .text-and-steps .text h2 {
    margin-block-start: 0;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .layout-textandlinks .content .text-and-steps .text h2 {
    max-width: 700px;
  }
}
.layout-textandlinks .content .text-and-steps .text p {
  font-weight: 300;
  margin: 0 0 2em;
  margin: auto;
}
@media (min-width: 960px) {
  .layout-textandlinks .content .text-and-steps .text p {
    padding-block-start: 12rem;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .layout-textandlinks .content .text-and-steps .text p {
    max-width: 500px;
  }
}
.layout-textandlinks .content .text-and-steps .text a {
  color: #ce3a2b;
}
.layout-textandlinks .content .text-and-steps .steps {
  display: grid;
  grid-template-rows: repeat(2, 150px);
  justify-content: center;
  grid-template-columns: repeat(2, 150px);
}
@media (min-width: 960px) {
  .layout-textandlinks .content .text-and-steps .steps {
    grid-template-rows: repeat(2, 200px);
    grid-template-columns: repeat(2, 200px);
  }
}
.style-background_dark.layout-textandlinks .content .text-and-steps .steps {
  grid-template-areas: ". diensten" "nieuws contact";
}
@media (min-width: 1280px) {
  .layout-textandlinks .content .text-and-steps .steps {
    width: 50%;
  }
}
.layout-textandlinks .content .text-and-steps .steps li {
  width: 150px;
  height: 150px;
  margin: 20px auto;
  border: 1px solid rgba(197, 193, 193, 0.2);
  position: relative;
}
@media (min-width: 960px) {
  .layout-textandlinks .content .text-and-steps .steps li {
    width: 200px;
    height: 200px;
  }
}
.layout-textandlinks .content .text-and-steps .steps li:hover a {
  transform: scale(1.2);
  transition: all .25s;
}
.layout-textandlinks .content .text-and-steps .steps li:active {
  background-color: #ce3a2b;
}
.layout-textandlinks .content .text-and-steps .steps li a {
  color: #ffffff;
  display: block;
  padding: 120px 0;
  white-space: nowrap;
  text-align: center;
}
.layout-textandlinks .content .text-and-steps .steps li a img {
  width: 90%;
  margin: auto;
  object-fit: cover;
  width: 20px;
  position: absolute;
  top: 90px;
  left: 94px;
  object-fit: contain;
  width: 25px;
  height: 25px;
}
@media (min-width: 960px) {
  .style-background_dark.layout-textandlinks .content .text-and-steps .steps li:first-child {
    grid-area: diensten;
  }
  .style-background_dark.layout-textandlinks .content .text-and-steps .steps li:nth-child(2) {
    grid-area: nieuws;
  }
  .style-background_dark.layout-textandlinks .content .text-and-steps .steps li:last-child {
    grid-area: contact;
    border-left: none;
    border-top: none;
  }
}
.style-background_light.layout-textandlinks {
  background-color: #f5f2ef;
}
.style-background_light.layout-textandlinks .container .text-and-steps {
  color: initial;
  gap: 100px;
  width: auto;
  justify-content: center;
}
.style-background_light.layout-textandlinks .container .text-and-steps .text {
  text-align: left;
}
@media (min-width: 960px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .text {
    margin: 0 0 0 15px;
  }
}
.style-background_light.layout-textandlinks .container .text-and-steps .text h2 {
  position: static;
  max-width: none;
}
.style-background_light.layout-textandlinks .container .text-and-steps .text p {
  padding: 0;
  margin: 0 0 2em;
  max-width: none;
}
.style-background_light.layout-textandlinks .container .text-and-steps .steps {
  grid-template-columns: repeat(2, 150px);
  grid-template-rows: unset !important;
}
@media (min-width: 700px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (min-width: 960px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps {
    grid-template-columns: repeat(4, 200px);
  }
}
@media (min-width: 1280px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps {
    grid-template-columns: repeat(3, 200px);
  }
}
.style-background_light.layout-textandlinks .container .text-and-steps .steps li {
  width: 150px;
  height: 150px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(197, 193, 193, 0.7);
  border-left: 1px solid rgba(197, 193, 193, 0.7);
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;
}
@media (min-width: 700px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li {
    width: 200px;
    height: 200px;
  }
}
.style-background_light.layout-textandlinks .container .text-and-steps .steps li a {
  color: initial;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
@media screen and (max-width: 960px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li a {
    font-size: .75rem;
  }
}
.style-background_light.layout-textandlinks .container .text-and-steps .steps li a img {
  width: auto;
  margin: auto;
  object-fit: cover;
  width: 20px;
  position: static;
  top: 90px;
  left: 90px;
  object-fit: contain;
  width: 43px;
  height: 30px;
}
@media (max-width: 640px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(1),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: 1px solid rgba(197, 193, 193, 0.7);
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(6),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(8),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(10),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(12),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-last-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:last-child {
    border-right: 1px solid rgba(197, 193, 193, 0.7);
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(1),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: 1px solid rgba(197, 193, 193, 0.7);
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: none;
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(6),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(9),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(12),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:last-child {
    border-right: 1px solid rgba(197, 193, 193, 0.7);
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(1),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: 1px solid rgba(197, 193, 193, 0.7);
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(8),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(12),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(16),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:last-child {
    border-right: 1px solid rgba(197, 193, 193, 0.7);
  }
}
@media (min-width: 1280px) {
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(1),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(2),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: 1px solid rgba(197, 193, 193, 0.7);
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(4) {
    border-top: none;
  }
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(3),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(6),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(9),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:nth-child(12),
  .style-background_light.layout-textandlinks .container .text-and-steps .steps li:last-child {
    border-right: 1px solid rgba(197, 193, 193, 0.7);
  }
}
.layout-logos {
  background: #ce3a2b;
  padding: 100px 0;
}
@media (min-width: 960px) {
  .layout-logos {
    padding: 200px 0;
  }
}
.layout-logos .container {
  padding: 0 40px;
}
.layout-logos .container ul li .wrapper {
  margin-left: 15px;
  margin-right: 15px;
}
.layout-logos .container .slick-slider .slick-arrow {
  top: auto !important;
  bottom: -4.5rem;
}
@media screen and (min-width: 960px) {
  .layout-logos .container .slick-slider .slick-arrow {
    bottom: -6rem;
  }
}
.layout-logos .container .slick-slider .slick-arrow.slick-prev {
  left: -10px;
  transform: rotate(-90deg) rotateY(180deg);
}
@media screen and (min-width: 960px) {
  .layout-logos .container .slick-slider .slick-arrow.slick-prev {
    left: 30px;
  }
}
.layout-logos .container .slick-slider .slick-arrow.slick-next {
  right: -10px;
  transform: rotate(90deg);
}
@media screen and (min-width: 960px) {
  .layout-logos .container .slick-slider .slick-arrow.slick-next {
    right: 30px;
  }
}
.layout-logos .container .slick-slider .slick-dots {
  display: none !important;
}
.layout-logos .container .slick-slider li {
  height: auto;
}
.layout-logos.style-overview .container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.layout-logos.style-overview .container ul li {
  padding: 10px;
  width: 50%;
}
@media (min-width: 960px) {
  .layout-logos.style-overview .container ul li {
    width: 20%;
  }
}
.layout-industries li,
.layout-industriesfeatured li {
  position: relative;
  margin: 0 1.5em;
  height: 450px;
}
@media (min-width: 500px) {
  .layout-industries li,
  .layout-industriesfeatured li {
    height: auto;
    aspect-ratio: 1 !important;
  }
}
.layout-industries li .block,
.layout-industriesfeatured li .block {
  overflow: hidden;
  display: block;
  height: 100%;
}
.layout-industries li .block img,
.layout-industriesfeatured li .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.layout-industries li .block .title,
.layout-industriesfeatured li .block .title {
  background-color: #ce3a2b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 2rem;
  width: auto;
  color: #ffffff;
}
.layout-industries li .block .text,
.layout-industriesfeatured li .block .text {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 2.5em;
  z-index: 1;
  font-weight: 300;
}
.layout-industries li .block::after,
.layout-industriesfeatured li .block::after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), #000000);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.layout-industries li .block:hover img,
.layout-industriesfeatured li .block:hover img {
  transform: scale(1.1);
}
.layout-industriesfeatured {
  padding: 60px 0 180px;
}
.layout-industriesfeatured .content {
  position: relative;
}
@media (min-width: 960px) {
  .layout-industriesfeatured .content {
    padding: 0;
  }
}
.layout-industriesfeatured .content .title {
  color: #ce3a2b;
  font-size: 2em;
  text-align: center;
  padding: 50px 0;
  max-width: 800px;
}
@media (min-width: 960px) {
  .layout-industriesfeatured .content .title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    width: 80%;
    margin: auto;
    padding: 150px 0;
  }
}
.layout-industriesfeatured .content .slick-slider {
  margin-block-end: 60px;
}
.layout-industriesfeatured .content .slick-slider .slick-arrow {
  top: 50%;
}
@media (min-width: 960px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow {
    top: auto;
    bottom: -200px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow {
    top: 50%;
    bottom: auto;
  }
}
.layout-industriesfeatured .content .slick-slider .slick-arrow:hover {
  border: 1px solid #ce3a2b;
}
@media (max-width: 960px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-next {
    right: 47px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (max-width: 960px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-prev {
    left: 47px;
  }
}
@media screen and (min-width: 1700px) {
  .layout-industriesfeatured .content .slick-slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
.layout-industriesfeatured .content .link-to-all {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.layout-industriesfeatured .content .link-to-all:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
@media (min-width: 960px) {
  .layout-industriesfeatured .content .link-to-all {
    margin-block-start: 15px;
  }
}
.layout-text {
  padding: 40px 0;
}
.style-statement.layout-text {
  background: #f5f2ef;
  text-align: center;
  color: #888a8b;
}
@media (min-width: 960px) {
  .layout-text .container {
    max-width: 1200px;
  }
}
.layout-text .container .title-and-text {
  font-size: 1.25rem;
}
@media (min-width: 960px) {
  .layout-text .container .title-and-text {
    line-height: 2;
    text-align: left;
  }
}
.layout-text .container .title-and-text .title {
  font-size: 1.3em;
  font-weight: 500;
}
.layout-text .container .title-and-text a {
  color: #ce3a2b;
}
.layout-text .container .title-and-text a:hover {
  text-decoration: underline;
}
.layout-text .container .title-and-text h3 ~ p a,
.layout-text .container .title-and-text h4 ~ p a,
.layout-text .container .title-and-text h3 a,
.layout-text .container .title-and-text h4 a {
  color: #ce3a2b;
}
.layout-text .container .title-and-text .text ul {
  padding-left: 20px;
  list-style: disc;
}
.style-default.layout-text .container .title-and-text p + ul,
.style-regular.layout-text .container .title-and-text p + ul {
  padding-inline-start: 20px;
  list-style-type: disc;
  text-align: left;
  font-weight: 300;
}
.style-two_columns.layout-text .container .title-and-text .title {
  font-size: 2rem;
}
.style-two_columns.layout-text .container .title-and-text .text {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 960px) {
  .style-two_columns.layout-text .container .title-and-text .text {
    display: flex;
    gap: 100px;
  }
}
.style-two_columns.layout-text .container {
  max-width: 1500px;
}
.style-statement.layout-text .container p {
  font-size: 2rem;
}
.style-background.layout-text {
  margin-top: 100px;
}
.style-background.layout-text .container {
  max-width: 1500px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .style-background.layout-text .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.style-background.layout-text .container .image img {
  height: 100%;
}
.style-background.layout-text .container .title-and-text {
  color: #ffffff;
  background-color: #262b32;
  padding: 40px 15px;
  position: relative;
}
@media (min-width: 960px) {
  .style-background.layout-text .container .title-and-text {
    padding: 100px 160px 100px 60px;
  }
}
@media (min-width: 1280px) {
  .style-background.layout-text .container .title-and-text {
    max-height: 650px;
  }
}
.style-background.layout-text .container .title-and-text .title {
  font-size: 2rem;
}
@media (min-width: 1280px) {
  .style-background.layout-text .container .title-and-text .title {
    font-size: 3.5rem;
    line-height: 1.25;
    position: absolute;
    inset: 60px auto auto -100px;
    max-width: 700px;
  }
}
@media (min-width: 1280px) {
  .style-background.layout-text .container .title-and-text .text {
    padding-block-start: 8rem;
  }
}
.style-background.layout-text .container .title-and-text .text p {
  font-size: 1rem;
}
.style-background.layout-text .container .title-and-text .text p:last-child {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 1280px) {
  .style-background.layout-text .container .title-and-text .text p:last-child {
    flex-direction: row;
  }
  .style-background.layout-text .container .title-and-text .text p:last-child > * {
    width: 50%;
  }
}
.style-background.layout-text .container .title-and-text .text p:last-child a {
  color: #ffffff;
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
  display: block;
  max-width: min-content;
  white-space: nowrap;
  margin: auto;
}
.style-background.layout-text .container .title-and-text .text p:last-child a:hover {
  color: #ffffff;
  background-color: #1d1d1d;
  transition: all .25s;
}
.style-background.layout-text .container .title-and-text .text p:last-child a:last-child {
  color: #ffffff;
  background-color: #1d1d1d;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.style-background.layout-text .container .title-and-text .text p:last-child a:last-child:hover {
  color: #1d1d1d;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-textandvisual {
  background: #f5f2ef;
  background-position: center -50px;
  padding: 0 0 50px;
}
@media (min-width: 960px) {
  .layout-textandvisual .container {
    display: flex;
    gap: 2em;
  }
}
.layout-textandvisual .container .text {
  text-align: center;
}
@media (min-width: 960px) {
  .layout-textandvisual .container .text {
    width: 30%;
  }
}
.layout-textandvisual .container .text .wrapper h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 960px) {
  .layout-textandvisual .container .text .wrapper h2 {
    position: relative;
    isolation: isolate;
  }
  .layout-textandvisual .container .text .wrapper h2::before {
    content: "";
    display: block;
    width: 2000px;
    height: 100px;
    position: absolute;
    top: -32px;
    right: -32px;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
  }
}
.layout-textandvisual .container .text .wrapper p {
  font-weight: 300;
}
@media (min-width: 960px) {
  .layout-textandvisual .container .text .wrapper p {
    text-align: left;
  }
}
.layout-textandvisual .container .text .wrapper p a:not(.phone) {
  color: #ffffff;
  background: #ce3a2b;
  border: 1px solid #ce3a2b;
  border-radius: 100px;
  padding: 0.8rem 3rem;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.25s ease;
}
.layout-textandvisual .container .text .wrapper p a:not(.phone):hover {
  background-color: transparent;
  color: #ce3a2b;
}
.layout-textandvisual .container .text .wrapper p a.phone {
  color: #ce3a2b;
  display: inline-block;
}
.layout-textandvisual .container .text .wrapper p a.phone i {
  display: none;
}
.layout-textandvisual .container .visual {
  text-align: center;
}
@media (min-width: 960px) {
  .layout-textandvisual .container .visual {
    width: 70%;
  }
}
.layout-textandvisual .container .visual .fresco i {
  width: 300px;
  height: 200px;
  background-image: url(../images/studio-speakers.jpg);
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-textandvisual .container .visual .fresco i {
    width: 100%;
    height: 100%;
    position: relative;
    isolation: isolate;
  }
  .layout-textandvisual .container .visual .fresco i::before {
    content: "";
    display: block;
    width: 2000px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
  }
}
.layout-textandform {
  background-color: #f5f2ef;
  padding: 40px 0;
}
.layout-textandform .container {
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .layout-textandform .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px 15px;
  }
}
@media (min-width: 960px) {
  .layout-textandform .container {
    justify-content: space-around;
  }
}
.layout-textandform .container .title-and-text .title {
  font-size: 2rem;
  padding: 1.5em 0;
}
.layout-textandform .container .form h2 {
  font-size: 2rem;
  padding: 1.5em 0;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1280px) {
  .layout-textandform .container .form form {
    display: flex;
    align-items: center;
    gap: 1em;
  }
}
@media (min-width: 1280px) {
  .layout-textandform .container .form form .gform_body .gform_fields {
    display: flex;
    align-items: center;
  }
}
.layout-textandform .container .form form .gform_body .gform_fields input {
  border: 1px solid #f5f2ef;
}
@media (min-width: 1280px) {
  .layout-textandform .container .form form .gform_body .gform_fields input {
    margin: 0 1em 0 0;
  }
}
.layout-textandform .container .form form .gform_body .gform_fields input::placeholder {
  font-style: italic;
  color: grey;
}
.layout-textandform .container .form form .gform_footer input {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
}
.layout-textandform .container .form form .gform_footer input:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
.style-background.layout-textandform .container {
  background-color: #1d1d1d;
  color: #ffffff;
}
@media (min-width: 960px) {
  .style-background.layout-textandform .container {
    padding: 60px 160px;
    gap: 150px;
    align-items: flex-start;
  }
  .style-background.layout-textandform .container > * {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .style-background.layout-textandform .container .form form {
    display: block;
  }
}
@media (min-width: 960px) {
  .style-background.layout-textandform .container .form form .gform_body .gform_fields {
    display: block;
  }
}
.style-background.layout-textandform .container .form form .gform_body .gform_fields input {
  background-color: #444;
  margin: 0 0 2em;
  min-height: 4rem;
}
.style-background.layout-textandform .container .form form .gform_footer {
  justify-content: flex-end;
}
.style-background.layout-textandform .container .form form .gform_footer input {
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.style-background.layout-textandform .container .form form .gform_footer input:hover {
  color: #ffffff;
  background-color: #1d1d1d;
  transition: all .25s;
}
.layout-newslatest {
  padding: 40px 0 100px;
}
@media (min-width: 960px) {
  .layout-newslatest {
    padding: 100px 0;
  }
}
.layout-newslatest .content .title-and-link-to-all {
  position: relative;
  min-height: 150px;
}
.layout-newslatest .content .title-and-link-to-all .title {
  font-size: 2rem;
  margin-block-end: 1em;
}
@media (min-width: 960px) {
  .layout-newslatest .content .title-and-link-to-all .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 4rem;
  }
}
.layout-newslatest .content .title-and-link-to-all .link-to-all {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
  padding: .5rem 1rem;
}
.layout-newslatest .content .title-and-link-to-all .link-to-all:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
@media (min-width: 960px) {
  .layout-newslatest .content .title-and-link-to-all .link-to-all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem 3rem;
  }
}
.layout-newslatest .content .slick-slider {
  position: relative;
  padding-top: 40px;
}
.layout-newslatest .content .slick-slider .slick-arrow {
  padding: 0;
  width: 20px;
}
.layout-newslatest .content .slick-slider .slick-list {
  width: 100%;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide {
  height: auto;
  margin: 0 1em 0;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a {
  color: #262b32;
}
@media (min-width: 1280px) {
  .layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a {
    position: relative;
  }
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a img {
  width: 100%;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .title-and-text {
  max-height: 150px;
  line-height: 1.2;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .title-and-text .title {
  color: #ce3a2b;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 1rem auto;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .title-and-text .text {
  font-weight: 300;
  line-height: 1.5em;
  height: 72px;
  overflow: hidden;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .more {
  font-weight: 600;
}
@media (min-width: 1280px) {
  .layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .more {
    inset: auto auto 0 300px;
    margin-top: 0;
  }
}
.layout-newslatest .content .slick-slider .slick-dots {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.layout-newslatest .content .slick-slider .slick-dots li {
  width: 20px;
  margin: 0;
}
.layout-newslatest .content .slick-slider .slick-dots li button::before {
  font-size: 50px;
  color: #1d1d1d;
  opacity: 1;
}
.layout-newslatest .content .slick-slider .slick-dots li.slick-active button::before {
  color: #ce3a2b;
}
.layout-steps .container .title {
  text-align: center;
  font-size: 2rem;
  padding: 20px 0;
}
.layout-steps .container .left-slider-right {
  font-weight: 300;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .layout-steps .container .left-slider-right > * {
    width: 30%;
  }
}
.layout-steps .container .left-slider-right .text-left {
  color: #888a8b;
  position: relative;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right .text-left {
    display: flex;
  }
}
.layout-steps .container .left-slider-right .text-left ul {
  list-style: disc;
  margin: 0 20px 20px;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right .text-left ul {
    margin-inline-start: auto;
  }
}
.layout-steps .container .left-slider-right .text-left ul li {
  margin: 0 0 2rem;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right .text-left::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #f5f2ef;
  }
}
.layout-steps .container .left-slider-right .slider-images ul {
  position: relative;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right .slider-images ul {
    margin: auto;
  }
}
.layout-steps .container .left-slider-right .slider-images ul .slick-arrow {
  background-color: #ce3a2b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px #262b32;
}
.layout-steps .container .left-slider-right .slider-images ul .slick-arrow.slick-prev {
  position: absolute;
  left: 0;
  z-index: 4;
}
.layout-steps .container .left-slider-right .slider-images ul .slick-arrow.slick-next {
  position: absolute;
  right: 0;
  z-index: 4;
}
.layout-steps .container .left-slider-right .slider-images ul li img {
  width: 100%;
  height: 100%;
}
.layout-steps .container .left-slider-right .slider-images ul .slick-dots {
  display: inline;
}
.layout-steps .container .left-slider-right .text-right {
  text-align: center;
  background-color: #1d1d1d;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .layout-steps .container .left-slider-right .text-right {
    text-align: left;
    padding: 2rem;
  }
}
.layout-steps .container .left-slider-right .text-right p {
  margin: 2rem auto;
}
.layout-steps .container .left-slider-right .text-right p strong {
  font-weight: 500;
}
.layout-steps .container .left-slider-right .text-right p a {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
}
.layout-steps .container .left-slider-right .text-right p a:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-textandimage .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .layout-textandimage .container {
    flex-direction: row-reverse;
  }
}
.layout-textandimage .container .label-and-text {
  background: #262b32;
  color: #ffffff;
  padding: 1em;
}
@media (min-width: 960px) {
  .layout-textandimage .container .label-and-text {
    width: 50%;
    text-align: left;
    padding: 3.5em;
  }
}
.layout-textandimage .container .label-and-text .label {
  font-size: 1.25rem;
  margin: 0 0 2em;
}
.layout-textandimage .container .label-and-text .text {
  font-weight: 300;
}
.layout-textandimage .container .label-and-text .text a {
  color: #ce3a2b;
}
.layout-textandimage .container .label-and-text .text a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .layout-textandimage .container img {
    width: 50%;
  }
}
.has-background-color.layout-textandimage {
  background-color: #ce3a2b;
  position: relative;
}
@media (min-width: 1280px) {
  .has-background-color.layout-textandimage::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f5f2ef;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 960px) {
  .has-background-color.layout-textandimage .container {
    flex-direction: row;
    gap: 2em;
  }
}
.has-background-color.layout-textandimage .container .label-and-text {
  background: #ce3a2b;
}
@media (min-width: 960px) {
  .has-background-color.layout-textandimage .container .label-and-text {
    padding: 100px 0 0;
  }
}
.has-background-color.layout-textandimage .container .label-and-text .label {
  font-size: 2rem;
  margin: 0;
}
.has-background-color.layout-textandimage .container .label-and-text .text p {
  margin-bottom: 2em;
}
.has-background-color.layout-textandimage .container .label-and-text .text p strong {
  font-weight: 700;
}
.has-background-color.layout-textandimage .container .label-and-text .text p a {
  color: #1d1d1d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 1em 3em;
  font-weight: 400;
  margin: 1em;
  position: relative;
}
.has-background-color.layout-textandimage .container .label-and-text .text p a::before {
  content: "\f095";
  display: block;
  color: #1d1d1d;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: .75em;
  left: 1em;
}
.has-background-color.layout-textandimage .container .label-and-text .text p a ~ a {
  color: #ffffff;
  background-color: #ce3a2b;
}
.has-background-color.layout-textandimage .container .label-and-text .text p a ~ a::before {
  content: "\f0e0";
  display: block;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: .75em;
  left: 1em;
}
@media (min-width: 1280px) {
  .has-background-color.layout-textandimage .container img {
    position: relative;
    z-index: 1;
  }
}
.layout-products {
  background: #f5f2ef;
  padding: 80px 0 100px;
}
.layout-products .container .text-and-steps {
  text-align: center;
}
@media (min-width: 1280px) {
  .layout-products .container .text-and-steps {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .layout-products .container .text-and-steps .text {
    width: 80%;
    margin: auto;
  }
}
.layout-products .container .text-and-steps .text h2 {
  font-size: 2rem;
  font-weight: 700;
}
.layout-products .container .text-and-steps .text h2:last-child {
  margin: 80px auto 40px;
}
.layout-products .container .text-and-steps .text p {
  font-weight: 300;
}
@media (min-width: 1280px) {
  .layout-products .container .text-and-steps .steps {
    display: flex;
    gap: 2em;
  }
}
.layout-products .container .text-and-steps .steps li a {
  display: flex;
  flex-direction: column;
}
.layout-products .container .text-and-steps .steps li a img {
  display: block;
  margin: auto;
}
.layout-products .container .text-and-steps .steps li a span {
  align-self: center;
  color: #ce3a2b;
  border: 1px solid #ce3a2b;
  border-radius: 50px;
  padding: 1em 2em;
  margin: 2em auto;
}
.layout-news .container {
  max-width: 1200px;
}
.layout-news .container ul {
  display: grid;
  padding: 50px 0 0;
  gap: 2em;
}
@media (min-width: 960px) {
  .layout-news .container ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
  }
}
@media (min-width: 1280px) {
  .layout-news .container ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-news .container ul .post .title-and-text {
  height: 150px;
}
.layout-news .container ul .post .title-and-text .title {
  color: #ce3a2b;
  margin: 20px 0 5px 0;
  font-size: 1.25em;
}
.layout-news .container ul .post .title-and-text .text {
  color: #262b32;
  margin: 0 0 1em;
  font-weight: 300;
  line-height: 1.5em;
  height: 72px;
  overflow: hidden;
}
.layout-news .container ul .post .more {
  color: #262b32;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 0.5px solid #262b32;
  text-align: center;
  cursor: pointer;
  display: block;
  width: max-content;
}
.layout-news .container ul .post .more:hover {
  color: #ffffff;
  background-color: #262b32;
  transition: all .25s;
}
.layout-items .container .title,
.layout-contents .container .title,
.layout-itemscategory .container .title,
.layout-items .container h1,
.layout-contents .container h1,
.layout-itemscategory .container h1 {
  font-size: 2rem;
  color: #ce3a2b;
  margin: 1.25em 0;
}
.layout-items {
  background-color: #f5f2ef;
  padding: 60px 0 60px 0;
}
.layout-items .container .categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
  padding: 2em 0;
}
@media (min-width: 960px) {
  .layout-items .container .categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-items .container .categories li .cat {
  background-color: #ffffff;
  padding: 0;
}
.layout-items .container .categories li .cat a {
  display: block;
  padding: 0;
  color: #1d1d1d;
}
.layout-items .container .categories li .cat a .image {
  overflow: hidden;
}
.layout-items .container .categories li .cat a .image img {
  transition: all 0.25s ease;
}
.layout-items .container .categories li .cat a:hover {
  color: #ce3a2b;
}
.layout-items .container .categories li .cat a:hover img {
  transform: scale(1.1);
}
.layout-items .container .categories li .cat a h2 {
  padding: 7px 30px 30px;
}
.layout-items .container .categories li .cat ul {
  display: none;
}
.layout-items .container .categories li .cat ul li {
  padding: 0;
}
.layout-items .container .categories li .cat .link-to-term:last-child {
  color: #ce3a2b;
  font-weight: 700;
  text-align: right;
  padding-inline-end: 2em;
}
.layout-iframe {
  margin-bottom: 60px;
}
.layout-iframe .container {
  max-width: 1200px;
}
.layout-iframe .container #route {
  margin-bottom: 15px;
}
.layout-iframe .container #saddr {
  height: 48px;
  border-radius: 30px;
  border: 1px solid black;
  margin-right: 5px;
}
.layout-iframe .container input[type=submit] {
  color: #ffffff;
  background-color: #262b32;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #262b32;
  text-align: center;
  cursor: pointer;
}
.layout-iframe .container input[type=submit]:hover {
  color: #262b32;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-iframe .container iframe {
  border: none;
}
.layout-contents {
  padding-block-start: 110px;
}
@media (min-width: 960px) {
  .layout-contents {
    padding-block-start: 220px;
  }
}
.scrolled .layout-contents {
  padding-block-start: 120px;
}
.layout-contents .container {
  max-width: 1200px;
}
.layout-contents .container .gform_button,
.layout-contents .container #route > input:last-child {
  color: #ffffff;
  background-color: #262b32;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #262b32;
  text-align: center;
  cursor: pointer;
}
.layout-contents .container .gform_button:hover,
.layout-contents .container #route > input:last-child:hover {
  color: #262b32;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-contents .container #saddr {
  height: 3rem;
  margin-inline-end: 1rem;
}
@media (min-width: 960px) {
  .layout-contents .container iframe {
    height: 500px !important;
  }
}
.layout-contents .container p + ul {
  padding-inline-start: 20px;
  list-style-type: disc;
  text-align: left;
  font-weight: 300;
}
.layout-contents .container a {
  color: #ce3a2b;
  position: relative;
}
.layout-contents .container a::before,
.layout-contents .container a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ce3a2b;
  position: absolute;
  inset: auto auto -0.25rem 0;
  transition: width 250ms;
}
.layout-contents .container a:hover::before,
.layout-contents .container a:hover::after {
  width: 0;
}
.layout-contents .container .text blockquote {
  background: #f5f2ef;
  margin: 0;
  padding: 20px 40px;
}
.layout-contents .container .text h2 {
  display: block;
  clear: both;
}
.layout-contents .container .text .gallery a {
  padding: 10px;
}
.layout-contents .container .text .gallery a:after,
.layout-contents .container .text .gallery a:before {
  display: none;
}
.layout-contents .container .text .gallery a img {
  display: block;
  border: none !important;
  height: 250px;
  object-fit: contain;
  object-position: center;
}
.layout-itemscategory .container .items li {
  margin: 2em 0;
  border: 1px solid #f5f2ef;
  padding: 1em 2em 2em;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .layout-itemscategory .container .items li {
    min-height: 260px;
  }
}
@media (min-width: 1280px) {
  .layout-itemscategory .container .items li {
    min-height: 360px;
  }
}
.layout-itemscategory .container .items li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .layout-itemscategory .container .items li img {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 300px;
    max-width: 200px;
    height: 200px;
  }
}
@media (min-width: 1280px) {
  .layout-itemscategory .container .items li img {
    max-width: 300px;
    height: 300px;
  }
}
.layout-itemscategory .container .items li .item .title-text {
  padding-left: 0;
}
.layout-itemscategory .container .items li .item .title-text .title {
  font-size: 1.25rem;
  color: initial;
}
.layout-itemscategory .container .items li .item .title-text .text {
  margin: 0 0 2em 0;
  text-indent: 0;
}
.layout-itemscategory .container .items li .item .title-text a {
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ce3a2b;
  text-align: center;
  cursor: pointer;
}
.layout-itemscategory .container .items li .item .title-text a:hover {
  color: #ffffff;
  background-color: #1d1d1d;
  transition: all .25s;
}
.layout-itemscategory .container .items li.has-image .item .title-text {
  padding-left: 0;
}
@media (min-width: 640px) {
  .layout-itemscategory .container .items li.has-image .item .title-text {
    padding-left: 225px;
  }
}
@media (min-width: 1280px) {
  .layout-itemscategory .container .items li.has-image .item .title-text {
    padding-left: 325px;
  }
}
.layout-breadcrumbs .container span a {
  color: #1d1d1d;
}
.layout-breadcrumbs .container span.breadcrumb_last {
  color: #ce3a2b;
}
.layout-breadcrumbs.before-hero {
  padding-block-start: 60px;
}
.layout-itemsback,
.layout-newsback {
  padding: 60px 0;
  background: #f5f2ef;
  margin-top: 30px;
}
.layout-itemsback .container,
.layout-newsback .container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-itemsback .container li:before,
.layout-newsback .container li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f324";
}
.layout-itemsback .container li::before,
.layout-newsback .container li::before {
  color: #ce3a2b;
  font-size: .5rem;
  margin-inline-end: .5rem;
}
.layout-itemsback .container a,
.layout-newsback .container a {
  color: #ce3a2b;
  position: relative;
}
.layout-itemsback .container a::before,
.layout-newsback .container a::before,
.layout-itemsback .container a::after,
.layout-newsback .container a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ce3a2b;
  position: absolute;
  inset: auto auto -0.25rem 0;
  transition: width 250ms;
}
.layout-itemsback .container a:hover::before,
.layout-newsback .container a:hover::before,
.layout-itemsback .container a:hover::after,
.layout-newsback .container a:hover::after {
  width: 0;
}
.layout-itemsback .container a:not(li>a)::before,
.layout-newsback .container a:not(li>a)::before,
.layout-itemsback .container a:not(li>a)::after,
.layout-newsback .container a:not(li>a)::after {
  inset: auto auto .125rem 0;
}
.layout-industries {
  padding-bottom: 90px;
}
.layout-industries .container .title:not(li .title) {
  font-size: 2rem;
  color: #ce3a2b;
  margin: 1.25em 0;
}
.layout-industries .container ul {
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.layout-industries .container ul li {
  margin: 0;
}
.layout-searchbar {
  background-color: #f5f2ef;
  padding: 60px 0 60px 0;
}
.layout-searchbar form input {
  height: 50px;
  border: 1px solid #cbcbcb;
  width: 90%;
  padding: 18px;
}
.layout-searchbar form button {
  height: 50px;
  border: 1px solid #ce3a2b;
  padding: 16px;
  margin: 0;
  vertical-align: top;
  background: #ce3a2b;
  color: white;
  cursor: pointer;
}
.layout-searchbar form button:hover {
  background: #262b32;
  border-color: #262b32;
}
.layout-search .container ul li a .type-title-and-contents .type {
  color: initial;
  font-size: 1.25rem;
}
.layout-search .container ul li a .type-title-and-contents .title {
  font-size: 2rem;
  color: #ce3a2b;
}
.layout-search .container ul li a .type-title-and-contents .contents {
  color: initial;
}
.layout-search .container ul li a .more {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ff0000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  padding: .25em;
}
.layout-search .container ul li a .more:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-footercta {
  background-color: #1d1d1d;
  padding: 40px 15px;
  border-bottom: 1px solid #333;
}
@media (min-width: 960px) {
  .layout-footercta {
    padding: 80px 15px;
  }
}
.layout-footercta .container {
  color: #ffffff;
}
.layout-footercta .container .text #gform_wrapper_2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .layout-footercta .container .text #gform_wrapper_2 {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.layout-footercta .container .text #gform_wrapper_2 .gform_heading {
  margin: 0 0 20px;
  text-align: center;
  display: block;
  font-size: 2rem;
}
@media (min-width: 1280px) {
  .layout-footercta .container .text #gform_wrapper_2 .gform_heading {
    width: 90%;
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: left;
    margin: 0;
  }
}
.layout-footercta .container .text #gform_wrapper_2 .gform_heading h2 {
  display: none;
}
.layout-footercta .container .text #gform_wrapper_2 .gform_heading span {
  font-size: 2rem;
  line-height: 1;
}
.layout-footercta .container .text #gform_wrapper_2 .gform_description {
  font-weight: 400;
  line-height: 1.5em;
}
.layout-footercta .container .text #gform_wrapper_2 form {
  text-align: center;
}
@media (min-width: 1280px) {
  .layout-footercta .container .text #gform_wrapper_2 form {
    align-self: center;
    display: flex;
    grid-column-start: 2;
    grid-column-end: 4;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .layout-footercta .container .text #gform_wrapper_2 form .gform_body #gform_fields_2 {
    display: flex;
    justify-content: space-between;
  }
}
.layout-footercta .container .text #gform_wrapper_2 form .gform_body #gform_fields_2 .ginput_container input {
  background-color: transparent;
  border: 1px solid #1d1d1d;
  border-bottom: 1px solid grey;
  color: #ffffff;
}
.layout-footercta .container .text #gform_wrapper_2 form .gform_body #gform_fields_2 .ginput_container input::placeholder {
  color: #ffffff;
}
.layout-footercta .container .text #gform_wrapper_2 form .gform_footer {
  margin: auto;
  display: block;
}
@media (min-width: 1280px) {
  .layout-footercta .container .text #gform_wrapper_2 form .gform_footer {
    margin: 0;
    margin-left: auto;
    padding: 0;
  }
}
.layout-footercta .container .text #gform_wrapper_2 form .gform_footer .gform_button {
  color: #1d1d1d;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1x solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.layout-footercta .container .text #gform_wrapper_2 form .gform_footer .gform_button:hover {
  color: #ffffff;
  background-color: #ce3a2b;
  border: 1px solid #ce3a2b;
  transition: all .25s;
}
.layout-blocks .container {
  max-width: 1300px;
}
.layout-blocks .container ul li .block a {
  color: #ffffff;
  background-color: #ce3a2b;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
}
.layout-blocks .container ul li .block a:hover {
  color: #ce3a2b;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-blocks .container ul li .block a:hover {
  border: 1px solid #ce3a2b;
  color: #ce3a2b !important;
}
.layout-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
}
.layout-footer .content {
  position: relative;
}
.layout-footer .content .logo-text {
  color: #ce3a2b;
}
@media (min-width: 960px) {
  .layout-footer .content .blocks-and-up .blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }
}
.layout-footer .content .blocks-and-up .blocks li {
  margin-block-end: 4rem;
}
@media (min-width: 960px) {
  .layout-footer .content .blocks-and-up .blocks li {
    margin: 0;
  }
  .layout-footer .content .blocks-and-up .blocks li:last-child,
  .layout-footer .content .blocks-and-up .blocks li:nth-last-child(2) {
    justify-self: end;
    margin-block-start: -70px;
  }
}
.layout-footer .content .blocks-and-up .blocks li p {
  margin: 4px 0;
}
.layout-footer .content .blocks-and-up .blocks li p a {
  color: #ffffff;
}
.layout-footer .content .blocks-and-up .blocks li p strong a,
.layout-footer .content .blocks-and-up .blocks li p a strong {
  color: #ce3a2b;
  font-weight: 500;
}
.layout-footer .content .blocks-and-up .up {
  position: absolute;
  inset: 20px 15px auto auto;
  cursor: pointer;
}
@media (min-width: 960px) {
  .layout-footer .content .blocks-and-up .up {
    inset: auto 15px 250px auto;
  }
}
.layout-footer .content .blocks-and-up .up i {
  border: 0.5px solid #6f6d6b;
  border-radius: 100px;
  padding: 2em 1em;
  margin-inline-start: 1em;
}
@media (min-width: 1280px) {
  .layout-footer .content .contact-text-and-socials {
    display: flex;
    gap: 5rem;
    align-items: center;
  }
}
.layout-footer .content .contact-text-and-socials .contactmenu {
  background-color: #ffffff;
  margin: 0 0 2rem;
}
@media (min-width: 960px) {
  .layout-footer .content .contact-text-and-socials .contactmenu {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;
  }
}
@media (min-width: 1280px) {
  .layout-footer .content .contact-text-and-socials .contactmenu {
    gap: 3rem;
    justify-content: center;
    width: 60%;
  }
}
.layout-footer .content .contact-text-and-socials .contactmenu li {
  padding: 2em;
  color: #ce3a2b;
}
@media (min-width: 960px) {
  .layout-footer .content .contact-text-and-socials .contactmenu li {
    display: inline-flex;
    flex-direction: column;
  }
}
.layout-footer .content .contact-text-and-socials .contactmenu li a {
  text-decoration: none;
  color: #262b32;
}
.layout-footer .content .contact-text-and-socials .contactmenu li a span {
  font-weight: 600;
}
.layout-footer .content .contact-text-and-socials .contactmenu li a span:not(.extra-text)::before {
  content: "";
  display: inline-block;
  width: 8px;
}
.layout-footer .content .contact-text-and-socials .contactmenu li a .extra-text {
  margin: 0 0 0 1.5em;
  color: #ce3a2b;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .layout-footer .content .contact-text-and-socials .text-and-socials {
    margin-top: -3rem;
  }
}
.layout-footer .content .contact-text-and-socials .text-and-socials .socials .social-pages {
  font-size: 2rem;
  display: flex;
  gap: 3.5rem;
  margin-inline-start: -2rem;
  justify-content: center;
}
.layout-footer .content .contact-text-and-socials .text-and-socials .socials .social-pages a {
  visibility: collapse;
  width: 0;
  height: 0;
  display: block;
}
.layout-footer .content .contact-text-and-socials .text-and-socials .socials .social-pages a i {
  visibility: visible;
  color: #ffffff;
}
.layout-footer .content .contact-text-and-socials .text-and-socials .socials p {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #ce3a2b;
}
.scrolled .layout-footer .content .blocks-and-up .up {
  position: fixed;
  top: 50%;
  right: 5px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: center;
  border: 1px solid #ce3a2b;
  height: max-content;
  border-radius: 100px;
  padding: .75rem .25rem;
  background-color: rgba(206, 58, 43, 0.2);
}
@media screen and (min-width: 960px) {
  .scrolled .layout-footer .content .blocks-and-up .up {
    right: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-footer .content .blocks-and-up .up {
    right: 30px;
  }
}
.scrolled .layout-footer .content .blocks-and-up .up span {
  font-size: .3rem;
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-footer .content .blocks-and-up .up span {
    font-size: .5rem;
  }
}
.scrolled .layout-footer .content .blocks-and-up .up i {
  padding: .5rem .25rem;
  margin: 0;
  border-color: #ffffff;
  height: max-content;
  font-size: .5rem;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-footer .content .blocks-and-up .up i {
    font-size: initial;
  }
}
.scrolled .layout-footer .content .blocks-and-up .up:hover {
  background-color: #ce3a2b;
  transition: all 0.25s ease;
}
.layout-copyright {
  background-color: #000000;
  padding: 100px 0 30px;
}
.layout-copyright .content {
  color: #ffffff;
}
@media (min-width: 960px) {
  .layout-copyright .content {
    display: flex;
    justify-content: space-evenly;
  }
}
.layout-copyright .content .menu li {
  padding: 0 2em;
}
.layout-copyright .content .menu li a {
  text-decoration: none;
  color: #ffffff;
}
.layout-internetmensen {
  background-color: #000000;
  margin-top: 0;
}
.layout-internetmensen path {
  fill: white !important;
}
.full-menu-open #search-bar {
  top: 120px;
  height: 1.5rem;
  width: 200px;
  margin-left: 3rem;
}
.full-menu-open #search-bar .container {
  height: 1.5rem;
}
.full-menu-open #search-bar .container form {
  width: unset;
  position: static;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  transform: none;
}
.full-menu-open #search-bar .container form input {
  width: unset;
}
.full-menu-open #search-bar .container form input::placeholder {
  font-size: 1rem;
  display: block;
  margin: 0 0 0 auto;
}
.full-menu-open #search-bar .container form button {
  width: 1rem;
  position: absolute;
  right: -1rem;
  bottom: .125rem;
  cursor: pointer;
}
.full-menu-open #search-bar .container form button i {
  font-size: 1rem;
  color: #ffffff;
}
.full-menu-open #search-bar .container .toggle {
  display: none;
}
.layout-customers {
  padding: 40px 0;
}
@media screen and (min-width: 1280px) {
  .layout-customers {
    padding: 60px 0;
  }
}
.layout-customers .container > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
@media screen and (min-width: 810px) {
  .layout-customers .container > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .layout-customers .container > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout-customers .container > ul li .image {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.layout-customers .container > ul li .image img {
  height: 100%;
  width: 100%;
}
.layout-customers .container > ul li .title-text-and-more h2 {
  color: #ce3a2b;
  font-weight: 400;
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
  min-height: 70px;
}
.layout-customers .container > ul li .title-text-and-more .text {
  margin: 0 0 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-customers .container > ul li .title-text-and-more .more {
  color: #000000;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #000000;
  text-align: center;
  cursor: pointer;
  padding: .5rem 1.5rem;
}
.layout-customers .container > ul li .title-text-and-more .more:hover {
  color: #ffffff;
  background-color: #000000;
  transition: all .25s;
}
.layout-customersfeatured {
  background-color: #262b32;
  color: #ffffff;
  padding: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-customersfeatured {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-customersfeatured .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 810px) {
  .layout-customersfeatured .container .image {
    order: 2;
  }
}
.layout-customersfeatured .container .text-and-more {
  margin: 1rem .5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-customersfeatured .container .text-and-more {
    margin: 0 2rem;
  }
}
.layout-customersfeatured .container .text-and-more .text {
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-customersfeatured .container .text-and-more .text {
    margin: 0 0 3rem;
  }
}
.layout-customersfeatured .container .text-and-more .more {
  color: #ffffff;
  background-color: transparent;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.layout-customersfeatured .container .text-and-more .more:hover {
  color: transparent;
  background-color: #ffffff;
  transition: all .25s;
}
.layout-customersfeatured .container .text-and-more .more:hover {
  color: #ce3a2b;
  background-color: #ffffff;
}
.layout-newslatest .content .slick-slider .slick-list .slick-track .slick-slide a .title-and-text {
  height: 150px;
  max-height: none;
  overflow: hidden;
}
