/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sanitize.css/sanitize.css ***!
  \******************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(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.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sanitize.css/forms.css ***!
  \***************************************************************************************/
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(select) {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%274%27%3E%3Cpath d=%27M4 0h6L7 4%27/%3E%3C/svg%3E") no-repeat right center / 1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */

:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */

:where([type="color" i], [type="range" i]) {
  border-width: 0;
  padding: 0;
}

/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sanitize.css/typography.css ***!
  \********************************************************************************************/
/**
 * Use the default user interface font in all browsers (opinionated).
 */

html {
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ "Segoe UI",
    /* Android 4+ */ "Roboto",
    /* Ubuntu 10.10+ */ "Ubuntu",
    /* Gnome 3+ */ "Cantarell",
    /* KDE Plasma 5+ */ "Noto Sans",
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    /* macOS 10.10+ */ "Menlo",
    /* Windows 6+ */ "Consolas",
    /* Android 4+ */ "Roboto Mono",
    /* Ubuntu 10.10+ */ "Ubuntu Monospace",
    /* KDE Plasma 5+ */ "Noto Mono",
    /* KDE Plasma 4+ */ "Oxygen Mono",
    /* Linux/OpenOffice fallback */ "Liberation Mono",
    /* fallback */ monospace,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji";
}

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./app/Resources/scss/app.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-primary:#0074BC;
  --color-secondary:#0074BC;
  --max-width: 1260px;
  --gutter: 20px;
  --base-font-color:#2D2D2D;
  --base-font-size: 16px;
  --heading-size-lg:30px;
  --heading-size-md: 22px;
}

.invisible {
  display: none !important;
}

figure {
  margin: 0;
}

#header .header-content {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 1rem var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: padding 0.25s ease, gap 0.25s ease;
}

#header .header-content img {
  display: block;
  width: auto;
  max-height: 88px;
  transition: max-height 0.25s ease, transform 0.25s ease;
}

#header .header-right {
  display: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#header .header-right p.phone {
  font-size: 20px;
  min-width: 180px;
  font-weight: bold;
  margin: 0;
}

#header .header-right a {
  color: var(--color-primary);
  text-decoration: none;
}

#header .header-search {
  display: none;
}

#header .header-search .ce_form {
  margin: 0;
  width: 100%;
  max-width: 300px;
}

#header .header-search form,
#header .header-search .formbody,
#header .header-search .widget-text {
  margin: 0;
}

#header .header-search .widget-text {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#header .header-search label {
  color: var(--color-primary);
  flex: 0 0 auto;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  font-size: 16px;
}

#header .header-search input.text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--color-primary);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-primary);
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.4;
  min-width: 0;
  padding: 0 0 0.5rem;
  margin-top: -5px;
}

#header .header-search input.text::-moz-placeholder {
  color: rgba(0, 116, 188, 0.7);
}

#header .header-search input.text::placeholder {
  color: rgba(0, 116, 188, 0.7);
}

#header .header-search input.text:focus {
  outline: none;
}

.mobile-header-bar {
  background: #2D2D2D;
  overflow: hidden;
  display: flex;
  padding: 0.3rem 0;
}

.mobile-header-bar .mobile-header-link {
  padding: 5px 15px 0 15px;
}

.mobile-header-bar .mobile-header-link a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.mobile-contact {
  background: #555555;
  padding: 0.4rem 1rem;
}

.mobile-contact p, .mobile-contact a {
  font-size: 12px;
  margin: 0;
  color: #FFF;
}

@media screen and (min-width: 650px) {
  .mobile-contact {
    display: none;
  }
  #header .header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 970px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #FFF;
    transition: box-shadow 0.25s ease;
  }
  #header.is-condensed {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  #header.is-condensed .header-content {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    gap: 0.75rem;
  }
  #header.is-condensed .header-content img {
    max-height: 52px;
  }
  #header.is-condensed .header-right {
    transform: translateY(-1px);
  }
  #header.is-condensed #main-nav ul.level_1 > li > a,
  #header.is-condensed #main-nav ul.level_1 > li > strong {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .mobile-header-bar {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #header .header-search {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  #header,
  #header .header-content,
  #header .header-content img,
  #header .header-right {
    transition: none;
  }
}
@media screen and (min-width: 1100px) {
  #header .header-search .ce_form {
    max-width: 500px;
  }
}
#footer .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

#footer .footer-content {
  background: #D8D8DA;
  padding: 4rem 0;
}

#footer .ft-top {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

#footer .ft-top img {
  justify-self: start;
  max-width: 100%;
  height: auto;
}

#footer .ft-top h3 {
  text-transform: uppercase;
  font-size: var(--heading-size-lg);
  margin: 0;
}

#footer .ft-top p {
  font-size: 19px;
  max-width: 870px;
  margin: 0;
}

#footer .ft-contact {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 1rem;
}

#footer .ft-contact .ft-contact-col {
  min-width: 0;
}

