@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1335px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 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%;
}
/* Line clamp */
/* 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%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* 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;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  z-index: 2;
}
.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 {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1024px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
.layout-warehouses .map {
  position: relative;
}
.layout-warehouses .map a {
  position: absolute;
}
.layout-warehousesfeatured .map {
  position: relative;
}
.layout-warehousesfeatured .map a {
  position: absolute;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  padding: 120px 0 0;
  color: #103172;
}
@media screen and (min-width: 1024px) {
  body {
    padding: 165px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding: 220px 0 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}
h1 {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.35rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #143d8d;
  border: 1px solid #143d8d;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  strong a,
  a strong {
    padding: 0.75rem 3rem;
  }
}
strong a:hover,
a strong:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
strong a:hover,
a strong:hover {
  color: #143d8d !important;
  background-color: #ffffff !important;
  border-color: #143d8d !important;
}
p:has(strong em),
p:has(em strong) {
  font-size: 1.125rem;
  margin: 0;
}
p:has(strong em) strong em,
p:has(em strong) strong em,
p:has(strong em) em strong,
p:has(em strong) em strong {
  font-style: normal;
  font-weight: 300;
}
ul:has(li strong a),
ul:has(li a strong) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 810px) {
  ul:has(li strong a),
  ul:has(li a strong) {
    flex-direction: row;
  }
}
img {
  height: 100%;
  width: 100%;
}
.layout:not(.layout-header) {
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout:not(.layout-header) {
    padding: 4.25rem 0;
  }
}
.layout-header .skip {
  color: #ffffff;
  background-color: #143d8d;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.social-pages {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: .25rem;
}
.social-pages a i {
  color: #103172;
}
.social-pages a span {
  display: none;
}
.social-pages a:hover {
  background-color: #d4e5f5;
  transition: all 0.25s ease;
}
.social-pages a:hover i {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header header {
  height: max-content;
}
.layout-header header .header-top {
  background-color: #d4e5f5;
  color: #143d8d;
}
.layout-header header .header-top,
.layout-header header .header-top .container {
  height: 60px;
}
.layout-header header .header-top .container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.layout-header header .header-top .container .phone-and-email {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-top .container .phone-and-email {
    gap: 2rem;
  }
}
.layout-header header .header-top .container .phone-and-email a {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
}
.layout-header header .header-top .container .phone-and-email a i {
  color: #103172;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.layout-header header .header-top .container .phone-and-email a span {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-top .container .phone-and-email a span {
    display: inline-block;
  }
}
.layout-header header .header-top .container .phone-and-email a:hover {
  color: #455a61;
  transition: all 0.25s ease;
}
.layout-header header .header-top .container .social-pages {
  gap: .25rem;
}
@media screen and (min-width: 810px) {
  .layout-header header .header-top .container .menu-top li {
    margin-left: .75rem;
  }
}
.layout-header header .header-top .container .menu-top li:first-child {
  margin-left: 0;
}
.layout-header header .header-top .container .menu-top li a {
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-header header .header-top .container .menu-top li a {
    width: 36px;
    overflow: hidden;
    height: 32px;
    background: white;
    padding: 6px 5px;
    border-radius: .25rem;
    color: white;
    margin-top: 4px;
  }
}
.layout-header header .header-top .container .menu-top .weglot-lang.current-lang {
  display: none;
}
.layout-header header .header-mid {
  background-color: #d4e5f5;
  border-bottom: 1px solid #455a61;
}
.layout-header header .header-mid,
.layout-header header .header-mid .container {
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-mid,
  .layout-header header .header-mid .container {
    height: 115px;
  }
}
.layout-header header .header-mid .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-header header .header-mid .container .home svg {
  height: 50px;
  width: 140px;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-mid .container .home svg {
    height: 130px;
    width: 315px;
    height: 87px;
    width: 282px;
  }
}
.layout-header header .header-mid .container .contact-and-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.layout-header header .header-mid .container .contact-and-toggle .offerte {
  display: none;
  color: #143d8d;
  background-color: #d4e5f5;
  border: 1px solid #143d8d;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header header .header-mid .container .contact-and-toggle .offerte {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-mid .container .contact-and-toggle .offerte {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .header-mid .container .contact-and-toggle .offerte {
    padding: 0.75rem 3rem;
  }
}
.layout-header header .header-mid .container .contact-and-toggle .offerte:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-header header .header-mid .container .contact-and-toggle .offerte:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header header .header-mid .container .contact-and-toggle .offerte:hover {
  background-color: #143d8d !important;
  color: #ffffff !important;
}
.layout-header header .header-mid .container .contact-and-toggle .contact {
  color: #ffffff;
  background-color: #143d8d;
  border: 1px solid #143d8d;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-mid .container .contact-and-toggle .contact {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .header-mid .container .contact-and-toggle .contact {
    padding: 0.75rem 3rem;
  }
}
.layout-header header .header-mid .container .contact-and-toggle .contact:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-header header .header-mid .container .contact-and-toggle .contact:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header header .header-mid .container .contact-and-toggle .contact:hover {
  background-color: #d4e5f5 !important;
  color: #143d8d !important;
}
.layout-header header .header-mid .container .contact-and-toggle .full-menu-toggle {
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-color: transparent;
  border-radius: .25rem;
}
.layout-header header .header-mid .container .contact-and-toggle .full-menu-toggle .toggle {
  color: #143d8d;
  font-size: 1.25rem;
}
.layout-header header .header-bottom {
  display: none;
  background-color: #103172;
  color: #ffffff;
  border-bottom: 1px solid #455a61;
}
@media screen and (min-width: 1024px) {
  .layout-header header .header-bottom {
    display: block;
  }
}
.layout-header header .header-bottom,
.layout-header header .header-bottom .container {
  height: 45px;
}
.layout-header header .header-bottom .container {
  display: flex;
  align-items: center;
}
.layout-header header .header-bottom .container nav {
  height: 100%;
  display: grid;
  align-items: center;
}
.layout-header header .header-bottom .container nav .menu {
  gap: 1rem;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-bottom .container nav .menu {
    gap: 2rem;
  }
}
.layout-header header .header-bottom .container nav .menu > li {
  height: 100%;
  align-items: center;
  display: flex;
}
.layout-header header .header-bottom .container nav .menu > li > a {
  padding: .25rem .5rem;
}
.layout-header header .header-bottom .container nav .menu > li:hover {
  background-color: #d4e5f5;
  transition: all 0.25s ease;
}
.layout-header header .header-bottom .container nav .menu > li:hover > a {
  color: #103172;
  transition: all 0.25s ease;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children {
  padding-inline-end: 1.5rem;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children > a {
  position: relative;
  isolation: isolate;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../images/chevron-white.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children > a::after {
  margin: 0 0 0 .25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: -.75rem;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children:hover a::after {
  background-image: url(../images/chevron-blue.svg);
  transition: all 0.25s ease;
  transform: translateY(-50%) rotate(180deg);
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100vw;
  background-color: #d4e5f5;
  color: #103172;
  padding: 2rem;
  left: 0 !important;
  gap: .5rem 4rem;
  justify-content: center;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li a {
  padding: .2rem .5rem;
  position: relative;
  isolation: isolate;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #103172;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li a::before {
  top: auto;
  bottom: -.25rem;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children .three-deep-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 2rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:not(:last-child) {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:not(:last-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #103172;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
  }
}
.layout-header header .header-bottom .container nav .menu > li.menu-item-has-children .sub-menu.visible {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  top: 100%;
  animation: subMenuOpacity 250ms ease-in-out 100ms forwards;
}
@keyframes subMenuOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .full-menu {
  background-color: #d4e5f5;
  color: #103172;
}
.layout-header .full-menu .container nav .menu > li {
  margin: 0 0 .5rem;
}
.layout-header .full-menu .container nav .menu > li > a {
  font-size: 1.125rem;
  padding: .5rem 0;
}
.layout-header .full-menu .container nav .menu > li .toggle {
  border-color: transparent;
  background-color: transparent;
}
.layout-header .full-menu .container nav .menu > li.unfolded .toggle {
  transform: rotate(180deg);
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu > li .sub-menu li a {
  padding: .25rem .5rem;
}
.layout-header .full-menu .container nav .menu > li .sub-menu li.menu-item-has-children .toggle {
  display: none;
}
.layout-header .full-menu .container nav .menu > li .sub-menu li.menu-item-has-children > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.scrolled .layout-header header {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}
.scrolled .layout-header header .header-top {
  position: absolute;
  top: -100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header header .header-top {
    position: revert;
    top: unset;
  }
}
.scrolled .layout-header header .header-top,
.scrolled .layout-header header .header-top .container {
  height: 45px;
  transition: all 0.25s ease;
}
.scrolled .layout-header header .header-mid,
.scrolled .layout-header header .header-mid .container {
  height: 50px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header header .header-mid .container .home svg {
    width: 140px;
    height: 40px;
  }
}
.scrolled .layout-header header .header-bottom,
.scrolled .layout-header header .header-bottom .container {
  height: 30px;
  transition: all 0.25s ease;
}
.full-menu-open .layout-header .full-menu {
  top: 120px;
  padding: 2rem 0;
}
.scrolled.full-menu-open .layout-header .full-menu {
  top: 50px;
}
.layout-footer {
  padding: 0 !important;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  color: #103172;
}
.layout-footer .container .cta {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  background-color: #d7ddde;
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
  max-width: 52rem;
  margin: 0 auto;
}
.layout-footer .container .cta::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f5f4ed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .cta::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta {
    padding: 4rem 0 3.25rem;
  }
}
.layout-footer .container .cta .text {
  order: 2;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta .text {
    order: unset;
  }
}
.layout-footer .container .cta .text h3 {
  text-transform: none;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text h3 {
    font-size: 3rem;
  }
}
.layout-footer .container .cta .text p:not(:has(a)) {
  line-height: 1.7rem;
  margin: 1.25rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .text p:not(:has(a)) {
    font-size: 1.25rem;
  }
}
.layout-footer .container .cta .text a {
  color: #ffffff;
  background-color: #103172;
  border: 1px solid #103172;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
  margin: 1rem 0 0;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .text a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text a {
    padding: 0.75rem 3rem;
  }
}
.layout-footer .container .cta .text a:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-footer .container .cta .text a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-footer .container .cta .text a:hover {
  background-color: #ffffff !important;
  color: #143d8d !important;
}
.layout-footer .container .cta .image {
  width: 200px;
  margin: -4rem auto 0;
  height: calc(100% + 6rem);
  align-self: end;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta .image {
    width: 300px;
    height: calc(100% + 3rem);
    margin-block-end: -3.25rem;
    margin-block-end: -5rem;
    margin: -2rem 0 -2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .image {
    height: calc(100% + 4rem);
    margin-block-end: -3.25rem;
    margin-block-end: -5rem;
    margin: -2rem 0 -2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .image {
    height: calc(100% + 9rem);
    margin-block-end: -3.25rem;
    margin-block-end: -5rem;
  }
}
.layout-footer .container .social-pages {
  margin-top: 20px;
}
.layout-footer .container .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0;
  background-color: #d4e5f5;
  color: #143d8d;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .usps::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #d4e5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .usps::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-footer .container .usps {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .usps {
    padding: 2rem 0;
  }
}
.layout-footer .container .usps li {
  padding: 0 0 0 2rem;
  font-weight: 700;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .usps li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/check-white.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .usps li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .usps li {
    padding: 0 0 0 3.5rem;
  }
}
.layout-footer .container .usps li::before {
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .usps li::before {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.layout-footer .container .home-and-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 1rem 0 3rem;
  background-color: #143d8d;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .home-and-blocks::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #143d8d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .home-and-blocks::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home-and-blocks {
    grid-template-columns: .4fr 1fr;
    padding: 2.5rem 0 5.5rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-footer .container .home-and-blocks .home-intro {
    max-width: 50%;
  }
}
.layout-footer .container .home-and-blocks .home-intro .home svg {
  height: 60px;
}
.layout-footer .container .home-and-blocks .home-intro .home svg path {
  fill: white !important;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home-and-blocks .home-intro .home svg {
    height: 83px;
    width: 317px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home-and-blocks .home-intro .intro-text {
    max-width: 300px;
  }
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .blocks {
    grid-template-columns: 2fr auto max-content;
    gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .blocks {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: 2fr 1fr max-content;
    gap: 3.5rem;
    padding: 1rem 0 0;
  }
}
.layout-footer .container .blocks > li h3 {
  color: #d4e5f5;
  margin: 0 0 1rem;
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li h3 {
    font-size: 1.25rem !important;
  }
}
.layout-footer .container .blocks > li ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .8rem;
}
.layout-footer .container .blocks > li a {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .blocks > li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container .blocks > li a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-footer .container .blocks > li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-footer .container .blocks > li:first-child ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks > li:first-child ul {
    grid-template-columns: repeat(2, 190px);
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks > li:has(.phone) {
    margin-inline: -2rem 2rem;
  }
}
.layout-footer .container .blocks > li:has(.phone) a i {
  margin: 0 .25rem 0 0;
}
.layout-footer .container .blocks > li:has(.phone) .address .street-postalcode-and-place {
  display: inline-block;
}
.layout-footer .container .blocks > li:has(.phone) .address .street-postalcode-and-place p {
  display: inline-block;
  margin: 0;
}
.layout-copyright {
  background-color: #103172;
  color: #ffffff;
  padding: 1rem 0 !important;
}
.layout-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: .5rem;
}
.layout-copyright .container .menu {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.layout-copyright .container .up {
  position: absolute;
  top: -2rem;
  right: 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: .25rem;
}
.layout-hero {
  background-color: #ffffff;
  color: #143d8d;
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    padding-block-end: 2.5rem !important;
  }
}
.layout-hero .title {
  width: 100%;
  margin: 0 auto;
  max-width: 1335px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .layout-hero .title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-hero .title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .layout-hero .title h1 {
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .title h1 {
    max-width: 69%;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero.has-iframe .image-and-text .text-and-links {
    max-width: 565px;
  }
}
.layout-hero.has-iframe .image-and-text .text-and-links .text {
  max-width: 100%;
}
.layout-hero .image-and-text {
  position: relative;
  margin: 2rem 0;
}
.layout-hero .image-and-text .image {
  height: 550px;
  position: relative;
  isolation: isolate;
}
.layout-hero .image-and-text .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .image-and-text .image::before {
  z-index: unset;
}
@media screen and (min-width: 1660px) {
  .layout-hero .image-and-text .image {
    height: 615px;
  }
}
.layout-hero .image-and-text iframe {
  width: 100%;
  border: 0;
  height: 500px;
  position: relative;
  isolation: isolate;
}
.layout-hero .image-and-text iframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero .image-and-text iframe::before {
  z-index: unset;
}
@media screen and (min-width: 1660px) {
  .layout-hero .image-and-text iframe {
    height: 615px;
  }
}
.layout-hero .image-and-text .text-and-links {
  position: absolute;
  bottom: 2rem;
  top: 2rem;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  max-width: 1335px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .layout-hero .image-and-text .text-and-links {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-hero .image-and-text .text-and-links {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-hero .image-and-text .text-and-links {
    margin: 0 auto 0 calc(50vw - 1335px / 2);
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image-and-text .text-and-links {
    bottom: 4.5rem;
  }
}
.layout-hero .image-and-text .text-and-links .text {
  margin: 0 0 2.1rem;
}
.layout-hero .image-and-text .text-and-links .text p {
  line-height: 1.45;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image-and-text .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero .image-and-text .text-and-links .text a strong,
.layout-hero .image-and-text .text-and-links .text strong a {
  color: #103172;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image-and-text .text-and-links .text a strong,
  .layout-hero .image-and-text .text-and-links .text strong a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image-and-text .text-and-links .text a strong,
  .layout-hero .image-and-text .text-and-links .text strong a {
    padding: 0.75rem 3rem;
  }
}
.layout-hero .image-and-text .text-and-links .text a strong:hover,
.layout-hero .image-and-text .text-and-links .text strong a:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-hero .image-and-text .text-and-links .text a strong:active,
.layout-hero .image-and-text .text-and-links .text strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-hero .image-and-text .text-and-links .text a strong:hover,
.layout-hero .image-and-text .text-and-links .text strong a:hover {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-hero .image-and-text .text-and-links .links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .image-and-text .text-and-links .links {
    flex-direction: row;
  }
}
.layout-hero .image-and-text .text-and-links .links li a {
  color: #103172;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image-and-text .text-and-links .links li a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image-and-text .text-and-links .links li a {
    padding: 0.75rem 3rem;
  }
}
.layout-hero .image-and-text .text-and-links .links li a:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-hero .image-and-text .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-hero .image-and-text .text-and-links .links li a:hover {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-hero .image-and-text .text-and-links .links li:last-child a {
  background-color: #ffffff;
  border-color: #ffffff;
}
.layout-hero .image-and-text .text-and-links .links li:last-child a:hover {
  background-color: #103172;
  transition: all 0.25s ease;
  border-color: #103172;
}
.layout-hero .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1335px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 1rem 15px 0;
}
@media (min-width: 810px) {
  .layout-hero .usps {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 810px) {
  .layout-hero .usps {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .usps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .usps {
    grid-template-columns: repeat(4, auto);
    gap: .5rem;
  }
}
.layout-hero .usps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero .usps li {
    gap: .5rem;
  }
}
.layout-hero .usps li img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.layout-hero .usps li .usp h4 {
  line-height: 1.25;
}
@media screen and (min-width: 1660px) {
  .layout-hero .usps li .usp h4 {
    font-size: 1.25rem;
    max-width: 250px;
  }
}
.layout-hero .usps li .usp p {
  font-weight: 230;
  margin: .5rem 0;
}
.layout-textandimage {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding-block: 4rem !important;
  }
}
.layout-textandimage .text {
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .text {
    padding: 0 30px;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-textandimage .text {
    margin: 0 0 0 calc(50vw - 1335px / 2);
  }
}
.layout-textandimage .text h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  text-transform: none;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .text h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text h2 {
    margin: 1.4rem 0 .8rem;
  }
}
.layout-textandimage .text p:has(strong em) em strong,
.layout-textandimage .text p:has(em strong) em strong,
.layout-textandimage .text p:has(strong em) strong em,
.layout-textandimage .text p:has(em strong) strong em {
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .text p:has(strong em) em strong,
  .layout-textandimage .text p:has(em strong) em strong,
  .layout-textandimage .text p:has(strong em) strong em,
  .layout-textandimage .text p:has(em strong) strong em {
    font-size: 1.75rem;
  }
}
.layout-textandimage .text p:not(:has(*)) {
  line-height: 1.4;
}
.layout-textandimage .text ul {
  margin: 3.5rem 0 0;
}
.layout-textandimage .text ul li strong a,
.layout-textandimage .text ul li a strong {
  background-color: #d4e5f5;
  border-color: #d4e5f5;
  color: #103172;
}
.layout-textandimage .text ul li:nth-child(2) strong a,
.layout-textandimage .text ul li:nth-child(2) a strong {
  background-color: #ffffff;
  border-color: #103172;
}
.layout-textandimage .image {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .image {
    padding: 0;
    height: 400px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .image {
    height: 540px;
    height: 400px;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .text {
    order: 2;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-textandimage.style-image_left .text {
    margin: 0 calc(50vw - 1335px / 2) 0 0;
  }
}
.layout-textandimage.style-image_left .image {
  padding: 0 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .image {
    order: 1;
  }
}
.layout-textandimage.fit-image_contain .image img {
  object-fit: contain;
}
.layout-textandvideo {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandvideo {
    padding-block: 4.5rem !important;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandvideo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-textandvideo .video {
  padding: 0 15px 0 0;
  max-height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .video {
    max-height: 450px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandvideo .video {
    max-height: 534px;
  }
}
.layout-textandvideo .video .play {
  position: relative;
  width: 100%;
}
.layout-textandvideo .video .play img {
  max-height: 350px;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .video .play img {
    max-height: 450px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandvideo .video .play img {
    max-height: 534px;
  }
}
.layout-textandvideo .video .play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-textandvideo .video .play .icon i::before {
  display: inline-block;
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-textandvideo .video .play .icon i::before {
    font-size: 3.5rem;
  }
}
.layout-textandvideo .text {
  padding: 0 15px;
}
@media screen and (min-width: 810px) {
  .layout-textandvideo .text {
    padding: 0 30px;
    align-self: center;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-textandvideo .text {
    margin: 0 calc(50vw - 1335px / 2) 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandvideo .text h3 {
    font-size: 2rem;
  }
}
.layout-textandvideo .text p {
  line-height: 1.5;
  margin: 1rem 0;
}
@media screen and (min-width: 810px) {
  .layout-textandvideo.style-video_right .text {
    order: 1;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-textandvideo.style-video_right .text {
    margin: 0 0 0 calc(50vw - 1335px / 2);
  }
}
.layout-textandvideo.style-video_right .video {
  padding: 0 15px 0 0;
}
@media screen and (min-width: 810px) {
  .layout-textandvideo.style-video_right .video {
    order: 2;
  }
}
.layout-solutions {
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-solutions {
    padding-block-start: 5.5rem !important;
  }
}
.layout-solutions:has(+.layout-lists) {
  padding-block-end: 0 !important;
}
.layout-solutions .container .title-text-and-link .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .title-text-and-link .title {
    font-size: 1.75rem;
  }
}
.layout-solutions .container .title-text-and-link .text-and-link {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-solutions .container .title-text-and-link .text-and-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout-solutions .container .title-text-and-link .text-and-link .text p {
  margin: 0;
  max-width: 535px;
  line-height: 1.26;
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .title-text-and-link .text-and-link .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-solutions .container .title-text-and-link .text-and-link > strong {
    justify-self: end;
  }
}
.layout-solutions .container .title-text-and-link .text-and-link > strong .link {
  background-color: #d4e5f5;
  border-color: #d4e5f5;
  color: #103172;
}
.layout-solutions .container .pages {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-solutions .container .pages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages {
    gap: 3rem;
    margin: 2.5rem 0;
  }
}
.layout-solutions .container .pages > li .page {
  background-color: #f5f4ed;
  border-radius: .5rem 0 .5rem .5rem;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.layout-solutions .container .pages > li .page::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #d4e5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-solutions .container .pages > li .page::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages > li .page::before {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.layout-solutions .container .pages > li .page::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-solutions .container .pages > li .page::after {
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages > li .page::after {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.layout-solutions .container .pages > li .page .page-title-and-text {
  padding: 1rem;
  border-radius: .5rem 0 0 0;
  background-color: #143d8d;
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages > li .page .page-title-and-text {
    padding: 3rem 1rem 1rem;
  }
}
.layout-solutions .container .pages > li .page .page-title-and-text .page-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages > li .page .page-title-and-text .page-title {
    font-size: 1.35rem;
  }
}
.layout-solutions .container .pages > li .page .page-title-and-text .page-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.125rem;
}
.layout-solutions .container .pages > li .page ul {
  padding: .75rem .5rem;
}
@media screen and (min-width: 810px) {
  .layout-solutions .container .pages > li .page ul {
    min-height: 340px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-solutions .container .pages > li .page ul {
    min-height: 260px;
  }
}
.layout-solutions .container .pages > li .page ul li {
  position: relative;
  padding: 0 0 0 3.25rem;
  margin: .75rem 0 1rem;
  line-height: 1.2;
}
.layout-solutions .container .pages > li .page ul li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  margin-inline-end: .25rem;
}
.layout-solutions .container .pages > li .page ul li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d4e5f5;
  color: #143d8d;
  background-color: #9cc949;
  color: #ffffff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  padding: .25rem;
  box-sizing: content-box;
  top: 0;
  left: 0;
}
.layout-solutions .container .pages > li .page .more {
  padding: .5rem 1rem;
  border-radius: 0 0 .5rem .5rem;
  background-color: #d4e5f5;
  text-align: center;
}
.layout-solutions .container .pages > li .page .more p {
  margin: 0;
}
.layout-solutions .container .pages > li .page .more p em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
}
.layout-solutions .container .pages > li .page:hover::before {
  background-color: #143d8d !important;
  transition: all 0.25s ease;
}
.layout-solutions .container .pages > li .page:hover .page-title-and-text,
.layout-solutions .container .pages > li .page:hover .more {
  color: #143d8d !important;
  background-color: #d4e5f5 !important;
  transition: all 0.25s ease;
}
.layout-solutions .container .pages > li .page:hover .page-title-and-text h4,
.layout-solutions .container .pages > li .page:hover .more h4 {
  color: #143d8d;
}
.layout-solutions .container .pages > li .page:hover ul li::before {
  background-color: #143d8d;
  transition: all 0.25s ease;
  color: #ffffff;
}
.layout-lists {
  background-color: #ffffff;
}
.layout-lists:is(.layout-solutions + .layout-lists) {
  padding-block: 0 5.25rem !important;
}
.layout-lists .container .wrapper {
  background-color: #103172;
  border-radius: 1rem;
  padding: 1rem;
  color: #ffffff;
  position: relative;
  isolation: isolate;
}
.layout-lists .container .wrapper::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: #d4e5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-lists .container .wrapper::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-lists .container .wrapper::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-lists .container .wrapper::after {
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-lists .container .wrapper {
    padding: 1rem 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-lists .container .wrapper {
    margin: 3.5rem 0 0;
  }
}
.layout-lists .container .wrapper .title-and-text .title {
  font-size: 1.25rem;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-lists .container .wrapper .title-and-text .title {
    font-size: 1.35rem;
  }
}
.layout-lists .container .wrapper .title-and-text .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #455a61;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-lists .container .wrapper .title-and-text .title {
    font-size: 2.25rem;
  }
}
.layout-lists .container .wrapper .title-and-text .title::after {
  top: auto;
  bottom: 1rem;
}
.layout-lists .container .wrapper .title-and-text .title span {
  display: inline-block;
  padding: 1rem 1rem .5rem 0;
  background-color: #103172;
}
.layout-lists .container .wrapper .title-and-text .text {
  font-size: 1.125rem;
  margin: .5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-lists .container .wrapper .title-and-text .text {
    max-width: 500px;
  }
}
.layout-lists .container .wrapper .title-and-text .text p {
  margin: 0;
  line-height: 1.4;
}
.layout-lists .container .wrapper .lists {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 810px) {
  .layout-lists .container .wrapper .lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-lists .container .wrapper .lists {
    gap: 6rem;
  }
}
.layout-lists .container .wrapper .lists li h5 {
  font-size: 1.125rem;
  color: #d4e5f5;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-lists .container .wrapper .lists li h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-lists .container .wrapper .lists li h5 {
    font-size: 1.5rem;
  }
}
.layout-lists .container .wrapper .lists li .list {
  margin: 1rem 0 0;
}
.layout-lists .container .wrapper .lists li .list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .75rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-lists .container .wrapper .lists li .list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-image {
  padding: 0 !important;
}
.layout-image .image {
  height: 500px;
}
@media screen and (min-width: 1660px) {
  .layout-image .image {
    height: 615px;
  }
}
.layout-textandtext ul:not(.links) li,
.layout-textandimage ul:not(.links) li {
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext ul:not(.links) li,
  .layout-textandimage ul:not(.links) li {
    font-size: 1.35rem;
    font-weight: 500;
    padding: 0 0 0 1.5rem;
  }
}
.layout-textandtext ul:not(.links) li::before,
.layout-textandimage ul:not(.links) li::before {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  background-color: #143d8d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext ul:not(.links) li::before,
  .layout-textandimage ul:not(.links) li::before {
    width: .75rem;
    height: .75rem;
  }
}
.layout-textandtext {
  background-color: #f5f4ed;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext {
    padding-block: 5rem 6rem !important;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 3rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .intro-text {
    grid-column: span 2;
  }
}
.layout-textandtext .container .intro-text h2 {
  font-weight: 600;
  text-transform: none;
  margin: 0 0 .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .intro-text h2 {
    font-size: 4rem;
  }
}
.layout-textandtext .container .intro-text p:has(strong em) em strong,
.layout-textandtext .container .intro-text p:has(em strong) em strong,
.layout-textandtext .container .intro-text p:has(strong em) strong em,
.layout-textandtext .container .intro-text p:has(em strong) strong em {
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .intro-text p:has(strong em) em strong,
  .layout-textandtext .container .intro-text p:has(em strong) em strong,
  .layout-textandtext .container .intro-text p:has(strong em) strong em,
  .layout-textandtext .container .intro-text p:has(em strong) strong em {
    font-size: 2rem;
  }
}
.layout-textandtext .container .intro-text p:not(:has(*)) {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .intro-text p:not(:has(*)) {
    max-width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .intro-text p:not(:has(*)) {
    font-size: 1.35rem;
    font-weight: 500;
    margin: 1.75rem 0 .75rem;
  }
}
.layout-textandtext .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2;
    gap: 2rem;
    margin: 0;
  }
}
.layout-textandtext .container .left-and-right p {
  line-height: 1.4;
}
.layout-textandtext .container .links {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .links {
    grid-column: 2;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .links {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .links li {
    flex: 0 0 45%;
  }
}
.layout-textandtext .container .links li a {
  color: #103172;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .links li a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .links li a {
    padding: 0.75rem 3rem;
  }
}
.layout-textandtext .container .links li a:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-textandtext .container .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandtext .container .links li:last-child a {
  background-color: #ffffff;
  border-color: transparent;
}
.layout-form {
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 810px) {
  .layout-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-form {
    min-height: 796px;
    gap: 2rem;
  }
}
.layout-form > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-form .gform_wrapper {
  background-color: rgba(255, 255, 255, 0.75);
}
.layout-form .image {
  max-height: 100%;
}
@media screen and (min-width: 810px) {
  .layout-form .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}
.layout-form .form {
  padding: 2rem 1rem;
}
@media screen and (min-width: 810px) {
  .layout-form .form {
    grid-column-start: 2;
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-form .form {
    padding: 5rem 2rem;
    max-width: 633px;
  }
}
@media screen and (min-width: calc(1335px + 60px)) {
  .layout-form .form {
    margin: 0 calc(50vw - 1335px / 2) 0 0;
    padding: 5rem 0;
  }
}
.layout-usps {
  background-color: #143d8d;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-usps {
    padding-block: 3.75rem 1rem !important;
  }
}
.layout-usps .container .text {
  text-align: center;
}
.layout-usps .container .text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .text h3 {
    font-size: 1.75rem;
  }
}
.layout-usps .container .text p {
  max-width: 675px;
  margin: .5rem auto;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .text p {
    font-size: 1.125rem;
  }
}
.layout-usps .container .usps {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-usps .container .usps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.5rem;
}
.layout-usps .container .usps li .icon {
  width: 60px;
  height: 60px;
}
.layout-usps .container .usps li .icon img {
  object-fit: contain;
}
.layout-usps .container .usps li .usp-text h4 {
  margin: .75rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .usps li .usp-text h4 {
    font-size: 1.4rem;
  }
}
.layout-usps .container .usps li .usp-text p {
  font-weight: 200;
  margin: 0;
}
.layout-textandform {
  padding-block-end: 6rem !important;
  background-color: #d4e5f5;
}
.layout-textandform .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-textandform .container .text {
  color: #103172;
}
.layout-textandform .container .text .address i,
.layout-textandform .container .text .email i,
.layout-textandform .container .text .phone i {
  margin: 0 .25rem 0 0;
}
.layout-textandform .container .text .address {
  display: flex;
  align-items: center;
}
.layout-textandform .container .text .address p {
  margin: 0;
}
.layout-textandform .container .text .email:hover,
.layout-textandform .container .text .phone:hover {
  color: #725110;
  transition: all 0.25s ease;
}
main .layout:last-of-type {
  padding-block-end: 6rem !important;
}
.layout-news {
  background-color: #ffffff;
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-news .post {
  background-color: #f5f4ed;
  border-radius: .75rem 0 .75rem .75rem;
  position: relative;
  isolation: isolate;
}
.layout-news .post::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #143d8d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-news .post::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-news .post::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-news .post::after {
  z-index: 1;
}
.layout-news .post .image img {
  border-radius: .75rem 0 0 0;
}
.layout-news .post .date-title-text-and-more {
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .75rem;
}
.layout-news .post .date-title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.layout-news .post .date-title-text-and-more .more {
  margin: 1rem 0 .5rem;
  color: #ffffff;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-news .post .date-title-text-and-more .more {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .post .date-title-text-and-more .more {
    padding: 0.75rem 3rem;
  }
}
.layout-news .post .date-title-text-and-more .more:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-news .post .date-title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-industries .industry,
.layout-industriesfeatured .industry {
  background-color: #ffffff;
  border-radius: 1rem 0 1rem 1rem;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.layout-industries .industry::before,
.layout-industriesfeatured .industry::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #d4e5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-industries .industry::before,
.layout-industriesfeatured .industry::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-industries .industry::after,
.layout-industriesfeatured .industry::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #d4e5f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-industries .industry::after,
.layout-industriesfeatured .industry::after {
  z-index: 1;
}
.layout-industries .industry .image,
.layout-industriesfeatured .industry .image {
  height: 180px;
}
.layout-industries .industry .image img,
.layout-industriesfeatured .industry .image img {
  border-radius: 1rem 0 0 0;
}
.layout-industries .industry .title-text-and-more,
.layout-industriesfeatured .industry .title-text-and-more {
  padding: 1rem 1.75rem;
  border-radius: 0 0 1rem 1rem;
  min-height: 180px;
}
.layout-industries .industry .title-text-and-more .title,
.layout-industriesfeatured .industry .title-text-and-more .title {
  font-size: 1.25rem;
  color: #143d8d;
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .layout-industries .industry .title-text-and-more .title,
  .layout-industriesfeatured .industry .title-text-and-more .title {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-industries .industry .title-text-and-more .title,
  .layout-industriesfeatured .industry .title-text-and-more .title {
    font-size: 1.25rem;
  }
}
.layout-industries .industry .title-text-and-more .text,
.layout-industriesfeatured .industry .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: .25rem 0 2rem;
  line-height: 1.34;
}
.layout-industries .industry .more,
.layout-industriesfeatured .industry .more {
  display: block;
  color: #143d8d;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  border-radius: .6rem;
  padding: .35rem 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0 15px 15px 15px;
}
.layout-industries .industry:hover .more,
.layout-industriesfeatured .industry:hover .more {
  background-color: #103172;
  border-color: #103172;
  transition: all 0.25s ease;
  color: #ffffff;
}
.layout-industries {
  background-color: #f5f4ed;
}
.layout-industries .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-industries .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-industries .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-industriesfeatured {
  background-color: #143d8d;
}
@media screen and (min-width: 1660px) {
  .layout-industriesfeatured {
    padding-block: 8.75rem 6.5rem !important;
  }
}
.layout-industriesfeatured .container .title-text-and-all {
  color: #ffffff;
}
.layout-industriesfeatured .container .title-text-and-all .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .layout-industriesfeatured .container .title-text-and-all .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-industriesfeatured .container .title-text-and-all .text-and-all {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    gap: 2rem;
  }
}
.layout-industriesfeatured .container .title-text-and-all .text-and-all .text p {
  margin: 1rem 0;
  line-height: 1.1;
}
@media screen and (min-width: 1280px) {
  .layout-industriesfeatured .container .title-text-and-all .text-and-all .text p {
    font-size: 1.25rem;
  }
}
.layout-industriesfeatured .container .title-text-and-all .text-and-all .link-to-all {
  border-color: #ffffff;
  background-color: transparent;
}
.layout-industriesfeatured .container .industries .industry::after {
  background-color: #143d8d;
}
.layout-testimonials {
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-testimonials {
    padding-block: 7.5rem 6.5rem !important;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonials .container .text {
    max-width: 50%;
  }
}
.layout-testimonials .container .text h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .container .text h3 {
    font-size: 1.75rem;
  }
}
.layout-testimonials .container .text p {
  margin: 1rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container .slick-slider {
    padding: 1rem 0;
  }
}
.layout-testimonials .container .testimonial {
  background-color: #f5f4ed;
  border-radius: 1rem 0 1rem 1rem;
  padding: 2.5rem;
  position: relative;
  isolation: isolate;
}
.layout-testimonials .container .testimonial::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #103172;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container .testimonial {
    padding: 3rem 3.5rem;
  }
}
.layout-testimonials .container .testimonial::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-testimonials .container .testimonial::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-testimonials .container .testimonial::after {
  z-index: 1;
}
.layout-testimonials .container .testimonial blockquote {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
.layout-testimonials .container .testimonial blockquote p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.layout-testimonials .container .testimonial .image-and-details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  margin: 2.25rem 0 0;
}
.layout-testimonials .container .testimonial .image-and-details .image {
  width: 80px;
  height: 80px;
}
.layout-testimonials .container .testimonial .image-and-details .image img {
  border-radius: 50%;
  object-position: top;
}
.layout-testimonials .container .testimonial .image-and-details .details {
  align-self: center;
}
.layout-testimonials .container .testimonial .image-and-details .details cite {
  display: inline-block;
  font-style: normal;
  font-weight: 800;
  font-size: 1.125rem;
  margin: 0 0 1rem;
}
.layout-testimonials .container .testimonial .image-and-details .details .function {
  font-size: .84rem;
  margin-block: -0.5rem 0.75rem;
}
@media screen and (max-width: 1279px) {
  .layout-testimonials:is(main .layout:last-of-type) .slick-slider {
    padding-block-end: 10rem;
  }
}
.layout-testimonials:is(main .layout:last-of-type) .slick-slider .slick-prev,
.layout-testimonials:is(main .layout:last-of-type) .slick-slider .slick-next {
  bottom: 5rem;
}
.single-warehouse main .layout-hero {
  padding-block-end: 0 !important;
  padding: 0 !important;
}
.single-warehouse main .layout-hero .image-and-text {
  margin: 0 !important;
}
.layout-warehouses .warehouse:not(.map .warehouse),
.layout-warehousesfeatured .warehouse:not(.map .warehouse) {
  background-color: #143d8d;
  color: #ffffff;
  border-radius: .5rem 0 .5rem .5rem;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-warehouses .warehouse:not(.map .warehouse)::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse)::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #143d8d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-warehouses .warehouse:not(.map .warehouse)::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse)::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-warehouses .warehouse:not(.map .warehouse)::after,
.layout-warehousesfeatured .warehouse:not(.map .warehouse)::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #f5f4ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-warehouses .warehouse:not(.map .warehouse)::after,
.layout-warehousesfeatured .warehouse:not(.map .warehouse)::after {
  z-index: 1;
}
.layout-warehouses .warehouse:not(.map .warehouse) img,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) img {
  height: 150px;
  width: 100%;
  border-radius: .5rem 0 0 0;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info {
  padding: .5rem 1rem;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .title,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .title {
  color: #d4e5f5;
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .warehouse:not(.map .warehouse) .info .title,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .title {
    font-size: 1.25rem;
  }
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .places,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .places,
.layout-warehouses .warehouse:not(.map .warehouse) .info .val,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .val,
.layout-warehouses .warehouse:not(.map .warehouse) .info .iso,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .iso {
  display: flex;
  gap: .25rem;
  align-items: center;
  margin: .5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .warehouse:not(.map .warehouse) .info .places,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .places,
  .layout-warehouses .warehouse:not(.map .warehouse) .info .val,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .val,
  .layout-warehouses .warehouse:not(.map .warehouse) .info .iso,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .iso {
    gap: 1rem;
  }
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .places::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .places::before,
.layout-warehouses .warehouse:not(.map .warehouse) .info .val::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .val::before,
.layout-warehouses .warehouse:not(.map .warehouse) .info .iso::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .iso::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .places::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .places::before {
  background-image: url(../images/pallets.svg);
}
@media screen and (min-width: 810px) and (max-width: 1659px) {
  .layout-warehouses .warehouse:not(.map .warehouse) .info .val,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .val {
    min-height: 40px;
  }
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .val::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .val::before {
  background-image: url(../images/VAL.svg);
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .iso::before,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .iso::before {
  background-image: url(../images/ISO.svg);
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .reserve span,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve span {
  display: block;
  padding: .25rem 0;
  text-align: center;
  margin: .5rem 0;
  border-radius: .5rem;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .reserve span.free,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve span.free {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #103172;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .reserve span.book,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve span.book {
  background-color: #d4e5f5;
  border-color: #d4e5f5;
}
.layout-warehouses .warehouse:not(.map .warehouse) .info .reserve span.look,
.layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve span.look {
  display: none;
}
@media (hover: hover) {
  .layout-warehouses .warehouse:not(.map .warehouse) .info .reserve,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .layout-warehouses .warehouse:not(.map .warehouse) .info .reserve > *,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
  .layout-warehouses .warehouse:not(.map .warehouse) .info .reserve .book,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse) .info .reserve .book {
    opacity: 0;
  }
  .layout-warehouses .warehouse:not(.map .warehouse):hover .info .reserve .free,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse):hover .info .reserve .free {
    opacity: 0;
    transition: all 0.25s ease;
  }
  .layout-warehouses .warehouse:not(.map .warehouse):hover .info .reserve .book,
  .layout-warehousesfeatured .warehouse:not(.map .warehouse):hover .info .reserve .book {
    opacity: 1;
    transition: all 0.25s ease;
  }
}
.layout-warehouses .warehouse.highlight .info .reserve .free,
.layout-warehousesfeatured .warehouse.highlight .info .reserve .free {
  opacity: 0;
  transition: all 0.25s ease;
}
.layout-warehouses .warehouse.highlight .info .reserve .book,
.layout-warehousesfeatured .warehouse.highlight .info .reserve .book {
  opacity: 1 !important;
  transition: all 0.25s ease;
}
@media screen and (max-width: 810px) {
  .layout-warehouses .map,
  .layout-warehousesfeatured .map,
  .layout-warehousedetail .map {
    width: 300px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-warehouses .map,
  .layout-warehousesfeatured .map,
  .layout-warehousedetail .map {
    width: 500px !important;
    margin: 0 auto;
  }
}
.layout-warehouses .map img,
.layout-warehousesfeatured .map img,
.layout-warehousedetail .map img {
  max-height: 815px;
  object-fit: contain;
}
.layout-warehouses .map .warehouse,
.layout-warehousesfeatured .map .warehouse,
.layout-warehousedetail .map .warehouse {
  font-size: .7rem;
  border-radius: .5rem;
  padding: .5rem;
  max-width: 75px;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 810px) {
  .layout-warehouses .map .warehouse,
  .layout-warehousesfeatured .map .warehouse,
  .layout-warehousedetail .map .warehouse {
    margin-top: -20px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-warehouses .map .warehouse,
  .layout-warehousesfeatured .map .warehouse,
  .layout-warehousedetail .map .warehouse {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .map .warehouse,
  .layout-warehousesfeatured .map .warehouse,
  .layout-warehousedetail .map .warehouse {
    font-size: .85rem;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .map .warehouse,
  .layout-warehousesfeatured .map .warehouse,
  .layout-warehousedetail .map .warehouse {
    padding: .5rem 1rem;
    font-size: 1rem;
    min-width: 135px;
  }
}
.layout-warehouses .map .warehouse::before,
.layout-warehousesfeatured .map .warehouse::before,
.layout-warehousedetail .map .warehouse::before {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background-color: #143d8d;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .map .warehouse::before,
  .layout-warehousesfeatured .map .warehouse::before,
  .layout-warehousedetail .map .warehouse::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .map .warehouse::before,
  .layout-warehousesfeatured .map .warehouse::before,
  .layout-warehousedetail .map .warehouse::before {
    width: 1rem;
    height: 1rem;
  }
}
.layout-warehouses .map .warehouse .reserve,
.layout-warehousesfeatured .map .warehouse .reserve,
.layout-warehousedetail .map .warehouse .reserve {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
}
@media screen and (max-width: 810px) {
  .layout-warehouses .map .warehouse .reserve,
  .layout-warehousesfeatured .map .warehouse .reserve,
  .layout-warehousedetail .map .warehouse .reserve {
    height: 23px;
    width: 37px;
  }
}
@media screen and (max-width: 1279px) {
  .layout-warehouses .map .warehouse .reserve,
  .layout-warehousesfeatured .map .warehouse .reserve,
  .layout-warehousedetail .map .warehouse .reserve {
    height: 23px;
    width: 37px;
  }
}
.layout-warehouses .map .warehouse .reserve span em,
.layout-warehousesfeatured .map .warehouse .reserve span em,
.layout-warehousedetail .map .warehouse .reserve span em {
  font-style: normal;
  font-weight: 600;
}
.layout-warehouses .map .warehouse .reserve .free,
.layout-warehousesfeatured .map .warehouse .reserve .free,
.layout-warehousedetail .map .warehouse .reserve .free {
  opacity: 0;
}
.layout-warehouses .map .warehouse .reserve .book,
.layout-warehousesfeatured .map .warehouse .reserve .book,
.layout-warehousedetail .map .warehouse .reserve .book {
  opacity: 0;
  color: #ffffff;
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .map .warehouse .reserve .book,
  .layout-warehousesfeatured .map .warehouse .reserve .book,
  .layout-warehousedetail .map .warehouse .reserve .book {
    opacity: 1;
  }
}
@media (hover: hover) {
  .layout-warehouses .map .warehouse .reserve,
  .layout-warehousesfeatured .map .warehouse .reserve,
  .layout-warehousedetail .map .warehouse .reserve {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .layout-warehouses .map .warehouse .reserve > *,
  .layout-warehousesfeatured .map .warehouse .reserve > *,
  .layout-warehousedetail .map .warehouse .reserve > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
  .layout-warehouses .map .warehouse .reserve .book,
  .layout-warehousesfeatured .map .warehouse .reserve .book,
  .layout-warehousedetail .map .warehouse .reserve .book {
    opacity: 0;
  }
  .layout-warehouses .map .warehouse::after,
  .layout-warehousesfeatured .map .warehouse::after,
  .layout-warehousedetail .map .warehouse::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #d4e5f5;
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.25s ease;
    opacity: 0;
  }
  .layout-warehouses .map .warehouse:hover,
  .layout-warehousesfeatured .map .warehouse:hover,
  .layout-warehousedetail .map .warehouse:hover {
    background-color: #d4e5f5;
    color: #ffffff;
    color: #143d8d;
    transition: all 0.25s ease;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 98;
  }
  .layout-warehouses .map .warehouse:hover::after,
  .layout-warehousesfeatured .map .warehouse:hover::after,
  .layout-warehousedetail .map .warehouse:hover::after {
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.25s ease;
  }
  .layout-warehouses .map .warehouse:hover .reserve .free,
  .layout-warehousesfeatured .map .warehouse:hover .reserve .free,
  .layout-warehousedetail .map .warehouse:hover .reserve .free {
    transition: all 0.25s ease;
    display: block;
    opacity: 1;
  }
  .layout-warehouses .map .warehouse:hover .reserve .book,
  .layout-warehousesfeatured .map .warehouse:hover .reserve .book,
  .layout-warehousedetail .map .warehouse:hover .reserve .book {
    opacity: 0;
    transition: all 0.25s ease;
  }
}
.layout-warehouses {
  background-color: #f5f4ed;
  padding-block-end: 6rem !important;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses {
    padding-block-start: 2.25rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-warehouses .container .text-and-links {
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links {
    padding: 8.5rem 0 0;
  }
}
.layout-warehouses .container .text-and-links .text h2 {
  font-weight: 600;
  text-transform: none;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links .text h2 {
    font-size: 4rem;
  }
}
.layout-warehouses .container .text-and-links .text p:has(strong em),
.layout-warehouses .container .text-and-links .text p:has(em strong) {
  margin: .25rem 0 0;
}
.layout-warehouses .container .text-and-links .text p:has(strong em) em strong,
.layout-warehouses .container .text-and-links .text p:has(em strong) em strong,
.layout-warehouses .container .text-and-links .text p:has(strong em) strong em,
.layout-warehouses .container .text-and-links .text p:has(em strong) strong em {
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links .text p:has(strong em) em strong,
  .layout-warehouses .container .text-and-links .text p:has(em strong) em strong,
  .layout-warehouses .container .text-and-links .text p:has(strong em) strong em,
  .layout-warehouses .container .text-and-links .text p:has(em strong) strong em {
    font-size: 2rem;
  }
}
.layout-warehouses .container .text-and-links .text p:not(:has(*)) {
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links .text p:not(:has(*)) {
    font-size: 1.375rem;
    margin: 1.7rem 0 2rem;
  }
}
.layout-warehouses .container .text-and-links .links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-warehouses .container .text-and-links .links {
    flex-direction: row;
  }
}
.layout-warehouses .container .text-and-links .links li a {
  color: #103172;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .container .text-and-links .links li a {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links .links li a {
    padding: 0.75rem 3rem;
  }
}
.layout-warehouses .container .text-and-links .links li a:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-warehouses .container .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .text-and-links .links li a {
    width: 280px;
  }
}
.layout-warehouses .container .text-and-links .links li a:hover {
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-warehouses .container .text-and-links .links li:last-child a {
  background-color: #ffffff;
  border-color: #ffffff;
}
.layout-warehouses .container .text-and-links .links li:last-child a:hover {
  background-color: #103172;
  transition: all 0.25s ease;
  border-color: #103172;
}
.layout-warehouses .container .map {
  margin: 0 0 -2rem;
}
@media screen and (min-width: 810px) {
  .layout-warehouses .container .map {
    margin: 0 0 -4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .container .map {
    grid-column: span 2;
    margin: 0 0 -6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehouses .container .map {
    grid-column: span 2;
    margin: 0 0 -8rem;
  }
}
.layout-warehouses .container .map img {
  max-height: unset;
}
.layout-warehouses .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .75rem;
}
@media screen and (min-width: 810px) {
  .layout-warehouses .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehouses .container > ul {
    grid-column: span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-warehouses .container > ul li a.warehouse {
  text-align: center;
}
.layout-warehouses .container > ul li a.warehouse img {
  height: 240px !important;
}
.layout-warehouses .container > ul li a.warehouse .info {
  padding: 1rem 2rem 2rem !important;
}
.layout-warehouses .container > ul li a.warehouse .info h4.title {
  font-size: 1.75rem !important;
  min-height: 75px;
}
.layout-warehouses .container > ul li a.warehouse .info .details {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  margin: .75rem 0;
  min-height: 185px;
}
.layout-warehouses .container > ul li a.warehouse .info .details .places,
.layout-warehouses .container > ul li a.warehouse .info .details .val,
.layout-warehouses .container > ul li a.warehouse .info .details .iso {
  flex-direction: column;
}
.layout-warehouses .container > ul li a.warehouse .info .details .places::before,
.layout-warehouses .container > ul li a.warehouse .info .details .val::before,
.layout-warehouses .container > ul li a.warehouse .info .details .iso::before {
  width: 3rem !important;
  height: 2.5rem !important;
  margin: 0 0 -0.5rem;
}
.layout-warehouses .container > ul li a.warehouse .info .details .places span,
.layout-warehouses .container > ul li a.warehouse .info .details .val span,
.layout-warehouses .container > ul li a.warehouse .info .details .iso span {
  color: #d4e5f5;
  font-weight: 700;
  margin: 0 0 -0.75rem;
}
.layout-warehouses .container > ul li a.warehouse .info .details .places span {
  max-width: 100px;
}
.layout-warehouses .container > ul li a.warehouse .info .reserve .free,
.layout-warehouses .container > ul li a.warehouse .info .reserve .book {
  display: none;
}
.layout-warehouses .container > ul li a.warehouse .info .reserve .look {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  background-color: #ffffff;
  color: #103172;
  padding: .5rem 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
}
.layout-warehouses .container > ul li a.warehouse .info .reserve .look i {
  font-size: .6rem;
}
.layout-warehouses .container > ul li a.warehouse .info .reserve .look:hover {
  background-color: #d4e5f5;
  color: #ffffff;
  color: #143d8d;
  transition: all 0.25s ease;
}
.layout-warehousesfeatured {
  background-color: #f5f4ed;
}
@media screen and (min-width: 1660px) {
  .layout-warehousesfeatured {
    padding-block: 6.25rem 1.5rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.layout-warehousesfeatured .container > .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container > .title {
    font-size: 1.75rem;
  }
}
.layout-warehousesfeatured .container > .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #455a61;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-warehousesfeatured .container > .title::after {
  top: auto;
  bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container > .title {
    grid-column: span 7;
  }
}
.layout-warehousesfeatured .container > .title span {
  display: inline-block;
  padding: 1rem 1rem .5rem 0;
  background-color: #f5f4ed;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container .text {
    grid-column: span 7;
  }
}
.layout-warehousesfeatured .container .text p {
  margin: .25rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container .text p {
    font-size: 1.25rem;
    max-width: 500px;
  }
}
.layout-warehousesfeatured .container .details {
  min-height: 170px;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container .slick-slider,
  .layout-warehousesfeatured .container .map {
    grid-row: 3 / 4;
  }
}
.layout-warehousesfeatured .container .slick-slider {
  height: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container .slick-slider {
    grid-column: 1 / 5;
    position: relative;
    z-index: 6;
    min-width: 745px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehousesfeatured .container .slick-slider {
    min-width: 830px;
  }
}
.layout-warehousesfeatured .container .slick-slider .slick-slide > div {
  margin: 0 0 1rem;
}
.layout-warehousesfeatured .container .slick-slider .slick-slide.slick-active + .slick-active + .slick-active > div + div {
  display: none;
}
.layout-warehousesfeatured .container .slick-slider .slick-slide.slick-active + .slick-active + .slick-active ~ .slick-slide {
  display: none;
}
.layout-warehousesfeatured .container .slick-slider .slick-prev::before,
.layout-warehousesfeatured .container .slick-slider .slick-next::before {
  background-image: url(../images/arrow-right-blue.svg);
}
.layout-warehousesfeatured .container .slick-slider .slick-prev:hover::before,
.layout-warehousesfeatured .container .slick-slider .slick-next:hover::before {
  background-image: url(../images/arrow-right-lightblue.svg);
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .container .map {
    grid-column: 4 / -1;
    align-self: end;
  }
}
.layout-warehousesfeatured .container .warehouse:hover .book {
  color: #143d8d;
}
.layout-warehousedetail {
  background-color: #f5f4ed;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail {
    padding-block: 2rem 7.5rem !important;
  }
}
.layout-warehousedetail .container .text-and-map {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-warehousedetail .container .text-and-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map {
    align-items: unset;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map .text-and-details {
    padding: 13rem 0 0;
  }
}
.layout-warehousedetail .container .text-and-map .text-and-details .title {
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map .text-and-details .title {
    font-size: 3rem;
  }
}
.layout-warehousedetail .container .text-and-map .text-and-details .text {
  margin: 1rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map .text-and-details .text {
    font-size: 1.3rem;
  }
}
.layout-warehousedetail .container .text-and-map .text-and-details .details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  padding: 1.5rem 0;
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .places,
.layout-warehousedetail .container .text-and-map .text-and-details .details .val,
.layout-warehousedetail .container .text-and-map .text-and-details .details .iso {
  display: grid;
  gap: .25rem;
  margin: .5rem 0;
  justify-content: center;
  text-align: center;
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .places::before,
.layout-warehousedetail .container .text-and-map .text-and-details .details .val::before,
.layout-warehousedetail .container .text-and-map .text-and-details .details .iso::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  justify-self: center;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map .text-and-details .details .places::before,
  .layout-warehousedetail .container .text-and-map .text-and-details .details .val::before,
  .layout-warehousedetail .container .text-and-map .text-and-details .details .iso::before {
    height: 4.5rem;
    width: 4.5rem;
  }
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .places span,
.layout-warehousedetail .container .text-and-map .text-and-details .details .val span,
.layout-warehousedetail .container .text-and-map .text-and-details .details .iso span {
  color: #d4e5f5;
  color: #143d8d;
  font-weight: bold;
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .places::before {
  background-image: url(../images/pallets-firefly.svg);
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .places span {
  max-width: 100px;
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .val::before {
  background-image: url(../images/VAL-firefly.svg);
}
.layout-warehousedetail .container .text-and-map .text-and-details .details .iso::before {
  background-image: url(../images/ISO-firefly.svg);
}
.layout-warehousedetail .container .text-and-map .map {
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .text-and-map .map img {
    width: 730px;
    margin: 0 0 0 -6rem;
    max-width: none;
    max-height: none;
  }
}
.layout-warehousedetail .container .text-and-map .map .warehouse {
  position: absolute;
}
.layout-warehousedetail .container .gallery {
  padding: 2rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-warehousedetail .container .gallery {
    padding: 0;
    margin: -1rem 0 0;
  }
}
.layout-warehousedetail .container .gallery .gallery-label {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  isolation: isolate;
  text-transform: none;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .layout-warehousedetail .container .gallery .gallery-label {
    font-size: 1.75rem;
  }
}
.layout-warehousedetail .container .gallery .gallery-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #455a61;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-warehousedetail .container .gallery .gallery-label {
    font-size: 2.125rem;
  }
}
.layout-warehousedetail .container .gallery .gallery-label::before {
  top: auto;
  bottom: 1.25rem;
}
.layout-warehousedetail .container .gallery .gallery-label span {
  display: inline-block;
  padding: 0 1rem 1rem 0;
  background-color: #f5f4ed;
}
@media screen and (min-width: 1280px) {
  .layout-warehousedetail .container .gallery .text-and-link {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.layout-warehousedetail .container .gallery .text-and-link .gallery-text {
  max-width: 800px;
}
.layout-warehousedetail .container .gallery .text-and-link .gallery-text p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .gallery .text-and-link .gallery-text p {
    font-size: 1.25rem;
  }
}
.layout-warehousedetail .container .gallery .text-and-link .link-to-all {
  color: #103172;
  background-color: #d4e5f5;
  border: 1px solid #d4e5f5;
  padding: .25rem 1rem;
  border-radius: .45rem;
  width: max-content;
  font-weight: 400;
  font-size: 1rem;
  height: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-warehousedetail .container .gallery .text-and-link .link-to-all {
    padding: .5rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .gallery .text-and-link .link-to-all {
    padding: 0.75rem 3rem;
  }
}
.layout-warehousedetail .container .gallery .text-and-link .link-to-all:hover {
  background-color: #103172 !important;
  border-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.layout-warehousedetail .container .gallery .text-and-link .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-warehousedetail .container .gallery .images {
  padding: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, 1fr);
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-warehousedetail .container .gallery .images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: unset;
    gap: 1rem;
  }
}
.layout-warehousedetail .container .gallery .images li img {
  border-radius: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .gallery .images li img {
    height: 175px;
  }
}
.layout-warehousedetail .container .gallery .images li:last-child {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (min-width: 810px) {
  .layout-warehousedetail .container .gallery .images li:last-child {
    grid-column: 3 / -1;
    grid-row: 1 / 3;
  }
}
@media screen and (min-width: 1660px) {
  .layout-warehousedetail .container .gallery .images li:last-child img {
    height: 366px;
  }
}
.layout-services,
.layout-servicesfeatured {
  padding-block: 2rem 6rem !important;
  background-color: #f5f4ed;
}
.layout-services .container ul,
.layout-servicesfeatured .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-services .container ul,
  .layout-servicesfeatured .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container ul,
  .layout-servicesfeatured .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-services .service,
.layout-servicesfeatured .service {
  background-color: #103172;
  border-radius: 1rem 0 1rem 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.layout-services .service::before,
.layout-servicesfeatured .service::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #143d8d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-services .service::before,
.layout-servicesfeatured .service::before {
  left: auto;
  right: 0;
  z-index: 2;
  clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}
.layout-services .service::after,
.layout-servicesfeatured .service::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #f5f4ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-services .service::after,
.layout-servicesfeatured .service::after {
  z-index: 1;
}
.layout-services .service .image,
.layout-servicesfeatured .service .image {
  height: 180px;
}
.layout-services .service .image img,
.layout-servicesfeatured .service .image img {
  border-radius: .5rem 0 0 0;
}
.layout-services .service .title-text-and-more,
.layout-servicesfeatured .service .title-text-and-more {
  padding: 1.5rem 1rem;
  color: #ffffff;
}
.layout-services .service .title-text-and-more .title,
.layout-servicesfeatured .service .title-text-and-more .title {
  font-size: 1.25rem;
}
.layout-services .service .title-text-and-more .text,
.layout-servicesfeatured .service .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 1rem 0;
}
.layout-services .service .title-text-and-more .more,
.layout-servicesfeatured .service .title-text-and-more .more {
  padding: .5rem;
  border-radius: .25rem;
  background-color: #d4e5f5;
  text-align: center;
  color: #103172;
}
.layout-services .service .title-text-and-more .more:hover,
.layout-servicesfeatured .service .title-text-and-more .more:hover {
  color: #103172;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-iframe .container iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
@media screen and (min-width: 1280px) {
  .layout-iframe .container iframe {
    height: 800px;
  }
}
.gform_wrapper {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1280px) {
  .gform_wrapper {
    padding: 1.5rem 3.5rem 1.5rem 2.5rem;
  }
}
.gform_wrapper .gform_heading h2 {
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading h2 {
    font-size: 2rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin: .5rem 0 2rem;
  line-height: 1.4;
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    display: flex;
    align-items: center;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 400;
  color: #143d8d;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 1rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  min-height: 2.5rem;
  border: none;
  border-radius: .5rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: 2px solid rgba(212, 229, 245, 0.7);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #455a61;
}
.layout-textandform .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea) {
    align-items: start;
  }
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield:has(textarea) label {
    padding: .75rem .5rem 0 0;
  }
}
.gform_wrapper form .gform_footer .gform_button {
  background-color: #d4e5f5 !important;
  color: #103172 !important;
}
.gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #103172 !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.slick-slider {
  margin: 0 -0.5rem;
  padding: 2rem 0 5rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider {
    padding: 2rem 0;
  }
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 .5rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 3rem;
  width: 2rem;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    height: 6rem;
    width: 3.25rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 2rem;
  height: 3rem;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    height: 6rem;
    width: 3.25rem;
  }
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  background-image: url(../images/arrow-right-lightblue.svg);
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 45px);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: -2rem;
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-prev {
    left: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    left: -5rem;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 45px);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: -2rem;
    transform: translateY(-50%) rotateY(180deg);
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-next {
    right: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    right: -5rem;
  }
}
.layout-testimonials .slick-slider .slick-prev::before,
.layout-testimonials .slick-slider .slick-next::before {
  background-image: url(../images/arrow-right-springwood.svg);
}
.layout-testimonials .slick-slider .slick-prev:hover::before,
.layout-testimonials .slick-slider .slick-next:hover::before {
  background-image: url(../images/arrow-right-ironbed.svg);
}
.layout-warehousesfeatured .slick-slider .slick-prev,
.layout-warehousesfeatured .slick-slider .slick-next {
  bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-prev,
  .layout-warehousesfeatured .slick-slider .slick-next {
    top: auto;
    bottom: -2.5rem;
    transform: translateY(-50%);
    height: 2rem;
    width: 2rem;
  }
}
.layout-warehousesfeatured .slick-slider .slick-prev {
  left: calc(50% - 45px);
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-prev {
    left: 1rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .layout-warehousesfeatured .slick-slider .slick-next {
    right: auto !important;
    left: 6rem !important;
    transform: translateY(-50%) rotateY(180deg);
  }
}
.fancybox-inner iframe {
  overflow: hidden !important;
  scrollbar-width: none !important;
  /* Firefox */
}
.fancybox-inner iframe::-webkit-scrollbar {
  display: none !important;
  /* Chrome, Safari, Edge */
}
.fancybox-inner {
  width: 100% !important;
  overflow: hidden !important;
}
.fancybox-mobile {
  width: 90% !important;
}
@media screen and (min-width: 810px) {
  .fancybox-mobile {
    width: 90% !important;
  }
}
.fancybox-desktop {
  width: 90% !important;
}
