@import url(//www.wp-suspension.com/wp-content/uploads/omgf/local-stylesheet-import-87/local-stylesheet-import-87.css);
/*! 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;
}

/*!
Theme Name: WP Suspension21
Theme URI: http://lx-media.at
Author: lx-media
Author URI: http://lx-media.at
Version: 1.0.0
*/.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;-moz-border-radius:10em;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;width:8px;line-height:1;opacity:.75;-moz-border-radius:0;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;-moz-border-radius:2.5px;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{-moz-border-radius:2.5px 2.5px 0 0;border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{-moz-border-radius:0 0 2.5px 2.5px;border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;-moz-border-radius:20px;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;-moz-box-sizing:border-box;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;-moz-border-radius-bottomleft:2.5px;border-bottom-left-radius:2.5px;-moz-border-radius-bottomright:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;-moz-border-radius:.25rem .25rem 0 0;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:grey}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;-moz-border-radius:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.glide{position:relative;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.glide *{-moz-box-sizing:inherit;box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;touch-action:pan-Y;padding:0;white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;will-change:transform}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;-webkit-flex-shrink:0;flex-shrink:0;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}.button,.instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.sapCpButton{color:inherit;cursor:pointer;display:inline-block;text-decoration:none}html{-moz-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;font-family:Roboto Condensed,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}*,:after,:before{-moz-box-sizing:inherit;box-sizing:inherit}canvas{display:block}body{font-family:Roboto Condensed,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;line-height:1.1875rem;font-weight:300;-ms-scroll-chaining:none;overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.is-modal-opened,body.mobile-menu-open{overflow:hidden}body.page-template-default,body.page-template-page-container-width,body.page-template-page-newsletter{background-color:#000;color:#fff}body.page-template-page-container-width p a{word-break:break-all}body.error404{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;min-height:100vh}body.error404,body.error404 .site-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}body.error404 .site-content{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}.body--scroll{overflow:hidden}.is-navigation-open .site-content,.is-navigation-open footer{background:rgba(0,0,0,.3);-webkit-filter:blur(4px);filter:blur(4px)}.h1,h1{font-size:4.0625rem;line-height:5rem;font-weight:700}@media (max-width:37.4375em){.h1,h1{font-size:3.25rem;line-height:4.375rem;font-weight:700}}.h2,h2{font-size:2.5rem;line-height:2.75rem;font-weight:700}.h3,h3{font-size:1.5rem;line-height:1.6875rem;font-weight:400}a,button,input,textarea{outline:none}h1,h2,h3{letter-spacing:.1em}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}img{max-width:100%}figure{margin:0}figure img{max-width:100%}figure figcaption{position:relative;z-index:10}figure.figure-position--over figcaption{text-align:right;padding:.375rem .9375rem}figure.figure-color--dark{color:#fff}figure.figure-color--light{color:#000}.aligncenter,.alignleft,.alignright{width:inherit;display:block;padding:0}.aligncenter{float:none;text-align:center}.alignright{float:right}.alignleft{float:left}img.alignright{margin:0 0 1em 1em}img.alignleft{margin:0 1em 1em 0}.image.aligncenter img,img.aligncenter{display:block;margin-left:auto;margin-right:auto}a img.alignright{margin:0 0 1em 1em}a img.alignleft{margin:0 1em 1em 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-video,.wp-video-shortcode{width:100%!important}.wp-video-shortcode{height:auto!important}.wp-video,video.wp-video-shortcode{max-width:100%!important}.has-text-align-center{text-align:center;margin:0 auto}.has-text-align-left{text-align:left;margin-right:auto}.has-text-align-right{text-align:right;margin-left:auto}[x-cloak]{display:none!important}.gdpr3-wrapper{opacity:0;height:0}.wp-block{max-width:100%}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes zoom-in{0%{-moz-transform:scale(0);transform:scale(0)}to{-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes zoom-in{0%{-o-transform:scale(0);transform:scale(0)}to{-o-transform:scale(1);transform:scale(1)}}@keyframes zoom-in{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{0%{opacity:0}to{opacity:1}}@-o-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@-moz-keyframes fade-out{0%{opacity:1}to{opacity:0}}@-o-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes header-logo-fade-in{0%{opacity:1}to{opacity:0}}@-moz-keyframes header-logo-fade-in{0%{opacity:1}to{opacity:0}}@-o-keyframes header-logo-fade-in{0%{opacity:1}to{opacity:0}}@keyframes header-logo-fade-in{0%{opacity:1}to{opacity:0}}@-webkit-keyframes header-logo-fade-out{0%{opacity:0}to{opacity:1}}@-moz-keyframes header-logo-fade-out{0%{opacity:0}to{opacity:1}}@-o-keyframes header-logo-fade-out{0%{opacity:0}to{opacity:1}}@keyframes header-logo-fade-out{0%{opacity:0}to{opacity:1}}@-webkit-keyframes handle-language-transition{0%{padding-right:0}to{padding-right:0}}@-moz-keyframes handle-language-transition{0%{padding-right:0}to{padding-right:0}}@-o-keyframes handle-language-transition{0%{padding-right:0}to{padding-right:0}}@keyframes handle-language-transition{0%{padding-right:0}to{padding-right:0}}@-webkit-keyframes infinite-left-to-right{0%{left:-100%}to{left:100%}}@-moz-keyframes infinite-left-to-right{0%{left:-100%}to{left:100%}}@-o-keyframes infinite-left-to-right{0%{left:-100%}to{left:100%}}@keyframes infinite-left-to-right{0%{left:-100%}to{left:100%}}@-webkit-keyframes overlay-display{0%{visibility:visible;opacity:0;z-index:1;display:none}to{opacity:1;z-index:2;visibility:visible;display:block}}@-moz-keyframes overlay-display{0%{visibility:visible;opacity:0;z-index:1;display:none}to{opacity:1;z-index:2;visibility:visible;display:block}}@-o-keyframes overlay-display{0%{visibility:visible;opacity:0;z-index:1;display:none}to{opacity:1;z-index:2;visibility:visible;display:block}}@keyframes overlay-display{0%{visibility:visible;opacity:0;z-index:1;display:none}to{opacity:1;z-index:2;visibility:visible;display:block}}@-webkit-keyframes overlay-hide{0%{opacity:1;z-index:2;visibility:visible;display:block}to{visibility:hidden;opacity:0;z-index:1;display:none}}@-moz-keyframes overlay-hide{0%{opacity:1;z-index:2;visibility:visible;display:block}to{visibility:hidden;opacity:0;z-index:1;display:none}}@-o-keyframes overlay-hide{0%{opacity:1;z-index:2;visibility:visible;display:block}to{visibility:hidden;opacity:0;z-index:1;display:none}}@keyframes overlay-hide{0%{opacity:1;z-index:2;visibility:visible;display:block}to{visibility:hidden;opacity:0;z-index:1;display:none}}@-webkit-keyframes scroll-indicator-padding{0%{opacity:0;bottom:0}50%{opacity:1;bottom:0}75%{opacity:1;bottom:0}to{opacity:0;bottom:-40%}}@-moz-keyframes scroll-indicator-padding{0%{opacity:0;bottom:0}50%{opacity:1;bottom:0}75%{opacity:1;bottom:0}to{opacity:0;bottom:-40%}}@-o-keyframes scroll-indicator-padding{0%{opacity:0;bottom:0}50%{opacity:1;bottom:0}75%{opacity:1;bottom:0}to{opacity:0;bottom:-40%}}@keyframes scroll-indicator-padding{0%{opacity:0;bottom:0}50%{opacity:1;bottom:0}75%{opacity:1;bottom:0}to{opacity:0;bottom:-40%}}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes rotating{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes rotating{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.rich-text>img,.rich-text>p>img{width:100%;max-width:100%;height:auto}.rich-text>h1{margin-top:2.5rem}.rich-text>h1+h1,.rich-text>h1+h2,.rich-text>h1+h3,.rich-text>h1+h4{margin-top:1.5625rem}.rich-text>h2{margin-top:1.875rem}.rich-text>h2+h1,.rich-text>h2+h2,.rich-text>h2+h3,.rich-text>h2+h4,.rich-text>h3,.rich-text>h3+h1,.rich-text>h3+h2,.rich-text>h3+h3,.rich-text>h3+h4{margin-top:1.5625rem}.rich-text>h4{margin-top:1.25rem}.rich-text>h4+h1,.rich-text>h4+h2,.rich-text>h4+h3,.rich-text>h4+h4,.rich-text>p+ol,.rich-text>p+p,.rich-text>p+ul{margin-top:1.5625rem}.rich-text>h1:first-child,.rich-text>h2:first-child,.rich-text>h3:first-child,.rich-text>h4:first-child{margin-top:0}.rich-text>h1+ol,.rich-text>h1+ul,.rich-text>h2+ol,.rich-text>h2+ul,.rich-text>h3+ol,.rich-text>h3+ul,.rich-text>h4+ol,.rich-text>h4+ul{margin-top:3.4375rem}.rich-text>ol,.rich-text>ul{margin-top:1.5625rem}.rich-text>ol:first-child,.rich-text>ul:first-child{margin-top:0}.rich-text>ol+ol,.rich-text>ol+p,.rich-text>ol+ul,.rich-text>ul+ol,.rich-text>ul+p,.rich-text>ul+ul{margin-top:2.1875rem}.rich-text>ol li+li,.rich-text>ul li+li{margin-top:.9375rem}.rich-text>a,.rich-text>ol a,.rich-text>p>a,.rich-text>p a,.rich-text>ul a{text-decoration:none;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.rich-text>a:hover,.rich-text>ol a:hover,.rich-text>p>a:hover,.rich-text>p a:hover,.rich-text>ul a:hover{opacity:.8}.rich-text>.wp-caption{max-width:38.4375rem;width:100%!important;margin:3.4375rem auto 0}.rich-text>.wp-caption:first-child{margin-top:0}.rich-text>.wp-caption img{display:block;max-width:100%;height:auto}.rich-text>.wp-caption+ol,.rich-text>.wp-caption+p,.rich-text>.wp-caption+ul{margin-top:3.4375rem}.rich-text>.wp-caption-text{margin-top:1.25rem}.menu-overlay{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:fixed;width:100%;height:100vh;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;overflow:hidden;pointer-events:none;z-index:5050}.menu-overlay__wrapper{width:100%;position:absolute;padding:.9375rem .9375rem 0;background-color:#000;z-index:2;-webkit-transition:all .4s ease;-o-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.is-navigation-open .menu-overlay__wrapper,.menu-overlay__wrapper{-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}@media (max-width:63.9375em){.menu-overlay__wrapper{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);padding:0}}.menu-overlay__layer-blur{height:100vh;width:100%;position:absolute;top:0;left:0;z-index:1}@media (min-width:64em)and (max-width:37.4375em){.menu-overlay__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:64em)and (min-width:37.5em)and (max-width:63.9375em){.menu-overlay__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (min-width:64em)and (max-width:74.9375em){.menu-overlay__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (min-width:75em)and (max-width:96.1875em){.menu-overlay__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (min-width:96.25em){.menu-overlay__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:63.9375em){.menu-overlay__holder{height:-webkit-calc(100vh - .9375rem);height:-moz-calc(100vh - .9375rem);height:calc(100vh - .9375rem);height:100vh;padding-top:1.875rem;padding-bottom:10rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;position:relative}}@media (min-width:64em){.menu-overlay__holder{padding-top:1.875rem;padding-bottom:1.875rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}}.menu-overlay__navigation{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;overflow-y:auto;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}.menu-overlay__logo{text-align:center;visibility:hidden}.menu-overlay__mobile{position:fixed;left:0;top:0;z-index:5000;width:100%;height:4.0625rem;background-color:#000;padding:1.5625rem;display:block}@media (min-width:64em){.menu-overlay__mobile{display:none}}.menu-overlay__mobile-logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.menu-overlay__mobile-lang{position:absolute;right:1.5625rem;bottom:1.125rem;height:1.5625rem;width:1.5625rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi45ODc1IDAuNUM2LjA4NzUgMC41IDAuNSA2LjEgMC41IDEzQzAuNSAxOS45IDYuMDg3NSAyNS41IDEyLjk4NzUgMjUuNUMxOS45IDI1LjUgMjUuNSAxOS45IDI1LjUgMTNDMjUuNSA2LjEgMTkuOSAwLjUgMTIuOTg3NSAwLjVaTTIxLjY1IDhIMTcuOTYyNUMxNy41NjI1IDYuNDM3NSAxNi45ODc1IDQuOTM3NSAxNi4yMzc1IDMuNTVDMTguNTM3NSA0LjMzNzUgMjAuNDUgNS45Mzc1IDIxLjY1IDhaTTEzIDMuMDVDMTQuMDM3NSA0LjU1IDE0Ljg1IDYuMjEyNSAxNS4zODc1IDhIMTAuNjEyNUMxMS4xNSA2LjIxMjUgMTEuOTYyNSA0LjU1IDEzIDMuMDVaTTMuMzI1IDE1LjVDMy4xMjUgMTQuNyAzIDEzLjg2MjUgMyAxM0MzIDEyLjEzNzUgMy4xMjUgMTEuMyAzLjMyNSAxMC41SDcuNTVDNy40NSAxMS4zMjUgNy4zNzUgMTIuMTUgNy4zNzUgMTNDNy4zNzUgMTMuODUgNy40NSAxNC42NzUgNy41NSAxNS41SDMuMzI1Wk00LjM1IDE4SDguMDM3NUM4LjQzNzUgMTkuNTYyNSA5LjAxMjUgMjEuMDYyNSA5Ljc2MjUgMjIuNDVDNy40NjI1IDIxLjY2MjUgNS41NSAyMC4wNzUgNC4zNSAxOFpNOC4wMzc1IDhINC4zNUM1LjU1IDUuOTI1IDcuNDYyNSA0LjMzNzUgOS43NjI1IDMuNTVDOS4wMTI1IDQuOTM3NSA4LjQzNzUgNi40Mzc1IDguMDM3NSA4Wk0xMyAyMi45NUMxMS45NjI1IDIxLjQ1IDExLjE1IDE5Ljc4NzUgMTAuNjEyNSAxOEgxNS4zODc1QzE0Ljg1IDE5Ljc4NzUgMTQuMDM3NSAyMS40NSAxMyAyMi45NVpNMTUuOTI1IDE1LjVIMTAuMDc1QzkuOTYyNSAxNC42NzUgOS44NzUgMTMuODUgOS44NzUgMTNDOS44NzUgMTIuMTUgOS45NjI1IDExLjMxMjUgMTAuMDc1IDEwLjVIMTUuOTI1QzE2LjAzNzUgMTEuMzEyNSAxNi4xMjUgMTIuMTUgMTYuMTI1IDEzQzE2LjEyNSAxMy44NSAxNi4wMzc1IDE0LjY3NSAxNS45MjUgMTUuNVpNMTYuMjM3NSAyMi40NUMxNi45ODc1IDIxLjA2MjUgMTcuNTYyNSAxOS41NjI1IDE3Ljk2MjUgMThIMjEuNjVDMjAuNDUgMjAuMDYyNSAxOC41Mzc1IDIxLjY2MjUgMTYuMjM3NSAyMi40NVpNMTguNDUgMTUuNUMxOC41NSAxNC42NzUgMTguNjI1IDEzLjg1IDE4LjYyNSAxM0MxOC42MjUgMTIuMTUgMTguNTUgMTEuMzI1IDE4LjQ1IDEwLjVIMjIuNjc1QzIyLjg3NSAxMS4zIDIzIDEyLjEzNzUgMjMgMTNDMjMgMTMuODYyNSAyMi44NzUgMTQuNyAyMi42NzUgMTUuNUgxOC40NVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==);background-position:top;background-repeat:no-repeat;background-size:contain;pointer-events:auto}.menu-overlay__mobile-lang:active,.menu-overlay__mobile-lang:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0iI0UzMDAwRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi45ODc1IDAuNUM2LjA4NzUgMC41IDAuNSA2LjEgMC41IDEzQzAuNSAxOS45IDYuMDg3NSAyNS41IDEyLjk4NzUgMjUuNUMxOS45IDI1LjUgMjUuNSAxOS45IDI1LjUgMTNDMjUuNSA2LjEgMTkuOSAwLjUgMTIuOTg3NSAwLjVaTTIxLjY1IDhIMTcuOTYyNUMxNy41NjI1IDYuNDM3NSAxNi45ODc1IDQuOTM3NSAxNi4yMzc1IDMuNTVDMTguNTM3NSA0LjMzNzUgMjAuNDUgNS45Mzc1IDIxLjY1IDhaTTEzIDMuMDVDMTQuMDM3NSA0LjU1IDE0Ljg1IDYuMjEyNSAxNS4zODc1IDhIMTAuNjEyNUMxMS4xNSA2LjIxMjUgMTEuOTYyNSA0LjU1IDEzIDMuMDVaTTMuMzI1IDE1LjVDMy4xMjUgMTQuNyAzIDEzLjg2MjUgMyAxM0MzIDEyLjEzNzUgMy4xMjUgMTEuMyAzLjMyNSAxMC41SDcuNTVDNy40NSAxMS4zMjUgNy4zNzUgMTIuMTUgNy4zNzUgMTNDNy4zNzUgMTMuODUgNy40NSAxNC42NzUgNy41NSAxNS41SDMuMzI1Wk00LjM1IDE4SDguMDM3NUM4LjQzNzUgMTkuNTYyNSA5LjAxMjUgMjEuMDYyNSA5Ljc2MjUgMjIuNDVDNy40NjI1IDIxLjY2MjUgNS41NSAyMC4wNzUgNC4zNSAxOFpNOC4wMzc1IDhINC4zNUM1LjU1IDUuOTI1IDcuNDYyNSA0LjMzNzUgOS43NjI1IDMuNTVDOS4wMTI1IDQuOTM3NSA4LjQzNzUgNi40Mzc1IDguMDM3NSA4Wk0xMyAyMi45NUMxMS45NjI1IDIxLjQ1IDExLjE1IDE5Ljc4NzUgMTAuNjEyNSAxOEgxNS4zODc1QzE0Ljg1IDE5Ljc4NzUgMTQuMDM3NSAyMS40NSAxMyAyMi45NVpNMTUuOTI1IDE1LjVIMTAuMDc1QzkuOTYyNSAxNC42NzUgOS44NzUgMTMuODUgOS44NzUgMTNDOS44NzUgMTIuMTUgOS45NjI1IDExLjMxMjUgMTAuMDc1IDEwLjVIMTUuOTI1QzE2LjAzNzUgMTEuMzEyNSAxNi4xMjUgMTIuMTUgMTYuMTI1IDEzQzE2LjEyNSAxMy44NSAxNi4wMzc1IDE0LjY3NSAxNS45MjUgMTUuNVpNMTYuMjM3NSAyMi40NUMxNi45ODc1IDIxLjA2MjUgMTcuNTYyNSAxOS41NjI1IDE3Ljk2MjUgMThIMjEuNjVDMjAuNDUgMjAuMDYyNSAxOC41Mzc1IDIxLjY2MjUgMTYuMjM3NSAyMi40NVpNMTguNDUgMTUuNUMxOC41NSAxNC42NzUgMTguNjI1IDEzLjg1IDE4LjYyNSAxM0MxOC42MjUgMTIuMTUgMTguNTUgMTEuMzI1IDE4LjQ1IDEwLjVIMjIuNjc1QzIyLjg3NSAxMS4zIDIzIDEyLjEzNzUgMjMgMTNDMjMgMTMuODYyNSAyMi44NzUgMTQuNyAyMi42NzUgMTUuNUgxOC40NVoiIGZpbGw9IiNFMzAwMEYiLz4NCjwvc3ZnPg0K)}@media (min-width:64em){.menu-overlay__mobile-lang{display:none}}.menu-overlay__burger{width:1.125rem;height:.75rem;position:absolute;left:1.5625rem;bottom:1.625rem;opacity:0;-webkit-transition:.2s linear;-o-transition:.2s linear;-moz-transition:.2s linear;transition:.2s linear;text-align:right;visibility:visible;pointer-events:auto}@media (max-width:63.9375em){.menu-overlay__burger{opacity:1}}.is-navigation-open .menu-overlay__burger{bottom:1.625rem}@media (min-width:64em){.is-navigation-open .menu-overlay__burger{opacity:0}}.is-navigation-open .menu-overlay{visibility:visible;pointer-events:auto}.is-map-open .menu-overlay{pointer-events:none;opacity:0}.header{position:fixed;top:0;width:100%;z-index:5050}.header__mobilelogo-icon{width:7rem;height:1.875rem;display:none}@media (max-width:63.9375em){.header__mobilelogo-icon{display:block}}@media (max-width:48.875em){.admin-bar .header{top:2.875rem}}@media (min-width:48.9375em){.admin-bar .header{top:2rem}}@media (max-width:63.9375em){.is-header-finder-form .header{max-height:100vh;overflow:auto}}.header__logoicon{margin-right:120px}@media(min-width:1024px)and (max-width:1300px){.header__logoicon{margin-right:0}}@media (max-width:63.9375em){.header__logoicon{display:none}}.header__logo{left:0;top:10px;opacity:1;z-index:5100;width:100%;height:110px;cursor:pointer;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}@media (max-width:63.9375em){.header__logo{display:none}}.header__logo svg{pointer-events:none}@media (max-width:63.9375em){.is-scroll .header__logo{opacity:0}}@media (min-width:64em){.is-scroll .header__logo{opacity:1}}.is-navigation-open .header__logo{opacity:1}.is-navigation-closed .header__logo{pointer-events:auto}.is-map-open .header__logo{pointer-events:none;opacity:0}.header__logo svg{display:block}.header__logo-anchor{position:relative;display:block;height:36px;width:151px}@media (max-width:63.9375em){.is-navigation-open .header__logo-img{display:none}.is-navigation-closed .header__logo-img{display:block}}@media (min-width:64em){.header__logo-img{display:none}}.header__logo-icon{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}@media (max-width:63.9375em){.header__logo-icon,.is-navigation-open .header__logo-icon{opacity:1}}.header__logo-icon svg g path{-webkit-transition:fill .2s ease;-o-transition:fill .2s ease;-moz-transition:fill .2s ease;transition:fill .2s ease}.header__inner{position:relative;padding-top:2.5rem;color:#fff;background-color:#000;z-index:5000;-webkit-transition:padding .2s ease;-o-transition:padding .2s ease;-moz-transition:padding .2s ease;transition:padding .2s ease}@media (max-width:63.9375em){.is-header-finder-bar.is-scroll .header__inner{padding-top:5rem}}.header__content{opacity:1;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.is-header-finder-bar .header__content--form,.is-header-finder-form .header__content--bar{height:0;opacity:0;pointer-events:none}.header__content--page-title{padding:0 2.5rem 3.125rem}.header__page-title{text-align:center;text-transform:uppercase}@media (max-width:63.9375em){.header__page-title{font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.header__page-title{font-size:3rem;line-height:3.3125rem;font-weight:700}}.footer{background-color:#000;color:#d0d0d0}.footer__wrapper{padding-top:6.25rem;padding-bottom:5rem}@media (max-width:63.9375em){.footer__wrapper{padding-top:3.75rem;padding-bottom:3.75rem}}@media (max-width:37.4375em){.footer__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.footer__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.footer__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.footer__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.footer__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.footer__holder--desktop{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.footer__holder--desktop{display:none}}.footer__holder--mobile{text-align:center}@media (min-width:64em){.footer__holder--mobile{display:none}}@media (max-width:63.9375em){.footer__logo{margin-bottom:3.125rem}}@media (min-width:64em){.footer__logo{margin-bottom:2.5rem}}.footer__logo img{max-width:9.375rem}.footer__copyright{margin-bottom:2.5rem}.footer__copyright-text{margin-bottom:.375rem}@media (max-width:63.9375em){.footer__copyright-text+.footer__copyright-text{margin-left:.625rem}}@media (max-width:63.9375em){.footer__copyright{font-size:.9375rem;line-height:1.5rem;font-weight:400}}@media (min-width:64em){.footer__copyright{font-size:.875rem;line-height:1.25rem;font-weight:400}}.footer__holder--mobile .footer__copyright{margin-bottom:0;margin-top:3.125rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.footer__icon{width:100%}.footer__widgets{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.footer__line{height:0;margin:3.125rem -.9375rem;border:.0625rem solid #d0d0d0}@media (max-width:63.9375em){.group__wrapper.spacing-bottom-large{padding-bottom:7.5rem}}@media (min-width:64em){.group__wrapper.spacing-bottom-large{padding-bottom:9.375rem}}@media (max-width:63.9375em){.group__wrapper.spacing-top-large{padding-bottom:7.5rem}}@media (min-width:64em){.group__wrapper.spacing-top-large{padding-bottom:9.375rem}}@media (max-width:63.9375em){.group__wrapper.spacing-bottom-medium{padding-bottom:3.75rem}}@media (min-width:64em){.group__wrapper.spacing-bottom-medium{padding-bottom:3.75rem}}@media (max-width:63.9375em){.group__wrapper.spacing-top-medium{padding-bottom:3.75rem}}@media (min-width:64em){.group__wrapper.spacing-top-medium{padding-bottom:3.75rem}}@media (max-width:63.9375em){.group__wrapper.spacing-bottom-small{padding-bottom:2.5rem}}@media (min-width:64em){.group__wrapper.spacing-bottom-small{padding-bottom:4.375rem}}@media (max-width:63.9375em){.group__wrapper.spacing-top-small{padding-bottom:2.5rem}}@media (min-width:64em){.group__wrapper.spacing-top-small{padding-bottom:4.375rem}}@media (max-width:37.4375em){.group__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.group__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.group__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.group__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.group__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.columns__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.columns__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.columns__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.columns__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (max-width:37.4375em){.columns__holder.spacing-bottom-small{padding-bottom:2.5rem}}@media (min-width:37.5em){.columns__holder.spacing-bottom-small{padding-bottom:2.5rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-bottom-small{padding-bottom:3.125rem}}@media (min-width:96.25em){.columns__holder.spacing-bottom-small{padding-bottom:4.375rem}}@media (max-width:37.4375em){.columns__holder.spacing-top-small{padding-top:2.5rem}}@media (min-width:37.5em){.columns__holder.spacing-top-small{padding-top:2.5rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-top-small{padding-top:3.125rem}}@media (min-width:96.25em){.columns__holder.spacing-top-small{padding-top:4.375rem}}@media (max-width:37.4375em){.columns__holder.spacing-bottom-large{padding-bottom:5rem}}@media (min-width:37.5em){.columns__holder.spacing-bottom-large{padding-bottom:7.5rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-bottom-large{padding-bottom:10rem}}@media (min-width:96.25em){.columns__holder.spacing-bottom-large{padding-bottom:11.25rem}}@media (max-width:37.4375em){.columns__holder.spacing-top-large{padding-top:5rem}}@media (min-width:37.5em){.columns__holder.spacing-top-large{padding-top:7.5rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-top-large{padding-top:10rem}}@media (min-width:96.25em){.columns__holder.spacing-top-large{padding-top:11.25rem}}@media (max-width:37.4375em){.columns__holder.spacing-bottom-medium{padding-bottom:3.125rem}}@media (min-width:37.5em){.columns__holder.spacing-bottom-medium{padding-bottom:3.75rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-bottom-medium{padding-bottom:5rem}}@media (min-width:96.25em){.columns__holder.spacing-bottom-medium{padding-bottom:6.25rem}}@media (max-width:37.4375em){.columns__holder.spacing-top-medium{padding-top:3.125rem}}@media (min-width:37.5em){.columns__holder.spacing-top-medium{padding-top:3.75rem}}@media (min-width:64em)and (max-width:74.9375em){.columns__holder.spacing-top-medium{padding-top:5rem}}@media (min-width:96.25em){.columns__holder.spacing-top-medium{padding-top:6.25rem}}.columns__holder.vertical-align--center{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.columns__holder.vertical-align--top{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.columns__holder.vertical-align--bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end}@media (max-width:74.9375em){.columns__holder.is-mobile-inversed{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}}@media (max-width:37.4375em){.columns__holder--2 .columns__column{-webkit-flex-basis:100%!important;flex-basis:100%!important;max-width:100%!important}}@media (max-width:74.9375em){.columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}}@media (min-width:37.5em)and (max-width:63.9375em){.testimonial--global .columns__holder--3 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:83.3333333333%;margin-left:8.3333333333%}}@media (min-width:64em){.columns__holder--2 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:50%}.columns__holder--1 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}.columns__holder--3 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:33.3333333333%}.columns__holder--4 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:25%}.columns__holder--6 .columns__column{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:16.6666666667%}}.columns__column .columns{padding-left:0;padding-right:0}.stage-home{position:relative;min-height:100vh;background-color:#000}@media (min-width:64em){.stage-home{padding-bottom:5rem;overflow-x:hidden}}@media (max-width:63.9375em){.stage-home{padding-bottom:3.125rem}}.stage-home__container{min-height:100vh;position:relative}.stage-home__background{width:100%;height:100vh;overflow:hidden;position:absolute;z-index:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.stage-home__background-gradient{position:absolute;bottom:0;width:100%;height:300px;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:-webkit-linear-gradient(bottom,#000,transparent);background:-moz-linear-gradient(bottom,#000 0,transparent 100%);background:-o-linear-gradient(bottom,#000 0,transparent 100%);background:linear-gradient(0deg,#000,transparent);z-index:1}.stage-home__background-element{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:64em){.stage-home__background-element--mobile{display:none}}@media (max-width:63.9375em){.stage-home__background-element--desktop{display:none}}.stage-home__wrapper{overflow-x:hidden}@media (max-width:37.4375em){.stage-home__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-home__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-home__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-home__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.stage-home__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.stage-home__inner{height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media (max-width:37.4375em){.stage-home__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-home__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-home__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-home__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.stage-home__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em){.stage-home__inner{padding-bottom:20vh}}@media (max-width:63.9375em){.stage-home__inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}}.stage-home__holder{padding-top:9.375rem}@media (max-width:63.9375em){.stage-home__holder{padding:9.375rem 1.875rem 1.875rem}}.stage-home__content{position:relative;z-index:1}@media (max-width:63.9375em){.stage-home__content{margin-bottom:0}}@media (min-width:64em){.stage-home__content{padding-top:10vh}}.stage-home__headline{color:#fff;text-transform:uppercase}@media (min-width:120em){.stage-home__headline{padding-top:15vh}}@media (min-width:64em){.stage-home__headline{font-size:4.0625rem;line-height:5rem;font-weight:700}}@media (max-width:63.9375em){.stage-home__headline{font-size:3.25rem;line-height:4.375rem;font-weight:700;margin-bottom:3.75rem}}@media (max-width:37.4375em){.stage-home__headline{font-size:11vw;line-height:13vw}}.stage-home__part-finder{width:100%;position:relative;z-index:100;border-bottom:1px solid #000}@media (min-width:64em){.stage-home__part-finder{margin-top:-24.1875rem}}@media screen and (orientation:landscape)and (max-height:800px)and (min-width:64em){.stage-home__part-finder{margin-top:-30vh}}@media screen and (orientation:landscape)and (max-height:800px){.stage-home__content{padding-top:0}}.stage-segment,.stage-segment__container{position:relative;min-height:100vh}.stage-segment__container{background-color:#000}@media (min-width:64em){.stage-segment__container-text{padding-bottom:9.375rem}}@media (max-width:63.9375em){.stage-segment__container-text{padding-bottom:3.75rem}}.stage-segment__gradient{width:100%;position:absolute;top:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:-webkit-linear-gradient(bottom,#000,transparent);background:-moz-linear-gradient(bottom,#000 0,transparent 100%);background:-o-linear-gradient(bottom,#000 0,transparent 100%);background:linear-gradient(0deg,#000,transparent);z-index:1}@media (min-width:64em){.stage-segment__gradient{height:12.5rem}}@media (max-width:63.9375em){.stage-segment__gradient{height:6.25rem}}.stage-segment__background{width:100%;height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:0;z-index:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.stage-segment__background-element{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:64em){.stage-segment__background-element--mobile{display:none}}@media (max-width:63.9375em){.stage-segment__background-element--desktop{display:none}}@media (max-width:37.4375em){.stage-segment__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-segment__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-segment__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-segment__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.stage-segment__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.stage-segment__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-segment__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-segment__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-segment__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.stage-segment__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.stage-segment__content{max-width:37.5rem}.stage-segment__scroll-indicator{position:absolute;padding-bottom:1.25rem;z-index:1;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;-moz-transition:opacity .25s ease;transition:opacity .25s ease;opacity:0}.stage-segment__container-text{position:relative;background-color:#000;-webkit-transition:all 50ms linear;-o-transition:all 50ms linear;-moz-transition:all 50ms linear;transition:all 50ms linear;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;-moz-transition:opacity .25s ease;transition:opacity .25s ease;opacity:0}.stage-segment__logo-container{width:100%;position:absolute;-webkit-transition:max-width 80ms ease,-webkit-transform 80ms ease;transition:max-width 80ms ease,-webkit-transform 80ms ease;-o-transition:max-width 80ms ease,-o-transform 80ms ease;-moz-transition:transform 80ms ease,max-width 80ms ease,-moz-transform 80ms ease;transition:transform 80ms ease,max-width 80ms ease;transition:transform 80ms ease,max-width 80ms ease,-webkit-transform 80ms ease,-moz-transform 80ms ease,-o-transform 80ms ease;-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;-moz-transition:opacity .25s ease;transition:opacity .25s ease;opacity:0;z-index:2}@media (max-width:63.9375em){.stage-segment__logo-container{max-width:21.875rem}}@media (min-width:64em){.stage-segment__logo-container{max-width:42.5rem}}.stage-segment__logo{width:100%;-o-object-fit:contain;object-fit:contain}.stage-segment__headline{position:relative;max-width:64rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;z-index:1}@media (min-width:64em){.stage-segment__headline{font-size:3rem;line-height:3.3125rem;font-weight:700;margin-bottom:3.75rem}}@media (max-width:63.9375em){.stage-segment__headline{font-size:1.25rem;line-height:1.375rem;font-weight:700;margin-bottom:1.875rem}}.stage-segment__text{color:#fff;max-width:25rem;font-size:1.25rem;line-height:1.75rem;font-weight:400;position:relative;z-index:1}.section{width:100%}.section+.section{border-top:1px solid #d0d0d0}.section--breadcrumbs{border:.0625rem solid transparent}@media (max-width:63.9375em){.section--segment{padding:5rem 0}}@media (min-width:64em){.section--segment{padding:6.875rem 0}}.section--segment+.section--segment{border:.0625rem solid #000;padding-top:0}@media (max-width:63.9375em){.section--segment+.section--segment{margin-top:-1.875rem}}@media (min-width:64em){.section--segment+.section--segment{margin-top:-3.125rem}}.section--bg-secondary-light{background-color:#ececec}.section--category-products-segment{padding:3.75rem 0}@media (max-width:63.9375em){.section--news-page{padding-top:1.875rem;padding-bottom:3.75rem}}@media (min-width:64em){.section--news-page{padding:3.75rem 0}}.section--registration-success{padding-top:6rem}@media (max-width:48.875em){.admin-bar .section--registration-success{padding-top:96px}}@media (min-width:48.9375em){.admin-bar .section--registration-success{padding-top:82px}}.section--white{color:#000;background-color:#fff}.section--black{color:#fff;background-color:#000}@media (max-width:37.4375em){.section__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.section__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.section__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.section__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.section__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.section__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.section__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.section__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.section__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.section__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.section__holder{width:100%}.section--spacing-small .section__holder{padding-top:3.75rem;padding-bottom:3.75rem}@media (min-width:64em){.section--news-feed .section__holder{padding-top:9.375rem;padding-bottom:6.5625rem}}@media (max-width:63.9375em){.section--news-feed .section__holder{padding-top:7.5rem;padding-bottom:4.0625rem}}@media (max-width:63.9375em){.section--parts-finder-results .section__holder{padding:2.5rem 0 4.375rem}}@media (min-width:64em){.section--parts-finder-results .section__holder{padding:3.125rem 0 11.25rem}}@media (max-width:63.9375em){.section--featured-products .section__holder{padding:3.75rem 0 1.875rem}}@media (min-width:64em){.section--featured-products .section__holder{padding:3.75rem 0 6.25rem}}@media (max-width:63.9375em){.section--page-product-detail .section__holder{padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:63.9375em){.section--instagram-feed .section__holder{padding:2.5rem 0 1.875rem}}@media (min-width:64em){.section--instagram-feed .section__holder{padding:6.875rem 0 9.375rem}}.section--dark{background-color:#000;color:#fff}.news-feed__headline{text-transform:uppercase}@media (max-width:63.9375em){.news-feed__headline{margin-bottom:2.5rem}}@media (min-width:64em){.news-feed__headline{margin-bottom:5rem}}.segment__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.segment__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.segment__image{position:relative}@media (min-width:64em){.segment__image{-webkit-box-flex:1.5;-webkit-flex:1.5;-moz-box-flex:1.5;flex:1.5;position:relative;width:100%;max-width:58.3333333333%;padding:0}}.segment__image-content{min-width:100%;min-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.segment__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (min-width:64em){.segment__content{position:relative;width:100%;max-width:33.3333333333%;margin-left:8.3333333333%;padding:1.875rem 0}}@media (max-width:63.9375em){.segment__content{margin-top:-6.875rem}}@media (max-width:63.9375em){.segment__logo{position:relative;z-index:2;text-align:right;padding:1.875rem .625rem}}@media (max-width:63.9375em){.segment__mid{margin-top:3.75rem}}.segment__headline{margin-top:1.25rem;text-transform:uppercase;font-size:1.25rem;line-height:1.375rem;font-weight:700}.segment__headline strong{color:#878787}.segment__description{margin-top:1.25rem;font-size:1rem;line-height:1.375rem;font-weight:400}.segment__button{margin-top:2.5rem}@media (max-width:63.9375em){.segment__button{max-width:31.25rem;width:100%;margin-left:auto;margin-right:auto}}.page-product-finder{position:relative;-webkit-transition:padding .2s ease;-o-transition:padding .2s ease;-moz-transition:padding .2s ease;transition:padding .2s ease}@media (max-width:63.9375em){.is-header-finder-bar .page-product-finder{padding-top:15rem}}@media (min-width:64em){.is-header-finder-bar .page-product-finder{padding-top:13.75rem}}@media (max-width:63.9375em){.is-header-finder-form .page-product-finder{padding-top:33.75rem}}@media (min-width:64em){.is-header-finder-form .page-product-finder{padding-top:18.75rem}}@media (max-width:63.9375em){.is-header-finder-bar.is-scroll .page-product-finder{padding-top:9.375rem}}.page-product-finder__breadcrumbs{box-shadow:0 .1875rem 1.25rem 0 rgba(0,0,0,.05)}@media (max-width:63.9375em){.page-product-finder .page-product-finder__breadcrumbs{position:fixed;bottom:0;width:100%;z-index:1000;pointer-events:none;box-shadow:none}.is-header-finder-form .page-product-finder .page-product-finder__breadcrumbs{opacity:0;pointer-events:none}}@media (min-width:64em){.page-product-finder .page-product-finder__breadcrumbs{position:fixed;top:13.6875rem;width:100%;z-index:5060;background-color:#fff}.admin-bar .page-product-finder .page-product-finder__breadcrumbs{top:15.6875rem}}@media (min-width:64em){.page-product-finder__content{margin-top:6rem}}@media (max-width:63.9375em){.page-product-finder__content{padding-top:2.5rem}}.parts-finder-results__title{text-transform:uppercase}@media (max-width:63.9375em){.parts-finder-results__title{font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.parts-finder-results__title{font-size:3rem;line-height:3.3125rem;font-weight:700}}.parts-finder-results__subtitle{text-transform:uppercase}@media (max-width:63.9375em){.parts-finder-results__subtitle{margin-top:3.75rem;font-size:1.25rem;line-height:1.375rem;font-weight:700}}@media (min-width:64em){.parts-finder-results__subtitle{margin-top:5rem;font-size:2rem;line-height:2.1875rem;font-weight:700}}.parts-finder-results__content{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:3.75rem}.parts-finder-results__content,.parts-finder-results__item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:37.4375em){.parts-finder-results__item{width:100%}}@media (min-width:37.5em)and (max-width:63.9375em){.parts-finder-results__item{width:50%}}@media (min-width:64em){.parts-finder-results__item{width:25%}}.split-layout{position:relative}.split-layout:after,.split-layout:before{content:"";height:100%;width:100%;position:absolute;top:0;z-index:-1}@media (max-width:63.9375em){.split-layout:after,.split-layout:before{display:none}}.split-layout:before{left:0}@media (max-width:91.8125em){.split-layout--60:before{max-width:-webkit-calc(60% - 30px);max-width:-moz-calc(60% - 30px);max-width:calc(60% - 30px)}}@media (min-width:91.875em){.split-layout--60:before{max-width:-webkit-calc(50vw + 117px);max-width:-moz-calc(50vw + 117px);max-width:calc(50vw + 117px)}}@media (max-width:91.8125em){.split-layout--40:before{max-width:-webkit-calc(40% + 30px);max-width:-moz-calc(40% + 30px);max-width:calc(40% + 30px)}}@media (min-width:91.875em){.split-layout--40:before{max-width:-webkit-calc(50vw - 117px);max-width:-moz-calc(50vw - 117px);max-width:calc(50vw - 117px)}}.split-layout:after{right:0}.split-layout--page-select-pro:after{background-color:#ececec}.split-layout--page-product-detail:after{background-color:#000;height:100vh}.split-layout--page-accessories:after{background-color:#000;height:100%}@media (max-width:91.8125em){.split-layout--60:after{max-width:-webkit-calc(40% + 7px);max-width:-moz-calc(40% + 7px);max-width:calc(40% + 7px)}}@media (min-width:91.875em){.split-layout--60:after{max-width:-webkit-calc(50vw - 137px);max-width:-moz-calc(50vw - 137px);max-width:calc(50vw - 137px)}}@media (max-width:91.8125em){.split-layout--40:after{max-width:-webkit-calc(60% - 18px);max-width:-moz-calc(60% - 18px);max-width:calc(60% - 18px)}}@media (min-width:91.875em){.split-layout--40:after{max-width:-webkit-calc(50vw + 124px);max-width:-moz-calc(50vw + 124px);max-width:calc(50vw + 124px)}}@media (max-width:37.4375em){.split-layout__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.split-layout__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.split-layout__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.split-layout__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.split-layout__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.split-layout__inner{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:37.4375em){.split-layout__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.split-layout__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.split-layout__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.split-layout__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.split-layout__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (max-width:37.4375em){.split-layout__inner{margin:0 -.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.split-layout__inner{margin:0 -1.875rem}}@media (max-width:63.9375em){.split-layout--page-accessories .split-layout__inner,.split-layout--page-product-detail .split-layout__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}}.split-layout__left{width:100%;position:relative}@media (max-width:63.9375em){.split-layout__left{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%;padding-bottom:2.5rem}.split-layout--page-accessories .split-layout__left{padding-bottom:0}}@media (min-width:64em){.split-layout--page-select-pro .split-layout__left{padding:3.4375rem 3.4375rem 3.4375rem 0}.split-layout--60 .split-layout__left{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:60%}.split-layout--40 .split-layout__left{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:40%}}.split-layout__left--left-sticky .split-layout__left{height:100%}@media (max-width:63.9375em){.split-layout--page-accessories .split-layout__left,.split-layout--page-product-detail .split-layout__left{padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em){.split-layout--page-accessories .split-layout__left{padding-top:7.5rem}}.split-layout__right{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}@media (max-width:63.9375em){.split-layout__right{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}.split-layout--page-select-pro .split-layout__right{background-color:#ececec;padding-top:3.75rem;padding-bottom:3.75rem}.split-layout--page-product-detail .split-layout__right{padding:0}.split-layout--page-accessories .split-layout__right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse;margin-top:-3.125rem;padding-bottom:6.25rem;background-color:#000}}@media (min-width:64em){.split-layout--page-select-pro .split-layout__right{padding:3.4375rem 0 3.4375rem 3.4375rem}.split-layout--60 .split-layout__right{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:40%}.split-layout--40 .split-layout__right{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:60%}}@media (min-width:91.875em){.split-layout--page-product-detail .split-layout__right{width:-webkit-calc(50vw + 129px);width:-moz-calc(50vw + 129px);width:calc(50vw + 129px);max-width:60vw;margin-right:calc(-50vw + 735px)}}.split-layout__left-side-content{width:100%}@media (min-width:64em){.split-layout--page-select-pro .split-layout__left-side-content{max-width:680px}}.split-layout__right-side-content{width:100%}@media (min-width:64em){.split-layout--page-select-pro .split-layout__right-side-content{max-width:476px}}@media (max-width:63.9375em){.page-product-detail__info-block{padding-bottom:.625rem}}@media (min-width:64em){.page-product-detail__info-block{max-width:28.75rem;padding:11.25rem 1.875rem 6.25rem 0;position:-webkit-sticky;position:sticky;top:0}}.page-product-detail__image-container{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;position:relative}@media (max-width:63.9375em){.page-product-detail__image-container{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;overflow:hidden}}.page-product-detail__image-main{height:100vh;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.page-product-detail__image-main{background-color:#000;padding:1.25rem}}@media (min-width:64em){.page-product-detail__image-main{background-color:#000;padding:2.5rem}}.page-product-detail__image-logo-container{height:100%;width:100%;max-width:31.25rem;position:relative}.page-product-detail__image-head{position:absolute;bottom:50%;left:50%;-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%);-o-transform:translate(-50%,50%);transform:translate(-50%,50%);max-height:56.25rem;max-width:31.25rem;z-index:1}.animate-product .page-product-detail__image-head{bottom:65%}@media (min-width:64em){.page-product-detail__image-head{-webkit-transition:50ms linear;-o-transition:50ms linear;-moz-transition:50ms linear;transition:50ms linear}}.page-product-detail__logo-head{width:100%;position:absolute;bottom:50%;left:50%;-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%);-o-transform:translate(-50%,50%);transform:translate(-50%,50%);z-index:1;max-height:56.25rem;max-width:31.25rem;-webkit-transition:50ms linear;-o-transition:50ms linear;-moz-transition:50ms linear;transition:50ms linear;z-index:0}.animate-product .page-product-detail__logo-head{bottom:10%}@media (min-width:64em){.page-product-detail__logo-head{-webkit-transition:50ms linear;-o-transition:50ms linear;-moz-transition:50ms linear;transition:50ms linear}}.page-product-detail__logo-head svg .st0,.page-product-detail__logo-head svg .st1,.page-product-detail__logo-head svg .st2,.page-product-detail__logo-head svg path,.page-product-detail__logo-head svg polygon{fill:#fff!important}.page-product-detail__image-second{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100vh;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:4.0625rem 0;margin-right:-24px}@media (max-width:63.9375em){.page-product-detail__image-second{display:none}}.page-product-detail__image-second img{max-height:100vh;-o-object-position:left;object-position:left;-o-object-fit:cover;object-fit:cover;height:100%}.page-product-detail__image-second+.page-product-detail__image-second{padding-top:0}.page-product-detail__image{height:auto;width:100%;-o-object-fit:contain;object-fit:contain}.page-product-detail__scroll-line{position:absolute;right:1.25rem;bottom:-1.25rem;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}@media (min-width:64em){.page-product-detail__scroll-line{display:none}}.page-product-detail__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.page-product-detail__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (min-width:64em){.page-product-detail__content{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}@media (min-width:64em){.page-product-detail__tehnology-data{width:50%;max-width:41.25rem;padding:4.0625rem 0}}@media (max-width:63.9375em){.page-product-detail__tehnology-data{padding:1.875rem 0}}.page-product-detail__gallery-slider{background-color:#fff}@media (min-width:64em){.page-product-detail__gallery-slider--mobile{display:none}}@media (max-width:37.4375em){.page-product-detail__gallery-slider{padding:2.3125rem;margin:0 -2.3125rem}}@media (min-width:37.5em)and (max-width:63.9375em){.page-product-detail__gallery-slider{padding:2.8125rem;margin:0 -2.8125rem}}.page-product-detail__tehnology-description{background-color:#fff}@media (min-width:64em){.page-product-detail__tehnology-description--mobile{display:none}}@media (max-width:37.4375em){.page-product-detail__tehnology-description{padding:1.875rem 2.3125rem;margin:0 -2.3125rem}}@media (min-width:37.5em)and (max-width:63.9375em){.page-product-detail__tehnology-description{padding:1.875rem 2.8125rem;margin:0 -2.8125rem}}@media (min-width:64em){.page-product-detail__key-features{width:50%;max-width:41.25rem;padding:4.0625rem}}@media (max-width:63.9375em){.page-product-detail__key-features{padding:1.875rem 0}}@media (max-width:63.9375em){.manuals-search{padding:7.875rem 0 3.125rem}}@media (min-width:64em){.manuals-search{padding:10rem 0 6.25rem}}.manuals-search__title{text-transform:uppercase}@media (max-width:63.9375em){.manuals-search__title{font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.manuals-search__title{font-size:3rem;line-height:3.3125rem;font-weight:700}}@media (max-width:63.9375em){.manuals-search__form{margin-top:1.25rem}}@media (min-width:64em){.manuals-search__form{margin-top:1.875rem}}@media (max-width:37.4375em){.manuals-search__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.manuals-search__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.manuals-search__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.manuals-search__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.manuals-search__form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.manuals-search__form-input{position:relative;z-index:2}@media (max-width:63.9375em){.manuals-search__form-input{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%;margin-bottom:1.25rem}}@media (min-width:37.5em){.manuals-search__form-input{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:75%}}@media (max-width:63.9375em){.manuals-search__form-submit{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}}@media (min-width:37.5em){.manuals-search__form-submit{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:25%}}.manuals-search__suggestions{position:absolute;top:100%;left:0;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin:0 .9375rem;padding:0;background-color:#fff;list-style-type:none;border:.0625rem solid #d0d0d0;z-index:1}.manuals-search__suggestion{padding:.875rem;cursor:pointer}.manuals-search__suggestion:hover{color:#e3000f}.manuals-search__not-valid-msg{padding-left:15px;margin-top:5px;color:#d90000;opacity:0;font-size:.875rem;line-height:1.25rem;font-weight:400}.manuals-search__not-valid-msg.is-search-term-valid{opacity:1}.manuals-results{position:relative;z-index:1}@media (max-width:63.9375em){.manuals-results{margin-top:1.875rem}}@media (min-width:64em){.manuals-results{margin-top:3.125rem}}.manuals-results--media{padding:1.25rem 0 6.25rem;z-index:0}.manuals-results__title{font-size:2rem;line-height:2.1875rem;font-weight:700;text-transform:uppercase}.manuals-results__table-wrapper{display:inline-block;overflow-x:auto;max-width:100%;width:100%}@media (max-width:63.9375em){.manuals-results__table-wrapper{display:none}}@media (min-width:64em){.manuals-results__table-wrapper{margin-top:3.75rem}}.manuals-results__table{border-collapse:collapse;table-layout:fixed}@media (max-width:63.9375em){.manuals-results__table{min-width:62.5rem}}@media (min-width:37.5em){.manuals-results__table{min-width:100%}}.manuals-results__table th{border-bottom:1px solid #d9dbe1;color:#e3000f;text-align:left}.manuals-results__table td,.manuals-results__table th{padding:.8125rem 1.5625rem;font-weight:400}@media (max-width:63.9375em){.manuals-results__table td,.manuals-results__table th{font-size:1rem;line-height:1.25rem}}@media (min-width:37.5em){.manuals-results__table td,.manuals-results__table th{font-size:1.25rem;line-height:1.75rem}}.manuals-results__table td{color:#878787}.manuals-results__table tbody tr:nth-child(odd) td{background-color:#ececec}@media (max-width:63.9375em){.manuals-results__items{margin-top:3.75rem}}@media (min-width:64em){.manuals-results__items{display:none}}.manuals-results__item{padding:1.25rem;border:1px solid #878787}.manuals-results__item+.manuals-results__item{margin-top:1.25rem}.manuals-results__item-title{color:#e3000f;text-transform:uppercase;margin-bottom:.3125rem}.manuals-results__item-row+.manuals-results__item-row{margin-top:1.25rem}.manuals-results__item-link{color:#e3000f;word-break:break-word}.manuals-results__item-link--mobile{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit;display:block;width:100%}.manuals-results__empty-text{padding-top:1.25rem}@media (max-width:63.9375em){.manuals-results__empty-text{font-size:1.125rem;text-align:center}}@media (min-width:64em){.manuals-results__empty-text{text-align:center}}.manuals-results .ellipsis{position:relative;display:block;width:100%}.manuals-results .ellipsis:before{content:"&nbsp;";visibility:hidden}.manuals-results .ellipsis span{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manuals-results .bg-white{background-color:#fff!important}.page-product-detail .product-detail{color:#000}.product-detail__compatible{position:relative;z-index:1;-webkit-transition:border .25s linear;-o-transition:border .25s linear;-moz-transition:border .25s linear;transition:border .25s linear}@media (max-width:63.9375em){.product-detail__compatible{width:85%;border:.0625rem solid #000;border-top-color:#fff;margin:0 -1.875rem;padding:0 .9375rem;background-color:#000}}@media (min-width:64em){.product-detail__compatible{max-width:21.25rem}}@media (max-width:63.9375em){.product-animation-in-progress .product-detail__compatible{border:.0625rem solid #fff}}.product-detail__category{font-size:1rem;line-height:1.375rem;font-weight:400;text-transform:uppercase;color:#e3000f}@media (max-width:63.9375em){.product-detail__category{margin-top:2.5rem}}@media (min-width:64em){.product-detail__category{margin-top:2.8125rem}}.product-detail__title{margin-top:.625rem;font-size:2rem;line-height:2.1875rem;font-weight:700;text-transform:uppercase;padding-top:.625rem}.product-detail__description{font-size:1rem;line-height:1.1875rem;font-weight:300}@media (max-width:63.9375em){.product-detail__description{margin-top:1.875rem}}@media (min-width:64em){.product-detail__description{max-width:21.25rem;margin-top:2.5rem}}.product-detail__configure-button{margin-top:1.875rem}@media (max-width:63.9375em){.product-detail__configure-button{margin-bottom:.625rem;width:100%;max-width:37.5rem;margin-left:auto;margin-right:auto}}@media (min-width:64em){.product-detail__configure-button{margin-bottom:1.25rem}}.product-detail__tehnology-description,.product-detail__tehnology-list{padding:1.875rem 0}@media (max-width:63.9375em){.product-detail__ac{margin-top:2.8125rem}}@media (min-width:64em){.product-detail__ac{margin-top:4.0625rem}}.instagram-feed .product-detail__ac .button+.eapps-instagram-feed-posts-grid-load-more-text,.instagram-feed .product-detail__ac .eapps-instagram-feed-posts-grid-load-more-text+.button,.instagram-feed .product-detail__ac .eapps-instagram-feed-posts-grid-load-more-text+.eapps-instagram-feed-posts-grid-load-more-text,.instagram-feed .product-detail__ac .eapps-instagram-feed-posts-grid-load-more-text+.sapCpButton,.instagram-feed .product-detail__ac .sapCpButton+.eapps-instagram-feed-posts-grid-load-more-text,.product-detail__ac .button+.button,.product-detail__ac .button+.sapCpButton,.product-detail__ac .instagram-feed .button+.eapps-instagram-feed-posts-grid-load-more-text,.product-detail__ac .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text+.button,.product-detail__ac .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text+.eapps-instagram-feed-posts-grid-load-more-text,.product-detail__ac .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text+.sapCpButton,.product-detail__ac .instagram-feed .sapCpButton+.eapps-instagram-feed-posts-grid-load-more-text,.product-detail__ac .sapCpButton+.button,.product-detail__ac .sapCpButton+.sapCpButton{margin-top:1rem}.cta{position:relative;color:#fff}.cta__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.cta__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:64em){.cta__image--mobile{display:none}}@media (max-width:63.9375em){.cta__image--desktop{display:none}}@media (max-width:37.4375em){.cta__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.cta__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.cta__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.cta__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.cta__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.cta__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.cta__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.cta__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.cta__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.cta__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.cta__holder{width:100%;padding-top:2.1875rem;padding-bottom:1.875rem}.cta__title{text-transform:uppercase;font-size:1rem;line-height:1.375rem;font-weight:700}.cta__text,.cta__title{margin:auto;text-align:center}.cta__text{padding-top:.625rem;font-size:.875rem;line-height:1.25rem;font-weight:400}@media (min-width:64em){.cta__text{max-width:17.5rem}}.cta__button{max-width:37.5rem;margin:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media (max-width:63.9375em){.cta__button{padding-top:17.5rem}}@media (min-width:64em){.cta__button{padding-top:9.375rem}}.category-products-segment{position:relative}@media (max-width:63.9375em){.category-products-segment{padding:0 2.5rem}}.category-products-segment__bullet{width:100%}@media (max-width:63.9375em){.category-products-segment__bullet{max-width:2.5rem;padding-bottom:.75rem}}@media (min-width:64em){.category-products-segment__bullet{max-width:4.0625rem;padding-bottom:1.125rem}}.category-products-segment__indicator{width:100%;-o-object-fit:contain;object-fit:contain}.category-products-segment__title{text-transform:uppercase}@media (max-width:63.9375em){.category-products-segment__title{padding-bottom:1.25rem;font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.category-products-segment__title{padding-bottom:2.5rem;font-size:2.5rem;line-height:2.75rem;font-weight:700}}.category-products-segment__description{max-width:28.125rem;font-size:.875rem;line-height:1.25rem;font-weight:400}@media (max-width:63.9375em){.category-products-segment__description{padding-bottom:1.25rem}}@media (min-width:64em){.category-products-segment__description{padding-bottom:2.5rem}}.category-products-segment__title+.category-products-segment__description{margin-top:0}.category-products-segment__products{-webkit-flex-wrap:wrap;flex-wrap:wrap}.category-products-segment__product,.category-products-segment__products{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.category-products-segment__product{-webkit-box-flex:100%;-webkit-flex:100%;-moz-box-flex:100%;flex:100%}}@media (min-width:64em){.category-products-segment__product{-webkit-box-flex:50%;-webkit-flex:50%;-moz-box-flex:50%;flex:50%;max-width:50%}}.category-products-segment__slide-content{width:100%}.category-products-segment__arrows{height:100%;position:absolute;top:0;left:-40px;right:-40px;pointer-events:none}.category-products-segment__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:300;pointer-events:all;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.category-products-segment__arrow.is-disabled{opacity:0}.category-products-segment__arrow--left{left:0}.category-products-segment__arrow--right{right:0}@media (min-width:64em){.category-products-segment--mobile{display:none}}@media (max-width:63.9375em){.category-products-segment--desktop{display:none}}.page-authorized-centers{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.page-authorized-centers__header{background-color:#000}@media (max-width:63.9375em){.page-authorized-centers__header{padding-top:8.125rem}}@media (min-width:64em){.page-authorized-centers__header{padding-top:10rem}}.page-authorized-centers__page-title{text-align:center;text-transform:uppercase;color:#fff}@media (max-width:63.9375em){.page-authorized-centers__page-title{padding:0 2.5rem 1.25rem;font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.page-authorized-centers__page-title{padding:0 2.5rem 3.125rem;font-size:3rem;line-height:3.3125rem;font-weight:700}}.page-authorized-centers__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;position:relative}.page-authorized-centers__map-wrapper{position:relative;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (min-width:64em){.page-authorized-centers__map-wrapper{position:absolute;height:100%;width:100%;top:0;left:0}}.is-map-open .page-authorized-centers__map-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.page-authorized-centers__map{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (max-width:63.9375em){.page-authorized-centers__map{height:9.375rem;max-height:9.375rem;width:100%}.is-map-open .page-authorized-centers__map{height:100%;max-height:100%}}@media (min-width:64em){.page-authorized-centers__map{position:fixed;height:100%;width:100%;top:0;left:0}}.page-authorized-centers__map .gm-fullscreen-control{display:none}.page-authorized-centers__map-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;opacity:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;text-align:center;background-color:hsla(0,0%,42.7%,.8);text-transform:uppercase;letter-spacing:.1em;color:#fff;cursor:pointer;font-size:1rem;line-height:1.1875rem;font-weight:700;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (min-width:64em){.page-authorized-centers__map-layer{display:none}}.is-map-open .page-authorized-centers__map-layer{opacity:0;pointer-events:none}.page-authorized-centers__map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-authorized-centers__map-overlay:hover{cursor:wait}@media (max-width:63.9375em){.page-authorized-centers__map-overlay{display:none}}.page-authorized-centers__close-wrapper{position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;top:.625rem;right:.625rem;height:2.5rem;width:2.5rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;background-color:#fff;box-shadow:0 .125rem .25rem rgba(0,0,0,.3);cursor:pointer;z-index:10;pointer-events:none;opacity:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (min-width:64em){.page-authorized-centers__close-wrapper{display:none}}.is-map-open .page-authorized-centers__close-wrapper{opacity:1;pointer-events:all}.page-authorized-centers__x-icon{position:relative}.page-authorized-centers__x-icon:after,.page-authorized-centers__x-icon:before{content:"";position:absolute;left:50%;top:50%;width:.9375rem;height:.125rem;-moz-border-radius:.125rem;border-radius:.125rem;background-color:#000;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.page-authorized-centers__x-icon:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.page-authorized-centers__x-icon:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-moz-transform:translate(-50%,-50%) rotate(-45deg);-o-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width:37.4375em){.page-authorized-centers__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.page-authorized-centers__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.page-authorized-centers__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.page-authorized-centers__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.page-authorized-centers__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.page-authorized-centers__holder{position:relative;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:100%;height:100%;pointer-events:none}@media (min-width:37.5em)and (max-width:63.9375em){.page-authorized-centers__holder{margin:0 -1.875rem}}@media (max-width:37.4375em){.page-authorized-centers__holder{margin:0 -.9375rem}}@media (min-width:64em){.page-authorized-centers__holder{min-height:-webkit-calc(60vh + 120px);min-height:-moz-calc(60vh + 120px);min-height:calc(60vh + 120px);padding:3.75rem 0}}.page-authorized-centers__center-details,.page-authorized-centers__search-list{pointer-events:auto}@media (max-width:63.9375em){.page-authorized-centers__center-details,.page-authorized-centers__search-list{grid-column:1/13;grid-row:1;padding:0}}@media (min-width:64em){.page-authorized-centers__center-details,.page-authorized-centers__search-list{height:60vh;max-height:43.75rem;grid-column:1/5;grid-row:1;padding:0}}.page-authorized-centers__search-list{position:relative;pointer-events:none}.page-authorized-centers__center-details{position:relative;box-shadow:0 0 .9375rem rgba(0,0,0,.25)}@media (max-width:63.9375em){.is-map-open .page-authorized-centers__center-details{position:fixed;left:.9375rem;bottom:.9375rem;max-width:18.75rem;width:80%;z-index:1000}}.page-authorized-centers__animation{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.page-authorized-centers__animation--start{opacity:0}.page-authorized-centers__animation--end{opacity:1}.page-authorized-centers .cluster div{font-size:.875rem;line-height:1.875rem;font-weight:400}.pac-container:after{background-image:none!important;height:0}.page-news__head-bar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.page-news__head-bar{padding-bottom:3.125rem}}@media (min-width:64em){.page-news__head-bar{padding-bottom:3.75rem}}.page-news__title{text-transform:uppercase;letter-spacing:.1em;font-size:2.5rem;line-height:2.75rem;font-weight:700}.page-news__settings{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end}.page-news__settings-menu{position:relative;height:2.5rem;width:2.5rem;border:.0625rem solid #000;-moz-border-radius:.625rem;border-radius:.625rem}@media (min-width:64em){.page-news__settings-menu{display:none}}.page-news__settings-menu-open{padding-top:.25rem;height:100%;width:100%;opacity:1;z-index:1;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.page-news__settings-menu-open,.page-news__settings-menu-open img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-open-setting-news .page-news__settings-menu-open{opacity:0;z-index:-1}.page-news__settings-menu-close{position:absolute;top:50%;left:50%;height:100%;width:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;z-index:-1;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.is-open-setting-news .page-news__settings-menu-close{opacity:1;z-index:1}.page-news__settings-menu-x{position:relative;height:100%;width:100%}.page-news__settings-menu-x:after,.page-news__settings-menu-x:before{content:"";position:absolute;height:.125rem;width:.9375rem;top:50%;left:50%;background-color:#000;-moz-border-radius:.125rem;border-radius:.125rem}.page-news__settings-menu-x:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.page-news__settings-menu-x:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-moz-transform:translate(-50%,-50%) rotate(-45deg);-o-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.page-news__settings-content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (max-width:63.9375em){.page-news__settings-content{opacity:0;max-height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.is-open-setting-news .page-news__settings-content{max-height:500px;opacity:1}}.page-news__settings-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}@media (max-width:63.9375em){.page-news__settings-item{padding-top:1.25rem}}@media (min-width:64em){.page-news__settings-item{padding-left:1.25rem}}.page-news__settings-label{padding-right:.625rem}.page-news__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;flex:1 1 0}@media (max-width:63.9375em){.page-news__articles{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}}@media (min-width:64em){.page-news__articles{-webkit-box-flex:3;-webkit-flex:3;-moz-box-flex:3;flex:3;padding-right:1.875rem}}@media (max-width:63.9375em){.page-news__recommended-container{display:none}}@media (min-width:64em){.page-news__recommended-container{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}}.page-news__article{border-bottom:.0625rem solid #d0d0d0;padding-bottom:1.875rem}.page-news__article+.page-news__article{padding-top:1.875rem}.page-news__article-extra-loaded{height:0;max-height:100%;overflow:hidden;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}.page-news__article-extra-loaded .page-news__article{padding-top:1.875rem}.page-news__load-more{max-width:21.875rem;margin:auto}@media (max-width:63.9375em){.page-news__load-more{padding-top:1.875rem}}@media (min-width:64em){.page-news__load-more{padding-top:3.125rem}}.page-news__button.is-loading{pointer-events:none;opacity:.2}.page-news__button.is-loading .page-news__rotating-circle{-webkit-animation:rotating 1s linear infinite;-moz-animation:rotating 1s linear infinite;-o-animation:rotating 1s linear infinite;animation:rotating 1s linear infinite}.page-news__button.is-disabled{display:none}.page-news__rotating-circle path{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.subscription{color:#fff}@media (max-width:37.4375em){.subscription__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.subscription__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.subscription__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.subscription__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.subscription__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.subscription__inner{position:relative}@media (max-width:37.4375em){.subscription__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.subscription__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.subscription__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.subscription__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.subscription__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.subscription__inner{margin:0 -1.875rem}}@media (max-width:37.4375em){.subscription__inner{margin:0 -.9375rem}}.subscription__holder{width:100%}@media (min-width:64em){.subscription__holder{padding:6.25rem 3.125rem}}@media (max-width:63.9375em){.subscription__holder{padding:2.5rem .9375rem}}.subscription__background{height:100%;width:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:-1}.subscription__background-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-height:100%;min-width:100%;max-width:auto}.subscription__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0}@media (min-width:64em){.subscription__left{width:50%}}@media (max-width:63.9375em){.subscription__left{width:100%}}@media (max-width:37.4375em){.subscription__left{text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}}.subscription__right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (min-width:64em){.subscription__right{width:50%;padding-left:3.125rem}}@media (max-width:63.9375em){.subscription__right{width:100%;padding-top:1.875rem}}.subscription__title{padding-bottom:.3125rem;text-transform:uppercase;letter-spacing:.1em;font-size:2.5rem;line-height:2.75rem;font-weight:700}@media (min-width:64em){.subscription__text{font-size:1.25rem;line-height:1.75rem;font-weight:400}}@media (max-width:63.9375em){.subscription__text{font-size:.875rem;line-height:1.25rem;font-weight:400}}.subscription__email-input{-webkit-box-flex:2;-webkit-flex:2;-moz-box-flex:2;flex:2}@media (min-width:64em){.subscription__email-input{padding-right:1.875rem}}@media (max-width:63.9375em){.subscription__email-input{padding-right:.9375rem}}.subscription__button{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;max-width:13.4375rem}.stage-technology{background-color:#000;z-index:0}.stage-technology,.stage-technology__container{position:relative;min-height:100vh}.stage-technology__background{width:100%;height:100vh;overflow:hidden;position:absolute;z-index:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;z-index:-1}.stage-technology__background-gradient{position:absolute;bottom:0;width:100%;height:300px;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:-webkit-linear-gradient(bottom,#000,transparent);background:-moz-linear-gradient(bottom,#000 0,transparent 100%);background:-o-linear-gradient(bottom,#000 0,transparent 100%);background:linear-gradient(0deg,#000,transparent);z-index:1}.stage-technology__background-element{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width:64em){.stage-technology__background-element--mobile{display:none}}@media (max-width:63.9375em){.stage-technology__background-element--desktop{display:none}}@media (max-width:37.4375em){.stage-technology__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-technology__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-technology__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-technology__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.stage-technology__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.stage-technology__inner{height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media (max-width:37.4375em){.stage-technology__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-technology__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-technology__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-technology__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.stage-technology__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.stage-technology__content{position:relative;z-index:1}.stage-technology__headline{color:#fff;text-transform:uppercase;text-align:center}@media (min-width:64em){.stage-technology__headline{font-size:4.0625rem;line-height:5rem;font-weight:700}}@media (max-width:63.9375em){.stage-technology__headline{padding-bottom:9.375rem;font-size:2.5rem;line-height:2.75rem;font-weight:700}}@media (max-width:63.9375em){.technologies__inner{padding-top:1.875rem;padding-bottom:16.875rem}}@media (min-width:64em){.technologies__inner{padding:3.125rem 0}}@media (max-width:37.4375em){.technologies__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.technologies__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.technologies__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.technologies__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.technologies__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (max-width:37.4375em){.technologies__item{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}}@media (min-width:37.5em)and (max-width:63.9375em){.technologies__item{padding-bottom:3.125rem;position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:50%}}@media (min-width:64em){.technologies__item{padding-bottom:14.375rem;position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:50%}}@media (max-width:37.4375em){.technologies__item+.technologies__item{padding-top:3.125rem}}.post{background-color:#fff}@media (max-width:63.9375em){.post{padding:7.875rem 0 3.125rem}}@media (min-width:64em){.post{padding:10rem 0 6.25rem}}.post__wrapper{position:relative}@media (max-width:63.9375em){.post__wrapper{padding-top:3.125rem}}@media (max-width:37.4375em){.post__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.post__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.post__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.post__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.post__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.post__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.post__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.post__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.post__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.post__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.post__holder:last-child{margin-bottom:3.75rem}.post__back{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.post__back{position:absolute;top:0}}@media (min-width:37.5em)and (max-width:63.9375em){.post__back{left:1.875rem}}@media (max-width:37.4375em){.post__back{left:1.4375rem}}.post__back-arrow{position:relative;margin-right:1.25rem}.post__back-arrow path{-webkit-transition:stroke .2s ease;-o-transition:stroke .2s ease;-moz-transition:stroke .2s ease;transition:stroke .2s ease}.post__back-text{position:relative;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;color:#878787;font-size:1.25rem;line-height:1.375rem;font-weight:700;-webkit-transition:color .2s ease;-o-transition:color .2s ease;-moz-transition:color .2s ease;transition:color .2s ease}.post__back:hover .post__back-text{color:#000}.post__back:hover .post__back-arrow path{stroke:#000}.post__back-link{position:absolute;top:0;left:0;height:100%;width:100%}@media (max-width:63.9375em){.post__holder-left{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%;position:static}}@media (min-width:64em){.post__holder-left{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:33.3333333333%;position:static}}@media (max-width:63.9375em){.post__holder-right{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}}@media (min-width:64em){.post__holder-right{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:66.6666666667%}}.post__featured-image{max-height:33.75rem;position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}@media (max-width:63.9375em){.post__featured-image{margin-bottom:3.125rem}}@media (min-width:64em){.post__featured-image{margin-bottom:6.25rem}}.post__featured-image img{width:100%;height:auto}.post__share--page-left{color:#000}@media (max-width:63.9375em){.post__share--page-left{display:none}}.post__share--page-bottom{color:#878787}@media (max-width:63.9375em){.post__share--page-bottom{margin-top:3.125rem}}@media (min-width:64em){.post__share--page-bottom{margin-top:4.375rem}}.post__share-text{padding-bottom:2rem;font-size:1.25rem;line-height:1.375rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.post__tags{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.post__tags{margin-top:3.75rem}}@media (min-width:64em){.post__tags{margin-top:4.375rem}}.post__tag{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;margin-right:.625rem;padding:.3125rem .625rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;background-color:#000;color:#fff}.post__tag-text{font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:uppercase}.post .posted-on a{pointer-events:none}@media (max-width:63.9375em){.entry-content__holder>:first-child:not(section):not(div){padding-top:7.875rem}}@media (min-width:64em){.entry-content__holder>:first-child:not(section):not(div){padding-top:10rem}}@media (max-width:63.9375em){.entry-content__holder>:last-child:not(section):not(div){padding-bottom:3.125rem}}@media (min-width:64em){.entry-content__holder>:last-child:not(section):not(div){padding-bottom:6.25rem}}@media (max-width:37.4375em){.page-template-default .entry-content__holder>.wp-block-quote,.page-template-default .entry-content__holder>h1,.page-template-default .entry-content__holder>h2,.page-template-default .entry-content__holder>h3,.page-template-default .entry-content__holder>h4,.page-template-default .entry-content__holder>h5,.page-template-default .entry-content__holder>h6,.page-template-default .entry-content__holder>ol,.page-template-default .entry-content__holder>p,.page-template-default .entry-content__holder>ul{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.page-template-default .entry-content__holder>.wp-block-quote,.page-template-default .entry-content__holder>h1,.page-template-default .entry-content__holder>h2,.page-template-default .entry-content__holder>h3,.page-template-default .entry-content__holder>h4,.page-template-default .entry-content__holder>h5,.page-template-default .entry-content__holder>h6,.page-template-default .entry-content__holder>ol,.page-template-default .entry-content__holder>p,.page-template-default .entry-content__holder>ul{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.page-template-default .entry-content__holder>.wp-block-quote,.page-template-default .entry-content__holder>h1,.page-template-default .entry-content__holder>h2,.page-template-default .entry-content__holder>h3,.page-template-default .entry-content__holder>h4,.page-template-default .entry-content__holder>h5,.page-template-default .entry-content__holder>h6,.page-template-default .entry-content__holder>ol,.page-template-default .entry-content__holder>p,.page-template-default .entry-content__holder>ul{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.page-template-default .entry-content__holder>.wp-block-quote,.page-template-default .entry-content__holder>h1,.page-template-default .entry-content__holder>h2,.page-template-default .entry-content__holder>h3,.page-template-default .entry-content__holder>h4,.page-template-default .entry-content__holder>h5,.page-template-default .entry-content__holder>h6,.page-template-default .entry-content__holder>ol,.page-template-default .entry-content__holder>p,.page-template-default .entry-content__holder>ul{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.page-template-default .entry-content__holder>.wp-block-quote,.page-template-default .entry-content__holder>h1,.page-template-default .entry-content__holder>h2,.page-template-default .entry-content__holder>h3,.page-template-default .entry-content__holder>h4,.page-template-default .entry-content__holder>h5,.page-template-default .entry-content__holder>h6,.page-template-default .entry-content__holder>ol,.page-template-default .entry-content__holder>p,.page-template-default .entry-content__holder>ul{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.not-found{width:100%}.not-found h4{margin-top:.625rem}.instagram-feed .not-found .eapps-instagram-feed-posts-grid-load-more-text,.not-found .button,.not-found .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.not-found .sapCpButton{margin-top:1.875rem}@media (max-width:37.4375em){.sapCpWidget+.sapCpWidget{margin-top:1.25rem}}@media (min-width:37.5em){.sapCpWidget+.sapCpWidget{margin-top:1.875rem}}.sapCpWidgetContent{position:relative}.sapCpWidgetContentLeft{width:100%!important}.sapCpWidgetContentRight{padding-left:0!important}.sapCpWidgetMandatoryMissing .sapCpLabel{color:#e3000f}.sapCpWidgetMandatoryMissing .sapCpInput{border:.0625rem solid #e3000f}.sapCpDropDown{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;background-color:#fff;border:.0625rem solid;-moz-border-radius:.9375rem;border-radius:.9375rem;text-transform:capitalize;font-size:.875rem;line-height:1.25rem;font-weight:400;padding:.9375rem .5rem;outline:none;height:auto!important}.sapCpCheckBoxWidget .sapCRLWidgetContent,.sapCpDropDown{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.sapCpCheckBoxWidget .sapCRLWidgetContent{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.sapCpCheckBox{position:relative}.sapCpCheckBox+.sapCpLabel{text-transform:none;padding-left:1.875rem}.sapCpCheckBox input:before{content:"";height:1.125rem;width:1.125rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background-color:#000;border:.125rem solid #fff;-moz-border-radius:.1875rem;border-radius:.1875rem;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.sapCpCheckBox input:checked:before{content:"✓";font-size:.9375rem;font-weight:700;color:#000;text-align:center;line-height:1.0625rem;background-color:#fff}.sapCpDatePicker{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.sapCpDatePicker .choices{margin-bottom:0}.sapCpDatePicker .sapCpDatePickerDay{min-width:3.125rem;max-width:6.25rem}.sapCpDatePicker .sapCpDatePickerMonth{min-width:6.25rem;max-width:12.5rem}.sapCpDatePicker .sapCpDatePickerYear{min-width:3.125rem;max-width:6.25rem}.sapCpDatePicker .sapCpDropDown+.sapCpDropDown{margin-left:1.875rem}.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink,.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel{display:none}.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible){display:none}.sapCpButtonWidget.sapCpButtonWidgetLoading button{cursor:wait}.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel{display:none}.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText{display:none}.sapCpLabel:not(.sapCpLabelRequiredBefore):after{content:"*";color:#fff;visibility:hidden;padding-left:.25rem}.sapCpLabel:not(.sapCpLabelRequiredBefore).sapCpLabelRequired:after{visibility:visible}.sapCpText{padding-left:1rem}.sapCpText.sapCpErrorMessageText,.sapCpText.sapCpMissingMandatoryFieldText{color:#e3000f}.technical-accessories__content--main{max-width:28.75rem;padding-top:3.75rem;padding-bottom:7.5rem}.technical-accessories__content--secondary{position:relative;padding-top:3.75rem;padding-bottom:2.5rem}.technical-accessories__content--secondary:before{content:"";position:absolute;top:0;left:0;height:100%;background-color:#ececec;z-index:-1}@media (max-width:63.9375em){.technical-accessories__content--secondary:before{left:-1.875rem;right:-1.875rem}}@media (min-width:64em){.technical-accessories__content--secondary:before{right:-30px;left:-webkit-calc(-100vw + 100%);left:-moz-calc(-100vw + 100%);left:calc(-100vw + 100%)}}.technical-accessories__content--secondary:last-child{padding-bottom:12.5rem}@media (max-width:63.9375em){.technical-accessories__content--image{min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}}.technical-accessories__scroll-line{display:none;position:absolute;right:1.25rem;bottom:-1.25rem;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}@media (min-width:64em){.technical-accessories__scroll-line{display:none}}.technical-accessories__meta{padding-bottom:.625rem;color:#e3000f;font-size:1rem;line-height:1.1875rem;font-weight:300}.technical-accessories__title{padding-bottom:.625rem;text-transform:uppercase;font-size:2rem;line-height:2.1875rem;font-weight:700}.technical-accessories__article-number{font-size:.875rem;line-height:1.25rem;font-weight:400}.technical-accessories__description{font-size:1rem;line-height:1.1875rem;font-weight:300}@media (max-width:63.9375em){.technical-accessories__description{margin-top:3.75rem}}@media (min-width:64em){.technical-accessories__description{max-width:21.25rem;margin-top:2.8125rem}}@media (max-width:63.9375em){.technical-accessories__button{width:100%;max-width:37.5rem;margin:4.0625rem auto .625rem}}@media (min-width:64em){.technical-accessories__button{margin-bottom:1.25rem;margin-top:6.25rem}}.technical-accessories__image-container{position:-webkit-sticky;position:sticky}@media (max-width:63.9375em){.technical-accessories__image-container{top:-1.875rem}}@media (min-width:64em){.technical-accessories__image-container{top:4.375rem}}@media (max-width:63.9375em){.technical-accessories__image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}}.technical-accessories__image--mobile{max-height:100vh}@media (min-width:64em){.technical-accessories__image--mobile{display:none}}.technical-accessories__image--desktop{max-height:-webkit-calc(100vh - 140px);max-height:-moz-calc(100vh - 140px);max-height:calc(100vh - 140px)}@media (max-width:63.9375em){.technical-accessories__image--desktop{display:none}}.stage-news{position:relative;color:#fff}@media (max-width:63.9375em){.stage-news__track{pointer-events:all}}@media (min-width:64em){.stage-news__track{pointer-events:none}}.stage-news__background{background-color:#000}.stage-news__background,.stage-news__background-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.stage-news__background-overlay{background-color:rgba(0,0,0,.3)}.stage-news__background-element{-o-object-fit:cover;object-fit:cover;min-height:100%;min-width:100%;z-index:-1;-webkit-filter:brightness(80%);filter:brightness(80%)}.stage-news__slides{width:100vw;height:100vh;-webkit-flex-wrap:wrap;flex-wrap:wrap}.stage-news__slide{width:100vw;height:100%;min-height:100vh;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;pointer-events:none}@media (max-width:63.9375em){.stage-news__slide>.section{margin-top:6.25rem}}@media (min-width:64em){.stage-news__slide>.section{margin-top:6.25rem}}.stage-news__article{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media (max-width:63.9375em){.stage-news__article{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;padding-bottom:9.375rem}}@media (min-width:64em){.stage-news__article{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding-bottom:11.25rem}}.stage-news__title{width:100%;max-width:43.75rem;text-transform:uppercase;letter-spacing:.1em;white-space:normal;position:relative;z-index:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}@media (max-width:74.9375em){.stage-news__title{margin-bottom:1.25rem;font-size:2.5rem;line-height:2.75rem;font-weight:700}}@media (min-width:75em)and (max-width:96.1875em){.stage-news__title{margin-bottom:1.25rem;text-align:center;font-size:2.5rem;line-height:2.75rem;font-weight:700}}@media (min-width:96.25em){.stage-news__title{margin-bottom:2.5rem;text-align:center;font-size:4.0625rem;line-height:5rem;font-weight:700}}@media (max-width:63.9375em){.stage-news__title{height:132px;-webkit-line-clamp:3}}@media (min-width:64em){.stage-news__title{height:160px;-webkit-line-clamp:2}}.stage-news__excerpt{white-space:normal;max-width:31.25rem;position:relative;z-index:1;font-size:1.25rem;line-height:1.75rem;font-weight:400}@media (max-width:63.9375em){.stage-news__excerpt{padding-bottom:2.5rem}}@media (min-width:64em){.stage-news__excerpt{padding-bottom:5rem;text-align:center}}.stage-news__button{width:100%;max-width:21.25rem;pointer-events:all;position:relative;z-index:1}.stage-news__bullets-container{position:absolute;bottom:0;left:0;right:0}@media (max-width:63.9375em){.stage-news__bullets-container{padding-bottom:1.25rem}}@media (min-width:64em){.stage-news__bullets-container{padding-bottom:3.75rem}}.stage-news__bullets{width:100%;list-style:none;padding-left:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (min-width:64em){.stage-news__bullets--mobile{display:none}}@media (max-width:63.9375em){.stage-news__bullets--desktop{display:none}}.stage-news__bullet{width:100%;position:relative;pointer-events:all;border-top:.0625rem solid #fff;padding-top:1.875rem;-webkit-transition:all .15s ease;-o-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease}@media (max-width:63.9375em){.stage-news__bullet{min-width:80%}}.stage-news__bullet-link{position:absolute;cursor:pointer;left:0;top:0;height:100%;width:100%}.stage-news__bullet.glide__bullet--active,.stage-news__bullet.stage-news__bullet--active{border-color:#e3000f}.stage-news__bullet-category{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding-bottom:1.25rem}.stage-news__bullet-title{width:100%;max-height:3.375rem;max-width:25rem;text-transform:uppercase;letter-spacing:.1em;white-space:break-spaces;padding-right:3.125rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:54px;font-size:1.5rem;line-height:1.6875rem;font-weight:700}section#cookie-preferences .ot-switch.ot-toggle{background:transparent!important}.stage-text-centered{background-color:#fff;color:#000}@media (min-width:64em){.stage-text-centered{margin-top:8.75rem}}@media (max-width:63.9375em){.stage-text-centered{margin-top:5.625rem}}@media (max-width:37.4375em){.stage-text-centered__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-text-centered__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-text-centered__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-text-centered__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.stage-text-centered__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:4rem 0}@media (max-width:37.4375em){.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.stage-text-centered__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.stage-text-centered__headline{margin:0 auto 1rem;text-transform:uppercase;text-align:center}@media (min-width:64em){.stage-text-centered__headline{font-size:4.0625rem;line-height:5rem;font-weight:700}}@media (max-width:63.9375em){.stage-text-centered__headline{font-size:2.5rem;line-height:2.75rem;font-weight:700}}.stage-text-centered__message{max-width:18.75rem;margin:0 auto;text-align:center}.correlated-news{background-color:#000;color:#fff;border-bottom:.0625rem solid #d0d0d0}@media (max-width:63.9375em){.correlated-news{padding:6.25rem 0 7.5rem}}@media (min-width:64em){.correlated-news{padding:6.25rem 0}}@media (max-width:37.4375em){.correlated-news__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.correlated-news__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.correlated-news__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.correlated-news__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.correlated-news__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.correlated-news__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:37.5em)and (max-width:63.9375em){.correlated-news__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (max-width:74.9375em){.correlated-news__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:75em)and (max-width:96.1875em){.correlated-news__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:96.25em){.correlated-news__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.correlated-news__holder{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:100%}.correlated-news__headline{text-transform:uppercase;padding-bottom:3.75rem}@media (max-width:63.9375em){.correlated-news__headline{font-size:1.5rem;line-height:1.6875rem;font-weight:700}}@media (min-width:64em){.correlated-news__headline{font-size:2.5rem;line-height:2.75rem;font-weight:700}}.correlated-news__articles{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.correlated-news__articles{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.correlated-news__article{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}@media (min-width:64em){.correlated-news__article{max-width:33.33%}}@media (max-width:63.9375em){.correlated-news__article+.correlated-news__article{margin-top:1.875rem}}@media (min-width:64em){.correlated-news__article+.correlated-news__article{margin-left:1.875rem}}.card-item-icon-title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.card-item-icon-title__header{position:relative;margin-bottom:.625rem}@media (max-width:63.9375em){.is-map-open .card-information__description--address .card-item-icon-title__header{display:none}}.card-item-icon-title__icon{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.card-item-icon-title__title{padding-left:1.875rem;font-weight:700}.card-item-icon-title__content{padding-left:1.875rem}@media (max-width:63.9375em){.is-map-open .card-information__description--address .card-item-icon-title__content{padding-left:0}}.card-item-icon-title__items{padding-left:0;list-style:none}.card-item-icon-title__item+.card-item-icon-title__item,.card-item-icon-title__item--space,.card-item-icon-title__item-template+.card-item-icon-title__item{padding-top:.3125rem}.card-item-icon-title__address{font-style:normal}@media (max-width:63.9375em){.is-map-open .card-information__description--address .card-item-icon-title__address{color:#878787;font-size:.875rem;line-height:1.25rem;font-weight:400}}.card-item-icon-title__link{color:#000;text-decoration:none;word-break:break-all}.radio-button{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#000;text-transform:capitalize;cursor:pointer;display:grid;grid-template-columns:-webkit-min-content auto;grid-template-columns:min-content auto;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.radio-button--uppercase{text-transform:uppercase}.header-finder-form .radio-button,.parts-finder .radio-button,.radio-button--white,.section--dark .radio-button{color:#fff}.header-finder-form .radio-button,.parts-finder .radio-button{text-transform:uppercase}.radio-button+.radio-button{margin-left:1.875rem}.radio-button span+span{margin-left:.75rem}.radio-button__control{display:grid;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:1.25rem;height:1.25rem;-moz-border-radius:50%;border-radius:50%;border:.125rem solid #000;-webkit-transform:translateY(-.05em);-moz-transform:translateY(-.05em);-o-transform:translateY(-.05em);transform:translateY(-.05em)}.header-finder-form .radio-button__control,.parts-finder .radio-button__control,.radio-button--white .radio-button__control,.section--dark .radio-button__control{border:.125rem solid #fff}.radio-button__control:before{content:"";width:.625rem;height:.625rem;box-shadow:inset .625rem .625rem #000;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.header-finder-form .radio-button__control:before,.parts-finder .radio-button__control:before,.radio-button--white .radio-button__control:before,.section--dark .radio-button__control:before{box-shadow:inset .625rem .625rem #fff}input:checked+.radio-button__control:before{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.radio-button__input{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.radio-button__input input{opacity:0;width:0;height:0}.radio-button[focus-within] .radio-button__label{opacity:1}.radio-button:focus-within .radio-button__label{opacity:1}.radio-button__label{line-height:1;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;opacity:.8}.parts-dropdown{width:100%}.input-checkbox,.parts-dropdown{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.input-checkbox{margin-bottom:1.625rem;position:relative;font-size:.875rem;line-height:1.25rem;font-weight:400;color:#000;text-transform:capitalize;cursor:pointer;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.input-checkbox--white,.parts-finder .input-checkbox,.section--dark .input-checkbox{color:#fff}.parts-finder .input-checkbox{text-transform:uppercase}.input-checkbox__input{opacity:0;position:absolute;left:0;height:100%;width:100%;z-index:1;cursor:pointer}.input-checkbox__label:before{content:"";height:1.125rem;width:1.125rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background-color:#000;background-color:#fff;border:.125rem solid #000;-moz-border-radius:.1875rem;border-radius:.1875rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.input-checkbox__label{padding-left:1.9375rem;padding-right:.8125rem}.input-checkbox__input:checked+.input-checkbox__label:before{content:"✓";font-size:.9375rem;font-weight:700;color:#fff;text-align:center;line-height:1.0625rem;background-color:#000}.input-text{width:100%}.input-text__label,.sapCpLabel{display:block;font-size:1rem;line-height:1.4375rem;font-weight:400;text-transform:uppercase}@media (max-width:37.4375em){.input-text__label,.sapCpLabel{padding-bottom:.625rem}}@media (min-width:37.5em){.input-text__label,.sapCpLabel{padding-bottom:1.25rem}}.invalid .input-text__label,.invalid .sapCpLabel{color:#e3000f}.input-text__input,.sapCpInput{width:100%;border:.0625rem solid #d0d0d0;-moz-border-radius:.875rem;border-radius:.875rem;padding:.875rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;font-size:1rem;line-height:1.25rem;font-weight:400}.input-text__input::-webkit-input-placeholder,.sapCpInput::-webkit-input-placeholder{text-transform:capitalize;color:#d0d0d0}.input-text__input::-moz-placeholder,.sapCpInput::-moz-placeholder{text-transform:capitalize;color:#d0d0d0}.input-text__input:-ms-input-placeholder,.sapCpInput:-ms-input-placeholder{text-transform:capitalize;color:#d0d0d0}.input-text__input::-ms-input-placeholder,.sapCpInput::-ms-input-placeholder{text-transform:capitalize;color:#d0d0d0}.input-text__input::placeholder,.sapCpInput::placeholder{text-transform:capitalize;color:#d0d0d0}.invalid .input-text__input,.invalid .sapCpInput{border-color:#e3000f}.input-text__message{display:block;padding:.3125rem .875rem;color:#e3000f;font-size:.875rem;line-height:1.25rem;font-weight:400}.input-textarea{width:100%;height:100%}.input-textarea__label{display:block;font-size:1rem;line-height:1.4375rem;font-weight:400;text-transform:uppercase}@media (max-width:37.4375em){.input-textarea__label{padding-bottom:.625rem}}@media (min-width:37.5em){.input-textarea__label{padding-bottom:1.25rem}}.input-textarea__input{width:100%;resize:none;border:.0625rem solid #d0d0d0;-moz-border-radius:.875rem;border-radius:.875rem;padding:.875rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;font-size:1rem;line-height:1.25rem;font-weight:400}.input-textarea__optional{color:#d0d0d0}.input-dropdown,.sapCpDropDown{width:100%}.input-dropdown__label{display:block;font-size:1rem;line-height:1.4375rem;font-weight:400;text-transform:uppercase}@media (max-width:37.4375em){.input-dropdown__label{padding-bottom:.625rem}}@media (min-width:37.5em){.input-dropdown__label{padding-bottom:1.25rem}}.invalid .input-dropdown__label{color:#e3000f}.input-dropdown__message{display:block;padding:.3125rem .625rem;color:#e3000f;font-size:.875rem;line-height:1.25rem;font-weight:400}.input-privacy{width:100%}.input-privacy__label{display:block;margin-top:1.25rem;font-size:1rem;line-height:1.4375rem;font-weight:400;padding-bottom:1.25rem}.input-privacy__text{color:#878787;font-size:.875rem;line-height:1.25rem;font-weight:400}.input-privacy__text a{color:#e3000f}.input-privacy__text a:hover{text-decoration:none}.input-privacy__input{padding-top:1.25rem}.choices{height:3.125rem;width:100%;-moz-border-radius:.9375rem;border-radius:.9375rem;color:#000;background-color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:400;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.stage-home .choices{background-color:#000;color:#fff;max-width:26.875rem}@media (max-width:63.9375em){.stage-home .choices{position:absolute;left:0}}.dropdown--min-content .choices{width:auto;min-width:6.25rem}.choices__inner{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;background-color:#fff;border:.0625rem solid #d0d0d0;-moz-border-radius:inherit;border-radius:inherit;padding-left:.625rem;text-transform:capitalize;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.invalid .choices__inner{border-color:#e3000f}.page-news__settings .is-focused .choices__inner{background-color:#000;color:#fff}.page-news__settings .choices__inner{padding-right:3.125rem;border-color:#000!important;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.stage-home .choices__inner{background-color:#000;border:.0625rem solid #000}.is-open .choices__inner{-moz-border-radius:inherit;border-radius:inherit}.is-disabled .choices__inner{pointer-events:none;background-color:#fff!important;color:#ececec;border:.0625rem solid #ececec}@media (max-width:63.9375em){.stage-home .is-disabled .choices__inner{-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;-moz-border-radius:.9375rem 0 0 .9375rem;border-radius:.9375rem 0 0 .9375rem;background-color:#a00!important;border:.0625rem solid #a00;color:#e3000f}}.page-news__settings .choices__inner .choices__list{font-weight:700;text-transform:uppercase}.choices__placeholder{opacity:1}.search-list__radius .choices__list{padding-right:0!important}.choices__list{padding:.5rem .5rem .5rem 0;background-color:inherit;color:inherit;font-size:inherit;border:none;white-space:nowrap}.page-news__settings-item--noscroll .choices__list{overflow:hidden;padding:0!important}.choices__list--dropdown{margin-top:.3125rem;height:auto;max-height:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.choices__list--dropdown .choices__item{padding-left:1.5rem}.choices__list--dropdown .choices__item--disabled{display:none}.page-news__settings .choices__list--dropdown .choices__item{padding-right:.625rem}.choices__list--dropdown .choices__placeholder{display:none}.is-open .choices__list--dropdown{max-height:500px}.choices__list--dropdown .choices__list{max-height:12.5rem;padding:0 .5rem 0 0}.choices__list--dropdown .choices__list::-webkit-scrollbar{width:.625rem;background-color:#fff}.choices__list--dropdown .choices__list::-webkit-scrollbar-track{background-color:#000;border-radius:10px}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;border:1px solid #000}.page-news .choices__list--dropdown .choices__list{max-height:10rem!important}.page-news__settings-item--scroll .choices__list--dropdown .choices__list::-webkit-scrollbar{width:.625rem;background-color:#fff}.page-news__settings-item--scroll .choices__list--dropdown .choices__list::-webkit-scrollbar-track{background-color:#000;border-radius:10px}.page-news__settings-item--scroll .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;border:1px solid #000}.page-news__settings-item--noscroll .choices__list--dropdown .choices__list{overflow:hidden;padding:0!important}.stage-home .choices__list--dropdown .choices__list::-webkit-scrollbar{width:.625rem;background-color:#000}.stage-home .choices__list--dropdown .choices__list::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.stage-home .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{border-radius:10px;background-color:#000;border:1px solid #fff}.search-list__radius .choices__list--dropdown .choices__list .choices__item{padding-right:0!important}.has-search .choices__list--dropdown:after{content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPiAgICA8cGF0aCBkPSJNIDkgMiBDIDUuMTQ1ODUxNCAyIDIgNS4xNDU4NTE0IDIgOSBDIDIgMTIuODU0MTQ5IDUuMTQ1ODUxNCAxNiA5IDE2IEMgMTAuNzQ3OTk4IDE2IDEyLjM0NTAwOSAxNS4zNDgwMjQgMTMuNTc0MjE5IDE0LjI4MTI1IEwgMTQgMTQuNzA3MDMxIEwgMTQgMTYgTCAyMCAyMiBMIDIyIDIwIEwgMTYgMTQgTCAxNC43MDcwMzEgMTQgTCAxNC4yODEyNSAxMy41NzQyMTkgQyAxNS4zNDgwMjQgMTIuMzQ1MDA5IDE2IDEwLjc0Nzk5OCAxNiA5IEMgMTYgNS4xNDU4NTE0IDEyLjg1NDE0OSAyIDkgMiB6IE0gOSA0IEMgMTEuNzczMjY4IDQgMTQgNi4yMjY3MzE2IDE0IDkgQyAxNCAxMS43NzMyNjggMTEuNzczMjY4IDE0IDkgMTQgQyA2LjIyNjczMTYgMTQgNCAxMS43NzMyNjggNCA5IEMgNCA2LjIyNjczMTYgNi4yMjY3MzE2IDQgOSA0IHoiLz48L3N2Zz4=);position:absolute;top:8px;right:10px}.choices__list--dropdown input.choices__input{display:block!important;width:100%!important;padding:10px 20px!important;border-bottom:1px solid #ddd!important;background-color:#fff!important;margin:0!important}.page-news__settings .choices>.choices__list{border:.0625rem solid #000;-moz-border-radius:.9375rem;border-radius:.9375rem}.choices .is-highlighted{color:#000;background-color:#fff}.choices.is-disabled{pointer-events:none}.stage-home .choices.is-disabled{position:absolute;left:0;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;z-index:-1}@media (min-width:64em){.stage-home .choices.is-disabled{display:none}}@media (max-width:63.9375em){.stage-home .choices.is-disabled{max-width:6.25rem;background-color:transparent;left:-webkit-calc(100% - 80px);left:-moz-calc(100% - 80px);left:calc(100% - 80px)}}.choices:after{height:.3125rem!important;width:.3125rem!important;border-width:0 .125rem .125rem 0!important;border-color:#000!important;display:inline-block!important;padding:.1875rem!important;-webkit-transform:rotate(45deg) translateY(-50%)!important;-moz-transform:rotate(45deg) translateY(-50%)!important;-o-transform:rotate(45deg) translateY(-50%)!important;transform:rotate(45deg) translateY(-50%)!important;margin-right:.875rem!important;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.stage-home .choices:after{position:absolute;right:1.125rem;top:50%;border-color:#fff!important;opacity:1;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;background-color:transparent}.search-list__radius .choices:after{z-index:10;pointer-events:all}.stage-home .is-selected .choices:after{top:100%;opacity:0}.stage-home .choices:before{content:"";display:block;position:absolute;height:.5625rem;width:.9375rem;right:1.125rem;top:0;margin-left:.625rem;margin-top:-.25rem;-webkit-transform:rotate(-45deg) translateY(-50%);-moz-transform:rotate(-45deg) translateY(-50%);-o-transform:rotate(-45deg) translateY(-50%);transform:rotate(-45deg) translateY(-50%);-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;opacity:0;border-color:#fff;border-style:solid;border-width:0 0 .125rem .125rem;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;background-color:transparent}.stage-home .is-selected .choices:before{top:50%;opacity:1}.search-list__radius .choices:before{content:"";display:block!important;position:absolute;right:0;top:0;height:100%!important;width:2.8125rem!important;pointer-events:all;z-index:12}.choices.is-open:after{-webkit-transform:rotate(-135deg) translateY(-50%)!important;-moz-transform:rotate(-135deg) translateY(-50%)!important;-o-transform:rotate(-135deg) translateY(-50%)!important;transform:rotate(-135deg) translateY(-50%)!important;margin-top:-.1875rem!important;border-color:#000!important;margin-right:.5625rem!important}.stage-home .choices.is-open:after{border-color:#fff!important;margin-right:.875rem!important;margin-top:0!important;-webkit-transform:rotate(45deg) translateY(-50%)!important;-moz-transform:rotate(45deg) translateY(-50%)!important;-o-transform:rotate(45deg) translateY(-50%)!important;transform:rotate(45deg) translateY(-50%)!important}.choices.is-disabled:after{border-color:#ececec!important}.stage-home .choices.is-disabled:after{display:none!important}.page-news__settings .choices.is-focused:after{border-color:#fff!important}.choices.is-selected:after,.is-selected .choices:after{display:inline-block!important;-webkit-transform:rotate(45deg) translateY(-50%)!important;-moz-transform:rotate(45deg) translateY(-50%)!important;-o-transform:rotate(45deg) translateY(-50%)!important;transform:rotate(45deg) translateY(-50%)!important;height:.875rem!important;width:.375rem!important;border-bottom:.125rem solid #000!important;border-right:.125rem solid #000!important}.stage-home .choices.is-selected:after,.stage-home .is-selected .choices:after{border-bottom:.125rem solid #fff!important;border-right:.125rem solid #fff!important}.header-finder-bar__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.header-finder-bar__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (min-width:64em){.header-finder-bar__row{padding-bottom:1.5625rem}}.header-finder-bar__right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}.header-finder-bar__title{text-transform:uppercase}@media (max-width:63.9375em){.header-finder-bar__title{padding-bottom:1.25rem;font-size:1.25rem;line-height:1.375rem;font-weight:700}}@media (min-width:64em){.header-finder-bar__title{padding-right:3.125rem;-webkit-align-self:center;align-self:center;font-size:2rem;line-height:2.1875rem;font-weight:700;line-height:2rem}}@media (max-width:63.9375em){.header-finder-bar__line{height:.0625rem;width:-webkit-calc(100% + 13px);width:-moz-calc(100% + 13px);width:calc(100% + 13px);margin-left:-8px;margin-right:0;background-color:#878787}}@media (min-width:64em){.header-finder-bar__line{display:none}}@media (min-width:64em){.header-finder-bar__button{width:100%;max-width:15.625rem}}.header-finder-bar__highligted{-webkit-align-self:center;align-self:center;text-transform:uppercase}@media (max-width:63.9375em){.header-finder-bar__highligted{color:#fff;padding:0 .3125rem;font-size:.75rem;line-height:.875rem;font-weight:700}}@media (min-width:64em){.header-finder-bar__highligted{background-color:#fff;color:#000;padding:.1875rem 1.25rem;font-size:1.25rem;line-height:1.375rem;font-weight:700}}@media (max-width:63.9375em){.header-finder-form__inner{padding-bottom:1.25rem}}@media (min-width:64em){.header-finder-form__inner{padding-bottom:1.875rem}}.header-finder-form__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.header-finder-form__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (min-width:64em){.header-finder-form__row{padding-bottom:1.5625rem}}.header-finder-form__right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}@media (max-width:63.9375em){.header-finder-form__right{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}}@media (min-width:64em){.header-finder-form__right{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}.header-finder-form__title{text-transform:uppercase}@media (max-width:63.9375em){.header-finder-form__title{padding-bottom:1.25rem;text-align:center;font-size:1.25rem;line-height:1.375rem;font-weight:700}}@media (min-width:64em){.header-finder-form__title{padding-right:3.125rem;-webkit-align-self:center;align-self:center;font-size:2rem;line-height:2.1875rem;font-weight:700;line-height:2rem}}.header-finder-form__line{margin:0 -6.25rem}@media (max-width:63.9375em){.header-finder-form__line{height:.0625rem;width:200%;background-color:#878787}}@media (min-width:64em){.header-finder-form__line{display:none}}.header-finder-form__button{width:100%;max-width:15.625rem}.header-finder-form__button--mobile{margin:auto}@media (min-width:64em){.header-finder-form__button--mobile{display:none}}@media (max-width:63.9375em){.header-finder-form__button--desktop{display:none}}.header-finder-form__radio-buttons{-webkit-align-self:center;align-self:center;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.header-finder-form__radio-buttons{padding-bottom:1.875rem;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}}@media (min-width:64em){.header-finder-form__radio-buttons{padding-left:9.375rem}}.header-finder-form__dropdowns{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.header-finder-form__dropdowns{margin:-.625rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-bottom:2.5rem}}@media (min-width:64em){.header-finder-form__dropdowns{margin:0 -.9375rem}}.header-finder-form__dropdown{width:100%;max-width:600px}@media (max-width:63.9375em){.header-finder-form__dropdown{margin:.625rem auto}}@media (min-width:64em){.header-finder-form__dropdown{margin:auto .9375rem;max-width:33%}}.card-news{position:relative}.card-news__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.card-news--reverse .card-news__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.card-news--correlated .card-news__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.card-news__image-container{width:100%;position:relative;overflow:hidden}@media (max-width:63.9375em){.card-news__image-container{width:8.125rem;min-height:8.125rem}}@media (min-width:64em){.card-news__image-container{width:23.4375rem;min-height:15.3125rem}}.card-news--correlated .card-news__image-container:before{content:"";display:block;padding-bottom:56%}@media (min-width:64em){.card-news--big .card-news__image-container:before{content:"";display:block;padding-bottom:56%}}.card-news__image-container img{display:block;width:100%;min-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;height:auto}@media (max-width:63.9375em){.card-news__image-container img{height:100%}}.card-news--extra-small .card-news__image-container{width:5.625rem;height:5.625rem;min-height:auto}@media (max-width:63.9375em){.card-news--correlated .card-news__image-container{width:100%;min-height:auto}}@media (min-width:64em){.card-news--correlated .card-news__image-container{width:100%;min-height:auto}}.card-news__image{-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.card-news__image:hover{opacity:.9}.card-news--big .card-news__image,.card-news--correlated .card-news__image,.card-news__image-link{position:absolute;top:0;left:0;height:100%;width:100%}.card-news__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}@media (max-width:63.9375em){.card-news__content{padding-left:1rem}}@media (min-width:64em){.card-news__content{padding-left:1.875rem;padding-top:.9375rem;padding-bottom:.9375rem}}.card-news--reverse .card-news__content{padding-right:1rem}.card-news--extra-small .card-news__content{padding-left:1rem;padding-bottom:.3125rem;padding-top:.3125rem}.card-news--correlated .card-news__content{position:relative;padding-top:1.875rem;padding-bottom:1.875rem;padding-left:0}.card-news__category{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.card-news__category{position:absolute;bottom:0;left:0}}.card-news--extra-small .card-news__category{display:none}.card-news--correlated .card-news__category{position:absolute;top:0;left:0;bottom:auto;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.card-news__title{letter-spacing:.1em}@media (max-width:63.9375em){.card-news__title{font-size:1rem;line-height:1.4375rem;font-weight:400}}@media (min-width:64em){.card-news__title{font-size:1.25rem;line-height:1.75rem;font-weight:400}}.card-news--big .card-news__title{text-transform:uppercase;font-size:1.25rem;line-height:1.375rem;font-weight:700}@media (min-width:64em){.card-news--big .card-news__title{padding-top:1.25rem}}.card-news--extra-small .card-news__title{font-size:1rem;line-height:1.4375rem;font-weight:400;letter-spacing:normal}.card-news--correlated .card-news__title{padding-bottom:1.25rem;font-size:1.25rem;line-height:1.375rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.card-news__line{display:none;height:.0625rem;width:5.8125rem;margin-left:0;background-color:#fff}.card-news--correlated .card-news__line{display:block}.card-news__post-content{padding-top:.625rem;font-size:1rem;line-height:1.4375rem;font-weight:400}@media (max-width:63.9375em){.card-news__post-content{display:none}}.card-news--correlated .card-news__post-content,.card-news--extra-small .card-news__post-content{display:none}.card-news__meta{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding-top:1.25rem}@media (max-width:37.4375em){.card-news__meta{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}.card-news--extra-small .card-news__meta{padding-top:.3125rem}.card-news--correlated .card-news__meta{padding-top:1.25rem}.card-news__meta-left{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (min-width:37.5em){.card-news__meta-left{padding-right:3.125rem}}.card-news--extra-small .card-news__meta-left{padding-right:0}.card-news__meta-right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.card-news--extra-small .card-news__meta-right{display:none}.card-news__ago-time,.card-news__read-time{color:#878787}@media (max-width:63.9375em){.card-news__ago-time,.card-news__read-time{font-size:.75rem;line-height:.875rem;font-weight:400}}@media (min-width:64em){.card-news__ago-time,.card-news__read-time{font-size:.875rem;line-height:1.25rem;font-weight:400}}.card-news__link{text-decoration:none;color:inherit;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.card-news__link:hover{opacity:.6}.card-news__clock{height:100%;margin-right:.75rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.card-news--light .card-news__clock path,.card-news--light .card-news__clock svg{stroke:#878787}.card-news--extra-small .card-news__clock{margin-right:.625rem}.recommended{border:.0625rem solid #d0d0d0}.recommended__header{border-bottom:.0625rem solid #d0d0d0}.recommended__title{padding:1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.recommended__content{padding:.9375rem}.recommended__article+.recommended__article{margin-top:.9375rem;padding-top:.9375rem;border-top:.0625rem solid #d0d0d0}.breadcrumbs{width:100%;padding:1.5625rem 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.breadcrumbs,.breadcrumbs__items{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.breadcrumbs__items{list-style:none;padding-left:0}@media (max-width:63.9375em){.breadcrumbs__items{display:none}}.breadcrumbs__item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.breadcrumbs__item+.breadcrumbs__item{margin-left:3.125rem;position:relative}.breadcrumbs__item+.breadcrumbs__item:before{content:"";width:15px;height:100%;position:absolute;top:0;left:-1.5625rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTAuNTkwMDg4IDEwLjU5TDUuMTcwMDkgNkwwLjU5MDA4OCAxLjQxTDIuMDAwMDkgMEw4LjAwMDA5IDZMMi4wMDAwOSAxMkwwLjU5MDA4OCAxMC41OVoiIGZpbGw9ImJsYWNrIi8+DQo8L3N2Zz4NCg==);background-repeat:no-repeat;background-position:50%;fill:#000}.breadcrumbs__anchor,.breadcrumbs__text{color:#878787;text-decoration:none;text-transform:uppercase;font-size:1.25rem;line-height:1.75rem;font-weight:400}.breadcrumbs__anchor--active{color:#000;font-weight:700;text-decoration:underline}.breadcrumbs__button{position:relative;pointer-events:all}@media (max-width:63.9375em){.breadcrumbs__button{max-width:25rem;margin:auto}}@media (min-width:64em){.breadcrumbs__button{max-width:15.625rem}}@media (max-width:63.9375em){.breadcrumbs__button .breadcrumbs__button-label--desktop{display:none}}@media (min-width:64em){.breadcrumbs__button .breadcrumbs__button-label--mobile{display:none}}.is-ppf-success-msg .breadcrumbs__button{opacity:0;pointer-events:none}.product{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:relative;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;border:.0625rem solid #d0d0d0;z-index:200;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease}.section--white .product{background-color:#fff;color:#000}.section--white .product:hover{border-color:#000}.section--black .product{background-color:#000;color:#fff}.product__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;padding:.9375rem}.section--category-products-segment .product__inner{padding:1.875rem 1.25rem}.product__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}@media (min-width:64em){.section--category-products-segment .product__holder{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}}.product__header{margin-bottom:.9375rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;min-height:1.25rem}.product__header-element{margin-left:-.9375rem;margin-right:-.9375rem;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;-moz-transition:background-color .2s ease;transition:background-color .2s ease;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease}.product__header-element a{display:block;padding-left:.9375rem;padding-right:.9375rem}.product__header-element:not(.empty) a:hover{background-color:#e3000f;color:#fff!important}.product__header-left{position:relative;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease}.product__header-left:not(.empty) a:before{left:0;content:"";width:.125rem;height:100%;position:absolute;top:0;background-color:#878787}@media (max-width:63.9375em){.product__header-left:not(.empty) a:before{background-color:#e3000f}}.product:hover .product__header-left:not(.empty) a:before{background-color:#e3000f}.product__header-left:not(.empty) a:after{content:"";position:absolute;right:-1.25rem;top:0;width:0;height:0;border-color:transparent;border-style:solid;border-width:1.25rem 1.25rem 0 0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.product__header-left:not(.empty) a:hover:after{border-top-color:#e3000f}.product__header-right{position:relative}.product__header-right:not(.empty) a:before{right:0;content:"";width:.125rem;height:100%;position:absolute;top:0;background-color:#878787}@media (max-width:63.9375em){.product__header-right:not(.empty) a:before{background-color:#e3000f}}.product:hover .product__header-right:not(.empty) a:before{background-color:#e3000f}.product__header-right:not(.empty) a:after{content:"";position:absolute;left:-1.25rem;top:0;width:0;height:0;border-color:transparent;border-style:solid;border-width:0 0 1.25rem 1.25rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.product__header-right:not(.empty) a:hover:after{border-bottom-color:#e3000f}.product__link{font-size:.875rem;line-height:1.25rem;font-weight:700;text-decoration:none;text-transform:uppercase}.product__image-holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:relative;width:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:1.875rem 0}@media (min-width:64em){.product__image-holder{max-height:22.5rem;height:100%;overflow:hidden}.section--category-products-segment .product__image-holder{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;min-height:20rem}}.product__image--item{max-height:100%}.parts-finder-results__item .product__image--item{max-height:18.75rem}.product__image--logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-o-object-position:center;object-position:center;overflow:auto;z-index:1;-o-object-fit:contain;object-fit:contain;-webkit-filter:grayscale(1) brightness(3.4);filter:grayscale(1) brightness(3.4);z-index:-1}.product--is-selected .product__image--logo,.product:hover .product__image--logo,.section--category-products-segment .product__image--logo{-webkit-filter:none;filter:none}@media (max-width:63.9375em){.product__image--logo{-webkit-filter:none;filter:none}}.product__group-logo{position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;z-index:-1}.product__group-logo--gray svg .st0,.product__group-logo--gray svg .st1,.product__group-logo--gray svg .st2,.product__group-logo--gray svg path,.product__group-logo--gray svg polygon{fill:#b0b0b0!important;-webkit-transition:fill .2s ease;-o-transition:fill .2s ease;-moz-transition:fill .2s ease;transition:fill .2s ease}.parts-finder-results__item .product:hover .product__group-logo--gray svg .st0,.parts-finder-results__item .product:hover .product__group-logo--gray svg .st1,.parts-finder-results__item .product:hover .product__group-logo--gray svg .st2,.parts-finder-results__item .product:hover .product__group-logo--gray svg path,.parts-finder-results__item .product:hover .product__group-logo--gray svg polygon,.product--is-selected .product__group-logo--gray svg .st0,.product--is-selected .product__group-logo--gray svg .st1,.product--is-selected .product__group-logo--gray svg .st2,.product--is-selected .product__group-logo--gray svg path,.product--is-selected .product__group-logo--gray svg polygon{fill:#e3000f!important}.product__group-logo--red svg .st0,.product__group-logo--red svg .st1,.product__group-logo--red svg .st2,.product__group-logo--red svg path,.product__group-logo--red svg polygon{fill:#e3000f!important;-webkit-transition:fill .2s ease;-o-transition:fill .2s ease;-moz-transition:fill .2s ease;transition:fill .2s ease}.parts-finder-results__item .product:hover .product__group-logo--red svg .st0,.parts-finder-results__item .product:hover .product__group-logo--red svg .st1,.parts-finder-results__item .product:hover .product__group-logo--red svg .st2,.parts-finder-results__item .product:hover .product__group-logo--red svg path,.parts-finder-results__item .product:hover .product__group-logo--red svg polygon,.product--is-selected .product__group-logo--red svg .st0,.product--is-selected .product__group-logo--red svg .st1,.product--is-selected .product__group-logo--red svg .st2,.product--is-selected .product__group-logo--red svg path,.product--is-selected .product__group-logo--red svg polygon{fill:#b0b0b0!important}.product__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (min-width:64em){.section--category-products-segment .product__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding-left:2.5rem;margin-right:0;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}.product__category{font-size:1rem;line-height:1.1875rem;font-weight:400;text-transform:uppercase}.product__title{padding-top:.3125rem;text-transform:uppercase;word-break:break-word;font-size:1.5rem;line-height:1.6875rem;font-weight:700}@media (min-width:37.5em){.product__title{min-height:3.6875rem}}.product__tehnology{padding-top:1.25rem}.product__description{margin-top:1.25rem}.product__description ul{list-style:none;padding-left:1.875rem}.product__description ul li{position:relative}.product__description ul li:before{content:"";display:block;position:absolute;width:.9375rem;height:.5rem;left:-1.5rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);border-left:.125rem solid #b0b0b0;border-bottom:.125rem solid #b0b0b0;border-right-color:#b0b0b0;border-top-color:#b0b0b0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;-moz-transition:border-color .2s ease;transition:border-color .2s ease}@media (max-width:63.9375em){.product__description ul li:before{border-color:#e3000f}}.product--is-selected .product__description ul li:before,.product:hover .product__description ul li:before,.section--category-products-segment .product__description ul li:before{border-color:#e3000f}.product__description ul li:nth-child(n+4){display:none}.product__description ul li+li{margin-top:.625rem}.product__description-text{padding-left:.8125rem}.product__button{width:100%;padding-top:1.875rem;position:relative}.product:hover:not(.product--is-selected) .product__button button:not(:hover){border-color:#000;color:#000}.product-color-helper{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;fill:#878787;color:#878787}@media (max-width:63.9375em){.product-color-helper{fill:#e3000f;color:#e3000f}}.product--is-selected .product-color-helper,.product:hover .product-color-helper,.section--category-products-segment .product-color-helper{fill:#e3000f;color:#e3000f}.product-color-soft-helper,.product__category,.product__header-left:not(.empty) a:before,.product__header-right:not(.empty) a:before,.product__image--logo,.product__link{-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;fill:#b0b0b0;color:#b0b0b0}@media (max-width:63.9375em){.product-color-soft-helper,.product__category,.product__header-left:not(.empty) a:before,.product__header-right:not(.empty) a:before,.product__image--logo,.product__link{fill:#e3000f;color:#e3000f}}.product--is-selected .product-color-soft-helper,.product--is-selected .product__category,.product--is-selected .product__header-left:not(.empty) a:before,.product--is-selected .product__header-right:not(.empty) a:before,.product--is-selected .product__image--logo,.product--is-selected .product__link,.product:hover .product-color-soft-helper,.product:hover .product__category,.product:hover .product__header-left:not(.empty) a:before,.product:hover .product__header-right:not(.empty) a:before,.product:hover .product__image--logo,.product:hover .product__link,.product__header-left:not(.empty) .product--is-selected a:before,.product__header-left:not(.empty) .product:hover a:before,.product__header-right:not(.empty) .product--is-selected a:before,.product__header-right:not(.empty) .product:hover a:before{fill:#e3000f;color:#e3000f}.product__header-left:not(.empty) .section--category-products-segment a:before,.product__header-right:not(.empty) .section--category-products-segment a:before,.section--category-products-segment .product-color-soft-helper,.section--category-products-segment .product__category,.section--category-products-segment .product__header-left:not(.empty) a:before,.section--category-products-segment .product__header-right:not(.empty) a:before,.section--category-products-segment .product__image--logo,.section--category-products-segment .product__link{fill:#e3000f;color:#e3000f}.product-basic__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:relative}.product-basic__image-holder{height:100%;width:100%;max-height:7.5rem;max-width:7.5rem;background-color:#fff;margin-right:1.25rem;overflow:hidden}.product-basic__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-basic__content{padding:.625rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.product-basic__category{text-transform:uppercase;color:#e3000f;font-size:1rem;line-height:1.4375rem;font-weight:400}.product-basic__title{text-transform:uppercase;margin-top:.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700}.product-basic__close{position:absolute;top:0;right:0;cursor:pointer}.product-basic__icons{margin-top:.5rem}.product-basic__icons img{display:block}.product-basic-list__subtitle{font-size:1.5rem;line-height:1.6875rem;font-weight:700}@media (max-width:63.9375em){.product-basic-list__subtitle{padding-bottom:.9375rem}}@media (min-width:64em){.product-basic-list__subtitle{padding-bottom:1.875rem}}.product-basic-list__item{padding:.9375rem 0}.product-basic-list__item+.product-basic-list__item{border-top:.0625rem solid #d0d0d0}.product-finder-form__subtitle{text-transform:uppercase;font-size:1.5rem;line-height:1.6875rem;font-weight:700}@media (max-width:63.9375em){.product-finder-form__subtitle{padding-bottom:1.875rem}}@media (min-width:64em){.product-finder-form__subtitle{padding-bottom:4.375rem}}.product-finder-form__error{font-size:1.25rem;line-height:1.375rem;font-weight:700;color:#e3000f}@media (max-width:63.9375em){.product-finder-form__error{padding-bottom:1.875rem}}@media (min-width:64em){.product-finder-form__error{padding-bottom:4.375rem}}.product-finder-form__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:37.4375em){.product-finder-form__content{padding:0 .625rem}}.product-finder-form__group{width:100%}.product-finder-form__group--full{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:37.4375em){.product-finder-form__group--full+.product-finder-form__group--full{margin-top:1.25rem}}@media (min-width:37.5em){.product-finder-form__group--full+.product-finder-form__group--full{margin-top:1.875rem}}@media (min-width:37.5em){.product-finder-form__group--half{max-width:50%}.product-finder-form__group--half:nth-child(odd){padding-right:.9375rem}.product-finder-form__group--half:nth-child(2n){padding-left:.9375rem}}@media (max-width:37.4375em){.product-finder-form__group--half+.product-finder-form__group--half{margin-top:1.25rem}}@media (max-width:37.4375em){.product-finder-form__group--small{margin-top:3.125rem;max-width:100%}}@media (min-width:37.5em){.product-finder-form__group--small{max-width:12.5rem}}.product-finder-form__group-title{display:block;font-size:1rem;line-height:1.4375rem;font-weight:400;text-transform:uppercase}@media (max-width:37.4375em){.product-finder-form__group-title{padding-bottom:.9375rem}}@media (min-width:37.5em){.product-finder-form__group-title{padding-bottom:1.875rem}}.product-finder-form__group-radio{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding-bottom:1.25rem}.product-finder-form__group-checkbox{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.product-finder-form__item-half{width:50%}.product-finder-form__item-half:nth-child(2n){padding-left:.9375rem}@media (min-width:64em){.technical-accessories .product-features-list{max-width:28.75rem}}.product-features-list--accessories .product-features-list__content{padding-top:1.875rem;font-size:1rem;line-height:1.1875rem;font-weight:400}.product-features-list--accessories .product-features-list__content ul{list-style:none;margin:0;padding:0}.product-features-list--accessories .product-features-list__content ul li{border-bottom:.0625rem solid #d0d0d0;padding:.9375rem 0;font-size:1rem;line-height:1.1875rem;font-weight:400}.product-features-list__items{list-style:none;padding-left:0;padding-top:1.875rem;font-size:1rem;line-height:1.1875rem;font-weight:400}.product-features-list__items ul{list-style:none;margin:0;padding:0}.product-features-list__items ul li{border-bottom:.0625rem solid #d0d0d0;padding:.9375rem 0;text-align:center}.product-features-list__items ul li+li{margin-top:.625rem}.product-features-list__item{font-size:1rem;line-height:1.1875rem;font-weight:400}.product-features-list__item:first-child{padding-top:.625rem}.product-features-list__item+.product-features-list__item{padding-top:2.5rem}.tehnology-data__items{list-style:none;padding-left:0;padding-top:1.875rem;font-size:1rem;line-height:1.1875rem;font-weight:300}.tehnology-data__item{border-bottom:.0625rem solid #d0d0d0;padding:.9375rem 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.tehnology-data__item+.tehnology-data__item{margin-top:.625rem}.tehnology-data__text-strong{color:#000;text-align:right;font-size:1rem;line-height:1.1875rem;font-weight:700}.tehnology-data__text-strong+.tehnology-data__text-strong{margin-top:.625rem}.tehnology-data__item-extras{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.tehnology-data__item-label{text-transform:capitalize}.tehnology-description__inner{border-bottom:.0625rem solid #d0d0d0}.tehnology-description__content{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding-bottom:1.875rem}.tehnology-description__content,.tehnology-description__left,.tehnology-description__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.tehnology-description__trigger{height:1.25rem;width:1.25rem;position:relative;font-size:.875rem;line-height:.875rem;font-weight:700;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.tehnology-description__expand{position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:1;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.is-accordion-open .tehnology-description__expand{opacity:0}.tehnology-description__shrink{position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.is-accordion-open .tehnology-description__shrink{opacity:1}.tehnology-description__description{margin:.625rem 0}.tehnology-list__title{padding-bottom:1.875rem}.tehnology-list__items{padding-left:0;list-style:none}.tehnology-list__item+.tehnology-list__item{margin-top:.9375rem}.tehnology-item__inner{border:.0625rem solid #ececec;padding:.625rem}.tehnology-item__content{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.tehnology-item__content,.tehnology-item__left,.tehnology-item__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.tehnology-item__trigger{height:1.25rem;width:1.25rem;position:relative;font-size:.875rem;line-height:.875rem;font-weight:700;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.tehnology-item__expand{position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:1;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.is-accordion-open .tehnology-item__expand{opacity:0}.tehnology-item__shrink{position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);transform:translate(50%,-50%);opacity:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.is-accordion-open .tehnology-item__shrink{opacity:1}.tehnology-item__icon{height:3.3125rem;width:3.3125rem;min-width:3.3125rem;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1}.tehnology-item__image{height:100%;min-width:100%}.tehnology-item__title{max-width:250px;text-transform:uppercase;font-size:.875rem;line-height:1.25rem;font-weight:700;line-height:1rem;padding-left:.625rem}.tehnology-item__description-text{padding-top:1.25rem;padding-bottom:.625rem}.slider-product-detail__inner{border-bottom:.0625rem solid #ececec;padding:.625rem}.slider-product-detail__content{position:relative}.slider-product-detail__slides{width:100%}.slider-product-detail__background{height:100%;width:100%;color:#ececec;position:absolute;left:0;top:0;z-index:-1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;font-weight:700;font-size:18vw;text-transform:uppercase;pointer-events:none}.slider-product-detail__slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.slider-product-detail__bullets{height:1.75rem;position:absolute;left:0;bottom:0;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.slider-product-detail__description{margin-top:1.5625rem}.slider-featured-products{position:relative}.slider-featured-products__title{display:inline-block;text-transform:uppercase;padding-right:.625rem}.slider-featured-products__track{position:static;z-index:200}.slider-featured-products__arrows{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}@media (max-width:63.9375em){.slider-featured-products__arrows{display:none}}.slider-featured-products__arrow{width:3.125rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:300;pointer-events:all;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.slider-featured-products__arrow.is-disabled{opacity:0}.slider-featured-products__arrow--left{left:0}.slider-featured-products__arrow--right{right:0}.slider-featured-products__bullets{height:1.75rem;padding-right:2.5rem;position:absolute;right:0;top:.4375rem;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;cursor:pointer}.is-moved-bullets .slider-featured-products__bullets{top:4.4375rem;left:0;right:unset}.slider-featured-products-bullet{width:.25rem;height:6.25rem;-webkit-transform:translate(2.1875rem,-50%) rotate(50deg);-moz-transform:translate(2.1875rem,-50%) rotate(50deg);-o-transform:translate(2.1875rem,-50%) rotate(50deg);transform:translate(2.1875rem,-50%) rotate(50deg);background-color:#fff}.slider-featured-products-bullet+.slider-featured-products-bullet{margin-left:1rem}.is-moved-bullets .slider-featured-products__track{padding-top:3.75rem}.slider-featured-products .glide__bullet--active{background-color:#e3000f}.slider-featured-products__slide{height:auto}.card-featured-product{position:relative;height:100%;z-index:200;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.card-featured-product__inner{height:100%}@media (min-width:64em){.card-featured-product__inner{padding:3.75rem 1.25rem 0}}@media (max-width:63.9375em){.card-featured-product__inner{padding-bottom:1.25rem}}.card-featured-product__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (min-width:64em){.card-featured-product__holder{padding:0 3.125rem}}@media (max-width:63.9375em){.card-featured-product__holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (min-width:64em){.card-featured-product__left{position:relative;width:100%;max-width:50%;padding:0}}.card-featured-product__image-holder{position:relative}@media (max-width:63.9375em){.card-featured-product__image-holder{width:100%;padding:0 2.5rem}}@media (min-width:64em){.card-featured-product__image-holder{height:100%;width:80%;min-height:23.75rem}}.card-featured-product__product--image{position:relative;width:100%;min-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;z-index:2}@media (max-width:63.9375em){.card-featured-product__product--image{height:100%;margin-top:1.25rem}}@media (min-width:64em){.card-featured-product__product--image{height:0}}.card-featured-product__product--logo{position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain;z-index:1}.card-featured-product__product--logo svg .st0,.card-featured-product__product--logo svg .st1,.card-featured-product__product--logo svg .st2,.card-featured-product__product--logo svg path,.card-featured-product__product--logo svg polygon{fill:#e3000f!important}.card-featured-product__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.card-featured-product__content{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:0 2.5rem}}@media (min-width:64em){.card-featured-product__content{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:33.3333333333%;margin-left:16.6666666667%}}.card-featured-product__content-upper{padding:1.875rem 0}.card-featured-product__category{font-size:1rem;line-height:1.375rem;font-weight:400;text-transform:uppercase;color:#e3000f}.card-featured-product__title{font-size:1.5rem;line-height:1.6875rem;font-weight:700;text-transform:uppercase;padding-top:.3125rem}.card-featured-product__brand-icons{margin-top:1.25rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;min-height:1.875rem}.card-featured-product__description{margin-top:1.25rem}.card-featured-product__description ul{padding-left:0;list-style:none}.card-featured-product__description ul li{position:relative;padding-left:2.1875rem}.card-featured-product__description ul li:before{content:"";position:absolute;top:50%;left:.3125rem;display:inline-block;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);height:1.125rem;width:.625rem;border-bottom:.1875rem solid #e3000f;border-right:.1875rem solid #e3000f}.card-featured-product__description ul li:nth-child(n+4){display:none}.card-featured-product__description ul li+li{margin-top:.9375rem}.card-featured-product__button{width:100%;margin-top:1.25rem}@media (max-width:63.9375em){.card-featured-product__button{max-width:31.25rem}}@media (min-width:64em){.card-featured-product__button{max-width:21.25rem}}.slider-news-feed__header{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.slider-news-feed__header-desktop{width:100%}@media (max-width:63.9375em){.slider-news-feed__header-desktop{display:none}}@media (min-width:64em){.slider-news-feed__header-mobile{display:none}}.slider-news-feed__mobile-bullets{position:absolute;top:30vw;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:50}@media (min-width:64em){.slider-news-feed__content{margin-top:4.375rem}}.slide-news-feed__articles-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:63.9375em){.slide-news-feed__articles-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (max-width:63.9375em){.slide-news-feed__tab-article-wrapper{width:100%}.slide-news-feed__tab-article-wrapper+.slide-news-feed__tab-article-wrapper{margin-top:1.875rem}.slide-news-feed__tab-article-wrapper:not(:first-child):not(:nth-child(2)){display:none}}@media (min-width:64em){.slide-news-feed__tab-article-wrapper{width:50%;padding:.9375rem}.slide-news-feed__tab-article-wrapper:nth-child(odd){margin-left:0;padding-left:0}.slide-news-feed__tab-article-wrapper:nth-child(2n){margin-right:0;padding-right:0}}.slide-news-feed__tab-article-inner{border-bottom:.0625rem solid #d0d0d0;padding-bottom:1.875rem}.slide-news-feed__tab-mobile-top-image{height:30vw;margin-bottom:4.375rem;position:relative;background-image:url(/wp-content/themes/wpsuspension/dist/images/news-feed-image.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media (min-width:64em){.slide-news-feed__tab-mobile-top-image{display:none}}.slide-news-feed__tab-mobile-top-title{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-transform:uppercase;text-align:center;letter-spacing:.1em;font-size:1.5rem;line-height:1.6875rem;font-weight:700}.social-icons-share__icons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.post__share--page-bottom .social-icons-share__icons{-webkit-flex-wrap:wrap;flex-wrap:wrap}.social-icons-share__icon-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:relative;margin-right:2rem;margin-bottom:1rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.social-icons-share__icon-wrapper{width:30%}}.social-icons-share__icon{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;height:1.5rem;width:1.5rem}.social-icons-share__icon-label{padding-left:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:capitalize}.section--light .social-icons-share__icon-label,.single-post .social-icons-share__icon-label{color:#000}.section--dark .social-icons-share__icon-label{color:#fff}.social-icons-share__link{position:absolute;top:0;left:0;height:100%;width:100%}.button,.instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.sapCpButton{background-color:transparent;border:.125rem solid #fff;-moz-border-radius:1.875rem;border-radius:1.875rem;text-align:center;text-transform:uppercase;padding:.8125rem 1.25rem;font-size:1rem;line-height:1.25rem;font-weight:700;letter-spacing:.21rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.button:focus,.button:hover,.instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus,.instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover,.sapCpButton:focus,.sapCpButton:hover{background-color:#fff;color:#000;border:.125rem solid #fff}.button-with-arrow .button:focus svg path,.button-with-arrow .button:hover svg path,.button-with-arrow .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus svg path,.button-with-arrow .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover svg path,.button-with-arrow .sapCpButton:focus svg path,.button-with-arrow .sapCpButton:hover svg path,.instagram-feed .button-with-arrow .eapps-instagram-feed-posts-grid-load-more-text:focus svg path,.instagram-feed .button-with-arrow .eapps-instagram-feed-posts-grid-load-more-text:hover svg path{fill:#fff}.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text,.section--white .button,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.section--white .sapCpButton{background-color:#fff;color:#000;border:.125rem solid #000}.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text path,.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text svg,.section--white .button path,.section--white .button svg,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text path,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text svg,.section--white .sapCpButton path,.section--white .sapCpButton svg{fill:#fff}.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:focus,.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:hover,.section--white .button:focus,.section--white .button:hover,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover,.section--white .sapCpButton:focus,.section--white .sapCpButton:hover{background-color:#000;color:#fff;border:.125rem solid #fff}.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:focus path,.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:focus svg,.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:hover path,.instagram-feed .section--white .eapps-instagram-feed-posts-grid-load-more-text:hover svg,.section--white .button:focus path,.section--white .button:focus svg,.section--white .button:hover path,.section--white .button:hover svg,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus path,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus svg,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover path,.section--white .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover svg,.section--white .sapCpButton:focus path,.section--white .sapCpButton:focus svg,.section--white .sapCpButton:hover path,.section--white .sapCpButton:hover svg{fill:#000}.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text,.section--black .button,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.section--black .sapCpButton{background-color:#000;color:#fff;border:.125rem solid #fff}.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text path,.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text svg,.section--black .button path,.section--black .button svg,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text path,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text svg,.section--black .sapCpButton path,.section--black .sapCpButton svg{fill:#000}.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:focus,.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:hover,.section--black .button:focus,.section--black .button:hover,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover,.section--black .sapCpButton:focus,.section--black .sapCpButton:hover{background-color:#fff;color:#000;border:.125rem solid #000}.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:focus path,.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:focus svg,.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:hover path,.instagram-feed .section--black .eapps-instagram-feed-posts-grid-load-more-text:hover svg,.section--black .button:focus path,.section--black .button:focus svg,.section--black .button:hover path,.section--black .button:hover svg,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus path,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:focus svg,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover path,.section--black .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text:hover svg,.section--black .sapCpButton:focus path,.section--black .sapCpButton:focus svg,.section--black .sapCpButton:hover path,.section--black .sapCpButton:hover svg{fill:#fff}.button--accent{border:.125rem solid #e3000f;background-color:#e3000f;color:#fff}.button--accent path,.button--accent svg{fill:#fff}.button--accent:focus,.button--accent:hover{border:.125rem solid #e3000f;background-color:#fff;color:#e3000f}.button--accent:focus path,.button--accent:focus svg,.button--accent:hover path,.button--accent:hover svg{fill:#e3000f}.button--accent-dark{border:.125rem solid #a00;background-color:#a00;color:#fff}.button--accent-dark path,.button--accent-dark svg{fill:#fff}.button--accent-dark:focus,.button--accent-dark:hover{border:.125rem solid #a00;background-color:#fff;color:#a00}.button--accent-dark:focus path,.button--accent-dark:focus svg,.button--accent-dark:hover path,.button--accent-dark:hover svg{fill:#a00}.button--dark{border:.125rem solid #fff;background-color:#000;color:#fff}.button--dark path,.button--dark svg{fill:#fff}.button--dark:focus,.button--dark:hover{border:.125rem solid #fff;background-color:#fff;color:#000}.button--dark:focus path,.button--dark:focus svg,.button--dark:hover path,.button--dark:hover svg{fill:#000}.button--dark-has-border{border:.125rem solid #fff;background-color:#000;color:#fff}.button--dark-has-border path,.button--dark-has-border svg{fill:#fff}.button--dark-has-border:focus,.button--dark-has-border:hover{border:.125rem solid #000;background-color:#fff;color:#000}.button--dark-has-border:focus path,.button--dark-has-border:focus svg,.button--dark-has-border:hover path,.button--dark-has-border:hover svg{fill:#000}.button--light{border:.125rem solid #000;background-color:#fff;color:#000}.button--light.button--no-border{border:.125rem solid #fff}.button--light:focus,.button--light:hover{border-color:#fff;background-color:#000;color:#fff}.button--light:focus.button--no-border,.button--light:hover.button--no-border{border-color:#000}.button--white{border:.125rem solid #fff;background-color:#fff;color:#000}.button--white:focus,.button--white:hover{background:#a00;color:#fff}.button--white:focus path,.button--white:focus svg,.button--white:hover path,.button--white:hover svg{fill:#fff}.parts-finder .button--white:focus,.parts-finder .button--white:hover{background:#e3000f}.button--orange{border:.125rem solid #f60;background-color:#f60;color:#fff}.button--orange:focus,.button--orange:hover{border-color:#f60;background:#fff;color:#f60}.button--orange:focus path,.button--orange:focus svg,.button--orange:hover path,.button--orange:hover svg{fill:#f60}.parts-finder .button--orange:focus,.parts-finder .button--orange:hover{background:#fff}.button--blue{border:.125rem solid #002550;background-color:#002550;color:#fff}.button--blue:focus,.button--blue:hover{border-color:#002550;background:#fff;color:#002550}.button--blue:focus path,.button--blue:focus svg,.button--blue:hover path,.button--blue:hover svg{fill:#002550}.parts-finder .button--blue:focus,.parts-finder .button--blue:hover{background:#fff}@media (max-width:63.9375em){.button--header-dark{border:.125rem solid #fff;background-color:#000;color:#fff}.button--header-dark path,.button--header-dark svg{fill:#fff}}@media (max-width:63.9375em){.button--header-dark{-moz-border-radius:0;border-radius:0;border:.125rem solid transparent;background-color:transparent;color:#fff;font-size:.75rem;line-height:.875rem;font-weight:700}.button--header-dark path,.button--header-dark svg{fill:#fff}}.button--header-dark:focus,.button--header-dark:hover{border:.125rem solid #fff;background-color:#fff;color:#000}.button--header-dark:focus path,.button--header-dark:focus svg,.button--header-dark:hover path,.button--header-dark:hover svg{fill:#000}.button--soft{border:.125rem solid #b0b0b0;background-color:#fff;color:#b0b0b0}.button--soft path,.button--soft svg{stroke:#b0b0b0;fill:#fff}.button--soft:focus,.button--soft:hover{border:.125rem solid #000;background-color:#000;color:#fff}.button--soft:focus path,.button--soft:focus svg,.button--soft:hover path,.button--soft:hover svg{stroke:#fff;fill:#000}.button--disabled{pointer-events:none}.button--disabled:not(.breadcrumbs__button){opacity:.3}.parts-finder .button--disabled{border:.125rem solid #a00;background-color:#a00;color:#d90000}.button--disabled.breadcrumbs__button{border:.125rem solid #d0d0d0;background-color:#d0d0d0;color:#fff}.button--full-width{width:100%}@media (max-width:63.9375em){.button--full-width-mobile{width:100%}}.button--size-fit{height:100%;width:100%}.button--narrow{padding:.625rem 1.25rem}.button--square{-moz-border-radius:0;border-radius:0}.button--wider{padding:.8125rem 1.875rem}@media (max-width:63.9375em){.button--featured-products{border:.125rem solid #fff;background-color:#000;color:#fff}.button--featured-products path,.button--featured-products svg{fill:#fff}.button--featured-products:focus,.button--featured-products:hover{border:.125rem solid #fff;background-color:#fff;color:#000}.button--featured-products:focus path,.button--featured-products:focus svg,.button--featured-products:hover path,.button--featured-products:hover svg{fill:#000}}@media (min-width:64em){.button--product{border:.125rem solid #878787;color:#878787}}.instagram-feed .product--is-selected .eapps-instagram-feed-posts-grid-load-more-text,.product--is-selected .button,.product--is-selected .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.product--is-selected .sapCpButton{background-color:#000;border:.125rem solid #000;color:#fff}.instagram-feed .product--is-selected .eapps-instagram-feed-posts-grid-load-more-text path,.instagram-feed .product--is-selected .eapps-instagram-feed-posts-grid-load-more-text svg,.product--is-selected .button path,.product--is-selected .button svg,.product--is-selected .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text path,.product--is-selected .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text svg,.product--is-selected .sapCpButton path,.product--is-selected .sapCpButton svg{fill:#fff}.button--refresh:focus path,.button--refresh:focus svg,.button--refresh:hover path,.button--refresh:hover svg{stroke:#fff;fill:#000}.button-with-arrow .button,.button-with-arrow .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.button-with-arrow .sapCpButton,.instagram-feed .button-with-arrow .eapps-instagram-feed-posts-grid-load-more-text{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.button--refresh{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.button--refresh svg{margin-right:.625rem}.button--refresh:focus svg,.button--refresh:hover svg{fill:#000}.burger-menu{height:.75rem;width:1.125rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10000;cursor:pointer}.burger-menu__bar{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.burger-menu__bar,.burger-menu__bar:after,.burger-menu__bar:before{background-color:#fff;height:.125rem;width:1.125rem;z-index:900;opacity:1;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.burger-menu__bar:after,.burger-menu__bar:before{content:"";position:absolute;left:0}.burger-menu__bar:before{top:-.375rem}.burger-menu__bar:after{bottom:-.375rem}.is-navigation-open .burger-menu__bar{background:transparent}.is-navigation-open .burger-menu__bar:before{top:0;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.is-navigation-open .burger-menu__bar:after{top:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.navigation{width:100%}@media (max-width:63.9375em){.navigation{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;overflow:auto}.navigation::-webkit-scrollbar{width:.625rem;background-color:#000}.navigation::-webkit-scrollbar-track{background-color:#fff;border-radius:10px}.navigation::-webkit-scrollbar-thumb{border-radius:10px;background-color:#000;border:1px solid #fff}}@media (max-width:63.9375em){.navigation__wrapper{width:100%;margin:50px}}.header .menu{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:64em){.header .menu{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}}.header .menu-item{font-size:1.25rem;line-height:1.375rem;font-weight:700;text-transform:uppercase;list-style:none;cursor:pointer;min-width:120px}.header .menu-item a{-webkit-transition:color .5s ease;-o-transition:color .5s ease;-moz-transition:color .5s ease;transition:color .5s ease;text-decoration:none;color:#fff}@media (min-width:64em){.header .menu-item a{padding-left:1.25rem;margin-left:-1.25rem}}@media(max-width:1200px){.header .menu-item{min-width:unset}}@media (max-width:63.9375em){.header .menu-item{margin-bottom:2.5rem}}@media (min-width:64em){.header .menu-item{margin-bottom:.9375rem}}.header .menu-item--hide{display:none}.header .menu-item:hover a{color:#e3000f}.header .menu-item:hover .sub-menu a{color:#fff}@media (max-width:63.9375em){.header .menu-item:hover .sub-menu .menu-item:hover a{color:#e3000f}}.header .menu-item-has-children{position:relative}@media (max-width:63.9375em){.header .menu-item-has-children{padding-right:.625rem}.header .menu-item-has-children:after{content:"";height:.9375rem;width:.9375rem;position:absolute;top:0;right:0;border:solid #fff;border-width:0 .1875rem .1875rem 0;display:inline-block;padding:.25rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-right:.625rem;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}}@media (min-width:64em){body:not(.is-touch-device) .header .menu-item-has-children:hover:after{-webkit-transform:rotate(-135deg) translateY(-6px) translateX(-6px);-moz-transform:rotate(-135deg) translateY(-6px) translateX(-6px);-o-transform:rotate(-135deg) translateY(-6px) translateX(-6px);transform:rotate(-135deg) translateY(-6px) translateX(-6px)}}.header .menu-item-has-children--active:after{-webkit-transform:rotate(-135deg) translateY(-6px) translateX(-6px);-moz-transform:rotate(-135deg) translateY(-6px) translateX(-6px);-o-transform:rotate(-135deg) translateY(-6px) translateX(-6px);transform:rotate(-135deg) translateY(-6px) translateX(-6px)}.sub-menu{overflow:hidden;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.sub-menu .menu-item{position:relative;-webkit-transition:inherit;-o-transition:inherit;-moz-transition:inherit;transition:inherit;text-transform:none;margin-top:1.875rem;margin-bottom:0;padding-left:1.25rem;left:-1.25rem;font-size:1rem;line-height:1.375rem;font-weight:400}@media (max-width:63.9375em){.sub-menu .menu-item:first-child{margin-top:2.5rem}}@media (min-width:64em){.sub-menu .menu-item{margin-bottom:.9375rem}}@media (min-width:64em){.sub-menu .menu-item:before{content:"//";position:absolute;color:#e3000f;-webkit-transition:inherit;-o-transition:inherit;-moz-transition:inherit;transition:inherit;left:0;opacity:0;visibility:hidden;font-size:1.5625rem;font-weight:700;z-index:-1}.sub-menu .menu-item:hover{left:0}.sub-menu .menu-item:hover:before{opacity:1;visibility:visible}.pll-parent-menu-item .sub-menu .menu-item:before{left:unset;right:0}.pll-parent-menu-item .sub-menu .menu-item:hover{-webkit-transform:translateX(-1.25rem);-moz-transform:translateX(-1.25rem);-o-transform:translateX(-1.25rem);transform:translateX(-1.25rem)}.pll-parent-menu-item .sub-menu .menu-item:hover:before{left:unset!important;right:0}}@media (min-width:64em){.menu-item-has-children:hover .sub-menu{max-height:100vh}}@media (min-width:64em){.menu-item-has-children--active .sub-menu{max-height:100%}}@media (max-width:63.9375em){.sub-menu--inactive{max-height:0}}@media (max-width:63.9375em){.sub-menu--active{max-height:100%}}@media (max-width:63.9375em){.sub-menu{padding-left:1.25rem}}@media (min-width:64em){.sub-menu{max-height:0;padding-left:0}}.pll-parent-menu-item{position:relative}.pll-parent-menu-item>a{opacity:0}@media (min-width:64em){.pll-parent-menu-item{text-align:right}}@media (min-width:64em){.pll-parent-menu-item:hover:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0iI0UzMDAwRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi45ODc1IDAuNUM2LjA4NzUgMC41IDAuNSA2LjEgMC41IDEzQzAuNSAxOS45IDYuMDg3NSAyNS41IDEyLjk4NzUgMjUuNUMxOS45IDI1LjUgMjUuNSAxOS45IDI1LjUgMTNDMjUuNSA2LjEgMTkuOSAwLjUgMTIuOTg3NSAwLjVaTTIxLjY1IDhIMTcuOTYyNUMxNy41NjI1IDYuNDM3NSAxNi45ODc1IDQuOTM3NSAxNi4yMzc1IDMuNTVDMTguNTM3NSA0LjMzNzUgMjAuNDUgNS45Mzc1IDIxLjY1IDhaTTEzIDMuMDVDMTQuMDM3NSA0LjU1IDE0Ljg1IDYuMjEyNSAxNS4zODc1IDhIMTAuNjEyNUMxMS4xNSA2LjIxMjUgMTEuOTYyNSA0LjU1IDEzIDMuMDVaTTMuMzI1IDE1LjVDMy4xMjUgMTQuNyAzIDEzLjg2MjUgMyAxM0MzIDEyLjEzNzUgMy4xMjUgMTEuMyAzLjMyNSAxMC41SDcuNTVDNy40NSAxMS4zMjUgNy4zNzUgMTIuMTUgNy4zNzUgMTNDNy4zNzUgMTMuODUgNy40NSAxNC42NzUgNy41NSAxNS41SDMuMzI1Wk00LjM1IDE4SDguMDM3NUM4LjQzNzUgMTkuNTYyNSA5LjAxMjUgMjEuMDYyNSA5Ljc2MjUgMjIuNDVDNy40NjI1IDIxLjY2MjUgNS41NSAyMC4wNzUgNC4zNSAxOFpNOC4wMzc1IDhINC4zNUM1LjU1IDUuOTI1IDcuNDYyNSA0LjMzNzUgOS43NjI1IDMuNTVDOS4wMTI1IDQuOTM3NSA4LjQzNzUgNi40Mzc1IDguMDM3NSA4Wk0xMyAyMi45NUMxMS45NjI1IDIxLjQ1IDExLjE1IDE5Ljc4NzUgMTAuNjEyNSAxOEgxNS4zODc1QzE0Ljg1IDE5Ljc4NzUgMTQuMDM3NSAyMS40NSAxMyAyMi45NVpNMTUuOTI1IDE1LjVIMTAuMDc1QzkuOTYyNSAxNC42NzUgOS44NzUgMTMuODUgOS44NzUgMTNDOS44NzUgMTIuMTUgOS45NjI1IDExLjMxMjUgMTAuMDc1IDEwLjVIMTUuOTI1QzE2LjAzNzUgMTEuMzEyNSAxNi4xMjUgMTIuMTUgMTYuMTI1IDEzQzE2LjEyNSAxMy44NSAxNi4wMzc1IDE0LjY3NSAxNS45MjUgMTUuNVpNMTYuMjM3NSAyMi40NUMxNi45ODc1IDIxLjA2MjUgMTcuNTYyNSAxOS41NjI1IDE3Ljk2MjUgMThIMjEuNjVDMjAuNDUgMjAuMDYyNSAxOC41Mzc1IDIxLjY2MjUgMTYuMjM3NSAyMi40NVpNMTguNDUgMTUuNUMxOC41NSAxNC42NzUgMTguNjI1IDEzLjg1IDE4LjYyNSAxM0MxOC42MjUgMTIuMTUgMTguNTUgMTEuMzI1IDE4LjQ1IDEwLjVIMjIuNjc1QzIyLjg3NSAxMS4zIDIzIDEyLjEzNzUgMjMgMTNDMjMgMTMuODYyNSAyMi44NzUgMTQuNyAyMi42NzUgMTUuNUgxOC40NVoiIGZpbGw9IiNFMzAwMEYiLz4NCjwvc3ZnPg0K)}}@media (max-width:63.9375em){.pll-parent-menu-item.menu-item-has-children--active:after{border:0}}.pll-parent-menu-item:before{content:"Text";color:#fff;position:absolute;top:0}@media (max-width:63.9375em){.pll-parent-menu-item:before{content:"Language";left:0}}@media (min-width:64em){.pll-parent-menu-item:before{content:"";right:.625rem;height:1.5625rem;width:1.5625rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMi45ODc1IDAuNUM2LjA4NzUgMC41IDAuNSA2LjEgMC41IDEzQzAuNSAxOS45IDYuMDg3NSAyNS41IDEyLjk4NzUgMjUuNUMxOS45IDI1LjUgMjUuNSAxOS45IDI1LjUgMTNDMjUuNSA2LjEgMTkuOSAwLjUgMTIuOTg3NSAwLjVaTTIxLjY1IDhIMTcuOTYyNUMxNy41NjI1IDYuNDM3NSAxNi45ODc1IDQuOTM3NSAxNi4yMzc1IDMuNTVDMTguNTM3NSA0LjMzNzUgMjAuNDUgNS45Mzc1IDIxLjY1IDhaTTEzIDMuMDVDMTQuMDM3NSA0LjU1IDE0Ljg1IDYuMjEyNSAxNS4zODc1IDhIMTAuNjEyNUMxMS4xNSA2LjIxMjUgMTEuOTYyNSA0LjU1IDEzIDMuMDVaTTMuMzI1IDE1LjVDMy4xMjUgMTQuNyAzIDEzLjg2MjUgMyAxM0MzIDEyLjEzNzUgMy4xMjUgMTEuMyAzLjMyNSAxMC41SDcuNTVDNy40NSAxMS4zMjUgNy4zNzUgMTIuMTUgNy4zNzUgMTNDNy4zNzUgMTMuODUgNy40NSAxNC42NzUgNy41NSAxNS41SDMuMzI1Wk00LjM1IDE4SDguMDM3NUM4LjQzNzUgMTkuNTYyNSA5LjAxMjUgMjEuMDYyNSA5Ljc2MjUgMjIuNDVDNy40NjI1IDIxLjY2MjUgNS41NSAyMC4wNzUgNC4zNSAxOFpNOC4wMzc1IDhINC4zNUM1LjU1IDUuOTI1IDcuNDYyNSA0LjMzNzUgOS43NjI1IDMuNTVDOS4wMTI1IDQuOTM3NSA4LjQzNzUgNi40Mzc1IDguMDM3NSA4Wk0xMyAyMi45NUMxMS45NjI1IDIxLjQ1IDExLjE1IDE5Ljc4NzUgMTAuNjEyNSAxOEgxNS4zODc1QzE0Ljg1IDE5Ljc4NzUgMTQuMDM3NSAyMS40NSAxMyAyMi45NVpNMTUuOTI1IDE1LjVIMTAuMDc1QzkuOTYyNSAxNC42NzUgOS44NzUgMTMuODUgOS44NzUgMTNDOS44NzUgMTIuMTUgOS45NjI1IDExLjMxMjUgMTAuMDc1IDEwLjVIMTUuOTI1QzE2LjAzNzUgMTEuMzEyNSAxNi4xMjUgMTIuMTUgMTYuMTI1IDEzQzE2LjEyNSAxMy44NSAxNi4wMzc1IDE0LjY3NSAxNS45MjUgMTUuNVpNMTYuMjM3NSAyMi40NUMxNi45ODc1IDIxLjA2MjUgMTcuNTYyNSAxOS41NjI1IDE3Ljk2MjUgMThIMjEuNjVDMjAuNDUgMjAuMDYyNSAxOC41Mzc1IDIxLjY2MjUgMTYuMjM3NSAyMi40NVpNMTguNDUgMTUuNUMxOC41NSAxNC42NzUgMTguNjI1IDEzLjg1IDE4LjYyNSAxM0MxOC42MjUgMTIuMTUgMTguNTUgMTEuMzI1IDE4LjQ1IDEwLjVIMjIuNjc1QzIyLjg3NSAxMS4zIDIzIDEyLjEzNzUgMjMgMTNDMjMgMTMuODYyNSAyMi44NzUgMTQuNyAyMi42NzUgMTUuNUgxOC40NVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==);background-position:top;background-repeat:no-repeat;background-size:contain}}@media (min-width:64em){.pll-parent-menu-item:after{display:none!important}}.pll-parent-menu-item .menu-item{left:unset!important;right:-1.25rem;-webkit-transition:inherit;-o-transition:inherit;-moz-transition:inherit;transition:inherit}@media (max-width:63.9375em){.pll-parent-menu-item .menu-item{left:-1.25rem!important}}.pll-parent-menu-item .menu-item a{padding-right:2.5rem;margin-right:-1.25rem;padding-left:0;margin-left:unset}.menu-frame{position:absolute;background-color:#fff;overflow:hidden;z-index:6000;-webkit-transition:.4s linear;-o-transition:.4s linear;-moz-transition:.4s linear;transition:.4s linear}.menu-frame--left,.menu-frame--right{height:100%;width:.9375rem;top:0}@media (max-width:63.9375em){.menu-frame--left,.menu-frame--right{width:.5rem}}.menu-frame--bottom,.menu-frame--top{height:.9375rem;width:100%;left:0}@media (max-width:63.9375em){.menu-frame--bottom,.menu-frame--top{height:.5rem}}.menu-frame--left{left:-.9375rem}.menu-frame--left:before{content:"";position:absolute;width:62.5rem;left:50%;-webkit-transform:translate(-50%) rotate(-50deg);-moz-transform:translate(-50%) rotate(-50deg);-o-transform:translate(-50%) rotate(-50deg);transform:translate(-50%) rotate(-50deg);background-color:#e3000f}@media (max-width:63.9375em){.menu-frame--left:before{height:20%;top:25%}}@media (min-width:64em){.menu-frame--left:before{height:30%;top:30%}}.is-navigation-open .menu-frame--left{left:0}@media (max-width:63.9375em){.section--segment .menu-frame--left:before{height:35%}}@media (min-width:64em){.section--segment .menu-frame--left:before{height:30%;top:50%;-webkit-transform:translate(-57%) rotate(-50deg);-moz-transform:translate(-57%) rotate(-50deg);-o-transform:translate(-57%) rotate(-50deg);transform:translate(-57%) rotate(-50deg)}}.menu-frame--right{right:-.9375rem}.is-navigation-open .menu-frame--right{right:0}.menu-frame--top{top:-.9375rem}.menu-frame--top:before{content:"";position:absolute;height:62.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(35deg);-moz-transform:translateY(-50%) rotate(35deg);-o-transform:translateY(-50%) rotate(35deg);transform:translateY(-50%) rotate(35deg);background-color:#e3000f}@media (max-width:63.9375em){.menu-frame--top:before{width:40%;left:35%}}@media (min-width:64em){.menu-frame--top:before{width:40%;left:25%}}.is-navigation-open .menu-frame--top{top:0}@media (max-width:63.9375em){.menu-frame--bottom{bottom:-1.875rem}}@media (min-width:64em){.menu-frame--bottom{bottom:-.9375rem}}@media (max-width:63.9375em){.is-navigation-open .menu-frame--bottom{bottom:-.9375rem}}@media (min-width:64em){.is-navigation-open .menu-frame--bottom{bottom:0}}.section--segment .menu-frame{background-color:transparent}.social-icons{text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;padding:0;list-style:none}.social-icons__item{position:relative;height:2rem;width:2rem;-moz-border-radius:50%;border-radius:50%;background-color:hsla(0,0%,100%,.1)}.social-icons__item+.social-icons__item{margin-left:1rem}.social-icons__link{-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.social-icons__link:hover{opacity:.8}.social-icons__icon{height:100%;max-height:1.125rem;max-width:13.625rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.footer__holder--mobile .social-icons{width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:0 auto 3.125rem}.footer__holder--mobile .social-icons__item{height:2.75rem;width:2.75rem}.footer__holder--mobile .social-icons__icon{max-height:1.5625rem;max-width:1.5625rem}.footer-widget{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (min-width:64em){.footer-widget+.footer-widget{margin-left:2.5rem}}.footer-widget .widget-title{margin-bottom:1.5rem;color:#fff;text-transform:uppercase;font-size:1.25rem;line-height:1.375rem;font-weight:700}.footer__holder--mobile .footer-widget .widget-title{margin-bottom:1.875rem;margin-top:3.125rem}.footer-widget--title-hide .widget-title{display:none}.footer-widget .menu{padding:0;list-style:none;font-size:1rem;line-height:1.4375rem;font-weight:400}.footer-widget .menu a{text-decoration:none;color:inherit;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.footer-widget .menu a:hover{opacity:.8}@media (max-width:63.9375em){.footer-widget .menu-item:not(:last-child){margin-bottom:1.875rem}}@media (min-width:64em){.footer-widget .menu-item:not(:last-child){margin-bottom:.75rem}}.footer__holder--mobile .footer-widget .widget{margin:auto}.parts-finder{color:#fff}.parts-finder__wrapper{border-bottom:1px solid #000}@media (max-width:37.4375em){.parts-finder__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.parts-finder__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.parts-finder__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.parts-finder__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.parts-finder__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.parts-finder__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:37.4375em){.parts-finder__holder{width:-webkit-calc(100% + 15px);width:-moz-calc(100% + 15px);width:calc(100% + 15px)}}@media (min-width:37.5em)and (max-width:63.9375em){.parts-finder__holder{width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px)}}@media (min-width:64em){.parts-finder__holder{width:-webkit-calc(50vw + 712.5px);width:-moz-calc(50vw + 712.5px);width:calc(50vw + 712.5px)}}@media (min-width:64em)and (max-width:91.8125em){.parts-finder__holder{width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px)}}@media (min-width:91.875em)and (max-width:96.1875em){.parts-finder__holder{width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px)}}.parts-finder__slider{position:relative;font-size:2.5rem;line-height:3.125rem;font-weight:400;padding:.3125rem;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-transform:scale(-1);-moz-transform:scale(-1);-o-transform:scale(-1);transform:scale(-1);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.parts-finder__slider-line{margin:1.25rem 0}.parts-finder__scroll-indicator{position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:100%;left:0;top:0;padding-bottom:1.25rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;z-index:1}.parts-finder__content{background-color:#e3000f;width:100%}@media (max-width:63.9375em){.parts-finder__content{padding:1.875rem 1.25rem 1.25rem}}@media (min-width:64em){.parts-finder__content{padding:1.875rem 2.5rem 2.5rem}}.parts-finder-form__wrapper{max-width:84.375rem}.parts-finder-form__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.parts-finder-form__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}@media (min-width:64em){.parts-finder-form__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}}.parts-finder-form__title{font-size:2rem;line-height:2.1875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding-bottom:0!important}@media (max-width:63.9375em){.parts-finder-form__title{width:100%}}@media (min-width:64em){.parts-finder-form__title{width:33%}}.parts-finder-form__radio-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.parts-finder-form__radio-container{width:100%;margin-top:1.375rem}}@media (min-width:64em){.parts-finder-form__radio-container{width:33%;margin-left:.4375rem}}.parts-finder-form__question{position:relative;margin-top:2rem;height:1.25rem}@media (max-width:24.9375em){.parts-finder-form__question{height:2.5rem}}@media (max-width:63.9375em){.parts-finder-form__question{font-size:.875rem;line-height:1.25rem;font-weight:400}}@media (min-width:64em){.parts-finder-form__question{font-size:1.25rem;line-height:1.25rem;font-weight:400}}.parts-finder-form__question-text{position:absolute;left:0;top:0}@media (max-width:63.9375em){.parts-finder-form__question-text strong{font-size:.875rem;line-height:1.25rem;font-weight:700}}@media (min-width:64em){.parts-finder-form__question-text strong{font-size:1.25rem;line-height:1.25rem;font-weight:700}}.parts-finder-form__dropdown-container{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;z-index:200}@media (max-width:63.9375em){.parts-finder-form__dropdown-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-top:1rem}}@media (min-width:64em){.parts-finder-form__dropdown-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;margin-top:2.5rem}}.parts-finder-form__dropdown{height:3.125rem;max-width:26.875rem;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear}@media (max-width:63.9375em){.parts-finder-form__dropdown{width:100%}}@media (min-width:64em){.parts-finder-form__dropdown{width:33%;opacity:0;-webkit-transform:translateY(9.375rem);-moz-transform:translateY(9.375rem);-o-transform:translateY(9.375rem);transform:translateY(9.375rem)}}@media (max-width:63.9375em){.parts-finder-form__dropdown+.parts-finder-form__dropdown{margin-top:.625rem}}@media (min-width:64em){.parts-finder-form__dropdown+.parts-finder-form__dropdown{margin-left:1.25rem}}.parts-finder-form__dropdown:first-child{opacity:1;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}.parts-finder-form__dropdown.is-selectable{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.parts-finder-form__button-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}@media (max-width:63.9375em){.parts-finder-form__button-container{margin-top:2.5rem}}@media (min-width:64em){.parts-finder-form__button-container{margin-top:6.25rem}}.parts-finder-form__button{max-width:26.875rem}@media (max-width:63.9375em){.parts-finder-form__button{width:100%}}@media (min-width:64em){.parts-finder-form__button{width:33%;margin-left:-.75rem}}.parts-finder-form__text-animation{-webkit-transition:all .25s ease;-o-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}.parts-finder-form__text-animation--start{opacity:0}.parts-finder-form__text-animation--end{opacity:1}.registration-notification{max-width:18.75rem;margin:0 auto;padding:4rem 0;text-align:center}.registration-notification__title{margin-bottom:1rem;text-transform:uppercase}.card-description-item{position:relative;padding-left:2.1875rem}.card-description-item+.card-description-item{margin-top:.9375rem}.card-description-item:before{content:"";position:absolute;top:0;left:.3125rem;display:inline-block;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);height:1.125rem;width:.625rem;border-bottom:.1875rem solid #e3000f;border-right:.1875rem solid #e3000f}.news-article__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.news-article__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-direction:normal;flex-direction:row}}.news-article__content{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;margin-right:.9375rem}@media (max-width:63.9375em){.news-article__content{max-width:-webkit-calc(100% - 110px);max-width:-moz-calc(100% - 110px);max-width:calc(100% - 110px)}}@media (min-width:64em){.news-article__content{max-width:-webkit-calc(100% - 10rem);max-width:-moz-calc(100% - 10rem);max-width:calc(100% - 10rem)}}.news-article__category{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.news-article__title{max-width:31.25rem;margin-top:.625rem;letter-spacing:.1em}@media (max-width:63.9375em){.news-article__title{padding-bottom:.3125rem;font-size:1rem;line-height:1.4375rem;font-weight:400}}@media (min-width:64em){.news-article__title{padding-bottom:.625rem;font-size:1.25rem;line-height:1.75rem;font-weight:400}}.news-article__excerpt{white-space:nowrap;text-overflow:ellipsis;padding-bottom:1.25rem;overflow:hidden}@media (max-width:63.9375em){.news-article__excerpt{font-size:.875rem;line-height:1.25rem;font-weight:400}}@media (min-width:64em){.news-article__excerpt{font-size:1rem;line-height:1.4375rem;font-weight:400}}.news-article__image{overflow:hidden}.news-article__image:not(.news-article__image--square) img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.news-article__image--square img{width:100%;height:auto}@media (max-width:63.9375em){.news-article__image{width:6.875rem;height:6.875rem}}@media (min-width:64em){.news-article__image{width:10rem;height:10rem}}.news-article__meta{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:37.4375em){.news-article__meta{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}}.news-article__meta-left{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (min-width:37.5em){.news-article__meta-left{padding-right:3.125rem}}.news-article__meta-right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.news-article__ago-time,.news-article__read-time{font-size:.75rem;line-height:.875rem;font-weight:400}}@media (min-width:64em){.news-article__ago-time,.news-article__read-time{font-size:.875rem;line-height:1.25rem;font-weight:400}}.news-article__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.news-article__clock{height:100%;margin-right:.75rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.news-article__clock,.tabs{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.tabs{border-bottom:.0625rem solid #d0d0d0;padding:0}.tabs__tab{list-style:none}.tabs__tab-button{width:11.875rem}.instagram-feed .tabs .glide__bullet--active .eapps-instagram-feed-posts-grid-load-more-text,.tabs .glide__bullet--active .button,.tabs .glide__bullet--active .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text,.tabs .glide__bullet--active .sapCpButton{background-color:#fff;color:#000;border:.125rem solid #fff}.instagram-feed .tabs .glide__bullet--active .eapps-instagram-feed-posts-grid-load-more-text svg path,.tabs .glide__bullet--active .button svg path,.tabs .glide__bullet--active .instagram-feed .eapps-instagram-feed-posts-grid-load-more-text svg path,.tabs .glide__bullet--active .sapCpButton svg path{fill:#fff}.sub-tab{border:.0625rem solid #fff;padding:.3125rem .625rem;background-color:transparent;color:#fff;font-size:.625rem;line-height:.75rem;font-weight:400}.sub-tab__element{color:inherit;text-decoration:none;text-transform:uppercase;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.sub-tab__element:hover{opacity:.6}.sub-tab__bullet{color:#e3000f}.sub-tab--full-size,.sub-tab--full-width{width:100%;text-align:center}.sub-tab--full-size{height:100%}.sub-tab--light{color:#000;border:.0625rem solid #fff;background-color:#fff}.sub-tab--transparent{color:#000;border:.0625rem solid #000;background-color:transparent}.sub-tab--big{text-transform:uppercase;padding:.3125rem 1.25rem;font-size:1.25rem;line-height:1.375rem;font-weight:700}@media (min-width:64em){.sub-tab--big{letter-spacing:.1em}}@media (max-width:63.9375em){.card-news--big .sub-tab{padding:.3125rem .625rem;color:#fff;border:.0625rem solid #000;background-color:#000;font-size:.875rem;line-height:1.25rem;font-weight:700}}.card-news--correlated .sub-tab{padding:.625rem 1.25rem;background-color:#fff;color:#000;font-size:1.25rem;line-height:1.375rem;font-weight:700}.bullets{height:1.75rem;padding-right:2.5rem;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;cursor:pointer}.bullets__bullet{width:.25rem;height:6.25rem;-webkit-transform:translate(2.1875rem,-50%) rotate(50deg);-moz-transform:translate(2.1875rem,-50%) rotate(50deg);-o-transform:translate(2.1875rem,-50%) rotate(50deg);transform:translate(2.1875rem,-50%) rotate(50deg);background-color:#fff}.slider-product-detail .bullets__bullet{background-color:#d0d0d0}.bullets__bullet+.bullets__bullet{margin-left:1rem}:not(.glide__bullets)>.bullets__bullet:first-child{background-color:#e3000f}.bullets .glide__bullet--active{background-color:#e3000f}.clock{position:relative;height:100%;width:100%}.clock__hands,.clock__oval{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brand-icons__icon+.brand-icons__icon{margin-left:.625rem}.brand-icons__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.brand-icons__icon img{width:100%;max-width:1.875rem}.brand-icons--small .brand-icons__icon img{height:1.875rem;width:1.875rem}.arrow{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:2rem;height:2rem;cursor:pointer}.arrow__element{position:absolute;top:1rem;width:100%;height:.1875rem;background-color:#e3000f}.arrow__element:after,.arrow__element:before{content:"";position:absolute;width:60%;height:.1875rem;right:-.3125rem;background-color:#e3000f}.arrow__element:before{top:-.375rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.arrow__element:after{top:.375rem;box-shadow:0 3px 5px rgba(0,0,0,.2);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.arrow--left{-webkit-transform:translate(-50%,-50%) rotate(180deg);-moz-transform:translate(-50%,-50%) rotate(180deg);-o-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}.arrow--up{-webkit-transform:translate(-50%,-50%) rotate(90deg);-moz-transform:translate(-50%,-50%) rotate(90deg);-o-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.arrow--down{-webkit-transform:translate(-50%,-50%) rotate(-90deg);-moz-transform:translate(-50%,-50%) rotate(-90deg);-o-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg)}.highlighted-text-element__inner{padding:.625rem 1.25rem;color:#fff;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.product-detail .highlighted-text-element__inner{background-color:transparent}}.highlighted-text-element__text{text-transform:uppercase;font-size:.625rem;line-height:.75rem;font-weight:700}.highlighted-text-element__checkmark{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.button-with-arrow{width:100%}.title-primary-slash{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;font-size:1rem;line-height:1.1875rem;font-weight:700}.title-primary-slash__slash{color:#e3000f}.title-primary-slash__slash+.title-primary-slash__slash{margin-left:-.0625rem}.title-primary-slash__title{margin-left:.3125rem;color:#878787;text-transform:uppercase;letter-spacing:.0625rem}.js-accordion-trigger{cursor:pointer}.js-accordion-expand{opacity:0;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;pointer-events:none}.is-accordion-open .js-accordion-expand{opacity:1}.scroll-label{background-color:#000;color:#d0d0d0}.scroll-label__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.scroll-label__text{text-transform:uppercase}.scroll-label__animation{width:4.375rem;margin-left:.625rem;position:relative;overflow:hidden}.scroll-label__line{width:100%;height:.0625rem;background-color:#d0d0d0;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-animation:infinite-left-to-right 1s infinite;-moz-animation:infinite-left-to-right 1s infinite;-o-animation:infinite-left-to-right 1s infinite;animation:infinite-left-to-right 1s infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}.search-list{height:100%;max-height:6.875rem;pointer-events:auto;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (max-width:63.9375em){.search-list{padding:1.875rem .9375rem 1.25rem}}@media (min-width:64em){.search-list{padding:1.875rem 1.25rem 0}}.search-list--light{background-color:#fff}.search-list__inner,.search-list__wrapper{height:100%}.search-list__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.search-list__search{padding-bottom:1.875rem}.search-list__input-mark{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;border:1px solid #000}.search-list__btn-location{position:absolute;height:1.5rem;width:1.5rem;left:.8125rem;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);padding:0;border:0;background:transparent;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.search-list__btn-location:disabled{opacity:.2;cursor:not-allowed}.search-list__btn-location:not(:disabled):hover{opacity:.6}.search-list__radius{position:relative;width:100%;max-width:7.5rem;border-left:1px solid #000}.search-list__radius-input{padding:.625rem 2.5rem .625rem 1.4375rem;border:0;z-index:1}.search-list__radius-input,.search-list__radius-select{position:absolute;height:100%;width:100%;left:0;top:0}.search-list__input{width:100%;padding:.5625rem .5625rem .5625rem 3.125rem;border:0;font-size:1.25rem;line-height:1.75rem;font-weight:400}.search-list__input::-webkit-input-placeholder{color:#b0b0b0}.search-list__input::-moz-placeholder{color:#b0b0b0}.search-list__input:-ms-input-placeholder{color:#b0b0b0}.search-list__input::-ms-input-placeholder{color:#b0b0b0}.search-list__input::placeholder{color:#b0b0b0}.search-list__items{overflow:auto}.search-list__items::-webkit-scrollbar{width:.1875rem;background-color:#fff}.search-list__items::-webkit-scrollbar-track{background-color:#b0b0b0}.search-list__items::-webkit-scrollbar-thumb{background-color:#000}@media (max-width:63.9375em){.search-list__items{margin-right:-.9375rem;max-height:50rem}}@media (min-width:64em){.search-list__items{margin-right:-1.25rem}}.search-list__item{padding:1.25rem 0;border-top:.0625rem solid #b0b0b0}@media (max-width:63.9375em){.search-list__item{margin-right:.9375rem}}@media (min-width:64em){.search-list__item{margin-right:1.25rem}}.search-list__load-more{display:none;padding-top:1.25rem;border-top:.0625rem solid #b0b0b0;text-transform:capitalize}@media (min-width:64em){.search-list__load-more{display:none}}.search-list__no-results-msg{padding-top:.625rem;color:#d90000}.card-text,.search-list__no-results-msg{font-size:.875rem;line-height:1.25rem;font-weight:400}.card-text__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.card-text__row+.card-text__row{padding-top:.625rem}.card-text__distance,.card-text__name{font-size:1.25rem;line-height:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.card-text__distance{padding-left:1.25rem;white-space:nowrap}.card-text__address{color:#878787;font-style:normal}.card-text__telephone{color:#878787;text-decoration:none;will-change:color;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.card-text__email,.card-text__telephone:hover{color:#000}.card-text__details,.card-text__email:hover{text-decoration:none}.card-text__details{color:#e3000f;font-weight:700;text-transform:uppercase;background:none;border:none;padding:0;cursor:pointer;outline:inherit;will-change:opacity;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.card-text__details:hover{opacity:.6}.card-information{font-size:.875rem;line-height:1.25rem;font-weight:400}@media (max-width:63.9375em){.card-information{padding:1.875rem .9375rem 1.25rem}}@media (min-width:64em){.card-information{height:100%;padding:1.875rem 1.25rem 1.25rem}}@media (max-width:63.9375em){.is-map-open .card-information{padding:.625rem .9375rem}}.card-information--light{background-color:#fff}@media (min-width:64em){.card-information__wrapper{height:100%}}.card-information__inner{height:100%}.card-information__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;position:relative;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.card-information__close-wrapper{position:absolute;right:0;top:.3125rem;display:none;height:1.25rem;width:1.25rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}@media (min-width:64em){.card-information__close-wrapper{display:none}}@media (max-width:63.9375em){.is-map-open .card-information__close-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}}.card-information__x-icon{position:relative}.card-information__x-icon:after,.card-information__x-icon:before{content:"";position:absolute;left:50%;top:50%;width:.9375rem;height:.0625rem;background-color:#000;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.card-information__x-icon:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.card-information__x-icon:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-moz-transform:translate(-50%,-50%) rotate(-45deg);-o-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.card-information__lower-wrapper{min-height:0;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.card-information__upper{overflow:auto}.card-information__upper::-webkit-scrollbar{width:.1875rem;background-color:#fff}.card-information__upper::-webkit-scrollbar-track{background-color:#b0b0b0}.card-information__upper::-webkit-scrollbar-thumb{background-color:#000}@media (max-width:63.9375em){.card-information__upper{margin-right:-.9375rem;padding-right:.9375rem}}@media (min-width:64em){.card-information__upper{margin-right:-1.25rem;padding-right:1.25rem}}.card-information__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.is-map-open .card-information__row--name{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}}.card-information__row+.card-information__row{padding-top:.625rem}.card-information__row-split{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.card-information__row-split{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.card-information__column-half{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media (min-width:64em){.card-information__column-half{width:50%}}@media (max-width:63.9375em){.card-information__column-half{width:100%}.card-information__column-half:last-child{padding-top:1.25rem}}.card-information__column-half--space{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}@media (max-width:63.9375em){.card-information__column-half--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}}@media (min-width:64em){.card-information__column-half+.card-information__column-half{padding-left:20px}}.card-information__back{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;margin-bottom:1.875rem;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.card-information__back:hover{opacity:.6}@media (max-width:63.9375em){.is-map-open .card-information__back{display:none}}.card-information__back-arrow{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;pointer-events:all}.card-information__back-text{padding-left:.625rem;font-size:1.25rem;line-height:1.75rem;font-weight:400;pointer-events:all}.card-information__name{padding-bottom:1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}@media (max-width:63.9375em){.is-map-open .card-information__name{padding-bottom:.9375rem}}.card-information__distance{white-space:nowrap;font-size:1.25rem;line-height:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}@media (max-width:63.9375em){.is-map-open .card-information__distance{padding-bottom:.9375rem}}.card-information__social-confirmation{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;padding-bottom:2.1875rem}@media (max-width:63.9375em){.is-map-open .card-information__social-confirmation{padding-bottom:.9375rem}}.card-information__star+.card-information__star{padding-left:.1875rem}.card-information__reviews{padding-left:.9375rem}.card-information__grade{font-weight:700}.card-information__description{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.is-map-open .card-information__description{display:none}}@media (max-width:63.9375em){.is-map-open .card-information__description--address{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}}.card-information__description+.card-information__description,.card-information__description-template+.card-information__description{padding-top:1.25rem}.card-information__description-template:first-child+.card-information__description{padding-top:0}.card-information__buttons{padding-top:1.875rem}@media (max-width:63.9375em){.card-information__buttons{padding-top:3.75rem}}@media (max-width:63.9375em){.is-map-open .card-information__buttons{padding-top:1.875rem}}.card-information__button--space{padding-top:.625rem}.scroll-indicator-arrows{height:3.125rem;width:3.125rem}.scroll-indicator-arrows__inner{position:relative;height:100%;width:100%}.scroll-indicator-arrows__arrow{position:absolute;left:50%;bottom:20%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:scroll-indicator-padding 2s linear infinite;-moz-animation:scroll-indicator-padding 2s linear infinite;-o-animation:scroll-indicator-padding 2s linear infinite;animation:scroll-indicator-padding 2s linear infinite}.scroll-indicator-arrows__arrow+.scroll-indicator-arrows__arrow{padding-bottom:.5rem;-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}.scroll-indicator-arrows__icon{position:relative;height:0;width:3.125rem}.scroll-indicator-arrows__icon:after,.scroll-indicator-arrows__icon:before{content:"";position:absolute;height:.25rem;width:.9375rem;bottom:50%;left:50%;background-color:#fff}.scroll-indicator-arrows__icon:before{-webkit-transform:translateX(-100%) rotate(30deg);-moz-transform:translateX(-100%) rotate(30deg);-o-transform:translateX(-100%) rotate(30deg);transform:translateX(-100%) rotate(30deg);-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right}.scroll-indicator-arrows__icon:after{-webkit-transform:translateX(0) rotate(-30deg);-moz-transform:translateX(0) rotate(-30deg);-o-transform:translateX(0) rotate(-30deg);transform:translateX(0) rotate(-30deg);-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.technology-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}@media (max-width:63.9375em){.technology-item__image{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;flex:none;height:3.75rem;width:3.75rem}}@media (min-width:64em){.technology-item__image{height:13.4375rem;width:13.4375rem}}.technology-item__content{overflow:hidden}@media (max-width:63.9375em){.technology-item__content{padding-left:.9375rem}}@media (min-width:64em){.technology-item__content{padding-left:3.75rem;padding-right:1.875rem}}.technology-item__name{text-transform:uppercase}@media (max-width:63.9375em){.technology-item__name{padding-bottom:1.25rem;font-size:1.5rem;line-height:1.6875rem;font-weight:400}}@media (min-width:64em){.technology-item__name{padding-bottom:2.5rem;font-size:2.5rem;line-height:2.75rem;font-weight:700}}@media (max-width:63.9375em){.technology-item__description{font-size:.875rem;line-height:1.25rem;font-weight:400}}@media (min-width:64em){.technology-item__description{font-size:1.25rem;line-height:1.75rem;font-weight:400}}.page .entry-content,.single-post .entry-content{font-size:1.25rem;line-height:1.75rem;font-weight:400}.page .entry-content figure,.single-post .entry-content figure{padding-top:3.75rem;padding-bottom:3.75rem}@media (min-width:64em){.post-template-default .page .entry-content figure.wp-block-image,.post-template-default .single-post .entry-content figure.wp-block-image{margin-left:calc(50% - 720px)}}@media (max-width:91.8125em){.post-template-default .page .entry-content figure.wp-block-image,.post-template-default .single-post .entry-content figure.wp-block-image{margin-left:calc(50% - 50vw)}}@media (max-width:63.9375em){.post-template-default .page .entry-content figure.wp-block-image,.post-template-default .single-post .entry-content figure.wp-block-image{margin-left:0;width:100%}}@media (max-width:37.4375em){.page-template-default .page .entry-content figure.wp-block-image,.page-template-default .page .entry-content figure.wp-block-table,.page-template-default .single-post .entry-content figure.wp-block-image,.page-template-default .single-post .entry-content figure.wp-block-table{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.page-template-default .page .entry-content figure.wp-block-image,.page-template-default .page .entry-content figure.wp-block-table,.page-template-default .single-post .entry-content figure.wp-block-image,.page-template-default .single-post .entry-content figure.wp-block-table{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.page-template-default .page .entry-content figure.wp-block-image,.page-template-default .page .entry-content figure.wp-block-table,.page-template-default .single-post .entry-content figure.wp-block-image,.page-template-default .single-post .entry-content figure.wp-block-table{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.page-template-default .page .entry-content figure.wp-block-image,.page-template-default .page .entry-content figure.wp-block-table,.page-template-default .single-post .entry-content figure.wp-block-image,.page-template-default .single-post .entry-content figure.wp-block-table{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.page-template-default .page .entry-content figure.wp-block-image,.page-template-default .page .entry-content figure.wp-block-table,.page-template-default .single-post .entry-content figure.wp-block-image,.page-template-default .single-post .entry-content figure.wp-block-table{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}.page .entry-content figure img,.single-post .entry-content figure img{height:auto}@media (min-width:64em){.post-template-default .page .entry-content figure img,.post-template-default .single-post .entry-content figure img{width:-webkit-calc(100vw + 1000px);width:-moz-calc(100vw + 1000px);width:calc(100vw + 1000px)}}.page .entry-content figure+h1,.page .entry-content figure+h2,.page .entry-content figure+h3,.page .entry-content figure+h4,.page .entry-content figure+h5,.page .entry-content figure+h6,.single-post .entry-content figure+h1,.single-post .entry-content figure+h2,.single-post .entry-content figure+h3,.single-post .entry-content figure+h4,.single-post .entry-content figure+h5,.single-post .entry-content figure+h6{padding-top:0}.page .entry-content figure figcaption,.single-post .entry-content figure figcaption{color:#878787;font-size:.875rem;line-height:1.25rem;font-weight:400}@media (max-width:63.9375em){.page .entry-content figure figcaption,.single-post .entry-content figure figcaption{margin-top:.3125rem}}@media (min-width:64em){.page .entry-content figure figcaption,.single-post .entry-content figure figcaption{margin-top:.9375rem}}.page .entry-content h1:not(.stage-home__headline):not(.stage-technology__headline),.page .entry-content h2:not(.news-feed__headline):not(.glide__title),.page .entry-content h3:not(.category-products-segment__title),.page .entry-content h4:not(.stage-segment__headline):not(.news-article__title),.page .entry-content h5,.page .entry-content h6,.single-post .entry-content h1:not(.stage-home__headline):not(.stage-technology__headline),.single-post .entry-content h2:not(.news-feed__headline):not(.glide__title),.single-post .entry-content h3:not(.category-products-segment__title),.single-post .entry-content h4:not(.stage-segment__headline):not(.news-article__title),.single-post .entry-content h5,.single-post .entry-content h6{padding-bottom:1.25rem;letter-spacing:.1em}.page .entry-content h1:not(.stage-home__headline):not(.stage-technology__headline):not(:first-child):not(.news-article__title),.page .entry-content h2:not(.news-feed__headline):not(.glide__title):not(:first-child):not(.news-article__title),.page .entry-content h3:not(.category-products-segment__title):not(:first-child):not(.news-article__title),.page .entry-content h4:not(.stage-segment__headline):not(.news-article__title):not(:first-child):not(.news-article__title),.page .entry-content h5:not(:first-child):not(.news-article__title),.page .entry-content h6:not(:first-child):not(.news-article__title),.single-post .entry-content h1:not(.stage-home__headline):not(.stage-technology__headline):not(:first-child):not(.news-article__title),.single-post .entry-content h2:not(.news-feed__headline):not(.glide__title):not(:first-child):not(.news-article__title),.single-post .entry-content h3:not(.category-products-segment__title):not(:first-child):not(.news-article__title),.single-post .entry-content h4:not(.stage-segment__headline):not(.news-article__title):not(:first-child):not(.news-article__title),.single-post .entry-content h5:not(:first-child):not(.news-article__title),.single-post .entry-content h6:not(:first-child):not(.news-article__title){padding-top:3.75rem}.page .entry-content h1,.page .entry-content h2,.page .entry-content h3,.single-post .entry-content h1,.single-post .entry-content h2,.single-post .entry-content h3{text-transform:uppercase}.page .entry-content p+p,.page .entry-content p+ul,.page .entry-content ul+p,.single-post .entry-content p+p,.single-post .entry-content p+ul,.single-post .entry-content ul+p{padding-top:3.75rem}.page .entry-content p a,.single-post .entry-content p a{color:#e3000f}.page .entry-content p a:hover,.single-post .entry-content p a:hover{text-decoration:none}.page .entry-content p+section,.single-post .entry-content p+section{padding-top:3.75rem}.page .entry-content blockquote,.single-post .entry-content blockquote{padding-top:1.875rem;padding-bottom:1.875rem}.page .entry-content blockquote p,.single-post .entry-content blockquote p{border-left:.0625rem solid #000;padding-left:1.875rem}.page .entry-content blockquote cite,.single-post .entry-content blockquote cite{display:block;padding-left:1.875rem;padding-top:1.25rem;color:#878787}.page .entry-content ul:not(:first-child),.single-post .entry-content ul:not(:first-child){margin-top:1.875rem}.page .entry-content table,.single-post .entry-content table{border:.0625rem solid #000;border-collapse:collapse}.page .entry-content table td,.page .entry-content table th,.single-post .entry-content table td,.single-post .entry-content table th{border:.0625rem solid #000}.page .entry-meta,.single-post .entry-meta{padding-bottom:1.25rem}.page .entry-meta,.page .entry-meta a,.single-post .entry-meta,.single-post .entry-meta a{font-size:1.25rem;line-height:1.375rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;color:#878787}.page .entry-title,.single-post .entry-title{letter-spacing:.1em}@media (min-width:64em){.page .entry-title,.single-post .entry-title{padding-bottom:3.75rem;font-size:4.0625rem;line-height:5rem;font-weight:700}}@media (max-width:91.8125em){.page .entry-title,.single-post .entry-title{padding-bottom:3.125rem;font-size:2rem;line-height:2.1875rem;font-weight:700}}@media (max-width:37.4375em){.entry-content__holder--narrow{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.entry-content__holder--narrow{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.entry-content__holder--narrow{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.entry-content__holder--narrow{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.entry-content__holder--narrow{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:37.4375em){.entry-content__holder--small{margin-left:auto;margin-right:auto;width:100%;max-width:58.125rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.entry-content__holder--small{margin-left:auto;margin-right:auto;width:100%;max-width:60rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.entry-content__holder--small{margin-left:auto;margin-right:auto;width:100%;max-width:60rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.entry-content__holder--small{margin-left:auto;margin-right:auto;width:100%;max-width:60rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.entry-content__holder--small{margin-left:auto;margin-right:auto;width:100%;max-width:60rem;padding-left:1.875rem;padding-right:1.875rem}}.entry-content__holder>a{color:#e3000f}.entry-content__holder>a:hover{text-decoration:none}@media (max-width:37.4375em){.text-image__inner{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.text-image__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.text-image__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.text-image__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.text-image__inner{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (max-width:63.9375em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}}@media (min-width:64em){.text-image__holder{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}}@media (min-width:64em)and (max-width:37.4375em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:64em)and (min-width:37.5em)and (max-width:63.9375em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:64em)and (max-width:74.9375em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:75em)and (max-width:96.1875em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:96.25em){.text-image__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em){.text-image--inverse .text-image__holder{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}}.text-image__text{padding-top:2rem;padding-bottom:2rem}@media (min-width:64em){.text-image__text{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:50%}}.page .entry-content .text-image__text>h3{padding-top:0}@media (min-width:64em){.text-image__image{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:50%}}@media (max-width:37.4375em){.button-group__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:91.875rem;padding-left:.9375rem;padding-right:.9375rem}}@media (min-width:37.5em)and (max-width:63.9375em){.button-group__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:74.9375em){.button-group__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:75em)and (max-width:96.1875em){.button-group__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:96.25em){.button-group__wrapper{margin-left:auto;margin-right:auto;width:100%;max-width:93.75rem;padding-left:1.875rem;padding-right:1.875rem}}@media (min-width:64em)and (max-width:37.4375em){.button-group__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.46875rem;margin-right:-.46875rem}}@media (min-width:64em)and (min-width:37.5em)and (max-width:63.9375em){.button-group__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:64em)and (max-width:74.9375em){.button-group__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:75em)and (max-width:96.1875em){.button-group__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}@media (min-width:64em)and (min-width:96.25em){.button-group__inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}}.button-group__holder{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.button-group__holder{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}}@media (min-width:64em){.button-group__holder{position:relative;width:100%;padding-right:.9375rem;padding-left:.9375rem;max-width:83.3333333333%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;margin-left:auto;margin-right:auto}}@media (max-width:63.9375em){.button-group__item+.button-group__item{margin:.5rem 1rem}}.instagram-feed__header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}@media (max-width:63.9375em){.instagram-feed__header{padding-bottom:2.5rem}}@media (min-width:64em){.instagram-feed__header{padding-bottom:4.375rem}}.instagram-feed__logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:5.3125rem;height:5.3125rem;padding:.625rem;-moz-border-radius:50%;border-radius:50%;border:.125rem solid #fff}@media (max-width:63.9375em){.instagram-feed__logo{margin-right:1.5625rem;background:transparent}}@media (min-width:64em){.instagram-feed__logo{margin-right:2.5rem;background:transparent}}.instagram-feed__handle{font-size:1.5rem;line-height:1.6875rem;font-weight:400}@media (max-width:63.9375em){.instagram-feed__cta{display:none}}@media (min-width:64em){.instagram-feed__cta{margin-left:auto}}@media (max-width:63.9375em){.instagram-feed__cta-mobile{margin-top:1.25rem;text-align:center}}@media (min-width:64em){.instagram-feed__cta-mobile{display:none}}.instagram-feed .eapps-instagram-feed-posts-grid-load-more{height:auto;background:transparent!important}@media (max-width:63.9375em){.instagram-feed .eapps-instagram-feed-posts-grid-load-more{margin-top:1.875rem}}@media (min-width:64em){.instagram-feed .eapps-instagram-feed-posts-grid-load-more{margin-top:3.75rem}}.instagram-feed .eapps-instagram-feed-posts-grid-load-more-container{display:none!important;opacity:0;pointer-events:none}.instagram-feed .eapps-instagram-feed-posts-inner{max-width:100%}#ot-sdk-btn.ot-sdk-show-settings{border:.125rem solid #e3000f!important;background-color:#e3000f!important;color:#fff!important}#ot-sdk-btn.ot-sdk-show-settings:focus,#ot-sdk-btn.ot-sdk-show-settings:hover{border:.125rem solid #e3000f!important;background-color:#fff!important;color:#e3000f!important}