#footer .ft-contact h3 {
  font-size: var(--heading-size-lg);
  margin: 0 0 1rem;
}

#footer .ft-contact .button {
  align-items: center;
  border: 1px solid #8FB101;
  display: flex;
  flex: 1 1 0;
  font-size: var(--base-font-size);
  justify-content: center;
  min-height: 56px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .ft-contact .buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#footer .footer-bottom {
  background: #000000;
  padding: 1rem 0;
}

#footer .footer-bottom p, #footer .footer-bottom a {
  color: #FFF;
}

#footer .footer-bottom p {
  margin: 0;
}

@media screen and (min-width: 900px) {
  #footer .ft-top {
    align-items: start;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  #footer .ft-top img {
    grid-column: 2;
    grid-row: 1/span 2;
    justify-self: end;
  }
  #footer .ft-top h3,
  #footer .ft-top p {
    grid-column: 1;
  }
}
@media screen and (max-width: 899px) {
  #footer .footer-content {
    padding: 3rem 0;
  }
  #footer .ft-contact {
    grid-template-columns: 1fr;
  }
  #footer .ft-contact .buttons-wrap {
    flex-direction: column;
  }
  #footer .ft-contact .button {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-content {
    padding: 2.5rem 0;
  }
  #footer .ft-top {
    gap: 1rem;
  }
  #footer .ft-top h3 {
    font-size: clamp(1.6rem, 5vw, var(--heading-size-lg));
  }
  #footer .ft-top p {
    font-size: 1rem;
  }
  #footer .ft-contact h3 {
    font-size: clamp(1.4rem, 4.5vw, var(--heading-size-lg));
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1075px) {
  #footer .ft-contact {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1300px) {
  #footer .ft-contact a.button {
    font-size: 0.95rem;
  }
}
#contactbar {
  display: block;
  width: 100%;
  background: #E5E5E5;
  text-align: center;
  padding: 5px 0;
}

#contactbar p {
  margin: 0;
  padding: 0;
}

#contactbar h1,
#contactbar p,
#contactbar li,
#contactbar a {
  font-weight: bold;
  font-size: 12px;
  color: #2D2D2D;
}

#contactbar .header-contact {
  width: 100%;
  max-width: var(--max-width);
  padding: 0 var(--gutter);
  margin: 0 auto;
}

#contactbar h1 {
  margin: 0;
  display: none;
}

#contactbar .mod_breadcrumb {
  flex-grow: 1;
}

#contactbar .mod_breadcrumb ul, #contactbar .mod_breadcrumb li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#contactbar .mod_breadcrumb ul {
  display: flex;
}

#contactbar .mod_breadcrumb ul li {
  margin-right: 5px;
}

#contactbar .mod_breadcrumb ul li:after {
  content: "›";
  display: inline;
  font-size: 1.2em;
  padding: 0 0.0525em 0 0.45em;
}

#contactbar .mod_breadcrumb ul li:last-child:after {
  content: "";
}

#contactbar .header-contact > .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.index #contactbar .mod_breadcrumb {
  display: none !important;
}

@media screen and (max-width: 970px) {
  #contactbar {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  #contactbar h1 {
    display: block;
  }
}
.page-header {
  overflow: hidden;
}

.page-header img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.page-header .inner {
  max-width: var(--max-width);
  padding: 0 var(--gutter);
  margin: 0 auto;
  position: relative;
}

.page-header .header-text p {
  font-size: 20px;
  color: #6F7070;
}

.page-header .header-text .main-title {
  font-size: var(--heading-size-lg);
  line-height: 1.2em;
  margin-top: 0;
}

.page-header .header-text .btn {
  display: inline-block;
  border: 1px solid #8FB101;
  width: auto;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 12px;
}

.page-header.header-conveyors {
  background: #F2F2F2;
  height: 540px;
}

.page-header.header-conveyors .header-img {
  position: absolute;
  right: -100px;
  top: 0;
}

.page-header.header-conveyors .header-text {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-header.header-conveyors .header-bottom {
  margin-top: 50px;
}

.page-header.header-conveyors .header-bottom .dwn-arr {
  margin-bottom: -30px;
}

.page-header.header-rollers {
  background: #FFF;
}

.page-header.header-rollers .inner {
  max-width: 1235px;
  padding: 0;
}

.page-header.header-rollers .header-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-header.header-rollers .header-text {
  width: 100%;
  padding: 30px 20px 30px 20px;
}

.page-header.header-rollers .header-img,
.page-header.header-rollers img {
  width: 100%;
  height: auto;
}

.page-header.header-rollers.rollers-landing {
  background: #f2f2f2;
}

.page-header.header-rollers.rollers-landing .header-img {
  max-width: 520px;
}

.page-header.header-conveyors.conveyors-landing {
  height: auto;
}

.page-header.header-conveyors.conveyors-landing .header-text {
  padding-top: 80px;
  padding-bottom: 30px;
  max-width: 55%;
}

.page-header.header-conveyors.conveyors-landing .header-img {
  position: relative;
  right: 0;
  left: 0;
}

@media screen and (max-width: 500px) {
  .page-header .header-text p {
    font-size: 16px;
  }
  .page-header .header-text .main-title {
    font-size: 20px;
  }
  .page-header .header-text .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .page-header.header-conveyors {
    height: auto;
  }
  .page-header.header-conveyors .header-text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .page-header.header-conveyors .dwn-arr {
    display: none;
  }
  .page-header.header-conveyors .header-bottom {
    margin-bottom: 20px;
  }
  .page-header.header-conveyors .header-img {
    margin-top: -80px;
    position: relative;
    right: 0;
    left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .page-header.header-conveyors .header-img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 900px) {
  .page-header.header-rollers .header-text {
    padding: 90px 70px 70px 70px;
  }
  .page-header.header-rollers.rollers-landing .header-text {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .page-header.header-conveyors .header-img {
    right: -150px;
    top: -130px;
  }
  .page-header.header-rollers .header-top {
    flex-direction: row-reverse;
  }
  .page-header.header-rollers.rollers-landing .header-top {
    flex-direction: row;
  }
}
@media screen and (max-width: 1019px) {
  .page-header.header-conveyors.conveyors-landing .header-text {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: none;
  }
  .page-header.header-conveyors.conveyors-landing .header-img {
    margin-top: 0;
    left: -25%;
  }
  .page-header.header-conveyors.conveyors-landing .header-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .page-header.header-conveyors.conveyors-landing {
    height: 380px;
  }
  .page-header.header-conveyors.conveyors-landing .header-img {
    position: absolute;
  }
  .page-header.header-conveyors.conveyors-landing .header-img img {
    max-width: 1100px;
  }
  .page-header.header-conveyors.conveyors-landing .header-img {
    right: -280px;
    text-align: right;
  }
}
@media screen and (min-width: 1100px) {
  .page-header .header-text p {
    font-size: 27px;
  }
  .page-header .header-text .main-title {
    font-size: 43px;
  }
  .page-header .header-text .btn {
    font-size: var(--heading-size-md);
  }
}
#main-nav {
  display: none;
  padding: 1rem;
}

#main-nav ul, #main-nav li {
  margin: 0;
}

#main-nav ul.level_1 > li {
  margin-bottom: 0.5rem;
}

#main-nav a, #main-nav strong {
  font-weight: bold;
  color: #666;
}

#main-nav .active, #main-nav .trail {
  color: #659CD2;
}

#main-nav .dropdown {
  display: none;
}

#main-nav.menu-visible {
  display: block;
}

.menu-icon {
  width: 32px;
  height: 3px;
  background-color: #FFF;
  border-radius: 3px;
  position: relative;
  margin-bottom: 23px;
  float: right;
}

.menu-icon:after, .menu-icon:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  border-radius: 3px;
}

.menu-icon:after {
  top: 8px;
}

.menu-icon:before {
  top: 16px;
}

#navigation-control {
  width: auto;
  cursor: pointer;
  margin: 0 auto;
  padding: 8px 0 0 0;
  overflow: hidden;
}

#navigation-control .button-text {
  font-size: 14px;
  text-align: left;
  float: left;
  display: block;
  color: #FFF;
  position: relative;
  bottom: 0;
}

#navigation-control > .inside {
  margin: 0 auto;
  width: 85px;
}

@media screen and (min-width: 970px) {
  #main-nav {
    background: #2D2D2D;
    display: block;
    padding: 0;
    clear: both;
  }
  #main-nav ul, #main-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #main-nav ul.level_1 {
    display: flex;
    width: 100%;
    max-width: calc(var(--max-width) + 40px);
    padding: 0 var(--gutter);
    margin: 0 auto;
  }
  #main-nav ul.level_1 > li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  #main-nav a, #main-nav strong {
    display: block;
    padding: 0.6rem 1.25rem;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
}
#main-nav {
  position: relative;
}

#main-nav .dropdown {
  background: #555555;
  color: #FFF;
  margin-top: 0.75rem;
  padding: 1.5rem 0;
}

#main-nav .dropdown a,
#main-nav .dropdown strong {
  color: #FFF;
}

#main-nav .dropdown a {
  text-decoration: none;
}

#main-nav .dropdown ul,
#main-nav .dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav .dropdown__inner {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 var(--gutter);
}

#main-nav .dropdown__intro {
  margin-bottom: 1.75rem;
}

#main-nav .dropdown__heading {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  font-weight: 600;
}

#main-nav .dropdown__heading a {
  font-size: 14px;
  padding: 0;
  font-weight: 600;
}

#main-nav .dropdown__text {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
}

#main-nav .dropdown__grid {
  display: grid;
  gap: 1.5rem;
}

#main-nav .dropdown__column {
  border-top: 1px solid #707070;
  padding-top: 1.25rem;
}

#main-nav .dropdown__column-header {
  margin-bottom: 1.4rem;
}

#main-nav .dropdown__links {
  display: grid;
  gap: 1rem;
}

#main-nav .dropdown__links a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}

@media screen and (min-width: 970px) {
  #main-nav ul.level_1 > li.has-dropdown:hover > a,
  #main-nav ul.level_1 > li.has-dropdown:hover > strong, #main-nav ul.level_1 > li.has-dropdown:focus-within > a,
  #main-nav ul.level_1 > li.has-dropdown:focus-within > strong {
    background: #555555;
    color: #FFF;
  }
  #main-nav ul.level_1 > li.has-dropdown:hover > .dropdown, #main-nav ul.level_1 > li.has-dropdown:focus-within > .dropdown {
    display: block;
  }
  #main-nav .dropdown {
    box-shadow: none;
    display: none;
    left: 0;
    margin-top: 0;
    padding: 2.25rem 0 2.4rem;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 20;
  }
  #main-nav .dropdown__intro {
    margin-bottom: 1.65rem;
  }
  #main-nav .dropdown__grid {
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #main-nav .dropdown__column {
    border-left: 1px solid #707070;
    border-top: 0;
    padding: 0 clamp(1rem, 2.3vw, 2.75rem);
  }
  #main-nav .dropdown__column:first-child {
    border-left: 0;
    padding-left: 0;
  }
  #main-nav .dropdown__column:last-child {
    padding-right: 0;
  }
}
h1, h2, h3, h4 {
  color: var(--color-primary);
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 1.2rem;
}

h2, h3, h4 {
  font-size: var(--heading-size-md);
  line-height: 24px;
}

p, span, li {
  font-size: var(--base-font-size);
  line-height: 1.4em;
  color: var(--base-text-color);
}

p {
  margin-top: 0;
}

a {
  color: #1779ba;
  cursor: pointer;
  line-height: inherit;
  text-decoration: none;
}

ul {
  margin-left: 2.6rem;
}

ul li {
  margin-bottom: 10px;
}

.ce_text a {
  color: #848484;
  border-bottom: 1px dotted #1779ba;
}

.header-bar,
.title-bar,
.header-banner {
  position: relative;
  background: #2d2d2d;
  padding: 20px 15px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--heading-size-lg);
  line-height: 1.2em;
  margin-top: 0;
}

.header-bar h1, .header-bar h2, .header-bar h3,
.title-bar h1,
.title-bar h2,
.title-bar h3,
.header-banner h1,
.header-banner h2,
.header-banner h3 {
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 0;
}

.header-bar p,
.title-bar p,
.header-banner p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin: 0.5rem 0 0 0;
  padding: 0;
  text-transform: none;
}

.header-bar a,
.title-bar a,
.header-banner a {
  color: #FFF;
}

.header-bar {
  padding: 30px 20px;
}

.header-bar h1, .header-bar h2, .header-bar h3 {
  font-size: 2rem;
}

.title-bar {
  margin-bottom: 0 !important;
}

.title-bar.mb-20 {
  margin-bottom: 20px !important;
}

.section-intro {
  background: #E5E5E5;
}

.section-intro .rte {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-intro .rte p {
  font-size: 18px;
}

.section-intro .rte p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1130px) {
  .header-bar {
    padding: 20px 15px;
  }
  .header-bar h1, .header-bar h2, .header-bar h3 {
    font-size: 1.2rem;
  }
}
.content-ds-range-boxes {
  max-width: 100%;
  width: 100%;
  padding: 2rem 0;
}

.content-ds-range-boxes > .inside {
  position: relative;
  max-width: var(--max-width);
  padding: 0 var(--gutter);
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 701px) {
  .content-ds-range-boxes > .inside {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 901px) {
  .content-ds-range-boxes > .inside {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.content-ds-range-boxes > .inside .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  background: #000;
  opacity: 0;
  transition: opacity 0.8s;
}

.content-ds-range-boxes .range-item {
  border: 1px solid #707070;
  border-radius: 0.35rem;
  background: #E5E5E5;
  overflow: hidden;
}

.content-ds-range-boxes .range-item h3 {
  margin: 0 0 1rem 0;
  font-size: var(--heading-size-md);
}

.content-ds-range-boxes .range-item .description {
  margin-bottom: 0.8rem;
}

.content-ds-range-boxes .range-item p {
  font-size: 15px;
  margin: 0;
}

.content-ds-range-boxes .range-item > .inside {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.content-ds-range-boxes .range-item .image_container {
  aspect-ratio: 35/29;
  overflow: hidden;
}

.content-ds-range-boxes .range-item .image_container img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.6s ease;
}

.content-ds-range-boxes .range-item .image_container {
  position: relative;
}

.content-ds-range-boxes .range-item .image_container figure,
.content-ds-range-boxes .range-item .image_container picture,
.content-ds-range-boxes .range-item .image_container img {
  width: 100%;
  height: 100%;
  display: block;
}

.content-ds-range-boxes .range-item .image_container img {
  -o-object-fit: cover;
     object-fit: cover;
}

.content-ds-range-boxes .range-item .item-info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.content-ds-range-boxes .range-item a.box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

.content-ds-range-boxes .range-item .link {
  background: #FFF;
  padding: 1rem;
  border: 1px solid #8FB101;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 12px;
}

.content-ds-range-boxes .range-item .link::after {
  content: " >";
  color: var(--color-primary);
}

.content-ds-range-boxes .range-item:hover .image_container img, .content-ds-range-boxes .range-item:focus-within .image_container img {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .content-ds-range-boxes .range-item .image_container img {
    transition: none;
  }
  .content-ds-range-boxes .range-item:hover .image_container img, .content-ds-range-boxes .range-item:focus-within .image_container img {
    transform: none;
  }
}
@media (min-width: 701px) {
  .content-ds-range-boxes.quote-range > .inside {
    grid-template-columns: 1fr 1fr;
  }
}
.button {
  display: inline-block;
  background: #FFF;
  padding: 1rem;
  border: 1px solid #8FB101;
  font-size: 18px;
  margin-top: auto;
  margin-bottom: 0;
  border-radius: 12px;
}

.content-ds-datasheet-slider {
  max-width: 100%;
  width: 100%;
  padding: 3rem 0;
  background: #659CD2;
}

.content-ds-datasheet-slider > h2, .content-ds-datasheet-slider > h3 {
  color: #FFF;
  font-size: var(--heading-size-lg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.content-ds-datasheet-slider .datasheet-slider {
  position: relative;
  max-width: calc(var(--max-width) + 75px);
  margin: 0 auto;
  padding: 0 calc(var(--gutter) + 2.5rem);
}

.content-ds-datasheet-slider .glide__track {
  overflow: hidden;
}

.content-ds-datasheet-slider .glide__slides {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-ds-datasheet-slider .glide__slide {
  height: auto;
}

.content-ds-datasheet-slider .glide__slide a {
  display: block;
  height: 100%;
}

.content-ds-datasheet-slider .glide__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.content-ds-datasheet-slider .glide__arrows {
  pointer-events: none;
}

.content-ds-datasheet-slider .glide__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.content-ds-datasheet-slider .glide__arrow svg {
  width: 2rem;
  height: 2rem;
}

.content-ds-datasheet-slider .glide__arrow--left {
  left: -0.1rem;
}

.content-ds-datasheet-slider .glide__arrow--right {
  right: -0.1rem;
}

.content-ds-image-slider {
  max-width: 100%;
  width: 100%;
  padding: 3rem 0;
}

.content-ds-image-slider > h2,
.content-ds-image-slider > h3 {
  color: #FFF;
  font-size: var(--heading-size-lg);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.content-ds-image-slider .image-slider {
  position: relative;
  max-width: calc(var(--max-width) + 75px);
  margin: 0 auto;
  padding: 0 calc(var(--gutter) + 2.5rem);
}

.content-ds-image-slider .glide__track {
  overflow: hidden;
}

.content-ds-image-slider .glide__slides {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-ds-image-slider .glide__slide {
  height: auto;
}

.content-ds-image-slider .glide__slide .figure,
.content-ds-image-slider .glide__slide picture,
.content-ds-image-slider .glide__slide img {
  display: block;
  width: 100%;
}

.content-ds-image-slider .glide__slide img {
  height: auto;
}

.content-ds-image-slider .glide__arrows {
  pointer-events: none;
}

.content-ds-image-slider .glide__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--color-primary);
  padding: 0;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.content-ds-image-slider .glide__arrow svg {
  width: 2rem;
  height: 2rem;
}

.content-ds-image-slider .glide__arrow--left {
  left: -0.1rem;
}

.content-ds-image-slider .glide__arrow--right {
  right: -0.1rem;
}

.content-element-group > .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.content-element-group > .inside > h2, .content-element-group > .inside > h3 {
  font-size: 26px;
}

.mod_article > .content-text > .inside {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 var(--gutter);
}

.quality-design-box > .inside {
  display: grid;
  grid-template-columns: 50% 50%;
}

.info-box h1, .info-box h2, .info-box h3, .info-sq h1, .info-sq h2, .info-sq h3 {
  font-size: var(--heading-size-md);
  line-height: 1.2em;
  color: var(--color-primary);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.info-box > .inside {
  max-width: var(--max-width);
  padding: 0 var(--gutter);
}

.info-box p:last-child {
  margin-bottom: 0;
}

.info-box {
  overflow: hidden;
}

.info-box .rte {
  padding: 1rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-box .image_container img {
  width: 100%;
  height: auto;
}

.info-box {
  margin-bottom: 0 !important;
}

.info-box.black h1, .info-box.black h2, .info-box.black h3, .info-box.black li, .info-box.black p {
  color: #FFF;
}

.info-box.black {
  background: #000;
}

.info-sq {
  background: #E5E5E5;
}

.info-sq h1, .info-sq h2, .info-sq h3 {
  color: var(--color-primary);
}

.info-sq {
  margin-bottom: 0 !important;
}

.info-sq .rte h3 {
  color: var(--base-text-color);
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.info-sq > .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.info-sq figure {
  height: 100%;
}

.info-sq img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.info-sq .rte {
  padding: 3rem 4rem 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-sq p:last-child {
  margin-bottom: 0;
}

.info-sq:nth-child(odd) figure {
  order: 2;
}

.info-sq:nth-child(odd) .rte {
  order: 1;
}

.info-sq:nth-child(even) figure {
  order: 1;
}

.info-sq:nth-child(even) .rte {
  order: 2;
  padding: 3rem 0 3rem 4rem;
}

.content-text.img-feature h3 {
  font-size: var(--heading-size-lg);
}

.content-text.img-feature figure img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content-text.with-tick h2 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.content-text.with-tick h2::before {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 0.15em;
  background-color: #464646;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.content-text.media--left figure img {
  max-width: 100%;
  height: auto;
}

.content-text.media--left figure {
  margin-bottom: 1rem;
}

@media (min-width: 510px) {
  .content-text.media--left figure img {
    max-width: 300px;
    height: auto;
  }
  .content-text.media--left figure {
    float: left;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .quality-design-box > .inside {
    display: grid;
    grid-template-columns: 1fr;
  }
  .info-sq > .inside {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .info-sq figure {
    order: 1 !important;
  }
  .info-sq .rte {
    order: 2 !important;
    padding: 2rem var(--gutter) !important;
  }
}
.content-ds-product-header {
  background: #F2F2F2;
}

.content-ds-product-header > .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
}

.content-ds-product-header .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-ds-product-header .header-text h1, .content-ds-product-header .header-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.1em;
}

.content-ds-product-header .header-text p {
  color: #6F7070;
  font-size: 20px;
}

@media (min-width: 960px) {
  .content-ds-product-header > .inside {
    grid-template-columns: 50% 50%;
  }
  .content-ds-product-header .header-text {
    padding-right: 3rem;
  }
  .content-ds-product-header .header-text h1, .content-ds-product-header .header-text h2 {
    font-size: 43px;
  }
  .content-ds-product-header .header-text p {
    font-size: 27px;
  }
}
.feature-boxes {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.feature-boxes .inner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.feature-boxes .content-text > .inside {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.feature-boxes .content-text > .inside h3, .feature-boxes .content-text > .inside h2 {
  order: 1;
  font-size: var(--heading-size-md);
  color: var(--base-text-color);
  margin-bottom: 0.5rem;
}

.feature-boxes .content-text > .inside p:last-child {
  margin-bottom: 0;
}

.feature-boxes .content-text > .inside figure {
  order: 0;
}

.feature-boxes .content-text > .inside .rte {
  order: 3;
}

@media (min-width: 850px) {
  .feature-boxes .inner-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}
.grid-row {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

@media (min-width: 800px) {
  .grid-row {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .grid-row.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mod_faqpage {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem var(--gutter);
  margin-bottom: 2.5rem;
}

.mod_faqpage article > h2 {
  font-size: 23px;
  margin-bottom: 2rem;
}

.mod_faqpage article > section {
  border-top: 1px solid #CCC;
}

.mod_faqpage article > section:last-child {
  border-bottom: 1px solid #CCC;
}

.mod_faqpage .faq-question {
  margin: 0;
  color: var(--base-text-color);
}

.mod_faqpage .faq-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.85rem 0;
  gap: 0.5rem;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}

.mod_faqpage .faq-header:hover .faq-icon, .mod_faqpage .faq-header:focus-visible .faq-icon {
  color: var(--color-primary);
}

.mod_faqpage .faq-header:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}

.mod_faqpage .faq-header .faq-icon {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.25s ease, color 0.25s ease;
}

.mod_faqpage .faq-header .faq-prefix {
  margin-right: 0.35rem;
}

.mod_faqpage .faq-header {
  font-size: 17px;
  color: var(--base-text-color);
  font-weight: bold;
}

.mod_faqpage .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.mod_faqpage .faq-content-inner {
  min-height: 0;
  overflow: hidden;
  padding-left: 1.6rem;
}

.mod_faqpage .ce_text.block {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}

.mod_faqpage .faq-answer-label {
  font-weight: bold;
  flex: 0 0 auto;
}

.mod_faqpage .faq-answer-text {
  min-width: 0;
}

.mod_faqpage article > section.is-open .faq-header .faq-icon {
  transform: rotate(90deg);
}

.mod_faqpage article > section.is-open .faq-content {
  grid-template-rows: 1fr;
}

.mod_newslist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.mod_newslist .layout_latest h2 {
  margin: 1rem 0 0.5rem 0;
}

.mod_newslist .layout_latest figure {
  flex-shrink: 0;
}

@media screen and (min-width: 850px) {
  .mod_newslist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.spec-list.content-list {
  background: #E5E5E5;
  padding: 2rem 0;
}

.spec-list.content-list > .inside > h2, .spec-list.content-list > .inside > h3 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.spec-list.content-list > .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.spec-list.content-list ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.spec-list.content-list ul li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 18px;
  color: #2D2D2D;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.spec-list.content-list ul li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: var(--color-primary);
}

@media screen and (min-width: 1000px) {
  .spec-list.content-list ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row .full-row {
  grid-column: 1/-1;
}

.ce_form label {
  display: block;
}

.ce_form input, .ce_form textarea, .ce_form select {
  width: 100%;
}

.ce_form .widget {
  margin-bottom: 1rem;
}

.ce_form .widget-checkbox fieldset {
  border: none;
  padding: 0;
}

.ce_form .widget-checkbox fieldset input.checkbox {
  margin-top: 5px;
  height: 20px;
  width: 20px;
}

.ce_form .widget-checkbox fieldset > span {
  display: flex;
  gap: 1rem;
}

.ce_form .widget-submit {
  display: flex;
  justify-content: flex-end;
}

.ce_form .widget-submit button {
  background: var(--color-primary);
  color: #FFF;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 16px;
  cursor: pointer;
}

.ce_form input.error, .ce_form textarea.error, .ce_form select.error {
  border: 1px solid red;
}

.ce_form p.error {
  color: red;
  margin-bottom: 0.3rem;
  margin-top: 0.1rem;
  font-weight: bold;
  font-size: 12px;
}

#quoteForm {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.content-ft-type-box .product-type {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem;
}

.content-ft-type-box .product-type .type-img {
  min-height: 100%;
  overflow: hidden;
}

.content-ft-type-box .product-type .type-img figure,
.content-ft-type-box .product-type .type-img .image_container,
.content-ft-type-box .product-type .type-img picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.content-ft-type-box .product-type .type-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content-ft-type-box .product-type .type-info {
  background: #E5E5E5;
  padding: 1.8rem 2rem;
}

.content-ft-type-box .product-type .type-info > h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

.content-ft-type-box .product-type .type-info > h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 1.1rem;
}

.content-ft-type-box .product-type .type-info .rte h3, .content-ft-type-box .product-type .type-info .rte h4 {
  margin-top: 0.5rem;
  color: var(--base-text-color);
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
}

.content-ft-type-box .product-type .type-info .rte p {
  font-size: 15px;
}

.content-ft-type-box .product-type .type-info .type-lightbox-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding-top: 1rem;
}

.content-ft-type-box .product-type .type-info .type-lightbox-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #000;
}

.content-ft-type-box .product-type .type-info .type-lightbox-links .type-link-icon {
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.content-ft-type-box .product-type .type-info .type-lightbox-links svg {
  display: block;
  width: 17.6px;
  height: 17.6px;
}

@media screen and (min-width: 830px) {
  .content-ft-type-box .product-type {
    grid-template-columns: 30% 70%;
  }
  .content-ft-type-box .product-type .type-specification .rte {
    -moz-column-count: 2;
         column-count: 2;
  }
  .content-ft-type-box .product-type .type-specification .rte div {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
.content-ds-single-datasheet {
  background: rgba(101, 156, 210, 0.6352941176);
  color: #FFF;
  padding: 3rem 0;
  margin-top: 4rem;
}

.content-ds-single-datasheet h2 {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 4rem;
}

.content-ds-single-datasheet .datasheet-card {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.content-ds-single-datasheet .datasheet-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.content-ds-single-datasheet .datasheet-card__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 230px;
}

.content-ds-single-datasheet .datasheet-card__images {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-start;
}

.content-ds-single-datasheet .datasheet-card__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-ds-single-datasheet .datasheet-card__details p {
  font-size: 20px;
}

.content-ds-single-datasheet .datasheet-card__details .button {
  margin-top: 1rem;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  text-transform: uppercase;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 850px) {
  .content-ds-single-datasheet .datasheet-cols {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.content-gallery > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: var(--heading-size-lg);
  margin-bottom: 3rem;
}

.content-gallery ul, .content-gallery li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content-gallery ul {
  display: grid;
  gap: 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
  grid-template-columns: 1fr 1fr;
}

.content-gallery img {
  width: 100%;
  height: auto;
}

.content-gallery figure {
  position: relative;
}

.content-gallery figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.4rem 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 11px;
  text-align: center;
  line-height: 1.2em;
}

@media (min-width: 800px) {
  .content-gallery--cols-3 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery--cols-4 ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.content-ds-responsive-image.header-image .image-text {
  padding: 1.5rem 0;
  background: #2d2d2d;
}

.content-ds-responsive-image.header-image .image-text .inside {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.content-ds-responsive-image.header-image h1, .content-ds-responsive-image.header-image p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.content-ds-responsive-image.header-image h1 {
  font-size: var(--heading-size-lg);
  margin-bottom: 0.5rem;
}

.lightbox-open {
  overflow: hidden;
}

.custom-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.custom-lightbox.is-hidden {
  display: none;
}

.custom-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 19, 30, 0.88);
}

.custom-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(100%, 1200px);
}

.custom-lightbox__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.custom-lightbox__image {
  display: block;
  max-width: min(92vw, 1100px);
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  background: #fff;
}

.custom-lightbox__caption,
.custom-lightbox__counter {
  margin: 0;
  color: #fff;
  text-align: center;
}

.custom-lightbox__caption:empty,
.custom-lightbox__counter:empty {
  display: none;
}

.custom-lightbox__close,
.custom-lightbox__nav {
  border: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-lightbox__close:hover,
.custom-lightbox__close:focus-visible,
.custom-lightbox__nav:hover,
.custom-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.custom-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.custom-lightbox__nav {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-size: 38px;
  line-height: 1;
}

.custom-lightbox__nav[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .custom-lightbox {
    padding: 16px;
  }
  .custom-lightbox__dialog {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .custom-lightbox__nav {
    position: absolute;
    top: calc(50% - 26px);
    z-index: 2;
  }
  .custom-lightbox__nav--prev {
    left: 8px;
  }
  .custom-lightbox__nav--next {
    right: 8px;
  }
  .custom-lightbox__image {
    max-width: 100%;
    max-height: calc(100vh - 160px);
  }
}
.mod_search {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 2rem var(--gutter) 3rem;
}

.mod_search form {
  margin-bottom: 1.5rem;
}

.mod_search .formbody {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
  max-width: 780px;
}

.mod_search .widget {
  margin: 0;
  min-width: 0;
}

.mod_search input.text,
.mod_search input[type=search] {
  width: 100%;
  min-width: 0;
  padding: 0.9rem 1rem;
  border: 1px solid #ccd6df;
  background: #fff;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mod_search input.text:focus,
.mod_search input[type=search]:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 116, 188, 0.12);
  outline: none;
}

.mod_search .widget-submit {
  display: flex;
}

.mod_search button.submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0.9rem 1.5rem;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mod_search button.submit:hover,
.mod_search button.submit:focus {
  background: #005f99;
  border-color: #005f99;
}

.mod_search > .header {
  margin: 0 0 1.5rem;
  color: #5e6975;
  font-weight: 600;
}

.mod_search .search_default {
  padding: 1.25rem 1.5rem;
  border: 1px solid #dbe3ea;
  border-left: 4px solid var(--color-primary);
  background: #fff;
}

.mod_search .search_default + .search_default {
  margin-top: 1rem;
}

.mod_search .search_default h3 {
  margin: 0 0 0.75rem;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.mod_search .search_default h3 a {
  color: inherit;
  overflow-wrap: anywhere;
}

.mod_search .search_default h3 a:hover,
.mod_search .search_default h3 a:focus {
  text-decoration: underline;
}

.mod_search .context,
.mod_search .url {
  margin: 0;
  overflow-wrap: anywhere;
}

.mod_search .context {
  color: #3e4a56;
}

.mod_search .url {
  margin-top: 0.9rem;
  color: #66717c;
  font-size: 0.95rem;
}

.mod_search mark.highlight {
  padding: 0.08em 0.15em;
  background: #d9effd;
  color: inherit;
}

.mod_search .pagination {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dbe3ea;
}

.mod_search .pagination > p {
  margin: 0 0 1rem;
  color: #5e6975;
  font-weight: 600;
}

.mod_search .pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mod_search .pagination li {
  margin: 0;
}

.mod_search .pagination a,
.mod_search .pagination strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid #dbe3ea;
  background: #fff;
  color: #2d2d2d;
  font-weight: 600;
  line-height: 1;
}

.mod_search .pagination a:hover,
.mod_search .pagination a:focus {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.mod_search .pagination strong.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 720px) {
  .mod_search {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .mod_search .formbody {
    grid-template-columns: 1fr;
    max-width: none;
  }
  .mod_search .widget-submit,
  .mod_search button.submit {
    width: 100%;
  }
  .mod_search .search_default {
    padding: 1rem 1.1rem;
  }
}
.more-button {
  max-width: var(--max-width);
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: column-reverse;
  margin: 1rem auto 3rem;
}

.more-button a {
  margin-top: 0;
  flex-shrink: 0;
}

.more-button p {
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

.bg-grey {
  background: #E5E5E5;
}

.max-width {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

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

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.bg-white {
  background: #FFF !important;
}

@media (min-width: 600px) {
  .more-button {
    flex-direction: row;
  }
}
@media (min-width: 800px) {
  .mt-1 {
    margin-top: 1rem;
  }
  .mb-1 {
    margin-bottom: 1rem;
  }
  .mt-2 {
    margin-top: 2rem;
  }
  .mb-2 {
    margin-bottom: 2rem;
  }
  .pt-4 {
    padding-top: 4rem;
  }
  .pb-4 {
    padding-bottom: 4rem;
  }
}

